"미디어위키:Common.css"의 두 판 사이의 차이

 
(사용자 2명의 중간 판 339개는 보이지 않습니다)
1번째 줄: 1번째 줄:
/* Main page fixes */
.mw-body-content {
#interwiki-completelist {
     font-size: 0.875em;
     font-weight: bold;
    font-size: calc(1em * 0.875);
}
     line-height: 1.6;
body.page-Main_Page #ca-delete {
     display: none !important;
}
}
/* [[위키백과:사랑방/2007년 4월#영어판의 틀을 번역했는데, 모양이 다르게 나옵니다.]]
  [[:en:MediaWiki:Common.css]]에서 가져옴 */


body.page-Main_Page #mp-topbanner {
/* Default style for navigation boxes */
  clear: both;
.navbox {                    /* Navbox container style */
box-sizing: border-box;
border: 1px solid #a2a9b1;
width: 100%;
clear: both;
font-size: 88%;
text-align: center;
padding: 1px;
margin: 1em auto 0;      /* Prevent preceding content from clinging to navboxes */
}
}
 
.navbox .navbox {
/* Edit window toolbar */
margin-top: 0;           /* No top margin for nested navboxes */
#toolbar {
    height: 22px;
    margin-bottom: 6px;
}
}
 
.navbox + .navbox {
/* Margins for <ol> and <ul> */
margin-top: -1px;         /* Single pixel border between adjacent navboxes */
div#content ol, div#content ul,
div#mw_content ol, div#mw_content ul {
    margin-bottom: 0.5em;
}
}
 
.navbox-inner,
/* Make the list of references smaller */
.navbox-subgroup {
ol.references,
width: 100%;
div.reflist,
div.refbegin {
    font-size: 90%;            /* Default font-size */
}
div.reflist ol.references {
    font-size: 100%;          /* Reset font-size when nested in div.reflist */
    list-style-type: inherit;  /* Enable custom list style types */
}
 
/* Highlight clicked reference in blue to help navigation */
ol.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;
}
 
/* Allow hidden ref errors to be shown by user CSS */
span.brokenref {
    display: none;
}
 
/* Styling for citations (CSS3). Breaks long urls, etc., rather than overflowing box */
.citation {
    word-wrap: break-word;
}
 
/* Default styling for titles of works, styling for the title of an article
  within a periodical, or a contribution within a compilation. */
cite,
.citation cite.article,
.citation cite.contribution {
    font-style: inherit;
}
 
/* Styling for the title of any work within a citation,
  or specifically the title of a periodical. */
.citation cite,
.citation cite.periodical {
    font-style: italic;
}
/* 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 {
    .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-group,
.navbox-title,
.navbox-title,
.navbox-abovebelow,
.navbox-abovebelow {
table.navbox th {
padding: 0.25em 1em;      /* Title, group and above/below styles */
    text-align: center;      /* Title and above/below styles */
line-height: 1.5em;
    padding-left: 1em;
text-align: center;
    padding-right: 1em;
}
}
.navbox-group {             /* Group style */
th.navbox-group {             /* Group style */
    white-space: nowrap;
white-space: nowrap;
    /* @noflip */text-align: right;
/* @noflip */
    font-weight: bold;
text-align: right;
    padding-left: 1em;
    padding-right: 1em;
}
}
.navbox, .navbox-subgroup {
.navbox,
    background: #fdfdfd;     /* Background color */
.navbox-subgroup {
background-color: #fdfdfd; /* Background color */
}
}
.navbox-list {
.navbox-list {
    border-color: #fdfdfd;   /* Must match background color */
line-height: 1.5em;
border-color: #fdfdfd;   /* Must match background color */
}
/* cell spacing for navbox cells */
tr + tr > .navbox-abovebelow,
tr + tr > .navbox-group,
tr + tr > .navbox-image,
tr + tr > .navbox-list {    /* Borders above 2nd, 3rd, etc. rows */
border-top: 2px solid #fdfdfd; /* Must match background color */
}
}
.navbox-title,
.navbox th,
table.navbox th {
.navbox-title {
    background: #ccccff;     /* Level 1 color */
background-color: #ccccff;     /* Level 1 color */
}
}
.navbox-abovebelow,
.navbox-abovebelow,
.navbox-group,
th.navbox-group,
.navbox-subgroup .navbox-title {
.navbox-subgroup .navbox-title {
    background: #ddddff;     /* Level 2 color */
background-color: #ddddff;     /* Level 2 color */
}
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
.navbox-subgroup .navbox-group,
    background: #e6e6ff;     /* Level 3 color */
.navbox-subgroup .navbox-abovebelow {
background-color: #e6e6ff;     /* Level 3 color */
}
}
.navbox-even {
.navbox-even {
    background: #f7f7f7;     /* Even row striping */
background-color: #f7f7f7;     /* Even row striping */
}
}
.navbox-odd {
.navbox-odd {
    background: transparent; /* Odd row striping */
background-color: transparent; /* Odd row striping */
}
}
 
.navbox .hlist td dl,
.collapseButton {         /* 'show'/'hide' buttons created dynamically */
.navbox .hlist td ol,
    /* @noflip */float: right;         /* by the CollapsibleTables javascript in   */
.navbox .hlist td ul,
    font-weight: normal;  /* [[MediaWiki:Common.js]] are styled here  */
.navbox td.hlist dl,
    /* @noflip */text-align: right;    /* so they can be customised.               */
.navbox td.hlist ol,
    width: auto;
.navbox td.hlist ul {
padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
}
.d body .navbox {
color: #000;
}
}
.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 */
/* Default styling for Navbar template */
    font-size: 88%;        /* Default font-size */
    font-weight: normal;
}
.navbox .navbar {
.navbox .navbar {
    font-size: 100%;       /* Font-size when nested within navbox */
display: inline;
font-size: 88%;
font-weight: normal;
padding: 0;
}
}
 
.navbar ul {
/* Infobox template style */
display: inline-block;
.infobox {
white-space: nowrap;
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    /* @noflip */float: right;
    /* @noflip */clear: right;
    text-align: left;
    font-size: 88%;
    line-height: 1.5em;
}
}
.infobox caption {
.mw-body-content .navbar ul {
    font-size: 125%;
line-height: inherit;
    font-weight: bold;
}
}
.infobox td,
.navbar li {
.infobox th {
word-spacing: -0.125em;
    vertical-align: top;
}
}
.infobox.bordered {
.navbar.mini li abbr[title] {
    border-collapse: collapse;
font-variant: small-caps;
border-bottom: none;
text-decoration: none;
cursor: inherit;
}
}
.infobox.bordered td,
/* Navbar styling when nested in infobox and navbox */
.infobox.bordered th {
.infobox .navbar {
    border: 1px solid #aaa;
font-size: 100%;
}
}
.infobox.bordered .borderless td,
.navbox .navbar {
.infobox.bordered .borderless th {
display: block;
    border: 0;
font-size: 100%;
}
}
 
.navbox-title .navbar {
.infobox.sisterproject {
/* @noflip */
    width: 20em;
float: left;
    font-size: 90%;
/* @noflip */
text-align: left;
/* @noflip */
margin-right: 0.5em;
}
}


.infobox.standard-talk {
/*
    border: 1px solid #c0c090;
[[위키백과:관리자_요청/2011년_10월]]. 둘러보기 틀에서 list를 사용하는 경우 목록을 가로로 보이게 하여 기존의 수동 목록에 비해 의미성/편의성이 높습니다.
    background-color: #f8eaba;
{{가로목록}}을 통해 사용.
2013-02-28: 영어판 css 가져옴. ul 목록뿐 아니라 dt/dd도 지원. --klutzy
*/
/* Style for horizontal lists (separator following item).
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
  @revision 8 (2016-05-21)
  @author [[User:Edokter]]
*/
.hlist dl,
.hlist ol,
.hlist ul {
margin: 0;
padding: 0;
}
}
.infobox.standard-talk.bordered td,
/* Display list items inline */
.infobox.standard-talk.bordered th {
.hlist dd,
    border: 1px solid #c0c090;
.hlist dt,
.hlist li {
margin: 0;
display: inline;
}
}
 
/* Display nested lists inline */
/* styles for bordered infobox with merged rows */
.hlist.inline,
.infobox.bordered .mergedtoprow td,
.hlist.inline dl,
.infobox.bordered .mergedtoprow th {
.hlist.inline ol,
    border: 0;
.hlist.inline ul,
    border-top: 1px solid #aaa;
.hlist dl dl, .hlist dl ol, .hlist dl ul,
    border-right: 1px solid #aaa;
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
display: inline;
}
}
 
/* Hide empty list items */
.infobox.bordered .mergedrow td,
.hlist .mw-empty-li {
.infobox.bordered .mergedrow th {
display: none;
    border: 0;
    border-right: 1px solid #aaa;
}
}
 
/* Generate interpuncts */
/* Styles for geography infoboxes, eg countries,
.hlist dt:after {
  country subdivisions, cities, etc.            */
content: ": ";
.infobox.geography {
    /* @noflip */text-align: left;
    border-collapse: collapse;
    line-height: 1.2em;
    font-size: 90%;
}
}
 
.hlist dd:after, .hlist li:after {
.infobox.geography  td,
     content: " · ";
.infobox.geography  th {
     font-weight: bold;
     border-top: 1px solid #aaa;
     padding: 0.4em 0.6em 0.4em 0.6em;
}
}
.infobox.geography .mergedtoprow td,
.mw-parser-output .hlist dd:last-child:after,
.infobox.geography .mergedtoprow th {
.mw-parser-output .hlist dt:last-child:after,
    border-top: 1px solid #aaa;
.mw-parser-output .hlist li:last-child:after {
    padding: 0.4em 0.6em 0.2em 0.6em;
content: none;
}
}


.infobox.geography .mergedrow td,
/**********************************************************************************/
.infobox.geography .mergedrow th {
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}


.infobox.geography .mergedbottomrow td,
cite.citation { font-style: inherit }
.infobox.geography .mergedbottomrow th {
a.new { color:#b00 !important; }
    border-top: 0;
a.mw-selflink{ font-weight:bold; text-decoration:none; color:inherit !important; }
    border-bottom: 1px solid #aaa;
a.mw-selflink:hover{ text-decoration:none; }
    padding: 0 0.6em 0.4em 0.6em;
.bracket1 { color: #9ac; padding: 0 .3em; }
.baraket1>img {box-shadow: none !important;}
.zmap,
.mw-parser-output>p>img,
.mw-parser-output>p>a>img {
  box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
  box-sizing: content-box;
  border-radius: 3px;
  padding: 5px;
  max-width: 100%;
  height: auto;
  background: #fff;
}
}
 
.mw-content-ltr>h2 {
.infobox.geography .maptable td,
  padding: .3em 0 .2em;
.infobox.geography .maptable th {
    border: 0;
    padding: 0;
}
}
 
/* ul, ol, dd */
/* Normal font styling for table row headers with scope="row" tag */
.mw-content-ltr ul {
.wikitable.plainrowheaders th[scope=row] {
margin: .3em 0 0 1.6em;
    font-weight: normal;
padding: 0;
    /* @noflip */text-align: left;
}
}
 
.mw-content-ltr ol {
/* lists in data cells are always left-aligned */
margin: .3em 0 0 1.6em;
.wikitable td ul,
padding: 0;
.wikitable td ol,
list-style: disc;
.wikitable td dl {
counter-reset: item;
    /* @noflip */text-align: left;
}
}
 
.mw-content-ltr ol>li {
/* Icons for medialist templates [[Template:Listen]],
counter-increment: li;
  [[Template:Multi-listen_start]], [[Template:Video]],
  [[Template:Multi-video_start]]
*/
div.listenlist {
    background: url("//upload.wikimedia.org/wikipedia/commons/3/3f/Gnome_speakernotes_30px.png");
    /* @noflip */padding-left: 40px;
}
}
 
.mw-content-ltr ol>li::before {
/* Style rules for media list templates */
content: counters(item, ".")". ";
div.medialist {
counter-increment: item;
    min-height: 50px;
    margin: 1em;
    /* @noflip */background-position: top left;
    background-repeat: no-repeat;
}
}
div.medialist ul {
.mw-content-ltr dd {
    list-style-type: none;
margin-left: 1.6em;
    list-style-image: none;
margin-bottom: .1em;
    margin: 0;
}
}
div.medialist ul li {
.mw-headline {
    padding-bottom: 0.5em;
  cursor: pointer;
}
}
div.medialist ul li li {
.mw-headline:hover {
    font-size: 91%;
  border-bottom: 1px solid #39d;
    padding-bottom: 0;
}
}
 
.mw-headline-number {
/* Change the external link icon to an Adobe icon for all PDF files
  color: #39d;
  in browsers that support these CSS selectors, like Mozilla and Opera */
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 {
    background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
    /* @noflip */padding-right: 18px;
}
}
 
.mw-headline-number:after {
/* Change the external link icon to an Adobe icon anywhere the PDFlink class
  content: ".";
  is used (notably Template:PDFlink). This works in IE, unlike the above. */
div#content span.PDFlink a,
div#mw_content span.PDFlink a {
    background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
    /* @noflip */padding-right: 18px;
}
}
 
.mw-highlight .hll {
/* Content in columns with CSS instead of tables [[Template:Columns]] */
     background-color: #bb03;
div.columns-2 div.column {
     /* @noflip */float: left;
    width: 50%;
    min-width: 300px;
}
}
div.columns-3 div.column {
.mw-highlight-header {
    /* @noflip */float: left;
display: table;
    width: 33.3%;
border-left: 4px solid #59b;
    min-width: 200px;
padding: 0 12px;
margin-bottom: -5px;
word-break: break-all;
background: #cee;
border-radius: 5px 5px 0 0;
}
}
div.columns-4 div.column {
.mw-highlight-lang-console, .mw-highlight-lang-doscon {
    /* @noflip */float: left;
background: #000 !important;
    width: 25%;
color: #fff !important;
    min-width: 150px;
}
}
div.columns-5 div.column {
.mw-highlight-lang-console .m, .mw-highlight-lang-doscon .m { color: #ccc !important; }
    /* @noflip */float: left;
.mw-highlight-lang-console .o, .mw-highlight-lang-doscon .o { color: #ccc !important; }
    width: 20%;
.mw-highlight-lang-console .gp, .mw-highlight-lang-doscon .gp { color: #aaf !important; }
    min-width: 120px;
.mw-highlight-lang-console .go, .mw-highlight-lang-doscon .go { color: #ddd !important; }
.mw-highlight-lang-console .nv, .mw-highlight-lang-doscon .nv { color: #ffc !important; }
.mw-highlight-lang-console .c1, .mw-highlight-lang-doscon .c1 { color: #cff !important; font-style: normal !important; }
.mw-highlight-lang-console .s1, .mw-highlight-lang-console .s2, .mw-highlight-lang-doscon .s1, .mw-highlight-lang-doscon .s2 { color: #fcc !important; }
.mw-highlight-lang-console .nb, .mw-highlight-lang-console .k, .mw-highlight-lang-doscon .nb, .mw-highlight-lang-doscon .k { color: #cfc !important; }
/* shit canceller */
#msupload-dropzone { height: auto !important }
.mw-editfont-monospace { font-family: inherit !important }
.wikiEditor-ui-toolbar .page-characters div span { height: auto !important }
.d .mw-spinner,
.d .wikiEditor-ui-toolbar .tabs span.tab a:before,
.d .wikiEditor-ui-toolbar .group .tool-select .label:after {
filter: invert(1);
}
}


/* Messagebox templates */
.z-ed>a[target=_blank] {
.messagebox {
     opacity: .5;
     border: 1px solid #aaa;
     zoom: .8;
     background-color: #f9f9f9;
     color: #09d;
     width: 80%;
    margin: 0 auto 1em auto;
    padding: .2em;
}
}
.messagebox.merge {
.grayblur {filter:grayscale(1) brightness(.7) opacity(.3)}
    border: 1px solid #c0b8cc;
blockquote.note {
    background-color: #f0e5ff;
  background: #fff3d4;
    text-align: center;
  border: 1px solid #f6b73c;
}
  border-radius: 4px;
.messagebox.cleanup {
  display: flex;
    border: 1px solid #9f9fff;
    background-color: #efefff;
    text-align: center;
}
.messagebox.standard-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    margin: 4px auto;
}
}
/* For old WikiProject banners inside banner shells. */
blockquote.note>p {
.mbox-inside .standard-talk,
  text-align: center;
.messagebox.nested-talk {
  flex-basis: 50px;
    border: 1px solid #c0c090;
  margin: 0;
    background-color: #f8eaba;
    width: 100%;
    margin: 2px 0;
    padding: 2px;
}
}
.messagebox.small {
blockquote.note>div {
    width: 238px;
  flex: 1;
    font-size: 85%;
    /* @noflip */float: right;
    clear: both;
    /* @noflip */margin: 0 0 1em 1em;
    line-height: 1.25em;
}
.messagebox.small-talk {
    width: 238px;
    font-size: 85%;
    /* @noflip */float: right;
    clear: both;
    /* @noflip */margin: 0 0 1em 1em;
    line-height: 1.25em;
    background: #F8EABA;
}
}
.wikitable { word-break: break-word; }
.wikitable td>p { margin: 0 }
.wikitable > caption { caption-side: top }
.mw-content-ltr .wikitable ul { margin: 0 0 0 1.6em; }


/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
.slash { background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="100%" x2="100%" y2="0" stroke="gray" /></svg>'); }
th.mbox-text, td.mbox-text {   /* The message body cell(s) */
.backslash { background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="0" x2="100%" y2="100%" stroke="gray" /></svg>'); }
    border: none;
.slash, .backslash { text-align: left !important; }
    /* @noflip */padding: 0.25em 0.9em;    /* 0.9em left/right */
.slash div, .backslash div { text-align: right !important; }
    width: 100%;              /* Make all mboxes the same width regardless of text length */
}
td.mbox-image {               /* The left image cell */
    border: none;
    /* @noflip */padding: 2px 0 2px 0.9em;  /* 0.9em left, 0px right */
    text-align: center;  
}
td.mbox-imageright {          /* The right image cell */
    border: none;
    /* @noflip */padding: 2px 0.9em 2px 0;  /* 0px left, 0.9em right */
    text-align: center;  
}
td.mbox-empty-cell {          /* An empty narrow cell */
    border: none;
    padding: 0px;
    width: 1px;
}


/* Article message box styles */
table.count tr { counter-increment: tr }
table.ambox {
table.count td:first-child:before { content: counter(tr) }
    margin: 0px 10%;                  /* 10% = Will not overlap with other elements */
table.count tr.count-reset { counter-reset: tr }
    border: 1px solid #aaa;
    /* @noflip */border-left: 10px solid #1e90ff;  /* Default "notice" blue */
    background: #fbfbfb;
}
table.ambox + table.ambox {      /* Single border between stacked boxes. */
    margin-top: -1px;
}
.ambox th.mbox-text,
.ambox td.mbox-text {           /* The message body cell(s) */
    padding: 0.25em 0.5em;      /* 0.5em left/right */
}
.ambox td.mbox-image {           /* The left image cell */
    /* @noflip */padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright {      /* The right image cell */
    /* @noflip */padding: 2px 0.5em 2px 0;    /* 0px left, 0.5em right */
}


table.ambox-notice {
.version-old, .version-obsolete {background: #f867}
    /* @noflip */border-left: 10px solid #1e90ff;    /* Blue */
.version-legacy {background: #ee97}
}
.version-current, .version-stable {background: #be67}
table.ambox-speedy {
.version-preview {background: #FED1A0}
    /* @noflip */border-left: 10px solid #b22222;    /* Red */
.version-future, .version-testing {background: #9de7}
    background: #fee;                  /* Pink */
.version-never {background: LightGray}
}
.transborder {
table.ambox-delete {
     border: solid transparent;
    /* @noflip */border-left: 10px solid #b22222;    /* Red */
}
table.ambox-content {
    /* @noflip */border-left: 10px solid #f28500;    /* Orange */
}
table.ambox-style {
    /* @noflip */border-left: 10px solid #f4c430;    /* Yellow */
}
table.ambox-move {
     /* @noflip */border-left: 10px solid #9932cc;   /* Purple */
}
}
table.ambox-protection {
.zw-tabs ul.nav { margin:0 }
     /* @noflip */border-left: 10px solid #bba;       /* Gray-gold */
.nav-link { cursor:pointer }
.zw-tabs .tab-pane { padding: 0.5em; border: 1px solid #dee2e6; border-top: 0 }
.k8s-caution, .k8s-note, .k8s-warning {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
     border-left-width: 5px;
    border-radius: 3px;
}
}
.k8s-warning {  border-left-color: #d9534f }
.k8s-caution {  border-left-color: #f0ad4e }
.k8s-note {  border-left-color: #428bca }


/* Image message box styles */
/* 한자 */
table.imbox {
.hanja-title span {
    margin: 4px 10%;
margin-right: .4em;
    border-collapse: collapse;  
zoom: 3;
    border: 3px solid #1e90ff;   /* Default "notice" blue */
opacity: .5;
    background: #fbfbfb;
}
.imbox .mbox-text .imbox {  /* For imboxes inside imbox-text cells. */
    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.  */
.hanja-title span:nth-child(1) {
    margin: 4px;
zoom:4;
opacity: 1;
}
}


table.imbox-notice {
/* 한자 */
    border: 3px solid #1e90ff;   /* Blue */
.hanja-info {
float: right;
margin: 0 10px;
text-align: center;
border-collapse: collapse;
}
}
table.imbox-speedy {
.hanja-info th, .hanja-info td {
    border: 3px solid #b22222;    /* Red */
border: 1px solid #88888833;
    background: #fee;             /* Pink */
}
}
table.imbox-delete {
.hanja-info .han {
    border: 3px solid #b22222;   /* Red */
font-size: 3em;
padding: .3em;
font-family: serif;
background: #6688aa11;
}
}
table.imbox-content {
.hanja-meaning {
    border: 3px solid #f28500;   /* Orange */
padding: 7px;
background: #6688aa11;
border-radius: .25rem;
border: 1px solid #88888833;
width: auto;
overflow: hidden;
}
}
table.imbox-style {
.radical>p {
    border: 3px solid #f4c430;   /* Yellow */
  width: 601px; max-width: 100%;
  border: 1px solid #ccc;
  border-width: 1px 0 0 1px;
  display: inline-block;
}
}
table.imbox-move {
.radical>p>* {
    border: 3px solid #9932cc;   /* Purple */
  box-sizing: border-box;
  width: 50px; height: 50px;
  float:left;
  font-size: 34px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #888;
  padding-top: 10px;
}
}
table.imbox-protection {
.radical>p>a {
    border: 3px solid #bba;       /* Gray-gold */
  font-family: serif;
  border-color: #fff #888 #888 #fff;
}
}
table.imbox-license {
.radical>p>a:hover {
    border: 3px solid #88a;       /* Dark gray */
  text-decoration: none;
    background: #f7f8ff;         /* Light gray */
  background: #09d;
  border-color: #09d;
  color: #fff;
}
}
table.imbox-featured {
.radical>p>b {
    border: 3px solid #cba135;   /* Brown-gold */
  background: #555;
  border-color: #555 #888 #888 #555;
  color: #fff;
  font-size: 18px;
}
}


/* Category message box styles */
.radicals tr:nth-of-type(odd) {
table.cmbox {
     background-color: #f9f9f9;
    margin: 3px 10%;
    border-collapse: collapse;
    border: 1px solid #aaa;
     background: #DFE8FF;   /* Default "notice" blue */
}
}
 
.radicals th {
table.cmbox-notice {
  background: #666;
    background: #D8E8FF;   /* Blue */
  color: #fff;
  width: 50px;
  text-align: right;
}
}
table.cmbox-speedy {
.radicals td {
    margin-top: 4px;
  margin: 0;
    margin-bottom: 4px;
  padding: 0;
    border: 4px solid #b22222;    /* Red */
    background: #FFDBDB;         /* Pink */
}
}
table.cmbox-delete {
.radicals ul {
    background: #FFDBDB;   /* Red */
  list-style-type: none;
  margin: 0;
  padding: 0;
}
}
table.cmbox-content {
.radicals li {
    background: #FFE7CE;   /* Orange */
  float: left;
}
}
table.cmbox-style {
.radicals li>a {
    background: #FFF9DB;   /* Yellow */
  float: left;
  font-size: 28px;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  padding-top: 4px;
  font-family: serif;
  border-left: 1px solid #ddd;
}
}
table.cmbox-move {
.radicals li>a:hover {
    background: #E4D8FF;   /* Purple */
  text-decoration: none;
}
  background: #09d;
table.cmbox-protection {
  border-color: #09d;
    background: #EFEFE1;   /* Gray-gold */
  color: #fff;
}
}


/* Other pages message box styles */
.t-radical {
table.ombox {
  width: 100%;
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #aaa;      /* Default "notice" gray */
    background: #f9f9f9;
}
}
 
.t-radical * {
table.ombox-notice {
  text-align: center;
    border: 1px solid #aaa;       /* Gray */
  vertical-align: middle;
}
}
table.ombox-speedy {
.t-radical1 {
    border: 2px solid #b22222;   /* Red */
  background: #999;
    background: #fee;             /* Pink */
  color: #fff;
  width: 30px;
  vertical-align:top;
}
}
table.ombox-delete {
.t-radical2>p>* {
    border: 2px solid #b22222;   /* Red */
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  float: left;
  font-size: 28px;
  border: 1px solid #888;
  padding-top:5px;
}
}
table.ombox-content {
.t-radical2>p>a {
    border: 1px solid #f28500;   /* Orange */
  text-decoration: none;
  border-color: #fff #888 #888 #fff;
  background: linear-gradient(#eee, #fff);
}
}
table.ombox-style {
.t-radical2>p>a:hover {
    border: 1px solid #f4c430;   /* Yellow */
  background: #09d;
  border-color: #09d;
  color: #fff;
}
}
table.ombox-move {
.t-radical2>p>.new:hover {
    border: 1px solid #9932cc;   /* Purple */
  background: #b00;
}
}
table.ombox-protection {
.t-radical2>p>b {
    border: 2px solid #bba;       /* Gray-gold */
  background: #555;
  border-color: #555;
  color: #fff;
  font-size: 15px;
}
}
/* 2020-10-04 */
/* Talk page message box styles */
.printfooter {
table.tmbox {
  display: none;
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #c0c090;    /* Default "notice" gray-brown */
    background: #f8eaba;
}
}
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
.wikitable {
    margin: 2px 0;              /* this declaration overrides other styles (including mbox-small above)  */
  border-collapse: collapse;
    width: 100%;                 /* For Safari and Opera */
}
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td {
    line-height: 1.5em;         /* also "nested", so reset styles that are   */ 
  border: 1px solid #a2a9b1;
    font-size: 100%;             /* set in "mbox-small" above.                */
   padding: 0.2em 0.4em;
}
}


table.tmbox-speedy {
.catlinks li {
    border: 2px solid #b22222;   /* Red */
  border-left: 1px solid;
    background: #fee;             /* Pink */
  display: inline-block;
}
  padding: 0 0.5em;
table.tmbox-delete {
  line-height: 1.25em;
    border: 2px solid #b22222;   /* Red */
}
}
table.tmbox-content {
.catlinks li:first-child {
    border: 2px solid #f28500;   /* Orange */
  border-left: 0;
}
}
table.tmbox-style {
/* 2020-10-04 */
    border: 2px solid #f4c430;   /* Yellow */
.printfooter {
  display: none;
}
}
table.tmbox-move {
.wikitable {
    border: 2px solid #9932cc;   /* Purple */
  border-collapse: collapse;
}
}
table.tmbox-protection,
.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td {
table.tmbox-notice {
  border: 1px solid #a2a9b1;
    border: 1px solid #c0c090;   /* Gray-brown */
  padding: 0.2em 0.4em;
}
}


/* Disambig and set index box styles */
.catlinks li {
table.dmbox {
border-left: 1px solid;
    clear: both;
display: inline-block;
    margin: 0.9em 1em;
padding: 0 0.5em;
    border-top: 1px solid #ccc;  
line-height: 1.25em;
    border-bottom: 1px solid #ccc;  
    background: transparent;
}
}
.catlinks li:first-child {
/* Footer and header message box styles */
border-left: 0;
table.fmbox {
    clear: both;
    margin: 0.2em 0;
    width: 100%;
    border: 1px solid #aaa;
    background: #f9f9f9;     /* Default "system" gray */
}
}
table.fmbox-system {
 
    background: #f9f9f9;
/* z-column */
}
.z-column-2>ul { column-count: 2; }
table.fmbox-warning {
.z-column-3>ul { column-count: 3; }
    border: 1px solid #bb7070;  /* Dark pink */
.z-column-4>ul { column-count: 4; }
    background: #ffdbdb;       /* Pink */
.z-column-5>ul { column-count: 5; }
}
.z-column-6>ul { column-count: 6; }
table.fmbox-editnotice {
[class^="z-column"]>ul>li { padding-right: 1em; }
    background: transparent;
@media (max-width: 640px) {
}
[class^="z-column"]>ul { column-count: 2 !important; }
/* Div based "warning" style fmbox messages. */
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
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.
  Used in [[MediaWiki:Readonly lag]]. */
div.mw-lag-warn-normal,
div.fmbox-system {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #aaa;
    background: #f9f9f9;
    padding: 0.25em 0.9em;
}
}


/* These mbox-small classes must be placed after all other
/* TOC */
  ambox/tmbox/ombox etc classes. "body.mediawiki" is so
#toc { display: inline-block; }
  they override "table.ambox + table.ambox" above. */
.toctogglespan { display: none; }
body.mediawiki table.mbox-small {   /* For the "small=yes" option. */
.toctitle {
    /* @noflip */clear: right;
border-radius: 3px 3px 0 0;
    /* @noflip */float: right;
padding: 1em 1em .6em 1.3em;
    /* @noflip */margin: 4px 0 4px 1em;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}
}
body.mediawiki table.mbox-small-left {   /* For the "small=left" option. */
.toctitle h2 { margin: 0; padding: 0; font-size: 1.3em; }
    /* @noflip */margin: 4px 1em 4px 0;
#toc li { list-style-type: none; }
    width: 238px;
#toc ul { line-height: 1.6em; }
    border-collapse: collapse;
#toc > ul {
    font-size: 88%;
padding: 1em 1.5em;
    line-height: 1.25em;
border: 1px solid;
border-top: 0;
border-radius: 0 0 4px 4px;
margin: 0;
}
}
 
.tocnumber { color: #39d; }
 
.tocnumber:after { content: "."; }
/* Remove default styles for [[MediaWiki:Noarticletext]]. */
/* /TOC */
div.noarticletext {
.z-bg-dark img {
    border: none;
background: #000 !important;
    background: transparent;
    padding: 0;
}
}
 
/* blockquote */
#wpSave {
.z-blockquote {
    font-weight: bold;
position: relative;
margin: .5em 2em;
padding: 1em 3em 1em 4em;
background: #9991;
border-left: .5em solid #7ba8;
}
}
 
@media (max-width: 640px) {
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
.z-blockquote {
.hiddenStructure {
margin: .5em 0;
    display: inline ! important;
padding: 1em 1em 1em 3em;
    color: #f00;  
}
    background-color: #0f0;
.z-blockquote:before {
font-size: 3em !important;
}
}
}
 
.z-blockquote:before {
/* suppress missing interwiki image links where #ifexist cannot
position: absolute;
  be used due to high number of requests see .hidden-redlink on
font-size: 4em;
  http://meta.wikimedia.org/wiki/MediaWiki:Common.css
font-family: Georgia, cursive;
*/
font-weight: bold;
.check-icon a.new {
color: #7ba8;
    display: none;  
content: '“';
    speak: none;
top: .5em;
left: .3em;
}
}
 
.z-blockquote cite {
/* Removes underlines from certain links */
display: block;
.nounderlines a,
text-align: right;
.IPA a:link, .IPA a:visited {
font-style: normal;
    text-decoration: none !important;
}
}
/* /blockquote */


/* Standard Navigationsleisten, aka box hiding thingy
/** 정보상자 **/
  from .de.  Documentation at [[Wikipedia:NavFrame]]. */
.infobox {
div.NavFrame {
border: 1px solid #a2a9b1;
    margin: 0;
border-spacing: 3px;
    padding: 4px;
background-color: #f8f9fa;
    border: 1px solid #aaa;
color: black;
    text-align: center;
/* @noflip */
    border-collapse: collapse;
margin: 0.5em 0 0.5em 1em;
    font-size: 95%;
padding: 0.2em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
font-size: 88%;
line-height: 1.5em;
width: 25em;
}
}
div.NavFrame + div.NavFrame {
.infobox caption {
    border-top-style: none;
font-size: 125%;
    border-top-style: hidden;
font-weight: bold;
padding: 0.2em;
text-align: center;
}
}
div.NavPic {
.infobox td,
    background-color: #fff;
.infobox th {
    margin: 0;
vertical-align: top;
    padding: 2px;
/* @noflip */
    /* @noflip */float: left;
text-align: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position: relative;
}
div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0;
    padding: 0;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position: absolute;
    top: 0;
    /* @noflip */right: 3px;
    font-weight: normal;
    font-size: 90%;
}
}


/* Hatnotes and disambiguation notices */
.infobox th {
.rellink,
white-space: nowrap;
.dablink {
    font-style: italic;
    /* @noflip */padding-left: 2em;
    margin-bottom: 0.5em;
}
.rellink i,
.dablink i {
    font-style: normal;
}
}


/* Style for horizontal UL lists */
.infobox.bordered {
.horizontal ul {
border-collapse: collapse;
    padding: 0;
    margin: 0;
}
}
.horizontal li {
.infobox.bordered td,
    /* @noflip */padding: 0 0.6em 0 0.4em;
.infobox.bordered th {
    display: inline;
border: 1px solid #a2a9b1;
    /* @noflip */border-right: 1px solid;
}
}
.horizontal li:last-child {
.infobox.bordered .borderless td,
    /* @noflip */border-right: none;
.infobox.bordered .borderless th {
    /* @noflip */padding-right: 0;
border: 0;
}
}


/* Allow transcluded pages to display in lists rather than a table.
.infobox.sisterproject {
  Compatible in Firefox; incompatible in IE6. */
width: 20em;
.listify td    { display: list-item; }
font-size: 90%;
.listify tr    { display: block; }
.listify table { display: block; }
 
/* Geographical coordinates defaults. See [[Template:Coord/link]]
  for how these are used. The classes "geo", "longitude", and
  "latitude" are used by the [[Geo microformat]].
*/
.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 {
    /* @noflip */margin: 0 0 0 2em;  
}
}


/* Allow limiting of which header levels are shown in a TOC;
.infobox.standard-talk {
  <div class="toclimit-3">, for instance, will limit to
border: 1px solid #c0c090;
  showing ==headings== and ===headings=== but no further
background-color: #f8eaba;
  (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;
}
}
 
.infobox.standard-talk.bordered td,
/* Styling for Template:Quote */
.infobox.standard-talk.bordered th {
blockquote.templatequote {
border: 1px solid #c0c090;
    margin-top: 0;
}
blockquote.templatequote div.templatequotecite {
    line-height: 1em;
    /* @noflip */text-align: left;
    /* @noflip */padding-left: 2em;
    margin-top: 0;
}
blockquote.templatequote div.templatequotecite cite {
    font-size: 85%;
}
}


/* User block messages */
/* styles for bordered infobox with merged rows */
div.user-block {
.infobox.bordered .mergedtoprow td,
    padding: 5px;
.infobox.bordered .mergedtoprow th {
    margin-bottom: 0.5em;
border: 0;
    border: 1px solid #A9A9A9;
border-top: 1px solid #a2a9b1;
    background-color: #FFEFD5;
/* @noflip */
border-right: 1px solid #a2a9b1;
}
}


/* Prevent line breaks in silly places:
.infobox.bordered .mergedrow td,
  1) Links when we don't want them to
.infobox.bordered .mergedrow th {
  2) Bold "links" to the page itself
border: 0;
  2) HTML formulae
/* @noflip */
  3) Ref tags with group names <ref group="Note"> --> "[Note 1]"
border-right: 1px solid #a2a9b1;
*/
.nowraplinks a,
.nowraplinks .selflink,
span.texhtml,
sup.reference a {  
    white-space: nowrap;
}
}


/* For template documentation */
/* Styles for geography infoboxes, eg countries,
.template-documentation {
  country subdivisions, cities, etc.            */
    clear: both;
.infobox.geography {
    margin: 1em 0 0 0;
border-collapse: collapse;
    border: 1px solid #aaa;  
line-height: 1.2em;
    background-color: #ecfcf4;  
font-size: 90%;
    padding: 1em;
}
}


/* Inline divs in ImageMaps (code borrowed from de.wiki) */
.infobox.geography  td,
.imagemap-inline div {
.infobox.geography  th {
    display: inline;
border-top: 1px solid #a2a9b1;
padding: 0.4em 0.6em 0.4em 0.6em;
}
}
 
.infobox.geography .mergedtoprow td,
/* Increase the height of the image upload box */
.infobox.geography .mergedtoprow th {
#wpUploadDescription {
border-top: 1px solid #a2a9b1;
    height: 13em;
padding: 0.4em 0.6em 0.2em 0.6em;
}
}


/* Reduce line-height for <sup> and <sub> */
.infobox.geography .mergedrow td,
sup, sub {
.infobox.geography .mergedrow th {
    line-height: 1em;
border: 0;
padding: 0 0.6em 0.2em 0.6em;
}
}


/* Minimum thumb width */
.infobox.geography .mergedbottomrow td,
.thumbinner {
.infobox.geography .mergedbottomrow th {
    min-width: 100px;
border-top: 0;
border-bottom: 1px solid #a2a9b1;
padding: 0 0.6em 0.4em 0.6em;
}
}


/* Makes the background of a framed image white instead of gray. */
.infobox.geography .maptable td,
/* Only visible with transparent images. */
.infobox.geography .maptable th {
div.thumb img.thumbimage {
border: 0;
    background-color: #fff;
padding: 0;
}
}
/* 이미지 & 섬네일 */
/* The backgrounds for galleries. */
.mw-content-ltr img { max-width: 100%; }
div#content .gallerybox div.thumb {
div.tright, div.floatright, table.floatright {
     background-color: #F9F9F9;   /* Light gray padding */
     clear: right;
    float: right;
}
}
/* Put a chequered background behind images, only visible if they have transparency */
div.tright {
.gallerybox .thumb img,
     margin: 0.5em 0 1.3em 1.4em;
.filehistory a img,
#file img {
     background: white url("//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
}
}
/* But not on articles, user pages, portals or with opt-out. */
div.thumb {
.ns-0 .gallerybox .thumb img,
    margin-bottom: 0.5em;
.ns-2 .gallerybox .thumb img,
    width: auto;
.ns-100 .gallerybox .thumb img,
     background-color: transparent;
.nochecker .gallerybox .thumb img {
     background: white;
}
}
 
div.thumbinner {
/* Prevent floating boxes from overlapping any category listings,
    border: 1px solid #8886;
  file histories, edit previews, and edit [Show changes] views */
    padding: 3px;
#mw-subcategories, #mw-pages, #mw-category-media,
    background-color: #8883;
#filehistory, #wikiPreview, #wikiDiff {
    font-size: 94%;
     clear: both;
    text-align: center;
     overflow: hidden;
}
}
 
div.thumb div a img {
/* Selectively hide headers in WikiProject banners */
     background-color: #ffffff;
.wpb .wpb-header            { display: none; }
.wpbs-inner .wpb .wpb-header { display: block; }    /* for IE */
.wpbs-inner .wpb .wpb-header { display: table-row; } /* for real browsers */
.wpbs-inner .wpb-outside    { display: none; }      /* hide things that should only display outside shells */
 
/* Styling for Abuse Filter tags */
.mw-tag-markers {
    font-family:MalgunGothic,sans-serif;
    font-style:italic;
     font-size:90%;
}
}
 
html .thumbimage {
/* Fix so <syntaxhighlight> tags and .css and .js pages get normal text size.
     background-color: #fff;
  [[Bugzilla:26204]] */
     border: 1px solid #c8ccd1;
div.mw-geshi div,
div.mw-geshi div pre,
span.mw-geshi,
pre.source-css,
pre.source-javascript {
     font-family: MalgunGothic, monospace, "Courier New" !important;
}
 
/* Remove bullets when there are multiple edit page warnings */
ul.permissions-errors > li {
     list-style: none;
}
}
ul.permissions-errors {
.mw-collapsible { border: 1px solid #8888; }
    margin: 0;
.mw-collapsible.toctitle td { padding: 1em; }
.mw-collapsible-toggle { padding: 0 1em; }
.mw-collapsible-toggle-default:before {
content: '》';
font-size: 9px;
transform: rotate(90deg);
display: inline-block;
transition: .3s;
}
}
.mw-collapsed .mw-collapsible-toggle-default:before { transform: rotate(0deg); }
.mw-collapsible-toggle-default:after { content: ''; }
.mw-collapsible-text { padding-left: 1em; }
.mw-collapsible-text:hover { text-decoration: none; }


/* No linewrap on the labels of the login/signup page */
.mw-hidden-cats-hidden { display: none; }
body.page-Special_UserLogin .mw-label label,
body.page-Special_UserLogin_signup .mw-label label { white-space : nowrap; }


/* Disable the automatic text-size adjust of WebKit on iPhones etc.
.mw-editsection-bracket { display: none; }
  It scales some text, and not the other. Use none, or fixed percentage instead.
.mw-editsection>a {
  Use media selector, because defining a value, overwrites platform defaults. */
color: #888;
@media only screen and (max-device-width: 480px) {
padding: .2em .4em;
    body {
border-radius: 9px;
        -webkit-text-size-adjust: none;
font-size: .7em;
    }
opacity: .3;
}
}
 
.mw-editsection>a:hover {
/* Pie chart test: Transparent borders */
background: #8886;
.transborder {
text-decoration: none;
    border: solid transparent;
}
}
* html .transborder { /* IE6 */
.mw-editsection>a::before {
    border: solid #000001;
content: "\F03EB";
    filter: chroma(color=#000001);
font-family: "Material Design Icons";
}
}
 
/* Code Editor */
/* Style for horizontal lists (separator following item) */
.d .codeEditor-status {
ol.hlist, ul.hlist,
background-color: inherit;
.hlist ol, .hlist ul {
    margin: 0 !important;
}
}
.hlist li {
/* Visual Editor */
    /* @noflip */padding: 0em 0.6em 0em 0em;
.mw-editsection-visualeditor,
    display: inline;
.mw-editsection-divider { display: none; }
    background: url("//upload.wikimedia.org/wikipedia/commons/d/da/Middot.png") no-repeat right;
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:active,
}
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover,
.hlist li:last-child {
.oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle {
    /* @noflip */padding-right: 0em;
     background-color: #5af6;
    background: none;
}
 
/* Reduce excess space between category links.
  Remove this when bug 31547/r100869 is resolved/deployed */
#catlinks {
    line-height: 1.25em;
}
#catlinks li {
    line-height: 1.25em;
    margin: 0.125em 0;
    padding: 0 0.5em;
}
#catlinks li:first-child {
     padding-left: 0.25em;
}
}


/* BREADCRUMB CODE FOR THE ACCOUNT CREATION PROCESS */
.d .mw-spinner,
.d .wikiEditor-ui-toolbar .tabs span.tab a:before,
.breadcrumb {
.d .wikiEditor-ui-toolbar .group .tool-select .label:after {
        list-style: none;
filter: invert(1);
        overflow: hidden;
        font: 14px Helvetica, Arial, Sans-Serif;
}
.breadcrumb li {
        float: left;
        margin-bottom: 0;
}
.breadcrumb li a {
        color: white;
        text-decoration: none;
        padding: 10px 0 10px 45px;
        position: relative;
        display: block;
        float: left;
}
.breadcrumb li a:after,
.breadcrumb li a:before {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;          /* Go big on the size, and let overflow hide */
        border-bottom: 50px solid transparent;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        left: 100%;
        z-index: 2;
}
.breadcrumb li a:before {
        border-left: 31px solid white;
        margin-left: 1px;
        z-index: 1;
}
.breadcrumb li:first-child a {
        padding-left: 20px;
}
}
.d .oo-ui-popupToolGroup-tools {
.currentcrumb a {
    background-color: #222;
        background: #069;
    border-color: #444;
}
}
.d .oo-ui-toolbar-bar,
.currentcrumb a:after {
.d .oo-ui-listToolGroup-tools .oo-ui-tool-active.oo-ui-widget-enabled .oo-ui-tool-link .oo-ui-tool-title {
        border-left: 30px solid #069;
background-color: #111;
}
.currentcrumb a:hover, .prevcrumb a:hover, .nextcrumb a:hover {
        background: #002d44;
}
.currentcrumb a:hover:after, .prevcrumb a:hover:after, .nextcrumb a:hover:after { border-left-color: #002d44 !important; }
.prevcrumb a {
        background: #396;
}
.prevcrumb a:after {
        border-left: 30px solid #396;
}
.nextcrumb a {
        background: #999;
}
.nextcrumb a:after {
        border-left: 30px solid #999;
}
 
/* Makes it possible for the boxes in the Account Creation Process to overlap */
#userlogin {
margin:0;
width:90% !important;
max-width:100% !important;
padding:1.5em;
padding-top:0.75em !important;
border:0;
-moz-box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.35);
-webkit-box-shadow:  inset 0 0px 10px rgba(0, 0, 0, 0.35);
box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.35);
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
background:white;
background: #fff;
background: -moz-linear-gradient(bottom, #fff 90%, #F5F5F5 100%);
background: -webkit-gradient(linear, left bottom, left top, color-stop(90%,#fff), color-stop(100%,#F5F5F5));
background: -webkit-linear-gradient(bottom, #fff 90%,#F5F5F5 100%);
background: -o-linear-gradient(bottom, #fff 90%,#F5F5F5 100%);
background: -ms-linear-gradient(bottom, #fff 90%,#F5F5F5 100%);
background: linear-gradient(bottom, #fff 90%,#fff 100%);
}
 
/* Hides the longer title for the listed pages */
 
body.page-MediaWiki:Customusertemplate-ACP1-Fancycaptcha-createaccount #firstHeading,
body.page-MediaWiki:Customusertemplate-ACP1-Welcomecreation #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Welcomecreation #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_History_Copyediting #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Which_skills_do_you_have_to_offer #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Geography_Copyediting #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Technology_Organizing #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Technology_Searching_the_web #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Technology_Research_Writing #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Technology_Copyediting #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Biology_Organizing #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Biology_Searching_the_web #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Biology_Research_Writing #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Biology_Copyediting #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_History_Organizing #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_History_Searching_the_web #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_History_Research_Writing #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Arts_Organizing #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Arts_Searching_the_web #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Arts_Research_Writing #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Arts_Copyediting #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Mathematics_Organizing #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Mathematics_Searching_the_web #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Mathematics_Research_Writing #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Mathematics_Copyediting #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Geography_Organizing #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Geography_Searching_the_web #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Geography_Research_Writing #firstHeading {
display: none !important;
}
}


div.mw-geshi {
.ansi-black-fg { color: #3E424D; }
  padding: 1em;  
.ansi-black-bg { background-color: #3E424D; }
  margin: 1em 0;  
.ansi-black-intense-fg { color: #282C36; }
  border: 1px dashed #2f6fab;
.ansi-black-intense-bg { background-color: #282C36; }
  background-color: #f9f9f9;
.ansi-red-fg { color: #E75C58; }
}
.ansi-red-bg { background-color: #E75C58; }
.ansi-red-intense-fg { color: #B22B31; }
.ansi-red-intense-bg { background-color: #B22B31; }
.ansi-green-fg { color: #00A250; }
.ansi-green-bg { background-color: #00A250; }
.ansi-green-intense-fg { color: #007427; }
.ansi-green-intense-bg { background-color: #007427; }
.ansi-yellow-fg { color: #DDB62B; }
.ansi-yellow-bg { background-color: #DDB62B; }
.ansi-yellow-intense-fg { color: #B27D12; }
.ansi-yellow-intense-bg { background-color: #B27D12; }
.ansi-blue-fg { color: #208FFB; }
.ansi-blue-bg { background-color: #208FFB; }
.ansi-blue-intense-fg { color: #0065CA; }
.ansi-blue-intense-bg { background-color: #0065CA; }
.ansi-magenta-fg { color: #D160C4; }
.ansi-magenta-bg { background-color: #D160C4; }
.ansi-magenta-intense-fg { color: #A03196; }
.ansi-magenta-intense-bg { background-color: #A03196; }
.ansi-cyan-fg { color: #60C6C8; }
.ansi-cyan-bg { background-color: #60C6C8; }
.ansi-cyan-intense-fg { color: #258F8F; }
.ansi-cyan-intense-bg { background-color: #258F8F; }
.ansi-white-fg { color: #C5C1B4; }
.ansi-white-bg { background-color: #C5C1B4; }
.ansi-white-intense-fg { color: #A1A6B2; }
.ansi-white-intense-bg { background-color: #A1A6B2; }
.ansi-bold { font-weight: bold; }

2021년 10월 9일 (토) 15:37 기준 최신판

.mw-body-content {
    font-size: 0.875em;
    font-size: calc(1em * 0.875);
    line-height: 1.6;
}
/* [[위키백과:사랑방/2007년 4월#영어판의 틀을 번역했는데, 모양이 다르게 나옵니다.]]
   [[:en:MediaWiki:Common.css]]에서 가져옴 */

/* Default style for navigation boxes */
.navbox {                     /* Navbox container style */
	box-sizing: border-box;
	border: 1px solid #a2a9b1;
	width: 100%;
	clear: both;
	font-size: 88%;
	text-align: center;
	padding: 1px;
	margin: 1em auto 0;       /* Prevent preceding content from clinging to navboxes */
}
.navbox .navbox {
	margin-top: 0;            /* No top margin for nested navboxes */
}
.navbox + .navbox {
	margin-top: -1px;         /* Single pixel border between adjacent navboxes */
}
.navbox-inner,
.navbox-subgroup {
	width: 100%;
}
.navbox-group,
.navbox-title,
.navbox-abovebelow {
	padding: 0.25em 1em;      /* Title, group and above/below styles */
	line-height: 1.5em;
	text-align: center;
}
th.navbox-group {             /* Group style */
	white-space: nowrap;
	/* @noflip */
	text-align: right;
}
.navbox,
.navbox-subgroup {
	background-color: #fdfdfd; /* Background color */
}
.navbox-list {
	line-height: 1.5em;
	border-color: #fdfdfd;    /* Must match background color */
}
/* cell spacing for navbox cells */
tr + tr > .navbox-abovebelow,
tr + tr > .navbox-group,
tr + tr > .navbox-image,
tr + tr > .navbox-list {    /* Borders above 2nd, 3rd, etc. rows */
	border-top: 2px solid #fdfdfd; /* Must match background color */
}
.navbox th,
.navbox-title {
	background-color: #ccccff;      /* Level 1 color */
}
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
	background-color: #ddddff;      /* Level 2 color */
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
	background-color: #e6e6ff;      /* Level 3 color */
}
.navbox-even {
	background-color: #f7f7f7;      /* Even row striping */
}
.navbox-odd {
	background-color: transparent;  /* Odd row striping */
}
.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
	padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
}
.d body .navbox {
	color: #000;
}

/* Default styling for Navbar template */
.navbox .navbar {
	display: inline;
	font-size: 88%;
	font-weight: normal;
	padding: 0;
}
.navbar ul {
	display: inline-block;
	white-space: nowrap;
}
.mw-body-content .navbar ul {
	line-height: inherit;
}
.navbar li {
	word-spacing: -0.125em;
}
.navbar.mini li abbr[title] {
	font-variant: small-caps;
	border-bottom: none;
	text-decoration: none;
	cursor: inherit;
}
/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {
	font-size: 100%;
}
.navbox .navbar {
	display: block;
	font-size: 100%;
}
.navbox-title .navbar {
	/* @noflip */
	float: left;
	/* @noflip */
	text-align: left;
	/* @noflip */
	margin-right: 0.5em;
}

/*
[[위키백과:관리자_요청/2011년_10월]]. 둘러보기 틀에서 list를 사용하는 경우 목록을 가로로 보이게 하여 기존의 수동 목록에 비해 의미성/편의성이 높습니다.
{{가로목록}}을 통해 사용.
2013-02-28: 영어판 css 가져옴. ul 목록뿐 아니라 dt/dd도 지원. --klutzy
*/
/* Style for horizontal lists (separator following item).
   @source mediawiki.org/wiki/Snippets/Horizontal_lists
   @revision 8 (2016-05-21)
   @author [[User:Edokter]]
 */
.hlist dl,
.hlist ol,
.hlist ul {
	margin: 0;
	padding: 0;
}
/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
	margin: 0;
	display: inline;
}
/* Display nested lists inline */
.hlist.inline,
.hlist.inline dl,
.hlist.inline ol,
.hlist.inline ul,
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
	display: inline;
}
/* Hide empty list items */
.hlist .mw-empty-li {
	display: none;
}
/* Generate interpuncts */
.hlist dt:after {
	content: ": ";
}
.hlist dd:after, .hlist li:after {
    content: " · ";
    font-weight: bold;
}
.mw-parser-output .hlist dd:last-child:after,
.mw-parser-output .hlist dt:last-child:after,
.mw-parser-output .hlist li:last-child:after {
	content: none;
}

/**********************************************************************************/

cite.citation { font-style: inherit }
a.new { color:#b00 !important; }
a.mw-selflink{ font-weight:bold; text-decoration:none; color:inherit !important; }
a.mw-selflink:hover{ text-decoration:none; }
.bracket1 { color: #9ac; padding: 0 .3em; }
.baraket1>img {box-shadow: none !important;}
.zmap,
.mw-parser-output>p>img,
.mw-parser-output>p>a>img {
  box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
  box-sizing: content-box;
  border-radius: 3px;
  padding: 5px;
  max-width: 100%;
  height: auto;
  background: #fff;
}
.mw-content-ltr>h2 {
  padding: .3em 0 .2em;
}
/* ul, ol, dd */
.mw-content-ltr ul {
	margin: .3em 0 0 1.6em;
	padding: 0;
}
.mw-content-ltr ol {
	margin: .3em 0 0 1.6em;
	padding: 0;
	list-style: disc;
	counter-reset: item;
}
.mw-content-ltr ol>li {
	counter-increment: li;
}
.mw-content-ltr ol>li::before {
	content: counters(item, ".")". ";
	counter-increment: item;
}
.mw-content-ltr dd {
	margin-left: 1.6em;
	margin-bottom: .1em;
}
.mw-headline {
  cursor: pointer;
}
.mw-headline:hover {
  border-bottom: 1px solid #39d;
}
.mw-headline-number {
  color: #39d;
}
.mw-headline-number:after {
  content: ".";
}
.mw-highlight .hll {
    background-color: #bb03;
}
.mw-highlight-header {
	display: table;
	border-left: 4px solid #59b;
	padding: 0 12px;
	margin-bottom: -5px;
	word-break: break-all;
	background: #cee;
	border-radius: 5px 5px 0 0;
}
.mw-highlight-lang-console, .mw-highlight-lang-doscon {
	background: #000 !important;
	color: #fff !important;
}
.mw-highlight-lang-console .m, .mw-highlight-lang-doscon .m { color: #ccc !important; }
.mw-highlight-lang-console .o, .mw-highlight-lang-doscon .o { color: #ccc !important; }
.mw-highlight-lang-console .gp, .mw-highlight-lang-doscon .gp { color: #aaf !important; }
.mw-highlight-lang-console .go, .mw-highlight-lang-doscon .go { color: #ddd !important; }
.mw-highlight-lang-console .nv, .mw-highlight-lang-doscon .nv { color: #ffc !important; }
.mw-highlight-lang-console .c1, .mw-highlight-lang-doscon .c1 { color: #cff !important; font-style: normal !important; }
.mw-highlight-lang-console .s1, .mw-highlight-lang-console .s2, .mw-highlight-lang-doscon .s1, .mw-highlight-lang-doscon .s2 { color: #fcc !important; }
.mw-highlight-lang-console .nb, .mw-highlight-lang-console .k, .mw-highlight-lang-doscon .nb, .mw-highlight-lang-doscon .k { color: #cfc !important; }
/* shit canceller */
#msupload-dropzone { height: auto !important }
.mw-editfont-monospace { font-family: inherit !important }
.wikiEditor-ui-toolbar .page-characters div span { height: auto !important }
.d .mw-spinner,
.d .wikiEditor-ui-toolbar .tabs span.tab a:before,
.d .wikiEditor-ui-toolbar .group .tool-select .label:after {
	filter: invert(1);
}

.z-ed>a[target=_blank] {
    opacity: .5;
    zoom: .8;
    color: #09d;
}
.grayblur {filter:grayscale(1) brightness(.7) opacity(.3)}
blockquote.note {
  background: #fff3d4;
  border: 1px solid #f6b73c;
  border-radius: 4px;
  display: flex;
}
blockquote.note>p {
  text-align: center;
  flex-basis: 50px;
  margin: 0;
}
blockquote.note>div {
  flex: 1;
}
.wikitable { word-break: break-word; }
.wikitable td>p { margin: 0 }
.wikitable > caption { caption-side: top }
.mw-content-ltr .wikitable ul { margin: 0 0 0 1.6em; }

.slash { background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="100%" x2="100%" y2="0" stroke="gray" /></svg>'); }
.backslash { background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="0" x2="100%" y2="100%" stroke="gray" /></svg>'); }
.slash, .backslash { text-align: left !important; }
.slash div, .backslash div { text-align: right !important; }

table.count tr { counter-increment: tr }
table.count td:first-child:before { content: counter(tr) }
table.count tr.count-reset { counter-reset: tr }

.version-old, .version-obsolete {background: #f867}
.version-legacy {background: #ee97}
.version-current, .version-stable {background: #be67}
.version-preview {background: #FED1A0}
.version-future, .version-testing {background: #9de7}
.version-never {background: LightGray}
.transborder {
    border: solid transparent;
}
.zw-tabs ul.nav { margin:0 }
.nav-link { cursor:pointer }
.zw-tabs .tab-pane { padding: 0.5em; border: 1px solid #dee2e6; border-top: 0 }
.k8s-caution, .k8s-note, .k8s-warning {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.k8s-warning {  border-left-color: #d9534f }
.k8s-caution {  border-left-color: #f0ad4e }
.k8s-note {  border-left-color: #428bca }

/* 한자 */
.hanja-title span {
	margin-right: .4em;
	zoom: 3;
	opacity: .5;
}
.hanja-title span:nth-child(1) {
	zoom:4;
	opacity: 1;
}

/* 한자 */
.hanja-info {
	float: right;
	margin: 0 10px;
	text-align: center;
	border-collapse: collapse;
}
.hanja-info th, .hanja-info td {
	border: 1px solid #88888833;
}
.hanja-info .han {
	font-size: 3em;
	padding: .3em;
	font-family: serif;
	background: #6688aa11;
}
.hanja-meaning {
	padding: 7px;
	background: #6688aa11;
	border-radius: .25rem;
	border: 1px solid #88888833;
	width: auto;
	overflow: hidden;
}
.radical>p {
  width: 601px; max-width: 100%;
  border: 1px solid #ccc;
  border-width: 1px 0 0 1px;
  display: inline-block;
}
.radical>p>* {
  box-sizing: border-box;
  width: 50px; height: 50px;
  float:left;
  font-size: 34px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #888;
  padding-top: 10px;
}
.radical>p>a {
  font-family: serif;
  border-color: #fff #888 #888 #fff;
}
.radical>p>a:hover {
  text-decoration: none;
  background: #09d;
  border-color: #09d;
  color: #fff;
}
.radical>p>b {
  background: #555;
  border-color: #555 #888 #888 #555;
  color: #fff;
  font-size: 18px;
}

.radicals tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.radicals th {
  background: #666;
  color: #fff;
  width: 50px;
  text-align: right;
}
.radicals td {
  margin: 0;
  padding: 0;
}
.radicals ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.radicals li {
  float: left;
}
.radicals li>a {
  float: left;
  font-size: 28px;
  width: 40px; 
  height: 40px;
  text-align: center;
  text-decoration: none;
  padding-top: 4px;
  font-family: serif;
  border-left: 1px solid #ddd;
}
.radicals li>a:hover {
  text-decoration: none;
  background: #09d;
  border-color: #09d;
  color: #fff;
}

.t-radical {
  width: 100%;
}
.t-radical * {
  text-align: center;
  vertical-align: middle;
}
.t-radical1 {
  background: #999;
  color: #fff;
  width: 30px;
  vertical-align:top;
}
.t-radical2>p>* {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  float: left;
  font-size: 28px;
  border: 1px solid #888;
  padding-top:5px;
}
.t-radical2>p>a {
  text-decoration: none;
  border-color: #fff #888 #888 #fff;
  background: linear-gradient(#eee, #fff);
}
.t-radical2>p>a:hover {
  background: #09d;
  border-color: #09d;
  color: #fff;
}
.t-radical2>p>.new:hover {
  background: #b00;
}
.t-radical2>p>b {
  background: #555;
  border-color: #555;
  color: #fff;
  font-size: 15px;
}
/* 2020-10-04 */
.printfooter {
  display: none;
}
.wikitable {
  border-collapse: collapse;
}
.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td {
  border: 1px solid #a2a9b1;
  padding: 0.2em 0.4em;
}

.catlinks li {
  border-left: 1px solid;
  display: inline-block;
  padding: 0 0.5em;
  line-height: 1.25em;
}
.catlinks li:first-child {
  border-left: 0;
}
/* 2020-10-04 */
.printfooter {
  display: none;
}
.wikitable {
  border-collapse: collapse;
}
.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td {
  border: 1px solid #a2a9b1;
  padding: 0.2em 0.4em;
}

.catlinks li {
	border-left: 1px solid;
	display: inline-block;
	padding: 0 0.5em;
	line-height: 1.25em;
}
.catlinks li:first-child {
	border-left: 0;
}

/* z-column */
.z-column-2>ul { column-count: 2; }
.z-column-3>ul { column-count: 3; }
.z-column-4>ul { column-count: 4; }
.z-column-5>ul { column-count: 5; }
.z-column-6>ul { column-count: 6; }
[class^="z-column"]>ul>li { padding-right: 1em; }
@media (max-width: 640px) {
	[class^="z-column"]>ul { column-count: 2 !important; }
}

/* TOC */
#toc { display: inline-block; }
.toctogglespan { display: none;	}
.toctitle {
	border-radius: 3px 3px 0 0;
	padding: 1em 1em .6em 1.3em;
}
.toctitle h2 { margin: 0; padding: 0; font-size: 1.3em; }
#toc li { list-style-type: none; }
#toc ul { line-height: 1.6em; }
#toc > ul {
	padding: 1em 1.5em;
	border: 1px solid;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	margin: 0;
}
.tocnumber { color: #39d; }
.tocnumber:after { content: "."; }
/* /TOC */
.z-bg-dark img {
	background: #000 !important;
}
/* blockquote */
.z-blockquote {
	position: relative;
	margin: .5em 2em;
	padding: 1em 3em 1em 4em;
	background: #9991;
	border-left: .5em solid #7ba8;
}
@media (max-width: 640px) {
	.z-blockquote {
		margin: .5em 0;
		padding: 1em 1em 1em 3em;
	}
	.z-blockquote:before {
		font-size: 3em !important;
	}
}
.z-blockquote:before {
	position: absolute;
	font-size: 4em;
	font-family: Georgia, cursive;
	font-weight: bold;
	color: #7ba8;
	content: '“';
	top: .5em;
	left: .3em;
}
.z-blockquote cite {
	display: block;
	text-align: right;
	font-style: normal;
}
/* /blockquote */

/** 정보상자 **/
.infobox {
	border: 1px solid #a2a9b1;
	border-spacing: 3px;
	background-color: #f8f9fa;
	color: black;
	/* @noflip */
	margin: 0.5em 0 0.5em 1em;
	padding: 0.2em;
	/* @noflip */
	float: right;
	/* @noflip */
	clear: right;
	font-size: 88%;
	line-height: 1.5em;
	width: 25em;
}
.infobox caption {
	font-size: 125%;
	font-weight: bold;
	padding: 0.2em;
	text-align: center;
}
.infobox td,
.infobox th {
	vertical-align: top;
	/* @noflip */
	text-align: left;
}

.infobox th {
	white-space: nowrap;
}

.infobox.bordered {
	border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
	border: 1px solid #a2a9b1;
}
.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 #a2a9b1;
	/* @noflip */
	border-right: 1px solid #a2a9b1;
}

.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
	border: 0;
	/* @noflip */
	border-right: 1px solid #a2a9b1;
}

/* Styles for geography infoboxes, eg countries,
   country subdivisions, cities, etc.            */
.infobox.geography {
	border-collapse: collapse;
	line-height: 1.2em;
	font-size: 90%;
}

.infobox.geography  td,
.infobox.geography  th {
	border-top: 1px solid #a2a9b1;
	padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
	border-top: 1px solid #a2a9b1;
	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 #a2a9b1;
	padding: 0 0.6em 0.4em 0.6em;
}

.infobox.geography .maptable td,
.infobox.geography .maptable th {
	border: 0;
	padding: 0;
}
/* 이미지 & 섬네일 */
.mw-content-ltr img { max-width: 100%; }
div.tright, div.floatright, table.floatright {
    clear: right;
    float: right;
}
div.tright {
    margin: 0.5em 0 1.3em 1.4em;
}
div.thumb {
    margin-bottom: 0.5em;
    width: auto;
    background-color: transparent;
}
div.thumbinner {
    border: 1px solid #8886;
    padding: 3px;
    background-color: #8883;
    font-size: 94%;
    text-align: center;
    overflow: hidden;
}
div.thumb div a img {
    background-color: #ffffff;
}
html .thumbimage {
    background-color: #fff;
    border: 1px solid #c8ccd1;
}
.mw-collapsible { border: 1px solid #8888; }
.mw-collapsible.toctitle td { padding: 1em; }
.mw-collapsible-toggle { padding: 0 1em; }
.mw-collapsible-toggle-default:before {
	content: '》';
	font-size: 9px;
	transform: rotate(90deg);
	display: inline-block;
	transition: .3s;
}
.mw-collapsed .mw-collapsible-toggle-default:before { transform: rotate(0deg); }
.mw-collapsible-toggle-default:after { content: ''; }
.mw-collapsible-text { padding-left: 1em; }
.mw-collapsible-text:hover { text-decoration: none; }

.mw-hidden-cats-hidden { display: none; }

.mw-editsection-bracket { display: none; }
.mw-editsection>a {
	color: #888;
	padding: .2em .4em;
	border-radius: 9px;
	font-size: .7em;
	opacity: .3;
}
.mw-editsection>a:hover {
	background: #8886;
	text-decoration: none;
}
.mw-editsection>a::before {
	content: "\F03EB";
	font-family: "Material Design Icons";
}
/* Code Editor */
.d .codeEditor-status {
	background-color: inherit;
}
/* Visual Editor */
.mw-editsection-visualeditor,
.mw-editsection-divider { display: none; }
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:active,
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover,
.oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle {
    background-color: #5af6;
}

.d .mw-spinner,
.d .wikiEditor-ui-toolbar .tabs span.tab a:before,
.d .wikiEditor-ui-toolbar .group .tool-select .label:after {
	filter: invert(1);
}
.d .oo-ui-popupToolGroup-tools {
    background-color: #222;
    border-color: #444;
}
.d .oo-ui-toolbar-bar,
.d .oo-ui-listToolGroup-tools .oo-ui-tool-active.oo-ui-widget-enabled .oo-ui-tool-link .oo-ui-tool-title {
	background-color: #111;
}

.ansi-black-fg { color: #3E424D; }
.ansi-black-bg { background-color: #3E424D; }
.ansi-black-intense-fg { color: #282C36; }
.ansi-black-intense-bg { background-color: #282C36; }
.ansi-red-fg { color: #E75C58; }
.ansi-red-bg { background-color: #E75C58; }
.ansi-red-intense-fg { color: #B22B31; }
.ansi-red-intense-bg { background-color: #B22B31; }
.ansi-green-fg { color: #00A250; }
.ansi-green-bg { background-color: #00A250; }
.ansi-green-intense-fg { color: #007427; }
.ansi-green-intense-bg { background-color: #007427; }
.ansi-yellow-fg { color: #DDB62B; }
.ansi-yellow-bg { background-color: #DDB62B; }
.ansi-yellow-intense-fg { color: #B27D12; }
.ansi-yellow-intense-bg { background-color: #B27D12; }
.ansi-blue-fg { color: #208FFB; }
.ansi-blue-bg { background-color: #208FFB; }
.ansi-blue-intense-fg { color: #0065CA; }
.ansi-blue-intense-bg { background-color: #0065CA; }
.ansi-magenta-fg { color: #D160C4; }
.ansi-magenta-bg { background-color: #D160C4; }
.ansi-magenta-intense-fg { color: #A03196; }
.ansi-magenta-intense-bg { background-color: #A03196; }
.ansi-cyan-fg { color: #60C6C8; }
.ansi-cyan-bg { background-color: #60C6C8; }
.ansi-cyan-intense-fg { color: #258F8F; }
.ansi-cyan-intense-bg { background-color: #258F8F; }
.ansi-white-fg { color: #C5C1B4; }
.ansi-white-bg { background-color: #C5C1B4; }
.ansi-white-intense-fg { color: #A1A6B2; }
.ansi-white-intense-bg { background-color: #A1A6B2; }
.ansi-bold { font-weight: bold; }
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}