틀:오염된 부착물 정보상자/styles.css: 두 판 사이의 차이
에이펙스 한국어 위키
더 많은 작업
잔글편집 요약 없음 태그: 되돌려진 기여 |
잔글편집 요약 없음 |
||
| (같은 사용자의 중간 판 하나는 보이지 않습니다) | |||
| 1번째 줄: | 1번째 줄: | ||
/* 오염된 부착물 정보상자 */ | /* 오염된 부착물 정보상자 */ | ||
.corrupted-infobox { | .corrupted-infobox { | ||
float: | float: none; | ||
width: 22em; | width: 22em; | ||
text-align: left; | text-align: left; | ||
| 32번째 줄: | 32번째 줄: | ||
@media (min-width: 720px) { | @media (min-width: 720px) { | ||
.corrupted-infobox { | .corrupted-infobox { | ||
float: | float: none; | ||
} | } | ||
} | } | ||
2026년 9월 2일 (수) 07:37 기준 최신판
/* 오염된 부착물 정보상자 */
.corrupted-infobox {
float: none;
width: 22em;
text-align: left;
font-size: 88%;
border: 1px solid #aaa;
background-color: #f9f9f9;
border-collapse: collapse;
margin-left: 20px;
}
.corrupted-infobox th, td {
/* 두께 1px, 직선(solid), 회색(#ccc) 선 그리기 */
border: 1px solid #cccccc;
padding: 8px;
text-align: left;
}
.corrupted-infobox th {
background-color: #f2f2f2;
}
/* 정보상자 타이틀 */
.corrupted-infobox-title {
font-size:150%;
font-weight:800;
background-color:#161616;
color:#dad6d7;
}
/* 반응형 */
@media (min-width: 720px) {
.corrupted-infobox {
float: none;
}
}