「MediaWiki:Common.css」の版間の差分

提供:クレープ屋まとめwiki
ナビゲーションに移動 検索に移動
編集の要約なし
編集の要約なし
1行目: 1行目:
/* ここに書いた CSS はすべての外装に反映されます */
/* Reset italic styling set by user agent */
/* <source lang="css"> */
cite, dfn {
    font-style: inherit;
}


/* = Selected Text
/* Straight quote marks for <q> */
----------------------------------------------- */
q {
    quotes: '"' '"' "'" "'";
}


/*
/* Avoid collision of blockquote with floating elements by swapping margin and padding */
* フォント・ファミリの設定
blockquote {
*/
     overflow: hidden;
.Unicode {
    margin: 1em 0;
     font-family: 'TITUS Cyberbit Basic', 'Code2000', 'Chrysanthi Unicode', 'Doulos SIL', 'Bitstream Cyberbit', 'Bitstream CyberBase', 'Bitstream Vera', 'Thryomanes', 'Gentium', 'GentiumAlt', 'Visual Geez Unicode', 'Lucida Grande', 'Arial Unicode MS', 'Microsoft Sans Serif', 'Lucida Sans Unicode', sans-serif;
    padding: 0 40px;
}
}


.IPA {
/* Prevent the 'double bold' bug in Firefox when using DirectWrite */
     font-family: 'Charis SIL', 'Doulos SIL', 'DejaVu Sans', 'Code2000', 'Hiragino Kaku Gothic Pro', 'Matrix Unicode', sans-serif;
strong.selflink {
     font-weight: 700;
}
}


.SAMPA {
/* Consistent size for <sub> and <sup> */
     font-family: 'Courier', monospace;
.mw-body sub,
.mw-body sup,
span.reference /* for Parsoid */ {
     font-size: 80%;
}
}


/* [[Template:Polytonic]]で使用されていないため、.polytonicは不要と思われる */
/* Main page fixes */
:lang(grc) /*, .polytonic */ {
#interwiki-completelist {
     font-family: 'Athena', 'Gentium', 'Palatino Linotype', 'Arial Unicode MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Code2000', sans-serif;
     font-weight: bold;
}
body.page-Main_Page #ca-delete {
    display: none !important;
}
}
 
body.page-Main_Page #mp-topbanner {
:lang(my), .interwiki-my { font-family: 'Padauk' }
     clear: both;
:lang(si), .interwiki-si { font-family: 'KaputaUnicode' }
 
/* make the list of references look smaller */
ol.references,
div.reflist,
div.refbegin {
     font-size: 90%;           /* Default font-size */
}
}


div.reflist ol.references {
/* Pre-emptively hide watchlist notices to prevent jumps */
    font-size: 100%;          /* Reset font-size when nested in div.reflist */
.client-js .mw-special-Watchlist  #watchlist-message {
    list-style-type: inherit; /* Enable custom list style types */
    display: none;
}
}


/* wikitable/prettytable class for skinning normal tables */
/* Unhorrify 'Changed since last visit' colors */
table.prettytable {
.updatedmarker {
     background: #f9f9f9;
     background-color: transparent;
     border: 1px solid #aaa;
     color: #006400;
    border-collapse: collapse;
}
}


 
/* Edit window toolbar */
table.prettytable th,
#toolbar {
table.prettytable td {
     height: 22px;
     border: 1px solid #aaa;
     margin-bottom: 6px;
     padding: 0.2em;
}
}


table.prettytable th {
/* Hide charinsert base for those not using the gadget */
    background: #f2f2f2;
#editpage-specialchars {
     text-align: center;
     display: none;
}
}


table.prettytable caption {
/* Highlight linked elements (such as clicked references) in blue */
     margin-left: inherit;
body.action-info :target,
     margin-right: inherit;
.citation:target {
     background-color: #DEF; /* Fallback */
     background-color: rgba(0, 127, 255, 0.133);
}
}


/* default skin for navigation boxes */
/* Styling for citations. Breaks long urls, etc., rather than overflowing box */
/*    navbox container style */
.citation {
table.navbox {
     word-wrap: break-word;
     border: 1px solid #aaa;
    width: 100%;
    margin: auto;
    clear: both;
    font-size: 88%;
    text-align: center;
    padding: 1px;
}
}


/*     single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
/* For linked citation numbers and document IDs, where the number need not be shown
table.navbox + table.navbox {
  on a screen or a handheld, but should be included in the printed version */
    margin-top: -1px;
@media screen, handheld {
    .citation .printonly {
        display: none;
    }
}
}


/*     title and above/below styles */
/* Make the list of references smaller */
.navbox-title,
ol.references,
.navbox-abovebelow,
div.reflist,
table.navbox th {
div.refbegin {
     text-align: center;
     font-size: 90%;           /* Default font-size */
    padding-left: 1em;
     margin-bottom: 0.5em;
     padding-right: 1em;
}
}
 
div.refbegin-100 {
/*    group style */
     font-size: 100%;           /* Option for normal fontsize in {{refbegin}} */
.navbox-group {
    white-space: nowrap;
    text-align: right;
     font-weight: bold;
    padding-left: 1em;
    padding-right: 1em;
}
}
 
div.reflist ol.references {
/*     Background color */
    font-size: 100%;          /* Reset font-size when nested in div.reflist */
.navbox,
    list-style-type: inherit; /* Enable custom list style types */
.navbox-subgroup {
    background: #fdfdfd;
}
}


/*     Must match background color */
/* Ensure refs in table headers and the like aren't bold or italic */
.navbox-list {
sup.reference {
     border-color: #fdfdfd;
    font-weight: normal;
     font-style: normal;
}
}


/*     Level 1 color */
/* Allow hidden ref errors to be shown by user CSS */
.navbox-title,
span.brokenref {
table.navbox th {
     display: none;
     background: #ccccff;
}
}


/*     Level 2 color */
/* Reset top margin for lists embedded in columns */
.navbox-abovebelow,
div.columns {
.navbox-group,
     margin-top: 0.3em;
.navbox-subgroup .navbox-title {
     background: #ddddff;
}
}
 
div.columns dl,
/*    Level 3 color */
div.columns ol,
.navbox-subgroup .navbox-group,
div.columns ul {
.navbox-subgroup .navbox-abovebelow {
     margin-top: 0;
     background: #e6e6ff;
}
}


/*     Even row striping */
/* Avoid elements from breaking between columns */
.navbox-even {
.nocolbreak,
     background: #f7f7f7;
div.columns li,
div.columns dd dd {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
     break-inside: avoid-column;
}
}


/*     Odd row striping */
/* Style for [[Template:Flowlist]] that Lets lists flow around floating objecs */
.navbox-odd {
.flowlist ul {
     background: transparent;
    overflow-x: hidden;
    margin-left: 0;
     padding-left: 1.6em;
}
}
 
.flowlist ol {
/* [[MediaWiki:Common.js]] にある createCollapseButtons 関数を参照。 */
     overflow-x: hidden;
.collapseButton {
     margin-left: 0;
     float: right;
     padding-left: 3.2em;
     font-weight: normal;
     text-align: right;
    width: auto;
}
}
.flowlist dl {
/* [[Template:Navbox]] に配置する場合、左に配置されている [[Template:Tnavbar]] とのバランスを取る。 */
     overflow-x: hidden;
.navbox .collapseButton {
     width: 6em;
}
}


/* [[en:MediaWiki:Common.css]] から複製。 */
/* Style for horizontal lists (separator following item).
/* Style for horizontal lists (separator following item).
  Note: hlist formatting will break if the resulting HTML lacks a breakable character
  between list items. This happens when the following conditions are true:
  1) The list is made using wiki markup (where HTML is built by parser.php)
  2) HTMLTidy is disabled or unavailable (such as on Special: pages)
  In such cases, building lists with .hlist using HTML instead of wiki markup
  will work around this problem. See also [[Bugzilla:39617]].
  IE8-specific classes are assigned in [[MediaWiki:Common.js/IEFixes.js]].
  Last updated: January 24, 2013
   @source mediawiki.org/wiki/Snippets/Horizontal_lists
   @source mediawiki.org/wiki/Snippets/Horizontal_lists
   @maintainer: [[User:Edokter]]
   @revision 7 (2015-11-12)
  @revision: 3.1
  @author [[User:Edokter]]
*/
*/
.skin-monobook .hlist dl,
.skin-modern .hlist dl,
.skin-vector .hlist dl {
    line-height: 1.5em;
}
.hlist dl,
.hlist dl,
.hlist ol,
.hlist ol,
177行目: 152行目:
     padding: 0;
     padding: 0;
}
}
/* Display list items inline and make them nowrap */
/* Display list items inline */
.hlist dd,
.hlist dd,
.hlist dt,
.hlist dt,
183行目: 158行目:
     margin: 0;
     margin: 0;
     display: inline;
     display: inline;
    white-space: nowrap;
}
/* Allow wrapping for list items (in tight spaces) */
.hlist.hwrap dd,
.hlist.hwrap dt,
.hlist.hwrap li {
    white-space: normal;
}
}
/* Display nested lists inline and allow them to wrap */
/* 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 dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
.hlist ul dl, .hlist ul ol, .hlist ul ul {
     display: inline;
     display: inline;
     white-space: normal;
}
/* Hide empty list itmes */
.hlist .mw-empty-li {
     display: none;
}
}
/* Generate interpuncts */
/* Generate interpuncts */
.hlist dt:after {
.hlist dt:after {
     content: ":";
     content: ": ";
}
}
.hlist dd:after,
.hlist dd:after,
.hlist li:after {
.hlist li:after {
     content: " ·";
     content: " · ";
     font-weight: bold;
     font-weight: bold;
}
/* 日本語版の独自仕様。-pipe と -hyphen */
.hlist-pipe dd:after,
.hlist-pipe li:after {
    content: " |";
    font-weight: normal;
}
.hlist-hyphen dd:after,
.hlist-hyphen li:after {
    content: " -";
    font-weight: normal;
}
}
.hlist dd:last-child:after,
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
.hlist li:last-child:after {
    content: none;
}
/* For IE8 */
.hlist dd.hlist-last-child:after,
.hlist dt.hlist-last-child:after,
.hlist li.hlist-last-child:after {
     content: none;
     content: none;
}
}
233行目: 191行目:
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
     content: "(";
     content: " (";
     font-weight: normal;
     font-weight: normal;
}
}
239行目: 197行目:
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
     content: ")";
     content: ") ";
     font-weight: normal;
     font-weight: normal;
}
}
/* For IE8 */
/* Put ordinals in front of ordered list items */
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
.hlist ol {
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
     counter-reset: listitem;
.hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-last-child:after {
     content: ")";
    font-weight: normal;
}
}
/* Put numbers in front of ordered list items */
.hlist ol > li {
.hlist.hnum ol {
     counter-increment: listitem;
     counter-reset: list-item;
}
}
.hlist.hnum ol > li {
.hlist ol > li:before {
     counter-increment: list-item;
     content: " " counter(listitem) " ";
    white-space: nowrap;
}
}
.hlist.hnum ol > li:before {
.hlist dd ol > li:first-child:before,
     content: counter(list-item) " ";
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
     content: " (" counter(listitem) " ";
}
}
.hlist.hnum dd ol > li:first-child:before,
 
.hlist.hnum dt ol > li:first-child:before,
/* Unbulleted lists */
.hlist.hnum li ol > li:first-child:before {
.plainlist ol,
     content: "(" counter(list-item) " ";
.plainlist ul {
    line-height: inherit;
    list-style: none none;
    margin: 0;
}
.plainlist ol li,
.plainlist ul li {
     margin-bottom: 0;
}
}


/* Style for "notices" */
/* Default style for navigation boxes */
.notice {
.navbox {                     /* Navbox container style */
     text-align: justify;
    border: 1px solid #aaa;
     margin: 1em;
    width: 100%;
     padding: 0.2em;
    margin: auto;
    clear: both;
    font-size: 88%;
     text-align: center;
     padding: 1px;
}
.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 */
#disambig {
     white-space: nowrap;
     border-top: 3px double #ccc;
     /* @noflip */
     border-bottom: 3px double #ccc;
    text-align: right;
}
}
 
.navbox,
#spoiler {
.navbox-subgroup {
     border-top: 2px solid #ddd;
     background: #fdfdfd;     /* Background color */
    border-bottom: 2px solid #ddd;
}
}
 
.navbox-list {
h1 {
     line-height: 1.5em;
     line-height: 1.2em;
    border-color: #fdfdfd;   /* Must match background color */
}
}
 
.navbox th,
/* Standard talk template style */
.navbox-title {
.Talk-Notice {
     background: #ccccff;     /* Level 1 color */
     border: 1px solid #c0c090;
    background-color: #f8eaba;
    margin-bottom: 3px;
    width: 85%;
    border-spacing: 3px;
    margin-left: auto;
    margin-right: auto;
}
}
 
.navbox-abovebelow,
.Talk-Notice:after {
th.navbox-group,
     content: "The CSS for this template should be changed. See [[Wikipedia:Template Standardisation]]."
.navbox-subgroup .navbox-title {
     background: #ddddff;      /* Level 2 color */
}
}
 
.navbox-subgroup .navbox-group,
/* Make template background appear correctly on all browsers */
.navbox-subgroup .navbox-abovebelow {
.Talk-Notice td {
     background: #e6e6ff;     /* Level 3 color */
     background: inherit;
}
}
 
.navbox-even {
/* Metadata */
     background: #f7f7f7;     /* Even row striping */
table.metadata {
     border: 1px solid #aaa;
    display: none;
}
}
 
.navbox-odd {
.metadata-label {
     background: transparent; /* Odd row striping */
     color: #aaa;
}
}
 
table.navbox {
/*  
    margin-top: 1em;          /* Prevent preceding content from clinging to navboxes */
Add formatting to make sure that "external references" from [[Template:Ref]] do
not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was
that the HTML code contained a SPAN following the anchor A; this SPAN had the class
"urlexpansion", which was not displayed on screen, but was shown when the medium was
"print". The rules below ensure (a) that there is no extra padding to the right of
the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for
the link, and (c) that this SPAN of class "urlexpansion" is never shown.
[[利用者:Mikunyan|Mikunyan]] ([[利用者・トーク:Mikunyan|トーク]]) 2016年5月12日 (木) 10:58 (UTC)
*/
.plainlinksneverexpand {
    background: none !important;
    padding: 0 !important;
}
}
 
table.navbox table.navbox {
.plainlinksneverexpand .urlexpansion {
     margin-top: 0;           /* No top margin for nested navboxes */
     display: none !important;
}
}
 
table.navbox + table.navbox {
/*
     margin-top: -1px;         /* Single pixel border between adjacent navboxes */
Make sure that ext links displayed within "plainlinksneverexpand" don't get
the arrow...
*/
.plainlinksneverexpand a {
     background: none !important;
    padding: 0 !important
}
}
 
.navbox .hlist td dl,
/*
.navbox .hlist td ol,
With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion"
.navbox .hlist td ul,
following the anchor A, the anchor itself now has class "external autonumber" and the
.navbox td.hlist dl,
expansion is inserted when printing (see the common printing style sheet at
.navbox td.hlist ol,
//en.wikipedia.org/skins-1.5/common/commonPrint.css) using the ":after" pseudo-
.navbox td.hlist ul {
element of CSS. We have to switch this off for links due to Template:Ref!
     padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
[[利用者:Mikunyan|Mikunyan]] ([[利用者・トーク:Mikunyan|トーク]]) 2016年5月12日 (木) 10:58 (UTC)
*/
.plainlinksneverexpand a.external.text:after {
     display: none !important;
}
}


.plainlinksneverexpand a.external.autonumber:after {
/* Default styling for Navbar template */
     display: none !important;
.navbar {
     display: inline;
    font-size: 88%;
    font-weight: normal;
}
}
 
.navbar ul {
/* Merge template style */
     display: inline;
.messagebox {
     white-space: nowrap;
     border: 1px solid #aaa;
    background: #f9f9f9;
    width: 80%;
    margin: 0 auto 1em auto;
    padding: 0.2em;
     text-align: justify;
}
}
 
.mw-body-content .navbar ul {
.messagebox.merge {
     line-height: inherit;
     border: 2px solid #033;
    width: 55%;
    background: #eff;
    padding: 1em;
    margin: 1em auto 1em auto;
}
}
 
.navbar li {
.messagebox.cleanup {
     word-spacing: -0.125em;
     border: 1px solid #9f9fff;
    background: #efefff;
    text-align: center;
}
}
 
.navbar.mini li abbr[title] {
.messagebox.standard-talk {
  font-variant: small-caps;
    border: 1px solid #c0c090;
  border-bottom: none;
    background: #f8eaba;
  text-decoration: none;
  cursor: inherit;
}
}
/* Navbar styling when nested in infobox and navbox */
/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {
.infobox .navbar {
542行目: 475行目:
}
}


#wpSave {
/* Normal font styling for table row headers with scope="row" tag */
     font-weight: bold;
.wikitable.plainrowheaders th[scope=row] {
     font-weight: normal;
    /* @noflip */
    text-align: left;
}
}


/* hiddenStructure from Monobook - allows selective hiding of markup in templates */
/* Lists in data cells are always left-aligned */
.hiddenStructure {
.wikitable td ul,
     display: none;
.wikitable td ol,
     speak: none;
.wikitable td dl {
     /* @noflip */
    text-align: left;
}
/* ...unless they also use the hlist class */
.toc.hlist ul,
#toc.hlist ul,
.wikitable.hlist td ul,
.wikitable.hlist td ol,
.wikitable.hlist td dl {
     text-align: inherit;
}
}


/* Icons for medialist templates [[Template:Listen]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */
/* Icons for medialist templates [[Template:Listen]],
  [[Template:Multi-listen_start]], [[Template:Video]],
  [[Template:Multi-video_start]] */
div.listenlist {
div.listenlist {
     background: url("//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
     background: url("//upload.wikimedia.org/wikipedia/commons/4/47/Sound-icon.svg") no-repeat scroll 0 0 transparent;
    background-size: 30px;
     padding-left: 40px;
     padding-left: 40px;
}
}


div.videolist,
/* Fix for hieroglyphs specificality issue in infoboxes ([[Phabricator:43869]]) */
div.multivideolist {
table.mw-hiero-table td {
    background: url("//upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png");
     vertical-align: middle;
     padding-left: 50px;
}
}


568行目: 516行目:
     min-height: 50px;
     min-height: 50px;
     margin: 1em;
     margin: 1em;
    /* @noflip */
     background-position: top left;
     background-position: top left;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
}
}
div.medialist ul {
div.medialist ul {
     list-style-type: none;  
     list-style-type: none;
     list-style-image: none;
     list-style-image: none;
     margin: 0;
     margin: 0;
}
}
div.medialist ul li {
div.medialist ul li {
     padding-bottom: 0.5em;
     padding-bottom: 0.5em;
}
}
div.medialist ul li li {
div.medialist ul li li {
     font-size: 91%;
     font-size: 91%;
587行目: 533行目:
}
}


/************************/
/* Change the external link icon to an Adobe icon for all PDF files
/* CommonsTicker styles */
  in browsers that support these CSS selectors, like Mozilla and Opera */
/************************/
div#content a[href$=".pdf"].external,
 
div#content a[href*=".pdf?"].external,
/* links */
div#content a[href*=".pdf#"].external,
.tickerDiffLink { } /* diff links in ticker */
div#content a[href$=".PDF"].external,
.tickerMiscLink { } /* misc links in ticker */
div#content a[href*=".PDF?"].external,
 
div#content a[href*=".PDF#"].external,
/* remove list bullets */
div#mw_content a[href$=".pdf"].external,
.tickerList ul,
div#mw_content a[href*=".pdf?"].external,
.tickerList ul li {
div#mw_content a[href*=".pdf#"].external,
     list-style: none;
div#mw_content a[href$=".PDF"].external,
    text-indent: -2em;
div#mw_content a[href*=".PDF?"].external,
     margin-left: 2em;
div#mw_content a[href*=".PDF#"].external {
     text-align: left;
     background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
     /* @noflip */
     padding-right: 18px;
}
}


.tickerList ul ul,
/* Change the external link icon to an Adobe icon anywhere the PDFlink class
.tickerList ul ul li {
  is used (notably Template:PDFlink). This works in IE, unlike the above. */
     list-style: none;
div#content span.PDFlink a,
    text-indent: 0;
div#mw_content span.PDFlink a {
     margin-left: 1.5em;
     background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
     text-align: left;
     /* @noflip */
     padding-right: 18px;
}
}


/* per-type styles */
/* Content in columns with CSS instead of tables ([[Template:Columns]]) */
.tickerEntry_deleted    { }  /* entry for image deletion */
div.columns-2 div.column {
.tickerEntry_replaced    { }  /* entry for image replacement */
     /* @noflip */
.tickerEntry_tagged      { }  /* entry for adding/removing problem tags */
     float: left;
.tickerEntry_redir      { }  /* entry for critical redirection (fot tag redirects) */
     width: 50%;
.tickerEntry_recat      { }  /* entry for critical re-categorization (for tag categories) */
     min-width: 300px;
.tickerEntry_notify      { }  /* entry for global notifications */
.tickerEntry_changed     { }  /* entry for generic change */
 
/* per-action styles */
.tickerAction_deleted:before {
     content: " GONE ";
     color: #FF0000;
     font-family: monospace;
    font-weight: bold;
    font-size: 100%;
}
}
 
div.columns-3 div.column {
.tickerAction_deletedRev:before {
     /* @noflip */
     content: " -OLD ";
     float: left;
    color: #DDAAAA;
     width: 33.3%;
     font-family: monospace;
     min-width: 200px;
     font-weight: bold;
     font-size: 100%;
}
}
 
div.columns-4 div.column {
.tickerAction_replaced:before {
     /* @noflip */
     content: " REPL ";
     float: left;
    color: #CC88FF;
     width: 25%;
     font-family: monospace;
     min-width: 150px;
     font-weight: bold;
     font-size: 100%;
}
}
 
div.columns-5 div.column {
.tickerAction_replacedOwn:before {
     /* @noflip */
    content: " UPDT ";
     float: left;
    color: #EEAAFF;
     width: 20%;
    font-family: monospace;
     min-width: 120px;
    font-weight: bold;
    font-size: 100%;
}
.tickerAction_addedBad:before {
     content: " +VfD ";
     color: #FF8800;
     font-family: monospace;
     font-weight: bold;
    font-size: 100%;
}
}


.tickerAction_removedBad:before {
/* Messagebox templates */
     content: " -VfD ";
.messagebox {
     color: #00BB00;
     border: 1px solid #aaa;
     font-family: monospace;
     background-color: #f9f9f9;
     font-weight: bold;
     width: 80%;
     font-size: 100%;
     margin: 0 auto 1em auto;
     padding: .2em;
}
}
 
.messagebox.merge {
.tickerAction_addedGood:before {
     border: 1px solid #c0b8cc;
    content: " +OK  ";
     background-color: #f0e5ff;
    color: #00BB00;
    font-family: monospace;
    font-weight: bold;
    font-size: 100%;
 
.tickerAction_removedGood:before {
     content: " -OK  ";
    color: #FF8800;
     font-family: monospace;
    font-weight: bold;
    font-size: 100%;
}
 
/* ticker usage list */
.tickerUsage {
    font-size: 80%;
}
 
/* entry applies to a template used by multiple images */
.tickerTemplateEntry {
    font-weight: bold;
}
 
/* entry applies to sub-entries, i.e. images that use a specific template */
.tickerSubEntry { }
 
/* minor entry styles */
/*    minor entry */
.tickerMinorEntry {
    color: #666;
}
 
.tickerMinorEntry a,
.tickerMinorEntry a:link,
.tickerMinorEntry a:visited {
    color: #669;
}
 
#bodyContent .tickerMinorEntry a.extiw,
#bodyContent .tickerMinorEntry a.extiw:link,
#bodyContent .tickerMinorEntry a.extiw:visited {
    color: #669;
}
 
/* Change the external link icon to an Adobe icon anywhere the PDFlink class */
/* is used (notably Template: PDFlink). This works in IE, unlike the above. */
span.PDFlink a {
    background: url(//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif) center right no-repeat !important;
    padding-right: 17px !important;
}
 
/* infoboxCountry [[Template:基礎情報 国]]等に */
dl#infoboxCountry {
    clear: right;
    float: right;
    width: 300px;
    margin-left: 0.5em;
    background: #fff;
}
 
dl#infoboxCountry dt.infoboxCountryNameJa {
    font-size: 1.36em;
    margin: 0 0 0.13em;
     text-align: center;
     text-align: center;
}
}
 
.messagebox.cleanup {
dl#infoboxCountry dt.infoboxCountryName {
     border: 1px solid #9f9fff;
     font-size: 1.13em;
     background-color: #efefff;
     font-weight: normal;
    margin: 0 0 0.13em;
     text-align: center;
     text-align: center;
}
}
 
.messagebox.standard-talk {
dl#infoboxCountry dd.infoboxCountryDataA {
     border: 1px solid #c0c090;
     margin: 0;
     background-color: #f8eaba;
     padding: 0;
     margin: 4px auto;
    border-color: #aaa;
     border-width: 1px;
    border-style: solid solid none solid;
    background: #f9f9f9;
}
}
 
/* For old WikiProject banners inside banner shells. */
dl#infoboxCountry table.infoboxCountryPrevSucc {
.mbox-inside .standard-talk,
     width: 298px;
.messagebox.nested-talk {
     border-collapse: collapse;
     border: 1px solid #c0c090;
     font-size: 0.95em;
     background-color: #f8eaba;
     background: #f9f9f9;
    width: 100%;
     margin: 2px 0;
     padding: 2px;
}
}
 
.messagebox.small {
dl#infoboxCountry table.infoboxCountryPrevSucc td {
     width: 238px;
     margin: 0;
    font-size: 85%;
     padding: 4px;
    /* @noflip */
     text-align: center;
    float: right;
    clear: both;
     /* @noflip */
    margin: 0 0 1em 1em;
     line-height: 1.25em;
}
}
 
.messagebox.small-talk {
dl#infoboxCountry td.infoboxCountryPrev {
     width: 238px;
     text-align: left;
    font-size: 85%;
     width: 60px
    /* @noflip */
    float: right;
    clear: both;
    /* @noflip */
    margin: 0 0 1em 1em;
    line-height: 1.25em;
     background: #F8EABA;
}
}


dl#infoboxCountry td.infoboxCountrySucc {
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
     text-align: right;
th.mbox-text, td.mbox-text {   /* The message body cell(s) */
     width: 60px;
    border: none;
    /* @noflip */
     padding: 0.25em 0.9em;    /* 0.9em left/right */
     width: 100%;               /* Make all mboxes the same width regardless of text length */
}
}
 
td.mbox-image {               /* The left image cell */
dl#infoboxCountry table.infoboxCountryInsignia {
     border: none;
     width: 298px;
     /* @noflip */
     border-collapse: collapse;
     padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */
     font-size: 0.95em;
    background: #eee;
     text-align: center;
     text-align: center;
    border-top: 1px solid #aaa;
}
}
dl#infoboxCountry table.infoboxCountryInsignia th {
td.mbox-imageright {           /* The right image cell */
    padding: 4px;
    width: 50%;
     border: none;
     border: none;
}
    /* @noflip */
 
     padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */
dl#infoboxCountry table.infoboxCountryInsignia td {
     padding: 4px;
    font-size: 0.85em;
}
 
dl#infoboxCountry dd.infoboxCountryAdd,
dl#infoboxCountry dd.infoboxCountryMotto,
dl#infoboxCountry dd.infoboxCountryAnthem,
dl#infoboxCountry dd.infoboxCountryMap {
     text-align: center;
     text-align: center;
    width: 290px;
    margin: 0;
    padding: 4px;
    border-color: #aaa;
    border-width: 1px;
    border-style: solid solid none solid;
}
}
 
td.mbox-empty-cell {           /* An empty narrow cell */
dl#infoboxCountry dd.infoboxCountryAdd,
     border: none;
dl#infoboxCountry dd.infoboxCountryMotto,
dl#infoboxCountry dd.infoboxCountryAnthem {
    font-size: 0.8em;
    background: #f9f9f9;
}
 
dl#infoboxCountry dd.infoboxCountryMap {
}
 
dl#infoboxCountry dd.infoboxCountryDataB {
     margin: 0;
     padding: 0;
     padding: 0;
     border: 1px solid #aaa;
     width: 1px;
}
 
dl#infoboxCountry dd.infoboxCountryDataB table {
    width: 298px;
    border-collapse: collapse;
    border-color: #aaa;
    font-size: 0.9em;
    background: #f9f9f9;
    line-height: 1.3;
}
 
dl#infoboxCountry dd.infoboxCountryDataB tr {
    border-color: #aaa;
    vertical-align: top;
}
 
dl#infoboxCountry dd.infoboxCountryDataB th {
    padding: 4px;
    border-color: #aaa;
    border-width: 1px;
    text-align: left;
    font-weight: normal;
    width: 50%;
}
 
dl#infoboxCountry dd.infoboxCountryDataB td {
    padding: 4px;
    border-color: #aaa;
    border-width: 1px;
    width: 50%;
}
 
dl#infoboxCountry td.infoboxCountrySome {
    padding: 0;
}
 
dl#infoboxCountry td.infoboxCountrySome dl,
dl#infoboxCountry td.infoboxCountrySome dl dd {
    margin: 0;
    padding: 0;
}
 
dl#infoboxCountry td.infoboxCountrySome dl dt {
    margin: 0;
    padding: 4px;
    font-weight: normal;
    border-top: 1px solid #aaa;
}
 
dl#infoboxCountry td.infoboxCountrySome dl dt.infoboxCountryLeader {
    border-top: none;
}
 
dl#infoboxCountry td.infoboxCountrySome dl table {
    width: 100%;
    font-size: 100%;
    border-collapse: collapse;
    background: #f9f9f9;
}
 
dl#infoboxCountry td.infoboxCountrySome dl th {
    width: 50%;
    padding: 4px;
    text-indent: 0.75em;
}
 
dl#infoboxCountry td.infoboxCountrySome dl td {
    width: 50%;
    padding: 4px;
    border-color: #aaa;
    border-width: 1px;
    border-style: solid none none solid;
}
 
dd#Infobox_before-after {
    width: 298px;
    margin: 0;
    padding: 0;
    border-color: #aaa;
    border-width: 1px;
    border-style: none solid solid solid;
    background: #f9f9f9;
}
 
dd#Infobox_before-after table {
    border-collapse: collapse;
    width: 100%;
    background: transparent;
}
 
dd#Infobox_before-after th {
    width: 50%;
    padding: 0 4px;
}
 
dd#Infobox_before-after th.infoboxCountryPrev {
    border-right: 1px solid #ccc;
}
 
dd#Infobox_before-after th.infoboxCountrySucc {
    border-left: #ccc 1px solid;
}
 
dd#Infobox_before-after td.infoboxCountryPrev {
    width: 50%;
    padding: 2px 4px;
    font-size: 80%;
    text-align: left;
    vertical-align: top;
    border-color: #ccc;
    border-width: 1px;
    border-style: solid solid none none;
}
 
dd#Infobox_before-after td.infoboxCountrySucc {
    width: 50%;
    padding: 2px 4px;
    font-size: 80%;
    text-align: right;
    vertical-align: top;
    border-color: #ccc;
    border-width: 1px;
    border-style: solid none none solid;
}
 
dl#infoboxCountry dd.infoboxCountryNote {
    font-size: 0.75em;
    width: 290px;
    margin: 0;
    padding: 2px 4px;
    border-color: #aaa;
    border-width: 1px;
    border-style: none solid solid;
    background: #f9f9f9;
}
 
/* ### nowrap for some table headings ### */
label[for="wpUserEmail"],
label[for="wpNick"],
label[for="wpUserLanguage"],
label[for="wpOldpass"],
label[for="wpNewpass"],
label[for="wpRetypePass"],
#userlogin2 label,
#userloginForm label {
    white-space: nowrap
}
 
/* リダイレクトの表示 */
 
/* [[特別:Allpages]]・[[特別:Prefixindex]] */
.allpagesredirect a:link,
.allpagesredirect a:visited,
/* カテゴリ内 */
.redirect-in-category a:link,
.redirect-in-category a:visited,
/* ウォッチリスト */
.watchlistredir a:link,
.watchlistredir a:visited {
    color: #666;
}
 
/* NavFrame関係。[[MediaWiki:Monobook.css]]も参照 */
div.Boxmerge,
div.NavFrame {
    margin: 0px;
    padding: 2px;
    border: 1px solid #aaaaaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
 
div.Boxmerge div.NavFrame {
    border-style: none;
    border-style: hidden;
}
 
div.NavPic {
    background-color: #ffffff;
    margin: 0px;
    padding: 2px;
    float: left;
}
 
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    font-size: 100%;
    background-color: #efefef;
    position: relative;
    text-align: center;
}
 
div.NavFrame p {
    font-size: 100%;
}
 
div.NavFrame div.NavContent {
    font-size: 100%;
}
 
div.NavFrame div.NavContent p {
    font-size: 100%;
}
 
div.NavEnd {
    margin: 0px;
    padding: 0px;
    line-height: 1px;
    clear: both;
}
 
a.NavToggle {
    position: absolute;
    top: 0px;
    right: 3px;
    font-weight: normal;
/* font-size: 83.3%;*/
}
}


/* Article message box styles */
/* Article message box styles */
table.ambox {
table.ambox {
     margin: 0px 10%;   /* 10% = 他の要素にはみ出るのを防ぐ */
     margin: 0 10%;                 /* 10% = Will not overlap with other elements */
     border: 1px solid #aaa;
     border: 1px solid #aaa;
     border-left: 10px solid #1e90ff;   /* 初期値: "notice" の青 */
    /* @noflip */
     border-left: 10px solid #1e90ff; /* Default "notice" blue */
     background: #fbfbfb;
     background: #fbfbfb;
}
}
table.ambox + table.ambox {   /* 重なったボックスの間を単一の罫線に */
table.ambox + table.ambox {     /* Single border between stacked boxes. */
     margin-top: -1px;
     margin-top: -1px;
}
}
.ambox th.mbox-text,  
.ambox th.mbox-text,
.ambox td.mbox-text {            /* メッセージ本体のセル */
.ambox td.mbox-text {            /* The message body cell(s) */
     padding: 0.25em 0.5em;      /* 左右に 0.5em ずつの余白 */
     padding: 0.25em 0.5em;      /* 0.5em left/right */
}
}
.ambox td.mbox-image {          /* 左の画像セル */
.ambox td.mbox-image {          /* The left image cell */
     padding: 2px 0 2px 0.5em;    /* 左に 0.5em、右に 0px の余白 */
    /* @noflip */
     padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */
}
}
.ambox td.mbox-imageright {      /* 右の画像セル */
.ambox td.mbox-imageright {      /* The right image cell */
     padding: 2px 0.5em 2px 0;    /* 左に 0px、右に 0.5em の余白  */
    /* @noflip */
     padding: 2px 0.5em 2px 0;    /* 0px left, 0.5em right */
}
}
 
table.ambox-notice {
table.ambox-notice {
     border-left: 10px solid #1e90ff;    /* */
    /* @noflip */
     border-left: 10px solid #1e90ff;    /* Blue */
}
}
table.ambox-speedy {
table.ambox-speedy {
     border-left: 10px solid #b22222;    /* */
    /* @noflip */
     background: #fee;                  /* */
     border-left: 10px solid #b22222;    /* Red */
     background: #fee;                  /* Pink */
}
}
table.ambox-delete {
table.ambox-delete {
     border-left: 10px solid #b22222;    /* */
    /* @noflip */
     border-left: 10px solid #b22222;    /* Red */
}
}
table.ambox-content {
table.ambox-content {
     border-left: 10px solid #f28500;    /* */
    /* @noflip */
     border-left: 10px solid #f28500;    /* Orange */
}
}
table.ambox-style {
table.ambox-style {
     border-left: 10px solid #f4c430;    /* */
    /* @noflip */
     border-left: 10px solid #f4c430;    /* Yellow */
}
}
table.ambox-move {
table.ambox-move {
     border-left: 10px solid #9932cc;    /* */
    /* @noflip */
     border-left: 10px solid #9932cc;    /* Purple */
}
}
table.ambox-protection {
table.ambox-protection {
     border-left: 10px solid #bba;      /* 灰色・金色 */
     /* @noflip */
}
     border-left: 10px solid #bba;       /* Gray-gold */
 
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text {    /* The message body cell(s) */
     border: none;
    padding: 0.25em 0.9em;      /* 0.9em left/right */
    width: 100%;    /* Make all mboxes the same width regardless of text length */
    font-size: 90%;
}
td.mbox-image {                  /* The left image cell */
    border: none;  
    padding: 2px 0 2px 0.9em;    /* 0.9em left, 0px right */
    text-align: center;
}
td.mbox-imageright {            /* The right image cell */
    border: none;
    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;
}
 
/*
* [[MediaWiki:Revision-info]]、[[MediaWiki:Revision-info-current]]のフォントサイズ調整。
* 2010-07-15 by [[User:Penn Station]]
*/
#revision-info, #revision-info-current {
  font-size: small;
  margin-top: 4px;
}
}


/* ambox - 以下、日本語版の独自拡張 */
table.ambox div.ambox-imagecontainer {  /* 画像セル内の画像表示領域 */
    width: 52px;
}
table.ambox.ambox-section {              /* 節用メッセージボックス */
    margin: 0 10%;
}
table.ambox.ambox-section div.ambox-imagecontainer {
    width: 52px;
}
table.ambox.ambox-section th.mbox-text,
table.ambox.ambox-section td.mbox-text {
    padding: 0.25em 0.5em; 
}
/* 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 */
1,179行目: 764行目:
     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: #DFE8FF;    /* Blue */
     background: #D8E8FF;    /* Blue */
}
}
table.cmbox-speedy {
table.cmbox-speedy {
1,212行目: 797行目:
     background: #EFEFE1;    /* Gray-gold */
     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 {
table.ombox-notice {
     border: 1px solid #aaa;      /* Gray */
     border: 1px solid #aaa;      /* Gray */
1,243行目: 828行目:
     border: 2px solid #bba;      /* Gray-gold */
     border: 2px solid #bba;      /* Gray-gold */
}
}
 
/* Talk page message box styles */
/* Talk page message box styles */
table.tmbox {
table.tmbox {
1,251行目: 836行目:
     background: #f8eaba;
     background: #f8eaba;
}
}
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" */
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
     margin: 2px 0;              /* class ensures that this declaration overrides other */
     margin: 2px 0;              /* this declaration overrides other styles (including mbox-small above)  */
     width: 100%; /* For Safari and Opera */    /* styles (including mbox-small above) */
     width: 100%;                 /* For Safari and Opera */
}
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
     line-height: 1.5em;          /* also "nested", so reset styles that are  */  
     line-height: 1.5em;          /* also "nested", so reset styles that are  */
     font-size: 100%;            /* set in "mbox-small" above.                */
     font-size: 100%;            /* set in "mbox-small" above.                */
}
}
 
table.tmbox-speedy {
table.tmbox-speedy {
     border: 2px solid #b22222;    /* Red */
     border: 2px solid #b22222;    /* Red */
1,280行目: 865行目:
     border: 1px solid #c0c090;    /* Gray-brown */
     border: 1px solid #c0c090;    /* Gray-brown */
}
}
 
/* Disambig and set index box styles */
/* Disambig and set index box styles */
table.dmbox {
table.dmbox {
     clear: both;  
     clear: both;
     margin: 0.9em 1em;  
     margin: 0.9em 1em;
     border-top: 1px solid #ccc;  
     border-top: 1px solid #ccc;
     border-bottom: 1px solid #ccc;  
     border-bottom: 1px solid #ccc;
     background: transparent;
     background: transparent;
}
}
 
/* Footer and header message box styles */
/* Footer and header message box styles */
table.fmbox {
table.fmbox {
1,308行目: 893行目:
     background: transparent;
     background: transparent;
}
}
/* Div based "warning" style fmbox messages. */
/* Div based "warning" style fmbox messages. */
div.mw-warning-with-logexcerpt,
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon {
div#mw-protect-cascadeon,
div.titleblacklist-warning,
div.locked-warning {
     clear: both;
     clear: both;
     margin: 0.2em 0;
     margin: 0.2em 0;
1,320行目: 906行目:
     padding: 0.25em 0.9em;
     padding: 0.25em 0.9em;
}
}
/* Div based "system" style fmbox messages. Used in  
/* Div based "system" style fmbox messages.
  [[MediaWiki:Noarticletext]] and [[MediaWiki:Readonly lag]]. */
  Used in [[MediaWiki:Readonly lag]]. */
div.mw-lag-warn-normal,
div.mw-lag-warn-normal,
div.noarticletext,
div.fmbox-system {
div.fmbox-system {
     clear: both;
     clear: both;
1,331行目: 916行目:
     padding: 0.25em 0.9em;
     padding: 0.25em 0.9em;
}
}
 
/* These mbox-small classes must be placed after all other  
/* These mbox-small classes must be placed after all other
   ambox/tmbox/ombox etc classes. "body.mediawiki" is so  
   ambox/tmbox/ombox etc classes. "body.mediawiki" is so
   they override "table.ambox + table.ambox" above. */
   they override "table.ambox + table.ambox" above. */
body.mediawiki table.mbox-small {  /* For the "small=yes" option. */
body.mediawiki table.mbox-small {  /* For the "small=yes" option. */
    /* @noflip */
     clear: right;
     clear: right;
    /* @noflip */
     float: right;
     float: right;
    /* @noflip */
     margin: 4px 0 4px 1em;
     margin: 4px 0 4px 1em;
     width: 238px;
     width: 238px;
1,344行目: 932行目:
}
}
body.mediawiki table.mbox-small-left {  /* For the "small=left" option. */
body.mediawiki table.mbox-small-left {  /* For the "small=left" option. */
    /* @noflip */
     margin: 4px 1em 4px 0;
     margin: 4px 1em 4px 0;
     width: 238px;
     width: 238px;
1,351行目: 940行目:
}
}


/* [[Template: Pathnav]] */
/* Style for compact ambox */
.pathnavbox {
/* Hide the images */
     clear: both;
.compact-ambox table .mbox-image,
     border: 1px outset #eef;
.compact-ambox table .mbox-imageright,
     padding: 0.3em 0.6em;
.compact-ambox table .mbox-empty-cell {
     margin: 0 0 0.5em 0;
    display: none;
     background-color: #eef;
}
     font-size: 90%;
/* Remove borders, backgrounds, padding, etc. */
.compact-ambox table.ambox {
     border: none;
     border-collapse: collapse;
    background: transparent;
    margin: 0 0 0 1.6em !important;
     padding: 0 !important;
    width: auto;
    display: block;
}
body.mediawiki .compact-ambox table.mbox-small-left {
    font-size: 100%;
    width: auto;
     margin: 0;
}
/* Style the text cell as a list item and remove its padding */
.compact-ambox table .mbox-text {
    padding: 0 !important;
    margin: 0 !important;
}
.compact-ambox table .mbox-text-span {
    display: list-item;
    line-height: 1.5em;
    list-style-type: square;
    list-style-image: url(/w/skins/MonoBook/bullet.gif);
}
.skin-vector .compact-ambox table .mbox-text-span {
    list-style-type: disc;
    list-style-image: url(/w/skins/Vector/images/bullet-icon.svg);
    list-style-image: url(/w/skins/Vector/images/bullet-icon.png)\9;
}
/* Allow for hiding text in compact form */
.compact-ambox .hide-when-compact {
    display: none;
}
 
/* Remove default styles for [[MediaWiki:Noarticletext]]. */
div.noarticletext {
    border: none;
    background: transparent;
    padding: 0;
}
 
/* Hide (formatting) elements from screen, but not from screenreaders */
.visualhide {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
 
/* Bold save button */
#wpSave {
    font-weight: bold;
}
 
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
.hiddenStructure {
    display: inline !important;
    color: #f00;
     background-color: #0f0;
}
 
/* suppress missing interwiki image links where #ifexist cannot
  be used due to high number of requests see .hidden-redlink on
  [[m:MediaWiki:Common.css]] */
.check-icon a.new {
    display: none;
     speak: none;
}
}


.pathnavbox ul {
/* Removes underlines from certain links */
    list-style: none none;
.nounderlines a,
    margin-top: 0;
.IPA a:link, .IPA a:visited {
     margin-bottom: 0;
     text-decoration: none !important;
}
}


.pathnavbox > ul {
/* Standard Navigationsleisten, aka box hiding thingy
  from .de.  Documentation at [[Wikipedia:NavFrame]]. */
div.NavFrame {
     margin: 0;
     margin: 0;
    padding: 4px;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
}
 
div.NavFrame + div.NavFrame {
.pathnavbox ul li {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0;
    padding: 2px;
    /* @noflip */
    float: left;
}
div.NavFrame div.NavHead {
    line-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;
     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 */
ol.references > li:target {  
.hatnote {
     background-color: #DEF;
    font-style: italic;
}
.hatnote i {
     font-style: normal;
}
div.hatnote {
    /* @noflip */
    padding-left: 1.6em;
    margin-bottom: 0.5em;
}
}
div.hatnote + div.hatnote {
    margin-top: -0.5em;
}
/* Allow transcluded pages to display in lists rather than a table. */
.listify td    { display: list-item; }
.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; }


sup.reference:target {  
/* Temporary(!) fix for horizontal TOC in Blink (Chrone/Opera) */
     background-color: #DEF;
.hlist .tocnumber,
.hlist .toctext {
    display: inline;
}
/* 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 none;
    margin: .3em 0 0;
    padding: 0;
}
.hlist.nonumtoc #toc ul ul,
.hlist.nonumtoc .toc ul ul {
    /* @noflip */
    margin: 0;
}
}


cite:target {  
/* Allow limiting of which header levels are shown in a TOC;
     background-color: #DEF;
  <div class="toclimit-3">, for instance, will limit to
  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;
}
}


/* Otheruses等の冒頭曖昧さ回避テンプレート */
/* Styling for Template:Quote */
.dablink {
blockquote.templatequote div.templatequotecite {
     margin: 0.5em 0;
     line-height: 1.5em;
     padding: 3px 2em;
     /* @noflip */
     background-color: transparent;
     text-align: left;
     border-bottom: 1px solid #aaa;
     /* @noflip */
     font-size: 90%;
    padding-left: 1.6em;
     margin-top: 0;
}
}


/* どの見出しレベルまで目次に表示するかを制限します。例えば、<div class="toclimit-3"> とすると
/* User block messages */
    ==headings== と ===headings=== が目次に反映され、これより下の見出しレベルは無視されます。*/
div.user-block {
.toclimit-2 .toclevel-2 {display: none;}
    padding: 5px;
.toclimit-3 .toclevel-3 {display: none;}
    margin-bottom: 0.5em;
.toclimit-4 .toclevel-4 {display: none;}
    border: 1px solid #A9A9A9;
.toclimit-5 .toclevel-5 {display: none;}
    background-color: #FFEFD5;
.toclimit-6 .toclevel-6 {display: none;}
}
.toclimit-7 .toclevel-7 {display: none;}


/* 特定場所での改行を防ぐ:
/* Prevent line breaks in silly places:
   1) 個別に指定した場所
   1) Where desired
   2) リンク途中
   2) Links when we don't want them to
   3) そのページ自身へのリンク(太字部分)
   3) Bold "links" to the page itself
   4) グループ名付きの ref タグ <ref group=""> --> "[1]" */
   4) Ref tags with group names <ref group="Note"> --> "[Note 1]" */
.nowrap,
.nowrap,
.nowraplinks a,
.nowraplinks a,
1,417行目: 1,167行目:
     white-space: nowrap;
     white-space: nowrap;
}
}
/* 以下のクラスを指定した場所では解除する: */
.nowrap pre {
    white-space: pre;
}
/* But allow wrapping where desired: */
.wrap,
.wrap,
.wraplinks a {
.wraplinks a {
1,423行目: 1,176行目:
}
}


/* Geographical coordinates defaults.  
/* For template documentation */
  See [[Template:Coord/link]] for how these are used.
.template-documentation {
  The classes "geo", "longitude", and "latitude" are used by
    clear: both;
  the [[Geo microformat]], so the names should not be changed. */
    margin: 1em 0 0 0;
.geo-default,
    border: 1px solid #aaa;
.geo-dms,
    background-color: #ecfcf4;
.geo-dec {
    padding: 1em;
}
 
/* Inline divs in ImageMaps (code borrowed from de.wiki) */
.imagemap-inline div {
     display: inline;
     display: inline;
}
}


.geo-nondefault,
/* Increase the height of the image upload box */
.geo-multi-punct {
#wpUploadDescription {
    height: 13em;
}
 
/* Minimum thumb width */
.thumbinner {
    min-width: 100px;
}
 
/* Makes the background of a framed image white instead of gray.
  Only visible with transparent images. */
div.thumb .thumbimage {
    background-color: #fff;
}
 
/* The backgrounds for galleries. */
div#content .gallerybox div.thumb {
    /* Light gray padding */
    background-color: #F9F9F9;
}
/* Put a chequered background behind images, only visible if they have transparency.
  '.filehistory a img' and '#file img:hover' are handled by MediaWiki core (as of 1.19) */
.gallerybox .thumb img {
    background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
}
/* But not on articles, user pages, portals or with opt-out. */
.ns-0 .gallerybox .thumb img,
.ns-2 .gallerybox .thumb img,
.ns-100 .gallerybox .thumb img,
.nochecker .gallerybox .thumb img {
    background: #fff;
}
 
/* Prevent floating boxes from overlapping any category listings,
  file histories, edit previews, and edit [Show changes] views. */
#mw-subcategories, #mw-pages, #mw-category-media,
#filehistory, #wikiPreview, #wikiDiff {
    clear: both;
}
 
body.rtl #mw-articlefeedbackv5, body.rtl #mw-articlefeedback {
    display: block;  /* Override inline block mode */
    margin-bottom: 1em;
    /* @noflip */
    clear: right;    /* Clear any info boxes that stick out */
    /* @noflip */
    float: right;    /* Prevents margin collapsing */
}
 
/* Selectively hide headers in WikiProject banners */
.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-style:italic;
    font-size:90%;
}
 
/* Hide stuff meant for accounts with special permissions. Made visible again in
  [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-accountcreator.css]],
  [[MediaWiki:Group-templateeditor.css]] and [[Mediawiki:Group-autoconfirmed.css]]. */
.sysop-show,
.accountcreator-show,
.templateeditor-show,
.autoconfirmed-show {
     display: none;
     display: none;
}
}


.longitude,
/**
.latitude {
* Hide the redlink generated by {{Editnotice}},
* this overrides the ".sysop-show { display: none; }" above that applies
* to the same link as well.
*
* See [[Phabricator:45013]].
*/
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink, .mw-ve-editNotice .editnotice-redlink {
    display: none !important;
}
 
/* Remove bullets when there are multiple edit page warnings */
ul.permissions-errors > li {
    list-style: none none;
}
ul.permissions-errors {
    margin: 0;
}
 
/* No linewrap on the labels of the login/signup page */
body.page-Special_UserLogin .mw-label label,
body.page-Special_UserLogin_signup .mw-label label {
     white-space: nowrap;
     white-space: nowrap;
}
}


/*
/* Pie chart: transparent borders */
* {{要出典範囲}}の下線部を標準的なディスプレイで表示したときのみ表示されるようにするクラス。
.transborder {
* 2009-01-03 by [[User:mizusumashi]]
    border: solid transparent;
*/
}
@media screen {
 
     .fix-domain {
/* Generic class for Times-based serif, texhtml class for inline math */
        border-bottom:dashed 1px;
.times-serif,
     }
span.texhtml {
    font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
    font-size: 118%;
    line-height: 1;
}
span.texhtml {
    white-space: nowrap;
}
span.texhtml span.texhtml {
    font-size: 100%;
}
span.mwe-math-mathml-inline {
    font-size: 118%;
}
 
/* Force tabular and lining display for digits and texhtml */
.digits,
.texhtml {
    -moz-font-feature-settings: "lnum", "tnum", "kern" 0;
    -webkit-font-feature-settings: "lnum", "tnum", "kern" 0;
    font-feature-settings: "lnum", "tnum", "kern" 0;
    font-variant-numeric: lining-nums tabular-nums;
    font-kerning: none;
}
 
/* Make <math display="block"> be left aligned with one space indent for compatibility with style conventions */
.mwe-math-fallback-image-display,
.mwe-math-mathml-display {
     margin-left: 1.6em !important;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}
.mwe-math-mathml-display math {
     display: inline;
}
}


/*
/* Fix styling of transcluded prefindex tables */
* カテゴリページのリスト部にフロート指定のブロックを入れない。
table#mw-prefixindex-list-table,
* 2009-01-24 by [[User:mizusumashi]]
table#mw-prefixindex-nav-table {
*/
     width: 98%;
#mw-subcategories, #mw-pages, #mw-category-media {
     clear: both;
}
}


/*
/* For portals, added 2011-12-07 -bv
* Content in columns with CSS instead of tables [[Template:Columns]]
  On wide screens, show these as two columns
* 2009-02-10 by [[User:mizusumashi]]
  On narrow and mobile screens, let them collapse into a single column */
*/
.portal-column-left {
div.columns-2 div.column {
     float: left;
     float: left;
     width: 50%;
     width: 50%;
    min-width: 300px;
}
}
div.columns-3 div.column {
.portal-column-right {
    float: right;
    width: 49%;
}
.portal-column-left-wide {
     float: left;
     float: left;
     width: 33.3%;
     width: 60%;
     min-width: 200px;
}
.portal-column-right-narrow {
    float: right;
     width: 39%;
}
}
div.columns-4 div.column {
.portal-column-left-extra-wide {
     float: left;
     float: left;
     width: 25%;
     width: 70%;
     min-width: 150px;
}
.portal-column-right-extra-narrow {
    float: right;
     width: 29%;
}
}
div.columns-5 div.column {
@media only screen and (max-width: 800px) {
    float: left;
    /* Decouple the columns on narrow screens */
    width: 20%;
    .portal-column-left,
     min-width: 120px;
    .portal-column-right,
    .portal-column-left-wide,
    .portal-column-right-narrow,
    .portal-column-left-extra-wide,
    .portal-column-right-extra-narrow {
        float: inherit;
        width: inherit;
     }
}
}


/* Don't display page title on the main page */
/* Formerly for announcements, now used intermittently */
body.page-メインページ #siteSub,
#bodyContent .letterhead {
body.page-メインページ .subtitle,
    background-image:url('//upload.wikimedia.org/wikipedia/commons/e/e0/Tan-page-corner.png');
body.page-メインページ h1.firstHeading,
    background-repeat:no-repeat;
body.page-メインページ h1.pagetitle {
    padding: 2em;
     display: none;
     background-color: #faf9f2;
}
}


 
/* Tree style lists */
/*
.treeview ul {
* セクション編集リンク
    padding: 0;
* [[MediaWiki:Common.js]]のmodifyEditsection()のための宣言
* 2009-10-03 by [[User:mizusumashi]]
*/
.editsection-moved {
     margin: 0;
     margin: 0;
}
.treeview li {
     padding: 0;
     padding: 0;
     background: none;
     margin: 0;
     line-height: 90%;
    list-style-type: none;
     white-space: nowrap;
     list-style-image: none;
     font-size: small;
}
     font-weight: normal;
.treeview li li {
    background: url("//upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px;
     /* @noflip */
    padding-left: 20px;
     text-indent: 0.3em;
}
.treeview li li.lastline {
     background-position: 0 -5971px
}
}
 
.treeview li.emptyline > ul {
.editsection-expands {
     /* @noflip */
     /* [[Template:節リンク拡張]]を無効化 */
     margin-left: -1px;
     display: none;
}
}
 
.treeview li.emptyline > ul > li:first-child {
/* Common.js の LinkFA() を参照 */
     background-position: 0 9px
#p-lang li.FA {
     list-style-image: url("//upload.wikimedia.org/wikipedia/commons/d/d0/Monobook-bullet-star-transparent.png");
}
}


/* Common.js の LinkGA() を参照 */
/* hidden sortkey for tablesorter */
#p-lang li.GA {
td .sortkey,
     list-style-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/b/b9/Blue_star_boxed.svg/9px-Blue_star_boxed.svg.png");
th .sortkey {
     display: none;
    speak: none;
}
}


/* [[File:Wikipedia-logo-v2-200px-transparent.png]]を背景画像として適用する(2013年版メインページなどで使用) */
/* Make it possible to hide checkboxes in <inputbox> */
.globegris {
.inputbox-hidecheckboxes form .inputbox-element {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/1/10/Wikipedia-logo-v2-200px-transparent.png");
    display: none !important;
}
}


/* 上付き脚注番号への太字適用を取り消し */
/* Work-around for [[Phabricator:25965]] (Kaltura advertisement) */
sup.reference {
.k-player .k-attribution {
     font-weight: normal;
     visibility: hidden;
}
}


/* Unbulleted lists */
/* Move 'play' button of video player to bottom left corner */
.plainlist ol,
.PopUpMediaTransform a .play-btn-large {
.plainlist ul {
    line-height: inherit;
    list-style: none none;
     margin: 0;
     margin: 0;
}
    top: auto;
.plainlist ol li,
    right: auto;
.plainlist ul li {
    bottom: 0;
     margin-bottom: 0;
     left: 0;
}
}


/* [[Template:Asbox]]用のスタイル */
/* Workaround to keep editnotices readable in VE view.
.asbox {
  Long term, editnotices should become a core feature so that they can be designed responsive. */
border: solid #999 1px;
.mw-ve-editNotice .mbox-image {
background: #F8F8F8;
    display: none;
margin: 0.5em 10%;
clear: both;
}
}
/* </source> */

2016年5月12日 (木) 21:07時点における版

/* Reset italic styling set by user agent */
cite, dfn {
    font-style: inherit;
}

/* Straight quote marks for <q> */
q {
    quotes: '"' '"' "'" "'";
}

/* Avoid collision of blockquote with floating elements by swapping margin and padding */
blockquote {
    overflow: hidden;
    margin: 1em 0;
    padding: 0 40px;
}

/* Prevent the 'double bold' bug in Firefox when using DirectWrite */
strong.selflink {
    font-weight: 700;
}

/* Consistent size for <sub> and <sup> */
.mw-body sub,
.mw-body sup,
span.reference /* for Parsoid */ {
    font-size: 80%;
}

/* 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;
}

/* Pre-emptively hide watchlist notices to prevent jumps */
.client-js .mw-special-Watchlist  #watchlist-message {
    display: none;
}

/* Unhorrify 'Changed since last visit' colors */
.updatedmarker {
    background-color: transparent;
    color: #006400;
}

/* Edit window toolbar */
#toolbar {
    height: 22px;
    margin-bottom: 6px;
}

/* Hide charinsert base for those not using the gadget */
#editpage-specialchars {
    display: none;
}

/* Highlight linked elements (such as clicked references) in blue */
body.action-info :target,
.citation:target {
    background-color: #DEF;  /* Fallback */
    background-color: rgba(0, 127, 255, 0.133);
}

/* Styling for citations. Breaks long urls, etc., rather than overflowing box */
.citation {
    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 {
    .citation .printonly {
        display: none;
    }
}

/* Make the list of references smaller */
ol.references,
div.reflist,
div.refbegin {
    font-size: 90%;            /* Default font-size */
    margin-bottom: 0.5em;
}
div.refbegin-100 {
    font-size: 100%;           /* Option for normal fontsize in {{refbegin}} */
}
div.reflist ol.references {
    font-size: 100%;           /* Reset font-size when nested in div.reflist */
    list-style-type: inherit;  /* Enable custom list style types */
}

/* 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;
}

/* Reset top margin for lists embedded in columns */
div.columns {
    margin-top: 0.3em;
}
div.columns dl,
div.columns ol,
div.columns ul {
    margin-top: 0;
}

/* Avoid elements from breaking between columns */
.nocolbreak,
div.columns li,
div.columns dd dd {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

/* Style for [[Template:Flowlist]] that Lets lists flow around floating objecs */
.flowlist ul {
    overflow-x: hidden;
    margin-left: 0;
    padding-left: 1.6em;
}
.flowlist ol {
    overflow-x: hidden;
    margin-left: 0;
    padding-left: 3.2em;
}
.flowlist dl {
    overflow-x: hidden;
}

/* Style for horizontal lists (separator following item).
   @source mediawiki.org/wiki/Snippets/Horizontal_lists
   @revision 7 (2015-11-12)
   @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 itmes */
.hlist .mw-empty-li {
    display: none;
}
/* Generate interpuncts */
.hlist dt:after {
    content: ": ";
}
.hlist dd:after,
.hlist li:after {
    content: " · ";
    font-weight: bold;
}
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
    content: none;
}
/* Add parentheses around nested lists */
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
    content: " (";
    font-weight: normal;
}
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
    content: ") ";
    font-weight: normal;
}
/* Put ordinals in front of ordered list items */
.hlist ol {
    counter-reset: listitem;
}
.hlist ol > li {
    counter-increment: listitem;
}
.hlist ol > li:before {
    content: " " counter(listitem) " ";
    white-space: nowrap;
}
.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
    content: " (" counter(listitem) " ";
}

/* Unbulleted lists */
.plainlist ol,
.plainlist ul {
    line-height: inherit;
    list-style: none none;
    margin: 0;
}
.plainlist ol li,
.plainlist ul li {
    margin-bottom: 0;
}

/* Default style for navigation boxes */
.navbox {                     /* Navbox container style */
    border: 1px solid #aaa;
    width: 100%;
    margin: auto;
    clear: both;
    font-size: 88%;
    text-align: center;
    padding: 1px;
}
.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: #fdfdfd;      /* Background color */
}
.navbox-list {
    line-height: 1.5em;
    border-color: #fdfdfd;    /* Must match background color */
}
.navbox th,
.navbox-title {
    background: #ccccff;      /* Level 1 color */
}
.navbox-abovebelow,
th.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 */
}
table.navbox {
    margin-top: 1em;          /* Prevent preceding content from clinging to navboxes */
}
table.navbox table.navbox {
    margin-top: 0;            /* No top margin for nested navboxes */
}
table.navbox + table.navbox {
    margin-top: -1px;         /* Single pixel border between adjacent navboxes */
}
.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 */
}

/* Default styling for Navbar template */
.navbar {
    display: inline;
    font-size: 88%;
    font-weight: normal;
}
.navbar ul {
    display: inline;
    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;
    width: 6em;
}

/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
   in [[MediaWiki:Common.js]] are styled here so they can be customised. */
.collapseButton {
    /* @noflip */
    float: right;
    font-weight: normal;
    /* @noflip */
    margin-left: 0.5em;
    /* @noflip */
    text-align: right;
    width: auto;
}
/* In navboxes, the show/hide button balances the v·d·e links
   from [[Template:Navbar]], so they need to be the same width. */
.navbox .collapseButton {
    width: 6em;
}

/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.mw-collapsible-toggle {
    font-weight: normal;
    /* @noflip */
    text-align: right;
}
.navbox .mw-collapsible-toggle {
    width: 6em;
}

/* Infobox template style */
.infobox {
    border: 1px solid #aaa;
    border-spacing: 3px;
    background-color: #f9f9f9;
    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;
}
.infobox caption {
    font-size: 125%;
    font-weight: bold;
    padding: 0.2em;
}
.infobox td,
.infobox th {
    vertical-align: top;
    /* @noflip */
    text-align: left;
}
.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;
    /* @noflip */
    border-right: 1px solid #aaa;
}

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

/* 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 #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;
    /* @noflip */
    text-align: left;
}

/* Lists in data cells are always left-aligned */
.wikitable td ul,
.wikitable td ol,
.wikitable td dl {
    /* @noflip */
    text-align: left;
}
/* ...unless they also use the hlist class */
.toc.hlist ul,
#toc.hlist ul,
.wikitable.hlist td ul,
.wikitable.hlist td ol,
.wikitable.hlist td dl {
    text-align: inherit;
}

/* Icons for medialist templates [[Template:Listen]],
   [[Template:Multi-listen_start]], [[Template:Video]],
   [[Template:Multi-video_start]] */
div.listenlist {
    background: url("//upload.wikimedia.org/wikipedia/commons/4/47/Sound-icon.svg") no-repeat scroll 0 0 transparent;
    background-size: 30px;
    padding-left: 40px;
}

/* Fix for hieroglyphs specificality issue in infoboxes ([[Phabricator:43869]]) */
table.mw-hiero-table td {
    vertical-align: middle;
}

/* Style rules for media list templates */
div.medialist {
    min-height: 50px;
    margin: 1em;
    /* @noflip */
    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
   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;
}

/* Change the external link icon to an Adobe icon anywhere the PDFlink class
   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;
}

/* Content in columns with CSS instead of tables ([[Template:Columns]]) */
div.columns-2 div.column {
    /* @noflip */
    float: left;
    width: 50%;
    min-width: 300px;
}
div.columns-3 div.column {
    /* @noflip */
    float: left;
    width: 33.3%;
    min-width: 200px;
}
div.columns-4 div.column {
    /* @noflip */
    float: left;
    width: 25%;
    min-width: 150px;
}
div.columns-5 div.column {
    /* @noflip */
    float: left;
    width: 20%;
    min-width: 120px;
}

/* Messagebox templates */
.messagebox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    width: 80%;
    margin: 0 auto 1em auto;
    padding: .2em;
}
.messagebox.merge {
    border: 1px solid #c0b8cc;
    background-color: #f0e5ff;
    text-align: center;
}
.messagebox.cleanup {
    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. */
.mbox-inside .standard-talk,
.messagebox.nested-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    width: 100%;
    margin: 2px 0;
    padding: 2px;
}
.messagebox.small {
    width: 238px;
    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;
}

/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text {   /* The message body cell(s) */
    border: none;
    /* @noflip */
    padding: 0.25em 0.9em;     /* 0.9em left/right */
    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: 0;
    width: 1px;
}

/* Article message box styles */
table.ambox {
    margin: 0 10%;                  /* 10% = Will not overlap with other elements */
    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 {
    /* @noflip */
    border-left: 10px solid #1e90ff;    /* Blue */
}
table.ambox-speedy {
    /* @noflip */
    border-left: 10px solid #b22222;    /* Red */
    background: #fee;                   /* Pink */
}
table.ambox-delete {
    /* @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 {
    /* @noflip */
    border-left: 10px solid #bba;       /* Gray-gold */
}

/* Image message box styles */
table.imbox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 3px solid #1e90ff;    /* Default "notice" blue */
    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.  */
    margin: 4px;
}

table.imbox-notice {
    border: 3px solid #1e90ff;    /* Blue */
}
table.imbox-speedy {
    border: 3px solid #b22222;    /* Red */
    background: #fee;             /* Pink */
}
table.imbox-delete {
    border: 3px solid #b22222;    /* Red */
}
table.imbox-content {
    border: 3px solid #f28500;    /* Orange */
}
table.imbox-style {
    border: 3px solid #f4c430;    /* Yellow */
}
table.imbox-move {
    border: 3px solid #9932cc;    /* Purple */
}
table.imbox-protection {
    border: 3px solid #bba;       /* Gray-gold */
}
table.imbox-license {
    border: 3px solid #88a;       /* Dark gray */
    background: #f7f8ff;          /* Light gray */
}
table.imbox-featured {
    border: 3px solid #cba135;    /* Brown-gold */
}

/* Category message box styles */
table.cmbox {
    margin: 3px 10%;
    border-collapse: collapse;
    border: 1px solid #aaa;
    background: #DFE8FF;    /* Default "notice" blue */
}

table.cmbox-notice {
    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 */
table.ombox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #aaa;       /* Default "notice" gray */
    background: #f9f9f9;
}

table.ombox-notice {
    border: 1px solid #aaa;       /* Gray */
}
table.ombox-speedy {
    border: 2px solid #b22222;    /* Red */
    background: #fee;             /* Pink */
}
table.ombox-delete {
    border: 2px solid #b22222;    /* Red */
}
table.ombox-content {
    border: 1px solid #f28500;    /* Orange */
}
table.ombox-style {
    border: 1px solid #f4c430;    /* Yellow */
}
table.ombox-move {
    border: 1px solid #9932cc;    /* Purple */
}
table.ombox-protection {
    border: 2px solid #bba;       /* Gray-gold */
}

/* Talk page message box styles */
table.tmbox {
    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 */
    margin: 2px 0;               /* this declaration overrides other styles (including mbox-small above)   */
    width: 100%;                 /* For Safari and Opera */
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
    line-height: 1.5em;          /* also "nested", so reset styles that are   */
    font-size: 100%;             /* set in "mbox-small" above.                */
}

table.tmbox-speedy {
    border: 2px solid #b22222;    /* Red */
    background: #fee;             /* Pink */
}
table.tmbox-delete {
    border: 2px solid #b22222;    /* Red */
}
table.tmbox-content {
    border: 2px solid #f28500;    /* Orange */
}
table.tmbox-style {
    border: 2px solid #f4c430;    /* Yellow */
}
table.tmbox-move {
    border: 2px solid #9932cc;    /* Purple */
}
table.tmbox-protection,
table.tmbox-notice {
    border: 1px solid #c0c090;    /* Gray-brown */
}

/* 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 */
table.fmbox {
    clear: both;
    margin: 0.2em 0;
    width: 100%;
    border: 1px solid #aaa;
    background: #f9f9f9;     /* Default "system" gray */
}
table.fmbox-system {
    background: #f9f9f9;
}
table.fmbox-warning {
    border: 1px solid #bb7070;  /* Dark pink */
    background: #ffdbdb;        /* Pink */
}
table.fmbox-editnotice {
    background: transparent;
}
/* Div based "warning" style fmbox messages. */
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon,
div.titleblacklist-warning,
div.locked-warning {
    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
   ambox/tmbox/ombox etc classes. "body.mediawiki" is so
   they override "table.ambox + table.ambox" above. */
body.mediawiki table.mbox-small {   /* For the "small=yes" option. */
    /* @noflip */
    clear: right;
    /* @noflip */
    float: right;
    /* @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. */
    /* @noflip */
    margin: 4px 1em 4px 0;
    width: 238px;
    border-collapse: collapse;
    font-size: 88%;
    line-height: 1.25em;
}

/* Style for compact ambox */
/* Hide the images */
.compact-ambox table .mbox-image,
.compact-ambox table .mbox-imageright,
.compact-ambox table .mbox-empty-cell {
    display: none;
}
/* Remove borders, backgrounds, padding, etc. */
.compact-ambox table.ambox {
    border: none;
    border-collapse: collapse;
    background: transparent;
    margin: 0 0 0 1.6em !important;
    padding: 0 !important;
    width: auto;
    display: block;
}
body.mediawiki .compact-ambox table.mbox-small-left {
    font-size: 100%;
    width: auto;
    margin: 0;
}
/* Style the text cell as a list item and remove its padding */
.compact-ambox table .mbox-text {
    padding: 0 !important;
    margin: 0 !important;
}
.compact-ambox table .mbox-text-span {
    display: list-item;
    line-height: 1.5em;
    list-style-type: square;
    list-style-image: url(/w/skins/MonoBook/bullet.gif);
}
.skin-vector .compact-ambox table .mbox-text-span {
    list-style-type: disc;
    list-style-image: url(/w/skins/Vector/images/bullet-icon.svg);
    list-style-image: url(/w/skins/Vector/images/bullet-icon.png)\9;
}
/* Allow for hiding text in compact form */
.compact-ambox .hide-when-compact {
    display: none;
}

/* Remove default styles for [[MediaWiki:Noarticletext]]. */
div.noarticletext {
    border: none;
    background: transparent;
    padding: 0;
}

/* Hide (formatting) elements from screen, but not from screenreaders */
.visualhide {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Bold save button */
#wpSave {
    font-weight: bold;
}

/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
.hiddenStructure {
    display: inline !important;
    color: #f00;
    background-color: #0f0;
}

/* suppress missing interwiki image links where #ifexist cannot
   be used due to high number of requests see .hidden-redlink on
   [[m:MediaWiki:Common.css]] */
.check-icon a.new {
    display: none;
    speak: none;
}

/* Removes underlines from certain links */
.nounderlines a,
.IPA a:link, .IPA a:visited {
    text-decoration: none !important;
}

/* Standard Navigationsleisten, aka box hiding thingy
   from .de.  Documentation at [[Wikipedia:NavFrame]]. */
div.NavFrame {
    margin: 0;
    padding: 4px;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0;
    padding: 2px;
    /* @noflip */
    float: left;
}
div.NavFrame div.NavHead {
    line-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 */
.hatnote {
    font-style: italic;
}
.hatnote i {
    font-style: normal;
}
div.hatnote {
    /* @noflip */
    padding-left: 1.6em;
    margin-bottom: 0.5em;
}
div.hatnote + div.hatnote {
    margin-top: -0.5em;
}

/* Allow transcluded pages to display in lists rather than a table. */
.listify td    { display: list-item; }
.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; }

/* Temporary(!) fix for horizontal TOC in Blink (Chrone/Opera) */
.hlist .tocnumber,
.hlist .toctext {
    display: inline;
}
/* 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 none;
    margin: .3em 0 0;
    padding: 0;
}
.hlist.nonumtoc #toc ul ul,
.hlist.nonumtoc .toc ul ul {
    /* @noflip */
    margin: 0;
}

/* Allow limiting of which header levels are shown in a TOC;
   <div class="toclimit-3">, for instance, will limit to
   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;
}

/* Styling for Template:Quote */
blockquote.templatequote div.templatequotecite {
    line-height: 1.5em;
    /* @noflip */
    text-align: left;
    /* @noflip */
    padding-left: 1.6em;
    margin-top: 0;
}

/* User block messages */
div.user-block {
    padding: 5px;
    margin-bottom: 0.5em;
    border: 1px solid #A9A9A9;
    background-color: #FFEFD5;
}

/* Prevent line breaks in silly places:
   1) Where desired
   2) Links when we don't want them to
   3) Bold "links" to the page itself
   4) Ref tags with group names <ref group="Note"> --> "[Note 1]" */
.nowrap,
.nowraplinks a,
.nowraplinks .selflink,
sup.reference a {
    white-space: nowrap;
}
.nowrap pre {
    white-space: pre;
}
/* But allow wrapping where desired: */
.wrap,
.wraplinks a {
    white-space: normal;
}

/* For template documentation */
.template-documentation {
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #aaa;
    background-color: #ecfcf4;
    padding: 1em;
}

/* Inline divs in ImageMaps (code borrowed from de.wiki) */
.imagemap-inline div {
    display: inline;
}

/* Increase the height of the image upload box */
#wpUploadDescription {
    height: 13em;
}

/* Minimum thumb width */
.thumbinner {
    min-width: 100px;
}

/* Makes the background of a framed image white instead of gray.
   Only visible with transparent images. */
div.thumb .thumbimage {
    background-color: #fff;
}

/* The backgrounds for galleries. */
div#content .gallerybox div.thumb {
    /* Light gray padding */
    background-color: #F9F9F9;
}
/* Put a chequered background behind images, only visible if they have transparency.
   '.filehistory a img' and '#file img:hover' are handled by MediaWiki core (as of 1.19) */
.gallerybox .thumb img {
    background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
}
/* But not on articles, user pages, portals or with opt-out. */
.ns-0 .gallerybox .thumb img,
.ns-2 .gallerybox .thumb img,
.ns-100 .gallerybox .thumb img,
.nochecker .gallerybox .thumb img {
    background: #fff;
}

/* Prevent floating boxes from overlapping any category listings,
   file histories, edit previews, and edit [Show changes] views. */
#mw-subcategories, #mw-pages, #mw-category-media,
#filehistory, #wikiPreview, #wikiDiff {
    clear: both;
}

body.rtl #mw-articlefeedbackv5, body.rtl #mw-articlefeedback {
    display: block;   /* Override inline block mode */
    margin-bottom: 1em;
    /* @noflip */
    clear: right;     /* Clear any info boxes that stick out */
    /* @noflip */
    float: right;     /* Prevents margin collapsing */
}

/* Selectively hide headers in WikiProject banners */
.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-style:italic;
    font-size:90%;
}

/* Hide stuff meant for accounts with special permissions. Made visible again in
   [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-accountcreator.css]],
   [[MediaWiki:Group-templateeditor.css]] and [[Mediawiki:Group-autoconfirmed.css]]. */
.sysop-show,
.accountcreator-show,
.templateeditor-show,
.autoconfirmed-show {
    display: none;
}

/**
 * Hide the redlink generated by {{Editnotice}},
 * this overrides the ".sysop-show { display: none; }" above that applies
 * to the same link as well.
 *
 * See [[Phabricator:45013]].
 */
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink, .mw-ve-editNotice .editnotice-redlink {
    display: none !important;
}

/* Remove bullets when there are multiple edit page warnings */
ul.permissions-errors > li {
    list-style: none none;
}
ul.permissions-errors {
    margin: 0;
}

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

/* Pie chart: transparent borders */
.transborder {
    border: solid transparent;
}

/* Generic class for Times-based serif, texhtml class for inline math */
.times-serif,
span.texhtml {
    font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
    font-size: 118%;
    line-height: 1;
}
span.texhtml {
    white-space: nowrap;
}
span.texhtml span.texhtml {
    font-size: 100%;
}
span.mwe-math-mathml-inline {
    font-size: 118%;
}

/* Force tabular and lining display for digits and texhtml */
.digits,
.texhtml {
    -moz-font-feature-settings: "lnum", "tnum", "kern" 0;
    -webkit-font-feature-settings: "lnum", "tnum", "kern" 0;
    font-feature-settings: "lnum", "tnum", "kern" 0;
    font-variant-numeric: lining-nums tabular-nums;
    font-kerning: none;
}

/* Make <math display="block"> be left aligned with one space indent for compatibility with style conventions */
.mwe-math-fallback-image-display,
.mwe-math-mathml-display {
    margin-left: 1.6em !important;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}
.mwe-math-mathml-display math {
    display: inline;
}

/* Fix styling of transcluded prefindex tables */
table#mw-prefixindex-list-table,
table#mw-prefixindex-nav-table {
    width: 98%;
}

/* For portals, added 2011-12-07 -bv
   On wide screens, show these as two columns
   On narrow and mobile screens, let them collapse into a single column */
.portal-column-left {
    float: left;
    width: 50%;
}
.portal-column-right {
    float: right;
    width: 49%;
}
.portal-column-left-wide {
    float: left;
    width: 60%;
}
.portal-column-right-narrow {
    float: right;
    width: 39%;
}
.portal-column-left-extra-wide {
    float: left;
    width: 70%;
}
.portal-column-right-extra-narrow {
    float: right;
    width: 29%;
}
@media only screen and (max-width: 800px) {
    /* Decouple the columns on narrow screens */
    .portal-column-left,
    .portal-column-right,
    .portal-column-left-wide,
    .portal-column-right-narrow,
    .portal-column-left-extra-wide,
    .portal-column-right-extra-narrow {
        float: inherit;
        width: inherit;
    }
}

/* Formerly for announcements, now used intermittently */
#bodyContent .letterhead {
    background-image:url('//upload.wikimedia.org/wikipedia/commons/e/e0/Tan-page-corner.png');
    background-repeat:no-repeat;
    padding: 2em;
    background-color: #faf9f2;
}

/* Tree style lists */
.treeview ul {
    padding: 0;
    margin: 0;
}
.treeview li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style-image: none;
}
.treeview li li {
    background: url("//upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px;
    /* @noflip */
    padding-left: 20px;
    text-indent: 0.3em;
}
.treeview li li.lastline {
    background-position: 0 -5971px
}
.treeview li.emptyline > ul {
    /* @noflip */
    margin-left: -1px;
}
.treeview li.emptyline > ul > li:first-child {
    background-position: 0 9px
}

/* hidden sortkey for tablesorter */
td .sortkey,
th .sortkey {
    display: none;
    speak: none;
}

/* Make it possible to hide checkboxes in <inputbox> */
.inputbox-hidecheckboxes form .inputbox-element {
    display: none !important;
}

/* Work-around for [[Phabricator:25965]] (Kaltura advertisement) */
.k-player .k-attribution {
    visibility: hidden;
}

/* Move 'play' button of video player to bottom left corner */
.PopUpMediaTransform a .play-btn-large {
    margin: 0;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
}

/* Workaround to keep editnotices readable in VE view.
   Long term, editnotices should become a core feature so that they can be designed responsive. */
.mw-ve-editNotice .mbox-image {
    display: none;
}