행위

미디어위키

Common.css: 두 판 사이의 차이

CABAL WIKI

편집 요약 없음
태그: 되돌려진 기여
편집 요약 없음
 
(같은 사용자의 중간 판 12개는 보이지 않습니다)
1번째 줄: 1번째 줄:
/* 겹치는 텍스트 방지 */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
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년 10월 1일 (수) 05:21 기준 최신판

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");