백괴슬라이드: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
백괴게임>BANIP 잔글 (임시대처) |
잔글 (판 30개를 가져왔습니다: 백괴슬라이드/플러그인 테스트) |
||
(사용자 7명의 중간 판 26개는 보이지 않습니다) | |||
1번째 줄: | 1번째 줄: | ||
{{게임 정보}} | |||
{{플러그인|/ | {{플러그인|/플러그인|틀}} | ||
{{플러그인|사용자:BANIP/플러그인/슬라이드|틀}} | |||
{{플러그인|사용자:BANIP/플러그인/랭킹시스템|틀}} | |||
{{#css: | {{#css: | ||
.slideable{ | .slideable{ | ||
13번째 줄: | 14번째 줄: | ||
display:flex; | display:flex; | ||
flex-direction:column; | flex-direction:column; | ||
z-index:1000; | |||
} | } | ||
.slideable .top, .slideable .bottom{ | .slideable .top, .slideable .bottom{ | ||
height:12vw; | height:12vw; | ||
max-height:12vh; | |||
} | } | ||
.slideable .left, .slideable .right{ | .slideable .left, .slideable .right{ | ||
width:12vw; | width:12vw; | ||
max-width:12vw; | |||
} | } | ||
.slideable .inner, .slideable .center{ | .slideable .inner, .slideable .center{ | ||
29번째 줄: | 33번째 줄: | ||
font-size:x-large; | font-size:x-large; | ||
flex-direction:column; | flex-direction:column; | ||
} | } | ||
.slideable .on{ | .slideable .on{ | ||
background-size:contain!important; | background-size:contain!important; | ||
55번째 줄: | 47번째 줄: | ||
} | } | ||
.slideable .center ul{ | |||
text-align:initial; | |||
font-size:0.7em; | |||
} | |||
@media (orientation: portrait){ | |||
.slideable{ height:85vh!important; } | |||
} | |||
@media (orientation: landscape){ | |||
.slideable{ width:85vw!important; } | |||
} | |||
}} | }} | ||
<div class="slideable cloneable"> | <div class="slideable cloneable"> | ||
<div class="top slideSection"></div> | <div class="top slideSection"></div> | ||
65번째 줄: | 69번째 줄: | ||
<div class="bottom slideSection"></div> | <div class="bottom slideSection"></div> | ||
</div> | </div> | ||
로딩중... |