MediaWiki:Monobook.css/Wikiquote

Us der alemannische Wikipedia, der freie Dialäkt-Enzyklopedy

/* 1. 네임스페이스 페이지의 바탕색 */

#content,
#mytabs li.selected a,
#p-cactions li.selected a {background-color: #FFF9F9;}
.ns-0 #content,
.ns-0 #mytabs li.selected a,
.ns-0 #p-cactions li.selected a {background-color: white;}
.ns--1 table,
.ns-2 table,
.ns-4 table,
.ns--1 form {background: inherit;}

/* 1.1. 카테고리 페이지: 연한 주황 */

.ns-14 * #content {background : #FFFBEE;}
.ns-14 * #p-cactions li {background : #FFFBEE;}
.ns-14 * #p-cactions li a {background : #FFFBEE;}

/* 1.2. 사용자 페이지: 흰 색 */

.ns-2 * #content { background : white; }
.ns-2 * #p-cactions li { background : white; }
.ns-2 * #p-cactions li a { background : white; }

/* 1.3. 사용자 토론 페이지: 연한 보라 */

.ns-3 * #content { background : #FDFAFF; }
.ns-3 * #p-cactions li { background : #FDFAFF; }
.ns-3 * #p-cactions li a { background : #FDFAFF; }

/* 1.4. 로그인 페이지 */

#pt-login {font-weight: bold;}

form#userlogin {
 padding: 1em 1em 1em 1em;
 background-color: #D2FCCF;
 border: 2px solid #DFDFDF;
 color: #000000;
 margin-left: 3em;
}

form#userlogin table {
 background-color: #D2FCCF;  color: #000000;
}

/* 2. 글씨체 UNICODE (부분적으로 IPA 활용)*/

#bodyContent {
  font-family: 'DejaVu Sans','Lucida Sans Unicode','Lucida Grande','Doulos SIL','Arial Unicode MS','Charis SIL','TITUS Cyberbit Basic','Code2000','MV Boli',sans-serif;
  font-family /**/:inherit;
}

/* 3. 카테고리 박스 대신 점선, 배경색 하양*/

#catlinks {
  border: 0px;
  border-top: 2px dashed #AAAAAA;
  background-color: #FFFFFF;
  margin-top: 2em;
}

/* 4. 말기-펴기 단추 크기 */

.NavToggle {
font-size: 80%;
float: right;
text-decoration: none;
}