사용자:Theoteryi/monobook.css

위키백과, 우리 모두의 백과사전.

참고: 설정을 저장한 후에 바뀐 점을 확인하기 위해서는 브라우저의 캐시를 새로 고쳐야 합니다. 구글 크롬, 파이어폭스, 마이크로소프트 엣지, 사파리: ⇧ Shift 키를 누른 채 "새로 고침" 버튼을 클릭하십시오. 더 자세한 정보를 보려면 위키백과:캐시 무시하기 항목을 참고하십시오.

/* <pre><nowiki> */

#usrSumBtn {
  white-space: nowrap;
}

/* 일반 */
#usrSumBtn sumBtn {
  background: #FFB5C5;
  padding: 0px 2px;
  margin: 2px;
  cursor: pointer;
  font-size: 80%;
  line-height: 17px;
  color: black;
}
/* 누를때 */
#usrSumBtn sumBtn:hover {
  background: #EEA9B8;
  border: 1px solid #8B0A50;
  color: black;
  text-decoration: none;
}

/* ‘위키백과 - 우리 모두의 백과사전’ 표시 */
#siteSub {
    font-size: 90%;
    font-weight: normal;
    border-bottom: 1px solid #AAA;
}

/* 이름공간별 색상 */

/* 특수 문서 색*/
.ns--1 * #content { background : #EDF6FC; }
.ns--1 * #p-cactions li { background : #EDF6FC; }
.ns--1 * #p-cactions li a { background :#EDF6FC; }

/* 일반 문서 색*/
.ns-0 * #content { background : #FFFFFF; }
.ns-0 * #p-cactions li { background : #FFFFFF; }
.ns-0 * #p-cactions li a { background : #FFFFFF; }

/* 토론 문서 색 */
.ns-1 * #content { background : #F9FCED; }
.ns-1 * #p-cactions li { background : #F9FCED; }
.ns-1 * #p-cactions li a { background : #F9FCED; }

/* 사용자 문서 색 */
.ns-2 * #content { background : #FFFFFF; }
.ns-2 * #p-cactions li { background : #FFFFFF; }
.ns-2 * #p-cactions li a { background : #FFFFFF; }

/* 사용자 토론 문서 색 */
.ns-3 * #content { background : #F9FCED; }
.ns-3 * #p-cactions li { background : #F9FCED; }
.ns-3 * #p-cactions li a { background : #F9FCED; }

/* 위키백과 문서 색  */
.ns-4 * #content { background : #E9F2F4; }
.ns-4 * #p-cactions li { background : #E9F2F4; }
.ns-4 * #p-cactions li a { background : #E9F2F4; }

/* 위키백과 토론 문서 색 */
.ns-5 * #content { background : #F9FCED; }
.ns-5 * #p-cactions li { background : #F9FCED; }
.ns-5 * #p-cactions li a { background : #F9FCED; }

/* 그림 문서 색 */
.ns-6 * #content { background : #EDF6FC; }
.ns-6 * #p-cactions li { background : #EDF6FC; }
.ns-6 * #p-cactions li a { background : #EDF6FC; }

/* 그림 토론 문서 색 */
.ns-7 * #content { background : #F9FCED; }
.ns-7 * #p-cactions li { background : #F9FCED; }
.ns-7 * #p-cactions li a { background : #F9FCED; }

/* 시스템 메시지(MediaWiki) 문서 색  */
.ns-8 * #content { background : #DEEBFF; }
.ns-8 * #p-cactions li { background : #DEEBFF; }
.ns-8 * #p-cactions li a { background : #DEEBFF; }

/* 시스템 메시지 문서 토론 */
.ns-9 * #content { background : #F9FCED; }
.ns-9 * #p-cactions li { background : #F9FCED; }
.ns-9 * #p-cactions li a { background : #F9FCED; }

/* 틀 문서 색 */
.ns-10 * #content { background : #DEFFDE; }
.ns-10 * #p-cactions li { background : #DEFFDE; }
.ns-10 * #p-cactions li a { background : #DEFFDE; }

/* 틀 토론 문서 색 */
.ns-11 * #content { background : #F9FCED; }
.ns-11 * #p-cactions li { background : #F9FCED; }
.ns-11 * #p-cactions li a { background : #F9FCED; }

/* 도움말 문서 색 */
.ns-12 * #content { background : #FCF0ED; }
.ns-12 * #p-cactions li { background : #FCF0ED; }
.ns-12 * #p-cactions li a { background : #FCF0ED; }

/* 도움말 토론 문서 색 */
.ns-13 * #content { background : #F9FCED; }
.ns-13 * #p-cactions li { background : #F9FCED; }
.ns-13 * #p-cactions li a { background : #F9FCED; }

/* 분류 문서 색 */
.ns-14 * #content { background : #DEFFDE; }
.ns-14 * #p-cactions li { background : #DEFFDE; }
.ns-14 * #p-cactions li a { background : #DEFFDE; }

/* 분류 토론 문서 색 */
.ns-15 * #content { background : #F9FCED; }
.ns-15 * #p-cactions li { background : #F9FCED; }
.ns-15 * #p-cactions li a { background : #F9FCED; }

/* 이름공간의 번호, 명칭
'0': '문서', '1' : '토론'
'2': '사용자', '3' : '사용자토론'
'4': '위키백과', '5' : '위키백과토론'
'6': '그림', '5' : '그림토론'
'8': 'MediaWiki', '9' : 'MediaWiki토론'
'10':   '틀', '10' : '틀토론'
'12':   '도움말', '13' : '도움말토론'
'14':   '분류' '15' : '분류토론'
*/

/* pre 상자 */


pre {
padding: 1em;
border: 1px solid #003399;
color: #003399;
background-color: #F4F6FE;
line-height: 1.1em;
overflow: auto;
}

/* 서버 공지 */

#siteNotice table { 
background:transparent;
text-align:left;
}

#mw-subcategories table {
background: transparent;
}

#mw-pages table {
background: transparent;
}
/*</nowiki></pre>*/



/* 왼쪽 둘러보기 칸 */
 .portlet {
  background-color:#0069A2;
  padding: 0;
  float: none;
  overflow: hidden;
 }
 .portlet h5 {
  background-color: #0069A2;
  border: 0;
  color: #FFFFFF;
  white-space: nowrap;
 }
 .pBody {
  background-color: #F2F5F6;
  color: #000000;
 }
 #p-logo {
  background-color:transparent;
 }

/* 메타박스 (탭 지원 기능) */
/* 메타박스 모양 설정 시작 */
 
/* 보라 (기본값) 1;#7050a0 2;#9070c0 3;#b090e0 4;#d0b0ff 5;#f0d0ff */
 
.mbButton {
background-color: #d0b0ff; /* 4 */
border: 0.15em solid #000000;
border-color: #f0d0ff #b090e0 #9070c0 #f0d0ff;  /* 5 3 3 5 */
border-radius-topleft: .5em;
border-radius-topright: .5em;
-moz-border-radius: .5em .5em 0em 0em;
cursor:pointer;
display: inline;
margin-right: 0.1em;
padding: 0.2em 0.3em 0.2em 0.3em;
position: relative;}
 
.mbButton a,
.mbButton strong {
background: none !important;
color:#7050a0 !important;  /* 1 */
font-size: 90%;
font-weight: bold;
padding: 0 !important;
text-decoration: none !important;}
 
.mbButton a:hover,
.mbButton strong:hover {
color: black !important;
text-decoration: underline !important;}
 
.mbButtonSel {
background-color: #9070c0; /* 2 */
border: 0.15em solid #000000;
border-color: #b090e0 #7050a0 #9070c0 #b090e0;  /* 3 1 2 3 */
border-radius-topleft: .5em;
border-radius-topright: .5em;
-moz-border-radius: .5em .5em 0em 0em;
cursor: default;
display: inline;
margin-right: 0.1em;
padding: 0.2em 0.3em 0.2em 0.3em;
position: relative;
color:white;}
 
.mbButtonSel a {
background: none !important;
color:white !important;
cursor: default;
font-size: 90%;
font-weight: bold;
padding: 0 !important;
text-decoration: none !important;}
 
.mbContent {
background-color: #f8f8ff;
border: 0.2em solid #9070c0; /* 2 */
border-color: #9070c0 #7050a0 #7050a0 #9070c0 ; /* 2 1 1 2 */
-moz-border-radius: 0em .5em .5em 0em;
border-radius-topright: .5em;
border-radius-bottomright: .5em;
padding: 1em;
position: static;  /* Si hi posem relative falla amb MSIE */}
 
.mbTab {
background-color: #f8f8ff;
border-color: #7050a0 #b090e0 #b090e0 #7050a0; /* 1 3 3 1 */  width: 100%;
}
 
/* 녹색 1;#60b030 2;#75c045 3;#90d060 4;#a5e085 5;#c0f090 */
 
.mbGreen .mbButton {
background-color: #a5e085; /* 4 */
border-color: #c0f090 #90d060 #75c045 #c0f090;  /* 5 3 2 5 */}
 
.mbGreen .mbButton a,
.mbGreen .mbButton strong {
color:#60b030 !important;  /* 1 */
font-size:90%}
 
.mbGreen .mbButton a:hover,
.mbGreen .mbButton strong:hover {
color: black !important;
text-decoration: underline;}
 
.mbGreen .mbButtonSel {
background-color: #75c045; /* 2 */
border-color: #90d060 #60b030 #75c045 #90d060;  /* 3 1 2 3 */}
 
.mbGreen .mbContent {
background-color: #f5fffa;
border-color: #75c045 #60b030 #60b030 #75c045 ; /* 2 1 1 2 */}
 
.mbGreen .mbTab {
background-color: #f5fffa;
border-color: #60b030 #90d060 #90d060 #60b030; /* 1 3 3 1 */}
 
/* 빨강 1;#f32011 2;#f84d40 3;#f87d74 4;#f89d97 5;#f8beba */
 
.mbRed .mbButton {
background-color: #f89d97; /* 4 */
border-color: #f8beba #f87d74 #f84d40 #f8beba;  /* 5 3 2 5 */}
 
.mbRed .mbButton a,
.mbRed .mbButton strong {
color:#f32011 !important;  /* 1 */
font-size:90%}
 
.mbRed .mbButton a:hover 
.mbRed .mbButton strong:hover {
color: black !important;
text-decoration: underline;}
 
.mbRed .mbButtonSel {
background-color: #f84d40; /* 2 */
border-color: #f87d74 #f32011 #f84d40 #f87d74;  /* 3 1 2 3 */}
 
.mbRed .mbContent {
background-color: #fffafa;
border-color: #f84d40 #f32011 #f32011 #f84d40; /* 2 1 1 2 */}
 
.mbRed .mbTab {
background-color: #fffafa;
border-color: #f32011 #f87d74 #f87d74 #f32011; /* 1 3 3 1 */}
 
/* 파랑 1;#3379de 2;#5b8dd6 3;#88abde 4;#a7c1e6 5;#c8d6e9 */
 
.mbBlue .mbButton {
background-color: #a7c1e6; /* 4 */
border-color: #c8d6e9 #88abde #5b8dd6 #c8d6e9;  /* 5 3 2 5 */}
 
.mbBlue .mbButton a,
.mbBlue .mbButton strong {
color:#3379de !important;  /* 1 */
font-size:90%}
 
.mbBlue .mbButton a:hover 
.mbBlue .mbButton strong:hover {
color: black !important;
text-decoration: underline;}
 
.mbBlue .mbButtonSel {
background-color: #5b8dd6; /* 2 */
border-color: #88abde #3379de #5b8dd6 #88abde;  /* 3 1 2 3 */}
 
.mbBlue .mbContent {
background-color: #f0f8ff;
border-color: #5b8dd6 #3379de #3379de #5b8dd6; /* 2 1 1 2 */}
 
.mbBlue .mbTab {
background-color: #f0f8ff;
border-color: #3379de #88abde #88abde #3379de; /* 1 3 3 1 */}
 
 
/* 노랑 1;#ffcb13 2;#ffd847 3;#ffe278 4;#ffeca3 5;#fff2bd */
 
.mbYellow .mbButton {
background-color: #ffeca3; /* 4 */
border-color: #fff2bd #ffe278 #ffd847 #fff2bd;  /* 5 3 2 5 */}
 
.mbYellow .mbButton a,
.mbYellow .mbButton strong {
color:#ffcb13 !important;  /* 1 */
font-size:90%}
 
.mbYellow .mbButton a:hover 
.mbYellow .mbButton strong:hover {
color: black !important;
text-decoration: underline;}
 
.mbYellow .mbButtonSel {
background-color: #ffd847; /* 2 */
border-color: #ffe278 #ffcb13 #ffd847 #ffe278;  /* 3 1 2 3 */}
 
.mbYellow .mbContent {
background-color: #fffce8;
border-color: #ffd847 #ffcb13 #ffcb13 #ffd847; /* 2 1 1 2 */}
 
.mbYellow .mbTab {
background-color: #fffce8;
border-color: #ffcb13 #ffe278 #ffe278 #ffcb13; /* 1 3 3 1 */}
 
/* 주황 1;#ff820e 2;#ff9d42 3;#ffac5d 4;#ffbd7f 5;#ffd0a4 6;#ffeedd */
 
.mbOrange .mbButton {
background-color: #ffbd7f; /* 4 */
border-color: #ffd0a4 #ffac5d #ff9d42 #ffd0a4;  /* 5 3 2 5 */}
 
.mbOrange .mbButton a,
.mbOrange .mbButton strong {
color:#ff820e !important;  /* 1 */
font-size:90%}
 
.mbOrange .mbButton a:hover 
.mbOrange .mbButton strong:hover {
color: black !important;
text-decoration: underline;}
 
.mbOrange .mbButtonSel {
background-color: #ff9d42; /* 2 */
border-color: #ffac5d #ff820e #ff9d42 #ffac5d;  /* 3 1 2 3 */}
 
.mbOrange .mbContent {
background-color: #ffeedd; /* 6 */
border-color: #ff9d42 #ff820e #ff820e #ff9d42; /* 2 1 1 2 */}
 
.mbOrange .mbTab {
background-color: #ffeedd; /* 6 */
border-color: #ff820e #ffac5d #ffac5d #ff820e; /* 1 3 3 1 */}
 
 /* 회색 1;#666666 2;#868686 3;#9f9f9f 4;#b9b9b9 5;#cfcfcf 6;#efefef */

.mbGray .mbButton {
background-color: #b9b9b9; /* 4 */
border-color: #cfcfcf #9f9f9f #868686 #cfcfcf;  /* 5 3 2 5 */}
 
.mbGray .mbButton a,
.mbGray .mbButton strong {
color:#666666 !important;  /* 1 */
font-size:90%}
 
.mbGray .mbButton a:hover 
.mbGray .mbButton strong:hover {
color: black !important;
text-decoration: underline;}
 
.mbGray .mbButtonSel {
background-color: #868686; /* 2 */
border-color: #9f9f9f #666666 #868686 #9f9f9f;  /* 3 1 2 3 */}
 
.mbGray .mbContent {
background-color: #efefef; /* 6 */
border-color: #868686 #666666 #666666 #868686; /* 2 1 1 2 */}
 
.mbGray .mbTab {
background-color: #efefef; /* 6 */
border-color: #666666 #9f9f9f #9f9f9f #666666; /* 1 3 3 1 */}

 /* 청록 1;#19c9d9 2;#4fd7e3 3;#6ae0eb 4;#96e4eb 5;#b0e6eb 6;#e8fdff */

.mbAqua .mbButton {
background-color: #96e4eb; /* 4 */
border-color: #b0e6eb #6ae0eb #4fd7e3 #b0e6eb;  /* 5 3 2 5 */}
 
.mbAqua .mbButton a,
.mbAqua .mbButton strong {
color:#19c9d9 !important;  /* 1 */
font-size:90%}
 
.mbAqua .mbButton a:hover 
.mbAqua .mbButton strong:hover {
color: black !important;
text-decoration: underline;}
 
.mbAqua .mbButtonSel {
background-color: #4fd7e3; /* 2 */
border-color: #6ae0eb #19c9d9 #4fd7e3 #6ae0eb;  /* 3 1 2 3 */}
 
.mbAqua .mbContent {
background-color: #e8fdff; /* 6 */
border-color: #4fd7e3 #19c9d9 #19c9d9 #4fd7e3; /* 2 1 1 2 */}
 
.mbAqua .mbTab {
background-color: #e8fdff; /* 6 */
border-color: #19c9d9 #6ae0eb #6ae0eb #19c9d9; /* 1 3 3 1 */}

 /* 갈색 1;#ba7422 2;#c48b49 3;#d5a976 4;#e2bf96 5;#f0d9bf 6;#f6f0e8 */

.mbBrown .mbButton {
background-color: #e2bf96; /* 4 */
border-color: #f0d9bf #d5a976 #c48b49 #f0d9bf;  /* 5 3 2 5 */}
 
.mbBrown .mbButton a,
.mbBrown .mbButton strong {
color:#ba7422 !important;  /* 1 */
font-size:90%}
 
.mbBrown .mbButton a:hover 
.mbBrown .mbButton strong:hover {
color: black !important;
text-decoration: underline;}
 
.mbBrown .mbButtonSel {
background-color: #c48b49; /* 2 */
border-color: #d5a976 #ba7422 #c48b49 #d5a976;  /* 3 1 2 3 */}
 
.mbBrown .mbContent {
background-color: #f6f0e8; /* 6 */
border-color: #c48b49 #ba7422 #ba7422 #c48b49; /* 2 1 1 2 */}
 
.mbBrown .mbTab {
background-color: #f6f0e8; /* 6 */
border-color: #ba7422 #d5a976 #d5a976 #ba7422; /* 1 3 3 1 */}

 /* 자주 1;#dc55d1 2;#ef75e5 3;#ff93f6 4;#ffb0f9 5;#ffccfb 6;#fff3fe */

.mbFuchshia .mbButton {
background-color: #ffb0f9; /* 4 */
border-color: #ffccfb #ff93f6 #ef75e5 #ffccfb;  /* 5 3 2 5 */}
 
.mbFuchshia .mbButton a,
.mbFuchshia .mbButton strong {
color:#dc55d1 !important;  /* 1 */
font-size:90%}
 
.mbFuchshia .mbButton a:hover 
.mbFuchshia .mbButton strong:hover {
color: black !important;
text-decoration: underline;}
 
.mbFuchshia .mbButtonSel {
background-color: #ef75e5; /* 2 */
border-color: #ff93f6 #dc55d1 #ef75e5 #ff93f6;  /* 3 1 2 3 */}
 
.mbFuchshia .mbContent {
background-color: #fff3fe; /* 6 */
border-color: #ef75e5 #dc55d1 #dc55d1 #ef75e5; /* 2 1 1 2 */}
 
.mbFuchshia .mbTab {
background-color: #fff3fe; /* 6 */
border-color: #dc55d1 #ff93f6 #ff93f6 #dc55d1; /* 1 3 3 1 */}

 /* 남색 1;#444572 2;#62649b 3;#9899c6 4;#c0c1e0 5;#dddeef */

.mbNavy .mbButton {
background-color: #c0c1e0; /* 4 */
border-color: #dddeef #9899c6 #62649b #dddeef;  /* 5 3 2 5 */}
 
.mbNavy .mbButton a,
.mbNavy .mbButton strong {
color:#444572 !important;  /* 1 */
font-size:90%}
 
.mbNavy .mbButton a:hover 
.mbNavy .mbButton strong:hover {
color: black !important;
text-decoration: underline;}
 
.mbNavy .mbButtonSel {
background-color: #62649b; /* 2 */
border-color: #9899c6 #444572 #62649b #9899c6;  /* 3 1 2 3 */}
 
.mbNavy .mbContent {
background-color: #f5f5ff; /* 6 */
border-color: #62649b #444572 #444572 #62649b; /* 2 1 1 2 */}
 
.mbNavy .mbTab {
background-color: #f5f5ff; /* 6 */
border-color: #444572 #9899c6 #9899c6 #444572; /* 1 3 3 1 */}

 /* TEST 1;#ff0000 2;#00ff00 3;#0000ff 4;#ffff00 5;#ff00ff */

.mbTestColor .mbButton {
background-color: #ffff00; /* 4 */
border-color: #ff00ff #0000ff #00ff00 #ff00ff;  /* 5 3 2 5 */}
 
.mbTestColor .mbButton a,
.mbTestColor .mbButton strong {
color:#ff0000 !important;  /* 1 */
font-size:90%}
 
.mbTestColor .mbButton a:hover 
.mbTestColor .mbButton strong:hover {
color: black !important;
text-decoration: underline;}
 
.mbTestColor .mbButtonSel {
background-color: #00ff00; /* 2 */
border-color: #0000ff #ff0000 #00ff00 #0000ff;  /* 3 1 2 3 */}
 
.mbTestColor .mbContent {
background-color: #ffffff; /* 6 */
border-color: #00ff00 #ff0000 #ff0000 #00ff00; /* 2 1 1 2 */}
 
.mbTestColor .mbTab {
background-color: #ffffff; /* 6 */
border-color: #ff0000 #0000ff #0000ff #ff0000; /* 1 3 3 1 */}

@import url(http://ko.wikipedia.org/w/index.php?title=%EC%82%AC%EC%9A%A9%EC%9E%90:Theoteryi/metabox.css&action=raw&ctype=text/css);
/* 메타박스 모양 설정 끝 */

/* 세로쓰기 */

.vt {
width:1.5em;
float:right;
}

/* 본문 크기 줄이기 */
#bodyContent {
  font-size:110%;
}
/* </nowiki></pre> */
#WpMpBook2 { background-image: url(http://upload.wikimedia.org/wikipedia/commons/8/8e/MP-open-book2.png); }


/* 알림상자 설정 */
table.ambox {
margin: 0 10%;                         /* Will not overlap with other elements */
border-collapse: collapse; 
background: #fbfbfb; 
border: 1px solid #aaa; 
border-left: 10px solid #1e90ff;       /* 初期値: 「お知らせ」の青 */
font-size: 90%;
}
table.ambox th.ambox-text, table.ambox td.ambox-text {      /* メッセージ本体のセル */
padding: 0.25em 0.5em;              /* 左右に 0.5em ずつのパディング */
width: 100%;                        /* 全テンプレートでテキスト量にかかわらず同サイズに */
}
table.ambox td.ambox-image {          /* 左側の画像セル */
padding: 2px 0px 2px 0.5em;         /* 左に 0.5em, 右に 0px のパディング */
text-align: center; 
}
table.ambox td.ambox-imageright {     /* 右側の画像セル */
padding: 2px 4px 2px 0px;           /* 左に 0px , 右に 4px のパディング */
text-align: center; 
}
table.ambox-notice {
border-left: 10px solid #1e90ff;       /* 青 */
/* border-right: 10px solid #1e90ff; */  /* If you want two blue bars */
}
table.ambox-speedy {
border-left: 10px solid #b22222;    /* Red */
background: #fee;                   /* Pink */
}
table.ambox-delete,
table.ambox-serious {
border-left: 10px solid #b22222;       /* 赤 */
}
table.ambox-content {
border-left: 10px solid #f28500;       /* 橙 */
}
table.ambox-style {
border-left: 10px solid #f4c430;       /* 黄 */
}
table.ambox-merge {
border-left: 10px solid #9932cc;       /* 紫 */
}
table.ambox-protection {
border-left: 10px solid #bba;          /* 灰色 */
}
table.ambox.ambox-mini {                 /* small floating box variant */
float: right;
clear: right;
margin: 0 0 0 1em;
width: 272px;
border-left: 1px solid #aaa;
line-height: 1.2;
font-size: smaller;
}
/* ambox - 以下、日本語版の独自拡張 */
table.ambox div.ambox-imagecontainer {   /* 画像セル内の画像表示領域 */
width: 52px;
}
table.ambox.ambox-section {              /* 節用メッセージボックス */
margin: 0;                             /* マージンを取らない */
font-size: 80%;
}
table.ambox.ambox-section div.ambox-imagecontainer {
width: 30px;
}
table.ambox.ambox-section th.ambox-text,
table.ambox.ambox-section td.ambox-text {
padding: 0.1em 0.3em;
}
/* 알림상자 설정 끝 */