바뀜

3,556 바이트 추가됨 ,  2011년 3월 1일 (화) 05:27
편집 요약 없음
1번째 줄: 1번째 줄: −
/* <source lang="css"> */
+
/* Main page fixes */
 +
#interwiki-completelist {
 +
    font-weight: bold;
 +
}
 +
body.page-Main_Page #ca-delete {
 +
    display: none !important;
 +
}
 +
 
 +
body.page-Main_Page #mp-topbanner {
 +
  clear: both;
 +
}
 +
 
 +
/* Edit window toolbar */
 +
#toolbar {
 +
    height: 22px;
 +
    margin-bottom: 6px;
 +
}
 +
 
 +
/* Margins for <ol> and <ul> */
 +
div#content ol, div#content ul,
 +
div#mw_content ol, div#mw_content ul {
 +
    margin-bottom: 0.5em;
 +
}
 +
 
 +
/* Make the list of references smaller */
 +
div.references {
 +
    font-size: 90%;
 +
}
 +
 
 +
/* Highlight clicked reference in blue to help navigation */
 +
div.references li:target,
 +
sup.reference:target,
 +
span.citation:target {
 +
    background-color: #DEF;
 +
}
 +
 
 +
/* Ensure refs in table headers and the like aren't bold or italic */
 +
sup.reference {
 +
    font-weight: normal;
 +
    font-style: normal;
 +
}
 +
 
 +
/* Styling for citations */
 +
span.citation, cite {
 +
    font-style: normal;
 +
    word-wrap: break-word;
 +
}
 +
 
 +
/* For linked citation numbers and document IDs, where
 +
  the number need not be shown on a screen or a handheld,
 +
  but should be included in the printed version
 +
*/
 +
@media screen, handheld {
 +
    span.citation *.printonly {
 +
        display: none;
 +
    }
 +
}
 +
 
 +
/* Default skin for navigation boxes */
 +
table.navbox {            /* Navbox container style */
 +
    border: 1px solid #aaa;
 +
    width: 100%;
 +
    margin: auto;
 +
    clear: both;
 +
    font-size: 88%;
 +
    text-align: center;
 +
    padding: 1px;
 +
}
 +
table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */
 +
    margin-top: -1px;          /* (doesn't work for IE6, but that's okay)      */
 +
}
 +
.navbox-title,
 +
.navbox-abovebelow,
 +
table.navbox th {
 +
    text-align: center;      /* Title and above/below styles */
 +
    padding-left: 1em;
 +
    padding-right: 1em;
 +
}
 +
.navbox-group {              /* Group style */
 +
    white-space: nowrap;
 +
    text-align: right;
 +
    font-weight: bold;
 +
    padding-left: 1em;
 +
    padding-right: 1em;
 +
}
 +
.navbox, .navbox-subgroup {
 +
    background: #fdfdfd;    /* Background color */
 +
}
 +
.navbox-list {
 +
    border-color: #fdfdfd;  /* Must match background color */
 +
}
 +
.navbox-title,
 +
table.navbox th {
 +
    background: #ccccff;    /* Level 1 color */
 +
}
 +
.navbox-abovebelow,
 +
.navbox-group,
 +
.navbox-subgroup .navbox-title {
 +
    background: #ddddff;    /* Level 2 color */
 +
}
 +
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
 +
    background: #e6e6ff;    /* Level 3 color */
 +
}
 +
.navbox-even {
 +
    background: #f7f7f7;    /* Even row striping */
 +
}
 +
.navbox-odd {
 +
    background: transparent; /* Odd row striping */
 +
}
 +
 
 +
.collapseButton {          /* 'show'/'hide' buttons created dynamically */
 +
    float: right;          /* by the CollapsibleTables javascript in    */
 +
    font-weight: normal;  /* [[MediaWiki:Common.js]] are styled here  */
 +
    text-align: right;    /* so they can be customised.                */
 +
    width: auto;
 +
}
 +
.navbox .collapseButton {  /* In navboxes, the show/hide button balances */
 +
    width: 6em;            /* the vde links from [[Template:Navbar]],    */
 +
}                          /* so they need to be the same width.        */
 +
 
 +
.navbar {                  /* Navbox template links */
 +
    font-size: 88%;        /* Default font-size */
 +
    font-weight: normal;
 +
}
 +
.navbox .navbar {
 +
    font-size: 100%;      /* Font-size when nested within navbox */
 +
}
 +
 
 +
/* Infobox template style */
 +
.infobox {
 +
    border: 1px solid #aaa;
 +
    background-color: #f9f9f9;
 +
    color: black;
 +
    margin: 0.5em 0 0.5em 1em;
 +
    padding: 0.2em;
 +
    float: right;
 +
    clear: right;
 +
    width: 22em;
 +
    text-align: left;
 +
    font-size: 88%;
 +
    line-height: 1.5em;
 +
}
 +
.infobox caption {
 +
    font-size: 125%;
 +
    font-weight: bold;
 +
}
 +
.infobox td,
 +
.infobox th {
 +
    vertical-align: top;
 +
}
 +
.infobox.bordered {
 +
    border-collapse: collapse;
 +
}
 +
.infobox.bordered td,
 +
.infobox.bordered th {
 +
    border: 1px solid #aaa;
 +
}
 +
.infobox.bordered .borderless td,
 +
.infobox.bordered .borderless th {
 +
    border: 0;
 +
}
 +
 
 +
.infobox.sisterproject {
 +
    width: 20em;
 +
    font-size: 90%;
 +
}
 +
 
 +
.infobox.standard-talk {
 +
    border: 1px solid #c0c090;
 +
    background-color: #f8eaba;
 +
}
 +
.infobox.standard-talk.bordered td,
 +
.infobox.standard-talk.bordered th {
 +
    border: 1px solid #c0c090;
 +
}
 +
 
 +
/* styles for bordered infobox with merged rows */
 +
.infobox.bordered .mergedtoprow td,
 +
.infobox.bordered .mergedtoprow th {
 +
    border: 0;
 +
    border-top: 1px solid #aaa;
 +
    border-right: 1px solid #aaa;
 +
}
 +
 
 +
.infobox.bordered .mergedrow td,
 +
.infobox.bordered .mergedrow th {
 +
    border: 0;
 +
    border-right: 1px solid #aaa;
 +
}
 +
 
 +
/* Styles for geography infoboxes, eg countries,
 +
  country subdivisions, cities, etc.            */
 +
.infobox.geography {
 +
    text-align: left;
 +
    border-collapse: collapse;
 +
    line-height: 1.2em;
 +
    font-size: 90%;
 +
}
 +
 
 +
.infobox.geography  td,
 +
.infobox.geography  th {
 +
    border-top: 1px solid #aaa;
 +
    padding: 0.4em 0.6em 0.4em 0.6em;
 +
}
 +
.infobox.geography .mergedtoprow td,
 +
.infobox.geography .mergedtoprow th {
 +
    border-top: 1px solid #aaa;
 +
    padding: 0.4em 0.6em 0.2em 0.6em;
 +
}
 +
 
 +
.infobox.geography .mergedrow td,
 +
.infobox.geography .mergedrow th {
 +
    border: 0;
 +
    padding: 0 0.6em 0.2em 0.6em;
 +
}
 +
 
 +
.infobox.geography .mergedbottomrow td,
 +
.infobox.geography .mergedbottomrow th {
 +
    border-top: 0;
 +
    border-bottom: 1px solid #aaa;
 +
    padding: 0 0.6em 0.4em 0.6em;
 +
}
 +
 
 +
.infobox.geography .maptable td,
 +
.infobox.geography .maptable th {
 +
    border: 0;
 +
    padding: 0;
 +
}
 +
 
 +
/* Normal font styling for table row headers with scope="row" tag */
 +
.wikitable.plainrowheaders th[scope=row] {
 +
    font-weight: normal;
 +
    text-align: left;
 +
}
   −
/*
+
/* lists in data cells are always left-aligned */
* 위키백과 모든 스킨에 적용되는 CSS입니다.
+
.wikitable td ul,
* [[위키백과:위키프로젝트 시스템]] 참고
+
.wikitable td ol,
*
+
.wikitable td dl {
* 편집 요약을 꼭 적어주고, 새 코드를 추가할 때에는 해당 코드의 출처, 간단한 설명, (요청이 있었을 경우) 해당 요청의 위치 등을 주석에 적어주세요.
+
    text-align: left;
* 또한 각 코드 조각의 범위를 알아보기 쉽도록 정렬해주세요.
+
}
*
  −
* 인쇄용 css (@media print 부분)은 Print.css에 별도로 추가해주세요.
  −
* 그렇지 않으면 인쇄용 문서를 웹에서 보는 것과 실제 인쇄하는 것이 다르게 나옵니다.
  −
*
  −
* 정리가 필요한 부분에는 XXX를 달아주세요.
  −
*/
     −
/** <references/> 관련 CSS **/
+
/* Icons for medialist templates [[Template:Listen]],
 +
  [[Template:Multi-listen_start]], [[Template:Video]],
 +
  [[Template:Multi-video_start]]
 +
*/
 +
div.listenlist {
 +
    padding-left: 40px;
 +
}
   −
ol.references {
+
/* Style rules for media list templates */
  font-size: smaller;
+
div.medialist {
 +
    min-height: 50px;
 +
    margin: 1em;
 +
    background-position: top left;
 +
    background-repeat: no-repeat;
 +
}
 +
div.medialist ul {
 +
    list-style-type: none;
 +
    list-style-image: none;
 +
    margin: 0;
 +
}
 +
div.medialist ul li {
 +
    padding-bottom: 0.5em;
 +
}
 +
div.medialist ul li li {
 +
    font-size: 91%;
 +
    padding-bottom: 0;
 
}
 
}
   −
/* 선택된 항목에 배경색 씌우기 */
+
/* Change the external link icon to an Adobe icon for all PDF files
ol.references > li:target, sup.reference:target {
+
  in browsers that support these CSS selectors, like Mozilla and Opera */
  background-color: #DEF;
+
div#content a[href$=".pdf"].external,
 +
div#content a[href*=".pdf?"].external,
 +
div#content a[href*=".pdf#"].external,
 +
div#content a[href$=".PDF"].external,
 +
div#content a[href*=".PDF?"].external,
 +
div#content a[href*=".PDF#"].external,
 +
div#mw_content a[href$=".pdf"].external,
 +
div#mw_content a[href*=".pdf?"].external,
 +
div#mw_content a[href*=".pdf#"].external,
 +
div#mw_content a[href$=".PDF"].external,
 +
div#mw_content a[href*=".PDF?"].external,  
 +
div#mw_content a[href*=".PDF#"].external {
 +
    padding-right: 18px;
 
}
 
}
   −
/** 표 속성 - wikitable, prettytable **/
+
/* Change the external link icon to an Adobe icon anywhere the PDFlink class
/* class 이름으로 prettytable보다 wikitable을 사용해주세요. */
+
  is used (notably Template:PDFlink). This works in IE, unlike the above. */
table.wikitable,
+
div#content span.PDFlink a,
table.prettytable {
+
div#mw_content span.PDFlink a {
  margin: 1em 0;
+
    padding-right: 18px;
  background: #f9f9f9;
  −
  border: 1px #aaa solid;
  −
  border-collapse: collapse;
   
}
 
}
table.wikitable th, table.wikitable td,
+
 
table.prettytable th, table.prettytable td {
+
/* Content in columns with CSS instead of tables [[Template:Columns]] */
  border: 1px #aaa solid;
+
div.columns-2 div.column {
  padding: 0.2em;
+
    float: left;
 +
    width: 50%;
 +
    min-width: 300px;
 
}
 
}
table.wikitable th,
+
div.columns-3 div.column {
table.prettytable th {
+
    float: left;
  background: #f2f2f2;
+
    width: 33.3%;
  text-align: center;
+
    min-width: 200px;
  white-space: nowrap;
   
}
 
}
table.wikitable caption,
+
div.columns-4 div.column {
table.prettytable caption {
+
    float: left;
  margin-left: inherit;
+
    width: 25%;
  margin-right: inherit;
+
    min-width: 150px;
  font-weight: bold;
+
}
  font-size: larger;
+
div.columns-5 div.column {
 +
    float: left;
 +
    width: 20%;
 +
    min-width: 120px;
 
}
 
}
   −
/** .messagebox 스타일 **/
+
/* Messagebox templates */
 
.messagebox {
 
.messagebox {
  border: 1px solid #aaa;
+
    border: 1px solid #aaa;
  background: #f9f9f9;
+
    background-color: #f9f9f9;
  width: 85%;
+
    width: 80%;
  margin: 0 auto 1em auto;
+
    margin: 0 auto 1em auto;
  padding: .2em;
+
    padding: .2em;
  text-align: justify;
  −
  font-size: smaller;
   
}
 
}
 
.messagebox.merge {
 
.messagebox.merge {
  border: 1px solid #cf9fff;
+
    border: 1px solid #c0b8cc;
  background-color: #f5edf5;
+
    background-color: #f0e5ff;
  text-align: center;
+
    text-align: center;
 
}
 
}
 
.messagebox.cleanup {
 
.messagebox.cleanup {
  border: 1px solid #9f9fff;
+
    border: 1px solid #9f9fff;
  background-color: #efefff;
+
    background-color: #efefff;
  text-align: center;
+
    text-align: center;
 
}
 
}
 
.messagebox.standard-talk {
 
.messagebox.standard-talk {
  border: 1px solid #c0c090;
+
    border: 1px solid #c0c090;
  background-color: #f8eaba;
+
    background-color: #f8eaba;
 +
    margin: 4px auto;
 
}
 
}
   
/* For old WikiProject banners inside banner shells. */
 
/* For old WikiProject banners inside banner shells. */
 
.mbox-inside .standard-talk,
 
.mbox-inside .standard-talk,
89번째 줄: 349번째 줄:  
.messagebox.small {
 
.messagebox.small {
 
     width: 238px;
 
     width: 238px;
     font-size: smaller;
+
     font-size: 85%;
 
     float: right;
 
     float: right;
 
     clear: both;
 
     clear: both;
 
     margin: 0 0 1em 1em;
 
     margin: 0 0 1em 1em;
     line-height: 1.25em;
+
     line-height: 1.25em;  
 
}
 
}
 
.messagebox.small-talk {
 
.messagebox.small-talk {
 
     width: 238px;
 
     width: 238px;
     font-size: smaller;
+
     font-size: 85%;
 
     float: right;
 
     float: right;
 
     clear: both;
 
     clear: both;
 
     margin: 0 0 1em 1em;
 
     margin: 0 0 1em 1em;
     line-height: 1.25em;
+
     line-height: 1.25em;  
 
     background: #F8EABA;
 
     background: #F8EABA;
 
}
 
}
+
 
/* ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox 스타일 */
+
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text {     /* The message body cell(s) */
+
th.mbox-text, td.mbox-text {   /* The message body cell(s) */
     border: none;
+
     border: none;  
     padding: 0.25em 0.9em;       /* 0.9em left/right */
+
     padding: 0.25em 0.9em;     /* 0.9em left/right */
     width: 100%;   /* Make all mboxes the same width regardless of text length */
+
     width: 100%;               /* Make all mboxes the same width regardless of text length */
 
}
 
}
td.mbox-image {                 /* The left image cell */
+
td.mbox-image {               /* The left image cell */
     border: none;
+
     border: none;  
     padding: 2px 0 2px 0.9em;   /* 0.9em left, 0px right */
+
     padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */
     text-align: center;
+
     text-align: center;  
 
}
 
}
td.mbox-imageright {             /* The right image cell */
+
td.mbox-imageright {           /* The right image cell */
 
     border: none;
 
     border: none;
     padding: 2px 0.9em 2px 0;   /* 0px left, 0.9em right */
+
     padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */
     text-align: center;
+
     text-align: center;  
 
}
 
}
td.mbox-empty-cell {         /* An empty narrow cell */
+
td.mbox-empty-cell {           /* An empty narrow cell */
 
     border: none;
 
     border: none;
 
     padding: 0px;
 
     padding: 0px;
129번째 줄: 389번째 줄:  
/* Article message box styles */
 
/* Article message box styles */
 
table.ambox {
 
table.ambox {
     margin: 0px 10%;   /* 10% = Will not overlap with other elements */
+
     margin: 0px 10%;                 /* 10% = Will not overlap with other elements */
     border: 1px solid #aaa;
+
     border: 1px solid #aaa;  
     border-left: 10px solid #1e90ff;   /* Default "notice" blue */
+
     border-left: 10px solid #1e90ff; /* Default "notice" blue */
     background: #fbfbfb;
+
     background: #fbfbfb;  
 
}
 
}
table.ambox + table.ambox {   /* Single border between stacked boxes. */
+
table.ambox + table.ambox {     /* Single border between stacked boxes. */
 
     margin-top: -1px;
 
     margin-top: -1px;
 
}
 
}
147번째 줄: 407번째 줄:  
     padding: 2px 0.5em 2px 0;    /* 0px left, 0.5em right */
 
     padding: 2px 0.5em 2px 0;    /* 0px left, 0.5em right */
 
}
 
}
+
 
 +
table.ambox-notice {
 +
    border-left: 10px solid #1e90ff;    /* Blue */
 +
}
 +
table.ambox-speedy {
 +
    border-left: 10px solid #b22222;    /* Red */
 +
    background: #fee;                  /* Pink */
 +
}
 +
table.ambox-delete {
 +
    border-left: 10px solid #b22222;    /* Red */
 +
}
 +
table.ambox-content {
 +
    border-left: 10px solid #f28500;    /* Orange */
 +
}
 +
table.ambox-style {
 +
    border-left: 10px solid #f4c430;    /* Yellow */
 +
}
 +
table.ambox-move {
 +
    border-left: 10px solid #9932cc;    /* Purple */
 +
}
 +
table.ambox-protection {
 +
    border-left: 10px solid #bba;      /* Gray-gold */
 +
}
 +
 
 
/* Image message box styles */
 
/* Image message box styles */
 
table.imbox {
 
table.imbox {
     margin: 4px 10%;
+
     margin: 4px 10%;  
     border-collapse: collapse;
+
     border-collapse: collapse;  
 
     border: 3px solid #1e90ff;    /* Default "notice" blue */
 
     border: 3px solid #1e90ff;    /* Default "notice" blue */
 
     background: #fbfbfb;
 
     background: #fbfbfb;
 
}
 
}
.imbox .mbox-text .imbox {   /* For imboxes inside imbox-text cells. */
+
.imbox .mbox-text .imbox { /* For imboxes inside imbox-text cells. */
     margin: 0 -0.5em;   /* 0.9 - 0.5 = 0.4em left/right. */
+
     margin: 0 -0.5em;       /* 0.9 - 0.5 = 0.4em left/right.       */
 +
    display: block;        /* Fix for webkit to force 100% width.  */
 
}
 
}
.mbox-inside .imbox {   /* For imboxes inside other templates. */
+
.mbox-inside .imbox {       /* For imboxes inside other templates. */
 
     margin: 4px;
 
     margin: 4px;
 
}
 
}
+
 
 
table.imbox-notice {
 
table.imbox-notice {
 
     border: 3px solid #1e90ff;    /* Blue */
 
     border: 3px solid #1e90ff;    /* Blue */
191번째 줄: 475번째 줄:  
     border: 3px solid #cba135;    /* Brown-gold */
 
     border: 3px solid #cba135;    /* Brown-gold */
 
}
 
}
+
 
 
/* Category message box styles */
 
/* Category message box styles */
 
table.cmbox {
 
table.cmbox {
 
     margin: 3px 10%;
 
     margin: 3px 10%;
 
     border-collapse: collapse;
 
     border-collapse: collapse;
     border: 1px solid #aaa;
+
     border: 1px solid #aaa;  
 
     background: #DFE8FF;    /* Default "notice" blue */
 
     background: #DFE8FF;    /* Default "notice" blue */
 
}
 
}
+
 
 
table.cmbox-notice {
 
table.cmbox-notice {
 
     background: #D8E8FF;    /* Blue */
 
     background: #D8E8FF;    /* Blue */
 +
}
 +
table.cmbox-speedy {
 +
    margin-top: 4px;
 +
    margin-bottom: 4px;
 +
    border: 4px solid #b22222;    /* Red */
 +
    background: #FFDBDB;          /* Pink */
 +
}
 +
table.cmbox-delete {
 +
    background: #FFDBDB;    /* Red */
 +
}
 +
table.cmbox-content {
 +
    background: #FFE7CE;    /* Orange */
 +
}
 +
table.cmbox-style {
 +
    background: #FFF9DB;    /* Yellow */
 +
}
 +
table.cmbox-move {
 +
    background: #E4D8FF;    /* Purple */
 +
}
 +
table.cmbox-protection {
 +
    background: #EFEFE1;    /* Gray-gold */
 
}
 
}
    
/* Other pages message box styles */
 
/* Other pages message box styles */
 
table.ombox {
 
table.ombox {
     margin: 4px 10%;
+
     margin: 4px 10%;  
     border-collapse: collapse;
+
     border-collapse: collapse;  
 
     border: 1px solid #aaa;      /* Default "notice" gray */
 
     border: 1px solid #aaa;      /* Default "notice" gray */
 
     background: #f9f9f9;
 
     background: #f9f9f9;
 
}
 
}
   −
/** 정보상자 **/
+
table.ombox-notice {
.infobox {
+
    border: 1px solid #aaa;       /* Gray */
  float: right;
  −
  clear: right;
  −
  margin: 0.5em 0 0.5em 1em;
  −
  padding: 0.2em;
  −
  border: 1px solid #aaa;
  −
  background: #f9f9f9;
  −
  font-size: smaller;
  −
  width: 25em; /* max-width가 더 낫지만 IE7까지 지원을 안 함 */
   
}
 
}
.infobox td,
+
table.ombox-speedy {
.infobox th {
+
    border: 2px solid #b22222;    /* Red */
  vertical-align: top;
+
    background: #fee;             /* Pink */
 
}
 
}
.infobox caption {
+
table.ombox-delete {
  font-size: 135%;
+
    border: 2px solid #b22222;   /* Red */
  font-weight: bold;
   
}
 
}
.infobox th {
+
table.ombox-content {
  white-space: nowrap;
+
    border: 1px solid #f28500;   /* Orange */
  background-color: #eee;
   
}
 
}
.infobox th[colspan="2"] {
+
table.ombox-style {
  text-align: center;
+
    border: 1px solid #f4c430;   /* Yellow */
 
}
 
}
.infobox.bordered {
+
table.ombox-move {
  border-collapse: collapse;
+
    border: 1px solid #9932cc;   /* Purple */
 
}
 
}
.infobox.bordered td,
+
table.ombox-protection {
.infobox.bordered th {
+
    border: 2px solid #bba;       /* Gray-gold */
  border: 1px solid #aaa;
   
}
 
}
.infobox.bordered .borderless td,
+
.infobox.bordered .borderless th {
+
/* Talk page message box styles */
  border: 0;
+
table.tmbox {
}
+
    margin: 4px 10%;
.infobox.sisterproject {
+
    border-collapse: collapse;
  width: 20em;
+
    border: 1px solid #c0c090;   /* Default "notice" gray-brown */
  font-size: smaller;
+
    background: #f8eaba;
 
}
 
}
 
+
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
/* styles for bordered infobox with merged rows */
+
    margin: 2px 0;               /* this declaration overrides other styles (including mbox-small above)   */
.infobox.bordered .mergedtoprow td,
+
    width: 100%;                 /* For Safari and Opera */
.infobox.bordered .mergedtoprow th {
  −
  border: 0;
  −
   border-top: 1px solid #aaa;
  −
  border-right: 1px solid #aaa;
   
}
 
}
.infobox.bordered .mergedrow td,
+
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
.infobox.bordered .mergedrow th {
+
    line-height: 1.5em;         /* also "nested", so reset styles that are  */ 
  border: 0;
+
    font-size: 100%;             /* set in "mbox-small" above.                */
  border-right: 1px solid #aaa;
   
}
 
}
   −
/* styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */
+
table.tmbox-speedy {
.infobox.geography {
+
    border: 2px solid #b22222;   /* Red */
  text-align: left;
+
    background: #fee;             /* Pink */
  border-collapse: collapse;
  −
  line-height: 1.2em;
  −
  font-size: smaller;
   
}
 
}
.infobox.geography  td,
+
table.tmbox-delete {
.infobox.geography  th {
+
    border: 2px solid #b22222;   /* Red */
  border-top: solid 1px #aaa;
  −
  padding: 0.4em 0.6em;
   
}
 
}
.infobox.geography .mergedtoprow td,
+
table.tmbox-content {
.infobox.geography .mergedtoprow th {
+
    border: 2px solid #f28500;   /* Orange */
  border-top: solid 1px #aaa;
  −
  padding: 0.4em 0.6em 0.2em;
   
}
 
}
.infobox.geography .mergedrow td,
+
table.tmbox-style {
.infobox.geography .mergedrow th {
+
    border: 2px solid #f4c430;   /* Yellow */
  border: 0;
  −
  padding: 0 0.6em 0.2em;
   
}
 
}
.infobox.geography .mergedbottomrow td,
+
table.tmbox-move {
.infobox.geography .mergedbottomrow th {
+
    border: 2px solid #9932cc;   /* Purple */
  border-top: 0;
  −
  border-bottom: solid 1px #aaa;
  −
  padding: 0 0.6em 0.4em;
   
}
 
}
.infobox.geography .maptable td,
+
table.tmbox-protection,
.infobox.geography .maptable th {
+
table.tmbox-notice {
  border: 0;
+
    border: 1px solid #c0c090;   /* Gray-brown */
  padding: 0;
   
}
 
}
    +
/* Disambig and set index box styles */
 +
table.dmbox {
 +
    clear: both;
 +
    margin: 0.9em 1em;
 +
    border-top: 1px solid #ccc;
 +
    border-bottom: 1px solid #ccc;
 +
    background: transparent;
 +
}
 +
 
/* Footer and header message box styles */
 
/* Footer and header message box styles */
 
table.fmbox {
 
table.fmbox {
309번째 줄: 594번째 줄:  
     background: #f9f9f9;    /* Default "system" gray */
 
     background: #f9f9f9;    /* Default "system" gray */
 
}
 
}
 
+
table.fmbox-system {
/* "notices" 스타일 */
+
    background: #f9f9f9;
.notice {
+
}
  margin: 1em;
+
table.fmbox-warning {
  padding: 0.2em;
+
    border: 1px solid #bb7070; /* Dark pink */
 +
    background: #ffdbdb;       /* Pink */
 
}
 
}
 
+
table.fmbox-editnotice {
.notice.section {
+
    background: transparent;
  width: auto;
  −
  margin: 0 1em 0 1em;
  −
  border-top: 1px solid #aaa;
  −
  border-bottom: 1px solid #aaa;
  −
  font-size: smaller;
   
}
 
}
 
+
/* Div based "warning" style fmbox messages. */
#disambig {
+
div.mw-warning-with-logexcerpt,
  border-top: 1px solid #ccc;
+
div.mw-lag-warn-high,
  border-bottom: 1px solid #ccc;
+
div.mw-cascadeprotectedwarning,
 +
div#mw-protect-cascadeon {
 +
    clear: both;
 +
    margin: 0.2em 0;
 +
    border: 1px solid #bb7070;
 +
    background: #ffdbdb;
 +
    padding: 0.25em 0.9em;
 
}
 
}
 
+
/* Div based "system" style fmbox messages.
.spoiler {
+
  Used in [[MediaWiki:Readonly lag]]. */
  border-top: 2px solid #ddd;
+
div.mw-lag-warn-normal,
  border-bottom: 2px solid #ddd;
+
div.fmbox-system {
 +
    clear: both;
 +
    margin: 0.2em 0;
 +
    border: 1px solid #aaa;
 +
    background: #f9f9f9;
 +
    padding: 0.25em 0.9em;
 
}
 
}
   −
table.stub {
+
/* These mbox-small classes must be placed after all other
  width: 100%;
+
  ambox/tmbox/ombox etc classes. "body.mediawiki" is so
  margin: 1em auto 0;
+
  they override "table.ambox + table.ambox" above. */
  border-top: 1px solid #ccc;
+
body.mediawiki table.mbox-small {   /* For the "small=yes" option. */
  border-bottom: 1px solid #ccc;
+
    clear: right;
  font-size: smaller;
+
    float: right;
 +
    margin: 4px 0 4px 1em;
 +
    width: 238px;
 +
    font-size: 88%;
 +
    line-height: 1.25em;
 
}
 
}
table.stub + table.stub {
+
body.mediawiki table.mbox-small-left {   /* For the "small=left" option. */
  margin-top: -1px;
+
    margin: 4px 1em 4px 0;
  border-top: 0;
+
    width: 238px;
 +
    border-collapse: collapse;
 +
    font-size: 88%;
 +
    line-height: 1.25em;
 
}
 
}
   −
/* Put a checker background at the image description page only visible if the image has transparent background */
  −
#file img {background: url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;}
     −
/* Support for Template:IPA, Template:Unicode and Template:Polytonic. The inherit declaration resets the font for all browsers except MSIE6.  The empty comment must remain. Please copy any changes to [[Template:IPA fonts]] and [[Template:Unicode fonts]]. */
+
/* Remove default styles for [[MediaWiki:Noarticletext]]. */
.IPA {
+
div.noarticletext {
  font-family: "Charis SIL", "Doulos SIL", Gentium, GentiumAlt, "DejaVu Sans", Code2000, "TITUS Cyberbit Basic", "Arial Unicode MS", "Lucida Sans Unicode", "Chrysanthi Unicode";
+
    border: none;
  font-family /**/:inherit;
+
    background: transparent;
}
+
    padding: 0;
.Unicode {
  −
  font-family: Code2000, Code2001, "Free Serif", "TITUS Cyberbit Basic", "Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit", "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt, "Lucida Grande", "Free Sans", "Arial Unicode MS", "Microsoft Sans Serif", "Lucida Sans Unicode";
  −
  font-family /**/:inherit;
  −
}
  −
.latinx {
  −
  font-family: Code2000, Code2001, "TITUS Cyberbit Basic", "Microsoft Sans Serif";
  −
  font-family /**/:inherit;
  −
}
  −
.polytonic {
  −
  font-family: "Athena Unicode", Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000;
  −
  font-family /**/:inherit;
  −
}
  −
.mufi {
  −
  font-family: Alphabetum, Cardo, LeedsUni, Junicode, "TITUS Cyberbit Basic", ALPHA-Demo;
   
}
 
}
    
#wpSave {
 
#wpSave {
  font-weight: bold;
+
    font-weight: bold;
 
}
 
}
   −
.oldhan {
+
/* class hiddenStructure is defunct. See  */
  font-family: Code2000, UnJamoBatang, 은 자모 바탕, UnBatang, 은 바탕, sans-serif;
+
.hiddenStructure {
  font-family /**/:inherit;
+
    display: inline ! important;
}
+
    color: #f00;  
.oldhanyang {
+
    background-color: #0f0;
  font-family:한컴바탕,새바탕,한컴돋움,네이버사전;
  −
  font-family /**/:inherit;
   
}
 
}
   −
/* Removes underlines from links */
+
/* suppress missing interwiki image links where #ifexist cannot
.nounderlines a {
+
  be used due to high number of requests see .hidden-redlink on
  text-decoration: none;
+
  http://meta.wikimedia.org/wiki/MediaWiki:Common.css
}
+
*/
/* Remove underline from IPA links */
+
.check-icon a.new {
.IPA a:link, .IPA a:visited {
+
    display: none;
  text-decoration: none;
+
    speak: none;
 
}
 
}
   −
/* [[위키백과:사랑방/2007년 1월#틀:듣기 용 아이콘]] */
+
/* Removes underlines from certain links */
.audiolink a{
+
.nounderlines a,
  background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat !important;
+
.IPA a:link, .IPA a:visited {
  padding-left: 16px !important;
+
    text-decoration: none;
  padding-right: 0 !important;
   
}
 
}
   −
/* [[위키백과:사랑방/2007년 4월#영어판의 틀을 번역했는데, 모양이 다르게 나옵니다.]]
  −
  [[:en:MediaWiki:Common.css]]에서 가져옴 */
  −
  −
/* Default skin for navigation boxes */
  −
table.navbox {            /* Navbox container style */
  −
  border: 1px solid #aaa;
  −
  width: 100%;
  −
  margin: auto;
  −
  clear: both;
  −
  font-size: 88%;
  −
  text-align: center;
  −
  padding: 1px;
  −
}
  −
table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */
  −
  margin-top: -1px;            /* (doesn't work for IE6, but that's okay)      */
  −
}
  −
.navbox-title,
  −
.navbox-abovebelow,
  −
table.navbox th {
  −
  text-align: center;      /* Title and above/below styles */
  −
  padding-left: 1em;
  −
  padding-right: 1em;
  −
}
  −
.navbox-group {            /* Group style */
  −
  white-space: nowrap;
  −
  text-align: right;
  −
  font-weight: bold;
  −
  padding-left: 1em;
  −
  padding-right: 1em;
  −
}
  −
.navbox, .navbox-subgroup {
  −
  background: #fdfdfd;    /* Background color */
  −
}
  −
.navbox-list {
  −
  border-color: #fdfdfd;  /* Must match background color */
  −
}
  −
.navbox-title,
  −
table.navbox th {
  −
  background: #ccccff;    /* Level 1 color */
  −
}
  −
.navbox-abovebelow,
  −
.navbox-group,
  −
.navbox-subgroup .navbox-title {
  −
  background: #ddddff;    /* Level 2 color */
  −
}
  −
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
  −
  background: #e6e6ff;    /* Level 3 color */
  −
}
  −
.navbox-even {
  −
  background: #f7f7f7;    /* Even row striping */
  −
}
  −
.navbox-odd {
  −
  background: transparent; /* Odd row striping */
  −
}
  −
  −
.collapseButton {          /* 'show'/'hide' buttons created dynamically */
  −
    float: right;          /* by the CollapsibleTables javascript in    */
  −
    font-weight: normal;  /* [[MediaWiki:Common.js]]are styled here    */
  −
    text-align: right;    /* so they can be customised.                */
  −
    width: auto;
  −
}
  −
.navbox .collapseButton {  /* In navboxes, the show/hide button balances */
  −
    width: 6em;            /* the vde links from [[Template:Tnavbar]],  */
  −
}                          /* so they need to be the same width.        */
  −
  −
/* [[위키백과:관리자 요청/2007년 5월#스크립트 추가 요청]]. ctrl+v from en: */
   
/* Standard Navigationsleisten, aka box hiding thingy
 
/* Standard Navigationsleisten, aka box hiding thingy
   from .de.  Documentation at [[Wikipedia:NavFrame]]. */
+
   from .de.  Documentation at . */
 
div.NavFrame {
 
div.NavFrame {
 
     margin: 0;
 
     margin: 0;
510번째 줄: 724번째 줄:  
}
 
}
   −
/* [[위키백과:관리자 요청/2007년 11월]] */
+
/* Hatnotes and disambiguation notices */
/* Prevents line breaks in links; see docs at Template:Nowraplinks */
+
.rellink,
.nowraplinks a {
+
.dablink {
  white-space: nowrap;
+
    font-style: italic;
 +
    padding-left: 2em;
 +
    margin-bottom: 0.5em;
 +
}
 +
.rellink i,
 +
.dablink i {
 +
    font-style: normal;
 
}
 
}
   −
/** 일반 단추와 알찬 글 단추 그림 지정 **/
+
/* Style for horizontal UL lists */
.portlet li {
+
.horizontal ul {
  list-style-image: url("http://upload.wikimedia.org/wikipedia/en/1/18/Monobook-bullet.png");
+
    padding: 0;
 +
    margin: 0;
 
}
 
}
li.FA {
+
.horizontal li {  
  list-style-image: url("http://upload.wikimedia.org/wikipedia/commons/thumb/2/2c/Modern-bullet-star.svg/9px-Modern-bullet-star.svg.png");
+
    padding: 0 0.6em 0 0.4em;
 +
    display: inline;
 +
    border-right: 1px solid;
 +
}
 +
.horizontal li:last-child {
 +
    border-right: none;
 +
    padding-right: 0;
 
}
 
}
   −
/** 목차에서 특정 단계 이하 제목 숨기기 **/
+
/* Allow transcluded pages to display in lists rather than a table.
.toclimit-2 .toclevel-2,
+
  Compatible in Firefox; incompatible in IE6. */
.toclimit-3 .toclevel-3,
+
.listify td    { display: list-item; }
.toclimit-4 .toclevel-4,
+
.listify tr    { display: block; }
.toclimit-5 .toclevel-5,
+
.listify table { display: block; }
.toclimit-6 .toclevel-6,
  −
.toclimit-7 .toclevel-7 {display:none;}
     −
/** 미디어 시작 틀과 관련된 코드 **/
+
/* Geographical coordinates defaults. See [[Template:Coord/link]]
/* [[위키백과:관리자 요청/2008년 9월]] */
+
  for how these are used. The classes "geo", "longitude", and
div.listenlist {
+
  "latitude" are used by the [[Geo microformat]].
  background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
+
*/
  padding-left: 40px;
+
.geo-default, .geo-dms, .geo-dec  { display: inline; }
 +
.geo-nondefault, .geo-multi-punct { display: none; }
 +
.longitude, .latitude            { white-space: nowrap; }
 +
 
 +
/* When <div class="nonumtoc"> is used on the table of contents,
 +
  the ToC will display without numbers */
 +
.nonumtoc .tocnumber { display: none; }
 +
.nonumtoc #toc ul,
 +
.nonumtoc .toc ul {
 +
    line-height: 1.5em;
 +
    list-style: none;
 +
    margin: .3em 0 0;
 +
    padding: 0;
 +
}
 +
.nonumtoc #toc ul ul,
 +
.nonumtoc .toc ul ul {
 +
    margin: 0 0 0 2em;  
 
}
 
}
   −
div.videolist, div.multivideolist {
+
/* Allow limiting of which header levels are shown in a TOC;
  background: url("http://upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png");
+
  <div class="toclimit-3">, for instance, will limit to
  padding-left: 50px;
+
  showing ==headings== and ===headings=== but no further
 +
  (as long as there are no =headings= on the page, which
 +
  there shouldn't be according to the MoS).
 +
*/
 +
.toclimit-2 .toclevel-1 ul,
 +
.toclimit-3 .toclevel-2 ul,
 +
.toclimit-4 .toclevel-3 ul,
 +
.toclimit-5 .toclevel-4 ul,
 +
.toclimit-6 .toclevel-5 ul,
 +
.toclimit-7 .toclevel-6 ul {
 +
    display: none;
 
}
 
}
   −
div.medialist {
+
/* Styling for Template:Quote */
  min-height: 50px;
+
blockquote.templatequote {  
  margin: 1em;
+
    margin-top: 0;  
  background-position: top left;
  −
  background-repeat: no-repeat;
   
}
 
}
div.medialist ul {
+
blockquote.templatequote div.templatequotecite {  
  list-style-type: none;
+
    line-height: 1em;
  list-style-image: none;
+
    text-align: left;
  margin: 0;
+
    padding-left: 2em;
 +
    margin-top: 0;
 
}
 
}
div.medialist ul li {
+
blockquote.templatequote div.templatequotecite cite {
  padding-bottom: 0.5em;
+
    font-size: 85%;
 
}
 
}
div.medialist ul li li {
+
 
  font-size: smaller;
+
/* User block messages */
  padding-bottom: 0;
+
div.user-block {
 +
    padding: 5px;
 +
    margin-bottom: 0.5em;
 +
    border: 1px solid #A9A9A9;
 +
    background-color: #FFEFD5;
 
}
 
}
   −
/** XXX **/
+
/* Prevent line breaks in silly places:
/* 안내 참조 틀의 동작, [[위키백과:관리자 요청/2008년 9월]] */
+
  1) Links when we don't want them to
.plainlinksneverexpand {
+
  2) Bold "links" to the page itself
  background: none ! important;
+
  2) HTML formulae
  padding: 0 ! important;
+
  3) Ref tags with group names <ref group="Note"> --> "[Note 1]"
 +
*/
 +
.nowraplinks a,
 +
.nowraplinks .selflink,
 +
span.texhtml,
 +
sup.reference a {  
 +
    white-space: nowrap;
 
}
 
}
.plainlinksneverexpand .urlexpansion {
+
 
  display: none ! important;
+
/* For template documentation */
 +
.template-documentation {
 +
    clear: both;
 +
    margin: 1em 0 0 0;
 +
    border: 1px solid #aaa;
 +
    background-color: #ecfcf4;
 +
    padding: 1em;
 
}
 
}
   −
/** PDF 링크 모양 **/
+
/* Inline divs in ImageMaps (code borrowed from de.wiki) */
/* {{PDF 링크}}에서 쓰임. [[위키백과:관리자_요청/2008년_9월#PDF 링크 틀 동작을 위한 내용 추가]], 영어 위키백과에서 들여옴. */
+
.imagemap-inline div {
span.PDFlink a {
+
     display: inline;
     background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat !important;
  −
    padding-right: 17px !important;
   
}
 
}
   −
/** 업로드 상자 크기 조정 **/
+
/* Increase the height of the image upload box */
/* [[위키백과:관리자 요청/2008년 11월#MediaWiki:Common.js 수정 요청]] */
   
#wpUploadDescription {
 
#wpUploadDescription {
  height: 10em;
+
    height: 13em;
 
}
 
}
   −
/** [[틀:내비게이션]] 디자인 **/
+
/* Reduce line-height for <sup> and <sub> */
/* [[위키백과토론:위키프로젝트 시스템#미디어위키:common.css에 스타일 추가 요청]] */
+
sup, sub {
/* [[사용자:Klutzy|Klutzy]] ([[사용자토론:Klutzy|토론]]) 2008년 12월 21일 (일) 20:10 (KST) */
+
    line-height: 1em;
.pathnavbox {
  −
  clear: both;
  −
  border: 1px outset #eef;
  −
  padding: 0.3em 0.6em;
  −
  margin: 0 0 0.5em 0;
  −
  background-color: #eef;
  −
  font-size: smaller;
   
}
 
}
.pathnavbox ul {
+
 
  list-style: none;
+
/* Minimum thumb width */
  margin-top: 0;
+
.thumbinner {
  margin-bottom: 0;
+
    min-width: 100px;
}
  −
.pathnavbox > ul {
  −
  margin: 0;
  −
}
  −
.pathnavbox ul li {
  −
  margin: 0;
   
}
 
}
   −
/** 최근 바뀜, 주시 문서 목록에서 "되돌리기" 글자 크기 줄임 **/
+
/* Makes the background of a framed image white instead of gray. */
/* [[사용자:ITurtle|iTurtle]] ([[사용자토론:ITurtle|토론]]) 2009년 5월 8일 (금) 22:04 (KST) */
+
/* Only visible with transparent images. */
.page-특수기능_최근바뀜 .mw-rollback-link,
+
div.thumb img.thumbimage {
.page-특수기능_주시문서 .mw-rollback-link {font-size: smaller;}
+
    background-color: #fff;
 
  −
/* 최근 바뀜에서의 편집 관련 표시 작게. Monobook에서 옮김. */
  −
/* ~~~~ */
  −
.minor {
  −
  font-size: smaller;
  −
  color: #808080;
   
}
 
}
.newpage {
+
  font-size: smaller;
+
/* The backgrounds for galleries. */
  color: #FF0000;
+
div#content .gallerybox div.thumb {
 +
    background-color: #F9F9F9;   /* Light gray padding */
 
}
 
}
.bot {
+
/* Put a chequered background behind images, only visible if they have transparency */
  font-size: smaller;
+
.gallerybox .thumb img,
  color: #3CB371;
+
.filehistory a img,
 +
#file img {
 
}
 
}
 
+
/* But not on articles, user pages, portals or with opt-out. */
/* 대문에서 특정 요소 숨기기. 스킨 관계없이 공통으로. Monobook.css에서 가져옴 --[[사용자:Klutzy|klutzy]] ([[사용자토론:Klutzy|토론]]) 2009년 8월 9일 (일) 13:56 (KST) */
+
.ns-0 .gallerybox .thumb img,
body.page-위키백과_대문 #t-cite,
+
.ns-2 .gallerybox .thumb img,
body.page-위키백과_대문 #lastmod,
+
.ns-100 .gallerybox .thumb img,  
body.page-위키백과_대문 #siteSub,
+
.nochecker .gallerybox .thumb img {
body.page-위키백과_대문 #contentSub,
+
    background: white;
body.page-위키백과_대문 h1.firstHeading {
  −
  display: none !important;
   
}
 
}
   −
/* [[틀:누가]] 등의 정비 필요 문장에 밑줄을 표시하기. [[사용자:Klutzy|klutzy]] ([[사용자토론:Klutzy|토론]]) 2009년 9월 27일 (일) 19:45 (KST) */
+
/* Prevent floating boxes from overlapping any category listings,
.fix {
+
  file histories, edit previews, and edit [Show changes] views */
  border-bottom: 1px dashed #AAA;
+
#mw-subcategories, #mw-pages, #mw-category-media,
 +
#filehistory, #wikiPreview, #wikiDiff {
 +
    clear: both;
 
}
 
}
   −
/* [[사용자:ITurtle|iTurtle]] ([[사용자토론:ITurtle|토론]]) 2009년 11월 4일 (수) 21:30 (KST) */
+
/* Selectively hide headers in WikiProject banners */
#EnWpMpBook { background-image: url(http://upload.wikimedia.org/wikipedia/en/7/7e/MP-open-book.png); }
+
.wpb .wpb-header            { display: none; }
#EnWpMpSearch { background: url(http://upload.wikimedia.org/wikipedia/en/a/ae/MP-magnifying-glass.png) no-repeat top right; }
+
.wpbs-inner .wpb .wpb-header { display: block; }    /* for IE */
#EnWpMpSearchInner { float: right; width: 20em; text-align: center; }
+
.wpbs-inner .wpb .wpb-header { display: table-row; } /* for real browsers */
#EnWpMpBook2 { background-image: url(http://upload.wikimedia.org/wikipedia/commons/8/8e/MP-open-book2.png); }
+
.wpbs-inner .wpb-outside    { display: none; }     /* hide things that should only display outside shells */
   −
/* Geographical coordinates defaults. See [[Template:Coord/link]]
+
/* Styling for Abuse Filter tags */
  for how these are used. The classes "geo", "longitude", and
+
.mw-tag-markers {
  "latitude" are used by the [[Geo microformat]].
+
    font-family:sans-serif;
[[사용자:ITurtle|iTurtle]] ([[사용자토론:ITurtle|토론]]) 2009년 11월 28일 (토) 16:40 (KST)
+
    font-style:italic;
*/
+
    font-size:90%;
.geo-default, .geo-dms, .geo-dec  { display: inline; }
  −
.geo-nondefault, .geo-multi-punct { display: none; }
  −
.longitude, .latitude            { white-space: nowrap; }
  −
 
  −
/* 미디어 자료 관련 */
  −
table.mw_metadata { font-size: smaller; } /* Vector.css에서 너무 작게 나오는 것 방지 --[[사용자:PuzzletChung|Puzzlet Chung]] ([[사용자토론:PuzzletChung|토론]]) 2010년 1월 5일 (화) 13:48 (KST) */
  −
 
  −
/* 차이 보기에서 변화한 부분 모양 조절.
  −
  (회색 점선의 사각형으로 둘러쌈)  */
  −
.diffchange {
  −
  background-color: inherit;
  −
  border: 1px dotted #888888;
   
}
 
}
   −
/* 차이 보기의 글자 크기 조절. */
+
/* Fix monospace fontsize in new edit toolbar (jquery.wikiEditor.toolbar.css).
td.diff-addedline, td.diff-deletedline, td.diff-context {
+
  [[Bugzilla:27502]] */
  font-size: 85%;
+
.wikiEditor-ui-toolbar .section-help .page-table td.cell-syntax,
  color: inherit;
+
.wikiEditor-ui-toolbar .section-help .page-table td.syntax {
 +
    font-family: monospace, "Courier New";
 
}
 
}
   −
/* 편집 요약, 이유의 모양 설정.
+
/* Fix so <syntaxhighlight> tags and .css and .js pages get normal text size.
(기울임 대신 글자 크기 약간 작게 하여 구별) */
+
  [[Bugzilla:26204]] */
.comment {
+
div.mw-geshi div,
  font-style: normal !important;
+
div.mw-geshi div pre,
  font-size: 9pt;
+
span.mw-geshi,
 +
pre.source-css,
 +
pre.source-javascript {
 +
    font-family: monospace, "Courier New" !important;
 
}
 
}
   −
/* 최근 바뀜에서 문서 분량 변경에 색깔 넣기
+
/* Remove bullets when there are multiple edit page warnings */
(증가는 초록색 감소는 빨간색) */
+
ul.permissions-errors > li {
.mw-plusminus-pos {
+
    list-style: none;
  color:green;
   
}
 
}
.mw-plusminus-neg {
+
ul.permissions-errors {
  color:red;
+
    margin: 0;
 
}
 
}
   −
/* 문서 목록과 주시문서 목록에서 넘겨주기의 모양 설정
+
/* No linewrap on the labels of the login/signup page */
(연한 회색) */
+
body.page-Special_UserLogin .mw-label label,
.allpagesredirect a,
+
body.page-Special_UserLogin_signup .mw-label label { white-space : nowrap; }
.watchlistredir a  {
  −
  color:#888888;
  −
}
     −
/* toccolours 클래스: 일부 틀의 디자인에 사용됨 */
+
/* Disable the automatic text-size adjust of WebKit on iPhones etc.
.toccolours {
+
  It scales some text, and not the other. Use none, or fixed percentage instead.
   border:1px solid #aaaaaa;
+
   Use media selector, because defining a value, overwrites platform defaults. */
  background-color: #f9f9f9;
+
@media only screen and (max-device-width: 480px) {
  padding: 5px;
+
    body {
  font-size: 95%;
+
        -webkit-text-size-adjust: none;
 +
    }
 
}
 
}
   −
/* [[파일:Example.jpg|thumb]] 프레임이 붙어 있는 그림의 배경을 하얀색으로 */
+
/* Pie chart test: Transparent borders */
div.thumb div a img {
+
.transborder {
  background-color:#ffffff;
+
    border: solid transparent;
 
}
 
}
 
+
* html .transborder { /* IE6 */
/* 넘겨주기 표시
+
    border: solid #000001;
[[위키백과:사랑방/2010년 제28주#넘겨주기 문서에 분류.]] */
+
    filter: chroma(color=#000001);
   
  −
/* 분류 내 */
  −
.redirect-in-category a:link,
  −
.redirect-in-category a:visited {
  −
  color:#888888;
   
}
 
}
  −
/* </source> */