틀:레전드 정보상자/styles.css: 두 판 사이의 차이
에이펙스 한국어 위키
더 많은 작업
문서 생성 |
잔글편집 요약 없음 |
||
| 7번째 줄: | 7번째 줄: | ||
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
background-color: #f9f9f9; | background-color: #f9f9f9; | ||
} | |||
/* 레전드 정보상자 타이틀 */ | |||
.legend-infobox-title { | |||
font-size:150%; | |||
font-weight:800; | |||
background-color:#161616; | |||
color:#dad6d7; | |||
} | } | ||
2026년 8월 29일 (토) 09:58 판
/* 레전드 정보상자 */
.legend-infobox {
float: right;
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 (max-width: 639px) {
.legend-infobox {
float: none !important;
margin-left: auto;
margin-right: auto;
}
}