|
|
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;
| |
| }
| |