틀:레전드 정보상자/styles.css: 두 판 사이의 차이
에이펙스 한국어 위키
더 많은 작업
스킨 변경으로 인한 수정 |
잔글편집 요약 없음 |
||
| 1번째 줄: | 1번째 줄: | ||
/* 레전드 정보상자 */ | /* 레전드 정보상자 */ | ||
.legend-infobox { | .legend-infobox { | ||
width: 22em; | width: 22em; | ||
text-align: left; | text-align: left; | ||
| 15번째 줄: | 14번째 줄: | ||
background-color:#161616; | background-color:#161616; | ||
color:#dad6d7; | color:#dad6d7; | ||
} | |||
@media (min-width: 720px) { | |||
.legend-infobox { | |||
float: right; | |||
} | |||
} | } | ||
2026년 8월 29일 (토) 10:47 판
/* 레전드 정보상자 */
.legend-infobox {
width: 22em;
text-align: left;
font-size: 88%;
border: 1px solid #aaa;
background-color: #f9f9f9;
}
/* 레전드 정보상자 타이틀 */
.legend-infobox-title {
font-size:150%;
font-weight:800;
background-color:#161616;
color:#dad6d7;
}
@media (min-width: 720px) {
.legend-infobox {
float: right;
}
}