Common.css: 두 판 사이의 차이
CABAL WIKI
(문서를 비움) 태그: 비우기 수동 되돌리기 |
편집 요약 없음 태그: 되돌려진 기여 |
||
1번째 줄: | 1번째 줄: | ||
/* 겹치는 텍스트 방지 */ | |||
body, .mw-parser-output { | |||
overflow-wrap: break-word; | |||
word-break: break-word; | |||
} | |||
/* 목차 반응형 설정 */ | |||
#toc, .toc { | |||
max-width: 100%; | |||
width: auto; | |||
font-size: 0.9em; | |||
background: #f9f9f9; | |||
padding: 10px; | |||
box-sizing: border-box; | |||
clear: both; | |||
float: none !important; | |||
position: relative !important; | |||
} | |||
/* 이미지 박스 또는 버튼 텍스트 정렬 */ | |||
div.thumb, .mw-image-border { | |||
max-width: 100% !important; | |||
height: auto !important; | |||
} | |||
/* NPC 박스 등 고정 크기 제거 */ | |||
table, .navbox { | |||
width: 100% !important; | |||
overflow-x: auto; | |||
display: block; | |||
} | |||
/* 리스트 항목 줄바꿈 강제 */ | |||
ul, ol { | |||
padding-left: 1.2em; | |||
} | |||
li { | |||
line-height: 1.6em; | |||
word-wrap: break-word; | |||
} |
2025년 7월 25일 (금) 04:31 판
/* 겹치는 텍스트 방지 */ body, .mw-parser-output { overflow-wrap: break-word; word-break: break-word; } /* 목차 반응형 설정 */ #toc, .toc { max-width: 100%; width: auto; font-size: 0.9em; background: #f9f9f9; padding: 10px; box-sizing: border-box; clear: both; float: none !important; position: relative !important; } /* 이미지 박스 또는 버튼 텍스트 정렬 */ div.thumb, .mw-image-border { max-width: 100% !important; height: auto !important; } /* NPC 박스 등 고정 크기 제거 */ table, .navbox { width: 100% !important; overflow-x: auto; display: block; } /* 리스트 항목 줄바꿈 강제 */ ul, ol { padding-left: 1.2em; } li { line-height: 1.6em; word-wrap: break-word; }