편집 요약 없음 |
편집 요약 없음 |
||
| (같은 사용자의 중간 판 3개는 보이지 않습니다) | |||
| 4번째 줄: | 4번째 줄: | ||
<div style="display:flex; align-items:center; justify-content:center; gap:12px;"> | <div style="display:flex; align-items:center; justify-content:center; gap:12px;"> | ||
<div>[[파일:NOVERA_로고.png| | <div>[[파일:NOVERA_로고.png|130px|link=NoVeRa]]</div> | ||
<div style="width:1px; height:42px; background:rgba(255,255,255,0.65);"></div> | <div style="width:1px; height:42px; background:rgba(255,255,255,0.65);"></div> | ||
<div style="text-align:left; line-height:1.1;"> | <div style="text-align:left; line-height:1.1;"> | ||
| 28번째 줄: | 28번째 줄: | ||
<div style="width:92%; border-top:1px solid rgba(255,255,255,0.65); margin:0 auto 10px;"></div> | <div style="width:92%; border-top:1px solid rgba(255,255,255,0.65); margin:0 auto 10px;"></div> | ||
<div style="display:flex; justify-content: | <!-- ✅ 토글 버튼 4개 (여기서 gap으로 간격 띄움) --> | ||
<span>[[ | <div style=" | ||
display:flex; | |||
justify-content:center; | |||
flex-wrap:wrap; | |||
gap:24px; /* ✅ 버튼 사이 간격 */ | |||
padding:0 16px; | |||
font-weight:800; | |||
font-size:13px; | |||
"> | |||
<span class="mw-customtoggle-nvr_kor" style="cursor:pointer; user-select:none;">'''[ 한국 음반 ]'''</span> | |||
<span class="mw-customtoggle-nvr_jpn" style="cursor:pointer; user-select:none;">'''[ 일본 음반 ]'''</span> | |||
<span class="mw-customtoggle-nvr_part" style="cursor:pointer; user-select:none;">'''[ 참여 음반 ]'''</span> | |||
<span class="mw-customtoggle-nvr_rel" style="cursor:pointer; user-select:none;">'''[ 관련 문서 ]'''</span> | |||
</div> | |||
<div style="width:92%; margin:10px auto 0;"> | |||
<!-- ✅ 한국 음반 --> | |||
<div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-nvr_kor" | |||
style="background:rgba(255,255,255,0.12); border-radius:10px; padding:12px; margin:10px 0;"> | |||
<div class="mw-customtoggle-nvr_kor" | |||
style="font-weight:900; cursor:pointer; padding:4px 2px;">'''[ 한국 음반 ]'''</div> | |||
<table class="wikitable" style="width:100%; margin-top:10px; background:#fff; color:#000; border-radius:8px; overflow:hidden;"> | |||
<tr> | |||
<th style="width:22%;">발매일</th> | |||
<th>음반명</th> | |||
<th style="width:38%;">주요 수록곡</th> | |||
</tr> | |||
<tr> | |||
<td>2026.01.01</td> | |||
<td>[[ (예시) 1st Mini Album - XXXX ]]</td> | |||
<td>Title, Track 2, Track 3</td> | |||
</tr> | |||
</table> | |||
</div> | |||
<!-- ✅ 일본 음반 --> | |||
<div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-nvr_jpn" | |||
style="background:rgba(255,255,255,0.12); border-radius:10px; padding:12px; margin:10px 0;"> | |||
<div class="mw-customtoggle-nvr_jpn" | |||
style="font-weight:900; cursor:pointer; padding:4px 2px;">'''[ 일본 음반 ]'''</div> | |||
<table class="wikitable" style="width:100%; margin-top:10px; background:#fff; color:#000; border-radius:8px; overflow:hidden;"> | |||
<tr> | |||
<th style="width:22%;">발매일</th> | |||
<th>음반명</th> | |||
<th style="width:28%;">비고</th> | |||
</tr> | |||
<tr> | |||
<td>2026.01.01</td> | |||
<td>[[ (예시) Japanese Single - XXXX ]]</td> | |||
<td>일본 싱글</td> | |||
</tr> | |||
</table> | |||
</div> | |||
<!-- ✅ 참여 음반 --> | |||
<div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-nvr_part" | |||
style="background:rgba(255,255,255,0.12); border-radius:10px; padding:12px; margin:10px 0;"> | |||
<div class="mw-customtoggle-nvr_part" | |||
style="font-weight:900; cursor:pointer; padding:4px 2px;">'''[ 참여 음반 ]'''</div> | |||
<table class="wikitable" style="width:100%; margin-top:10px; background:#fff; color:#000; border-radius:8px; overflow:hidden;"> | |||
<tr> | |||
<th style="width:22%;">발매일</th> | |||
<th>음반명</th> | |||
<th style="width:28%;">비고</th> | |||
</tr> | |||
<tr> | |||
<td>2026.01.01</td> | |||
<td>[[ (예시) OST - XXXX ]]</td> | |||
<td>드라마 OST</td> | |||
</tr> | |||
</table> | |||
</div> | |||
< | <!-- ✅ 관련 문서 --> | ||
<div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-nvr_rel" | |||
style="background:rgba(255,255,255,0.12); border-radius:10px; padding:12px; margin:10px 0;"> | |||
<div class="mw-customtoggle-nvr_rel" | |||
style="font-weight:900; cursor:pointer; padding:4px 2px;">'''[ 관련 문서 ]'''</div> | |||
<table class="wikitable" style="width:100%; margin-top:10px; background:#fff; color:#000; border-radius:8px; overflow:hidden;"> | |||
<tr> | |||
<td style="width:25%;">[[NoVeRa]]</td> | |||
<td style="width:25%;">[[NoVeRa/음반]]</td> | |||
<td style="width:25%;">[[리리아엔터테인먼트]]</td> | |||
<td style="width:25%;">[[NoVeRa/활동]]</td> | |||
</tr> | |||
</table> | |||
</div> | |||
</div> | </div> | ||
|} | |||
<noinclude>[[분류:NoVeRa]]</noinclude> | <noinclude>[[분류:NoVeRa]]</noinclude> | ||