참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다.

  • 파이어폭스 / 사파리: Shift 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5 또는 Ctrl-R을 입력 (Mac에서는 ⌘-R)
  • 구글 크롬: Ctrl-Shift-R키를 입력 (Mac에서는 ⌘-Shift-R)
  • 인터넷 익스플로러 / 엣지: Ctrl 키를 누르면서 새로 고침을 클릭하거나, Ctrl-F5를 입력.
  • 오페라: Ctrl-F5를 입력.
/* Global CSS */

 
/* RC config */
.minor {
  color: #808080;
  font-weight: bold;
}
.newpage {
  color: #FF0000;
  font-weight: bold;
}
.bot {
  color: #3CB371;
  font-weight: bold;
} 
 
 
/* Edit summary toolbox */
#usrSumBtn {
  white-space: nowrap;
}
 
#usrSumBtn sumBtn {
  background: #C2F2FF;
  border: 1px solid #9BD5F5;
  padding: 0px 2px;
  margin: 2px;
  cursor: pointer;
  font-size: 80%;
  line-height: 17px;
  color: #5B5B5B;
}
 
#usrSumBtn sumBtn:hover {
  background: #B1EBFF;
  border: 1px solid #64BDF0;
  color: black;
  text-decoration: none;
}
 
/* For positioning icons at top-right, used in Templates
   "Spoken Article" and "Featured Article" */
div.topicon {
    position:absolute; 
    z-index:100; 
    top:10px;
    display: block !important;
}
 
#coordinates {  
    position:absolute;
    z-index:1;
    border:none;
    background:none;
    right:30px;
    top:3.7em;
    float:right;
    margin:0.0em;
    padding:0.0em;
    line-height:1.5em;
    text-align:right;
    text-indent:0;
    font-size:85%;
    text-transform:none;
    white-space:nowrap;
}
 
/* 편집 요약, 이유의 모양 설정.
 (기울임 대신 글자 크기 약간 작게 하여 구별) */
.comment {
  font-style: italic !important;
 
}

.previewnote {
    color: #c00;
}
/* 글씨 줄이기 */
#bodyContent {
    font-size: 0.84em !important;
}
/* 탭 강조 */
.selected {
    font-weight: bold;
}
/* 편집 요약 길이 늘이기 */
#wpSummary {
    margin-left: 10px;
    width: 75% !important;
}
 
/* 사이드바와 상단의 글자 뜨는 현상 */
 
#p-personal li {
    font-size: small !important;
}
 
.portal li {
    padding-top: 3px !important;
    margin-top: -3px !important;
}

#p-logo a, #p-logo a:hover {
    background: url(http://upload.wikimedia.org/wikinews/en/b/bc/Wiki.png) 50% 50% no-repeat !important;
}