틀:뱃지그룹: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
>BANIP (css 작성) |
>BANIP (css 작성) |
||
6번째 줄: | 6번째 줄: | ||
.template-badge{ | .template-badge{ | ||
float:right; | float:right; | ||
width: | width:48px; | ||
height: | height:48px; | ||
cursor:pointer; | cursor:pointer; | ||
outline-width: 2px; | outline-width: 2px; | ||
50번째 줄: | 50번째 줄: | ||
.template-badge .descript{ | .template-badge .descript{ | ||
width: | width: 600%; | ||
font-size: 0.7rem; | font-size: 0.7rem; | ||
opacity: 0; | opacity: 0; | ||
background:#fff; | background:#fff; | ||
box-shadow:0px 4px 4px rgba(0,0,0,0.25); | |||
transform: translateY(calc(100%)); | |||
cursor:initial; | |||
} | |||
.template-badge .descript .title{ | |||
height:1.3rem; | |||
vertical-align:middle; | |||
padding-left:4px; | |||
} | } | ||
.template-badge: | .template-badge .descript .title *{ | ||
opacity: | vertical-align: middle; | ||
} | |||
.template-badge .descript .content{ | |||
padding:4px; | |||
} | |||
.template-badge .descript.active{ | |||
opacity: 1; | |||
visibility: visible; | visibility: visible; | ||
transform: translateY(calc(100% + 8px)); | transform: translateY(calc(100% + 8px)); | ||
} | } | ||
}}<div class='template-badges'>{{{1|}}}</div></onlyinclude></includeonly> | }}<div class='template-badges'>{{{1|}}}</div></onlyinclude></includeonly> | ||
파라미터로 넣은 모든 머릿글틀을 보기좋은 형태로 바꿔서 푸터에 넣어줍니다. | 파라미터로 넣은 모든 머릿글틀을 보기좋은 형태로 바꿔서 푸터에 넣어줍니다. |
2023년 8월 19일 (토) 00:32 판
파라미터로 넣은 모든 머릿글틀을 보기좋은 형태로 바꿔서 푸터에 넣어줍니다.