틀:독립공화국 메뉴: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
imported>Regurus (rand함수 대체. 실수 죄송합니다.) |
imported>Regurus 잔글 (Regurus의 편집을 Cheongseong9473의 마지막 판으로 되돌림) |
||
1번째 줄: | 1번째 줄: | ||
<onlyinclude> | |||
{{제목|'''독립공화국'''}} | |||
{{부제목|독립공화국, 우리가 함께 만들어가는 즐거운 독립공화국}} | |||
{{#css: | |||
.lnb{ | |||
width:100%; | |||
display:flex; | |||
} | |||
.lnb .menuItem{ | |||
text-align:center; | |||
display:inline-block; | |||
flex:1; | |||
list-style:none; | |||
padding:0.2em 0em; | |||
transition:0.2s background linear; | |||
background:#bbddff; | |||
} | |||
.lnb .menuItem a{ | |||
color:#008000; | |||
text-decoration:none; | |||
transition:0.2s color linear; | |||
width:100%; | |||
height:100%; | |||
display:block; | |||
font-weight:bold; | |||
} | |||
.lnb .menuItem:hover{ | |||
background:white; | |||
} | |||
.lnb .menuItem:hover a{ | |||
color:#008000; | |||
} | |||
@media (max-width: 300px) { | |||
.lnb{ | |||
flex-direction:column; | |||
background:#bbddff; | |||
} | |||
.lnb .menuItem:first-child{ border-radius:0.6em 0.6em 0 0; } | |||
.lnb .menuItem:last-child{ border-top-right-radius:0em; } | |||
} | |||
}} | |||
<div class="lnb"> | |||
<li class="menuItem">[[독립공화국|'''대문''']]</li> | |||
<li class="menuItem">[[독립공화국/제작자|'''제작자 모집 중''']]</li> | |||
<li class="menuItem">[[사용자:Cheongseong9473|'''제작자 페이지''']]</li> | |||
</div> | |||
</onlyinclude> |