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

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


/* Straight quote marks for <q> */
.IPA {
q {
     font-family: 'Charis SIL', 'Doulos SIL', 'DejaVu Sans', 'Code2000', 'Hiragino Kaku Gothic Pro', 'Matrix Unicode', sans-serif;
     quotes: '"' '"' "'" "'";
}
}


/* Avoid collision of blockquote with floating elements by swapping margin and padding */
.SAMPA {
blockquote {
     font-family: 'Courier', monospace;
     overflow: hidden;
    margin: 1em 0;
    padding: 0 40px;
}
}


/* Prevent the 'double bold' bug in Firefox when using DirectWrite */
/* [[Template:Polytonic]]で使用されていないため、.polytonicは不要と思われる */
strong.selflink {
:lang(grc) /*, .polytonic */ {
     font-weight: 700;
     font-family: 'Athena', 'Gentium', 'Palatino Linotype', 'Arial Unicode MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Code2000', sans-serif;
}
}


/* Consistent size for <sub> and <sup> */
:lang(my), .interwiki-my { font-family: 'Padauk' }
.mw-body sub,
:lang(si), .interwiki-si { font-family: 'KaputaUnicode' }
.mw-body sup,
 
span.reference /* for Parsoid */ {
/* make the list of references look smaller */
     font-size: 80%;
ol.references,
div.reflist,
div.refbegin {
     font-size: 90%;           /* Default font-size */
}
}


/* Main page fixes */
div.reflist ol.references {
#interwiki-completelist {
    font-size: 100%;          /* Reset font-size when nested in div.reflist */
    font-weight: bold;
    list-style-type: inherit; /* Enable custom list style types */
}
}
body.page-Main_Page #ca-delete {
 
     display: none !important;
/* wikitable/prettytable class for skinning normal tables */
table.prettytable {
    background: #f9f9f9;
    border: 1px solid #aaa;
     border-collapse: collapse;
}
}
body.page-Main_Page #mp-topbanner {
 
     clear: both;
 
table.prettytable th,
table.prettytable td {
    border: 1px solid #aaa;
     padding: 0.2em;
}
}


/* Pre-emptively hide watchlist notices to prevent jumps */
table.prettytable th {
.client-js .mw-special-Watchlist  #watchlist-message {
    background: #f2f2f2;
     display: none;
     text-align: center;
}
}


/* Unhorrify 'Changed since last visit' colors */
table.prettytable caption {
.updatedmarker {
     margin-left: inherit;
     background-color: transparent;
     margin-right: inherit;
     color: #006400;
}
}


/* Edit window toolbar */
/* default skin for navigation boxes */
#toolbar {
/*    navbox container style */
     height: 22px;
table.navbox {
     margin-bottom: 6px;
    border: 1px solid #aaa;
     width: 100%;  
     margin: auto;
    clear: both;
    font-size: 88%;
    text-align: center;
    padding: 1px;
}
}


/* Hide charinsert base for those not using the gadget */
/*     single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
#editpage-specialchars {
table.navbox + table.navbox {
     display: none;
     margin-top: -1px;
}
}


/* Highlight linked elements (such as clicked references) in blue */
/*     title and above/below styles */
body.action-info :target,
.navbox-title,
.citation:target {
.navbox-abovebelow,
     background-color: #DEF; /* Fallback */
table.navbox th {
     background-color: rgba(0, 127, 255, 0.133);
    text-align: center;
     padding-left: 1em;
     padding-right: 1em;
}
}


/* Styling for citations. Breaks long urls, etc., rather than overflowing box */
/*     group style */
.citation {
.navbox-group {
     word-wrap: break-word;
     white-space: nowrap;
    text-align: right;
    font-weight: bold;
    padding-left: 1em;
    padding-right: 1em;
}
}


/* For linked citation numbers and document IDs, where the number need not be shown
/*     Background color */
  on a screen or a handheld, but should be included in the printed version */
.navbox,
@media screen, handheld {
.navbox-subgroup {
    .citation .printonly {
    background: #fdfdfd;
        display: none;
    }
}
}


/* Make the list of references smaller */
/*     Must match background color */
ol.references,
.navbox-list {
div.reflist,
     border-color: #fdfdfd;
div.refbegin {
     font-size: 90%;            /* Default font-size */
    margin-bottom: 0.5em;
}
}
div.refbegin-100 {
 
    font-size: 100%;          /* Option for normal fontsize in {{refbegin}} */
/*     Level 1 color */
}
.navbox-title,
div.reflist ol.references {
table.navbox th {
     font-size: 100%;          /* Reset font-size when nested in div.reflist */
     background: #ccccff;
    list-style-type: inherit; /* Enable custom list style types */
}
}


/* Ensure refs in table headers and the like aren't bold or italic */
/*     Level 2 color */
sup.reference {
.navbox-abovebelow,
    font-weight: normal;
.navbox-group,
     font-style: normal;
.navbox-subgroup .navbox-title {
     background: #ddddff;
}
}


/* Allow hidden ref errors to be shown by user CSS */
/*     Level 3 color */
span.brokenref {
.navbox-subgroup .navbox-group,
     display: none;
.navbox-subgroup .navbox-abovebelow {
     background: #e6e6ff;
}
}


/* Reset top margin for lists embedded in columns */
/*     Even row striping */
div.columns {
.navbox-even {
    margin-top: 0.3em;
     background: #f7f7f7;
}
div.columns dl,
div.columns ol,
div.columns ul {
     margin-top: 0;
}
}


/* Avoid elements from breaking between columns */
/*     Odd row striping */
.nocolbreak,
.navbox-odd {
div.columns li,
     background: transparent;
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 */
/* [[MediaWiki:Common.js]] にある createCollapseButtons 関数を参照。 */
.flowlist ul {
.collapseButton {
     overflow-x: hidden;
     float: right;
     margin-left: 0;
    font-weight: normal;
     padding-left: 1.6em;
     text-align: right;
     width: auto;
}
}
.flowlist ol {
    overflow-x: hidden;
/* [[Template:Navbox]] に配置する場合、左に配置されている [[Template:Tnavbar]] とのバランスを取る。 */
    margin-left: 0;
.navbox .collapseButton {
    padding-left: 3.2em;
     width: 6em;
}
.flowlist dl {
     overflow-x: hidden;
}
}


/* [[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
   @revision 7 (2015-11-12)
   @maintainer: [[User:Edokter]]
  @author [[User:Edokter]]
  @revision: 3.1
*/
*/
.skin-monobook .hlist dl,
.skin-modern .hlist dl,
.skin-vector .hlist dl {
    line-height: 1.5em;
}
.hlist dl,
.hlist dl,
.hlist ol,
.hlist ol,
152行目: 174行目:
     padding: 0;
     padding: 0;
}
}
/* Display list items inline */
/* Display list items inline and make them nowrap */
.hlist dd,
.hlist dd,
.hlist dt,
.hlist dt,
158行目: 180行目:
     margin: 0;
     margin: 0;
     display: inline;
     display: inline;
    white-space: nowrap;
}
}
/* Display nested lists inline */
/* Allow wrapping for list items (in tight spaces) */
.hlist.inline,
.hlist.hwrap dd,
.hlist.inline dl,
.hlist.hwrap dt,
.hlist.inline ol,
.hlist.hwrap li {
.hlist.inline ul,
    white-space: normal;
}
/* Display nested lists inline and allow them to wrap */
.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;
}
}
191行目: 230行目:
.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;
}
}
197行目: 236行目:
.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;
}
}
/* Put ordinals in front of ordered list items */
/* For IE8 */
.hlist ol {
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
     counter-reset: listitem;
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
.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;
}
}
.hlist ol > li {
/* Put numbers in front of ordered list items */
     counter-increment: listitem;
.hlist.hnum ol {
     counter-reset: list-item;
}
}
.hlist ol > li:before {
.hlist.hnum ol > li {
     content: " " counter(listitem) " ";
    counter-increment: list-item;
    white-space: nowrap;
}
.hlist.hnum ol > li:before {
     content: counter(list-item) " ";
}
}
.hlist dd ol > li:first-child:before,
.hlist.hnum dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist.hnum dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
.hlist.hnum li ol > li:first-child:before {
     content: " (" counter(listitem) " ";
     content: "(" counter(list-item) " ";
}
}


/* Unbulleted lists */
/* Style for "notices" */
.plainlist ol,
.notice {
.plainlist ul {
     text-align: justify;
     line-height: inherit;
     margin: 1em;
     list-style: none none;
     padding: 0.2em;
     margin: 0;
}
}
.plainlist ol li,
 
.plainlist ul li {
#disambig {
     margin-bottom: 0;
     border-top: 3px double #ccc;
    border-bottom: 3px double #ccc;
}
}


/* Default style for navigation boxes */
#spoiler {
.navbox {                     /* Navbox container style */
     border-top: 2px solid #ddd;
     border: 1px solid #aaa;
     border-bottom: 2px solid #ddd;
     width: 100%;
    margin: auto;
    clear: both;
    font-size: 88%;
    text-align: center;
    padding: 1px;
}
}
.navbox-inner,
 
.navbox-subgroup {
h1 {
     width: 100%;
     line-height: 1.2em;
}
}
.navbox-group,
 
.navbox-title,
/* Standard talk template style */
.navbox-abovebelow {
.Talk-Notice {
     padding: 0.25em 1em;     /* Title, group and above/below styles */
    border: 1px solid #c0c090;
     line-height: 1.5em;
    background-color: #f8eaba;
     text-align: center;
    margin-bottom: 3px;
    width: 85%;
     border-spacing: 3px;
     margin-left: auto;
     margin-right: auto;
}
}
th.navbox-group {             /* Group style */
 
     white-space: nowrap;
.Talk-Notice:after {
    /* @noflip */
     content: "The CSS for this template should be changed. See [[Wikipedia:Template Standardisation]]."
    text-align: right;
}
}
.navbox,
 
.navbox-subgroup {
/* Make template background appear correctly on all browsers */
     background: #fdfdfd;     /* Background color */
.Talk-Notice td {
     background: inherit;
}
}
.navbox-list {
 
     line-height: 1.5em;
/* Metadata */
     border-color: #fdfdfd;   /* Must match background color */
table.metadata {
     border: 1px solid #aaa;
     display: none;
}
}
.navbox th,
 
.navbox-title {
.metadata-label {
     background: #ccccff;     /* Level 1 color */
     color: #aaa;
}
}
.navbox-abovebelow,
 
th.navbox-group,
/*
.navbox-subgroup .navbox-title {
Add formatting to make sure that "external references" from [[Template:Ref]] do
     background: #ddddff;     /* Level 2 color */
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.
~~~~
*/
.plainlinksneverexpand {
     background: none !important;
    padding: 0 !important;
}
}
.navbox-subgroup .navbox-group,
 
.navbox-subgroup .navbox-abovebelow {
.plainlinksneverexpand .urlexpansion {
     background: #e6e6ff;     /* Level 3 color */
     display: none !important;
}
}
.navbox-even {
 
     background: #f7f7f7;     /* Even row striping */
/*
Make sure that ext links displayed within "plainlinksneverexpand" don't get
the arrow...
*/
.plainlinksneverexpand a {
     background: none !important;
    padding: 0 !important
}
}
.navbox-odd {
 
     background: transparent; /* Odd row striping */
/*
With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion"
following the anchor A, the anchor itself now has class "external autonumber" and the
expansion is inserted when printing (see the common printing style sheet at
//en.wikipedia.org/skins-1.5/common/commonPrint.css) using the ":after" pseudo-
element of CSS. We have to switch this off for links due to Template:Ref!
~~~~
*/
.plainlinksneverexpand a.external.text:after {
     display: none !important;
}
}
table.navbox {
 
     margin-top: 1em;         /* Prevent preceding content from clinging to navboxes */
.plainlinksneverexpand a.external.autonumber:after {
     display: none !important;
}
}
table.navbox table.navbox {
 
    margin-top: 0;            /* No top margin for nested navboxes */
/* Merge template style */
}
.messagebox {
table.navbox + table.navbox {
     border: 1px solid #aaa;
     margin-top: -1px;         /* Single pixel border between adjacent navboxes */
    background: #f9f9f9;
}
    width: 80%;
.navbox .hlist td dl,
    margin: 0 auto 1em auto;
.navbox .hlist td ol,
     padding: 0.2em;
.navbox .hlist td ul,
    text-align: justify;
.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 */
.messagebox.merge {
.navbar {
     border: 2px solid #033;
    display: inline;
     width: 55%;
    font-size: 88%;
     background: #eff;
    font-weight: normal;
     padding: 1em;
}
     margin: 1em auto 1em auto;
.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
.messagebox.cleanup {
  in [[MediaWiki:Common.js]] are styled here so they can be customised. */
     border: 1px solid #9f9fff;
.collapseButton {
     background: #efefff;
     /* @noflip */
     text-align: center;
    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 */
.messagebox.standard-talk {
.mw-collapsible-toggle {
     border: 1px solid #c0c090;
     font-weight: normal;
     background: #f8eaba;
    /* @noflip */
    text-align: right;
}
.navbox .mw-collapsible-toggle {
     width: 6em;
}
}


/* Infobox template style */
.infobox {
.infobox {
     border: 1px solid #aaa;
     border: 1px solid #aaa;
    border-spacing: 3px;
     background-color: #f9f9f9;
     background-color: #f9f9f9;
     color: black;
     color: black;
    /* @noflip */
     margin: 0.5em 0 0.5em 1em;
     margin: 0.5em 0 0.5em 1em;
     padding: 0.2em;
     padding: 0.2em;
    /* @noflip */
     float: right;
     float: right;
    /* @noflip */
     clear: right;
     clear: right;
    text-align: left;
     font-size: 88%;
     font-size: 88%;
     line-height: 1.5em;
     line-height: 1.5em;
}
}
.infobox caption {
.infobox caption {
    margin-top: 0.5em;
     font-size: 125%;
     font-size: 125%;
     font-weight: bold;
     font-weight: bold;
    padding: 0.2em;
}
}
.infobox td,
.infobox td,
.infobox th {
.infobox th {
     vertical-align: top;
     vertical-align: top;
    /* @noflip */
    text-align: left;
}
}
.infobox.bordered {
.infobox.bordered {
406行目: 418行目:
     border: 0;
     border: 0;
}
}
 
.infobox.sisterproject {
.infobox.sisterproject {
     width: 20em;
     width: 20em;
412行目: 424行目:
}
}


.infobox.standard-talk {
#wpSave {
     border: 1px solid #c0c090;
    font-weight: bold;
     background-color: #f8eaba;
}
 
/* hiddenStructure from Monobook - allows selective hiding of markup in templates */
.hiddenStructure {
    display: none;
    speak: none;
}
 
/* 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/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
    padding-left: 40px;
}
 
div.videolist,
div.multivideolist {
    background: url("//upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png");
    padding-left: 50px;
}
 
/* Style rules for media list templates */
div.medialist {
    min-height: 50px;
    margin: 1em;
    background-position: top left;
    background-repeat: no-repeat;
}
 
div.medialist ul {
    list-style-type: none;
    list-style-image: none;
    margin: 0;
}
 
div.medialist ul li {
    padding-bottom: 0.5em;
}
 
div.medialist ul li li {
    font-size: 91%;
    padding-bottom: 0;
}
 
/************************/
/* CommonsTicker styles */
/************************/
 
/* links */
.tickerDiffLink { } /* diff links in ticker */
.tickerMiscLink { } /* misc links in ticker */
 
/* remove list bullets */
.tickerList ul,
.tickerList ul li {
    list-style: none;
    text-indent: -2em;
    margin-left: 2em;
    text-align: left;
}
 
.tickerList ul ul,
.tickerList ul ul li {
    list-style: none;
    text-indent: 0;
    margin-left: 1.5em;
    text-align: left;
}
 
/* per-type styles */
.tickerEntry_deleted    { }  /* entry for image deletion */
.tickerEntry_replaced    { }  /* entry for image replacement */
.tickerEntry_tagged      { }  /* entry for adding/removing problem tags */
.tickerEntry_redir      { }  /* entry for critical redirection (fot tag redirects) */
.tickerEntry_recat      { }  /* entry for critical re-categorization (for tag categories) */
.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%;
}
 
.tickerAction_deletedRev:before {
    content: " -OLD ";
    color: #DDAAAA;
    font-family: monospace;
    font-weight: bold;
    font-size: 100%;
}
 
.tickerAction_replaced:before {
    content: " REPL ";
    color: #CC88FF;
    font-family: monospace;
    font-weight: bold;
    font-size: 100%;
}
 
.tickerAction_replacedOwn:before {
    content: " UPDT ";
    color: #EEAAFF;
    font-family: monospace;
    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 {
    content: " -VfD ";
    color: #00BB00;
    font-family: monospace;
    font-weight: bold;
    font-size: 100%;
}
 
.tickerAction_addedGood:before {
    content: " +OK  ";
    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;
}
}
.infobox.standard-talk.bordered td,
 
.infobox.standard-talk.bordered th {
dl#infoboxCountry dt.infoboxCountryNameJa {
     border: 1px solid #c0c090;
    font-size: 1.36em;
    margin: 0 0 0.13em;
     text-align: center;
}
}


/* styles for bordered infobox with merged rows */
dl#infoboxCountry dt.infoboxCountryName {
.infobox.bordered .mergedtoprow td,
     font-size: 1.13em;
.infobox.bordered .mergedtoprow th {
     font-weight: normal;
     border: 0;
     margin: 0 0 0.13em;
     border-top: 1px solid #aaa;
     text-align: center;
     /* @noflip */
     border-right: 1px solid #aaa;
}
}


.infobox.bordered .mergedrow td,
dl#infoboxCountry dd.infoboxCountryDataA {
.infobox.bordered .mergedrow th {
    margin: 0;
     border: 0;
     padding: 0;
     /* @noflip */
     border-color: #aaa;
     border-right: 1px solid #aaa;
     border-width: 1px;
    border-style: solid solid none solid;
    background: #f9f9f9;
}
}


/* Styles for geography infoboxes, eg countries,
dl#infoboxCountry table.infoboxCountryPrevSucc {
  country subdivisions, cities, etc.           */
    width: 298px;
.infobox.geography {
     border-collapse: collapse;
     border-collapse: collapse;
     line-height: 1.2em;
     font-size: 0.95em;
     font-size: 90%;
    background: #f9f9f9;
}
 
dl#infoboxCountry table.infoboxCountryPrevSucc td {
     margin: 0;
    padding: 4px;
    text-align: center;
}
 
dl#infoboxCountry td.infoboxCountryPrev {
    text-align: left;
    width: 60px
}
 
dl#infoboxCountry td.infoboxCountrySucc {
    text-align: right;
    width: 60px;
}
}


.infobox.geography  td,
dl#infoboxCountry table.infoboxCountryInsignia {
.infobox.geography  th {
    width: 298px;
    border-collapse: collapse;
    font-size: 0.95em;
    background: #eee;
    text-align: center;
     border-top: 1px solid #aaa;
     border-top: 1px solid #aaa;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
}
.infobox.geography .mergedtoprow td,
dl#infoboxCountry table.infoboxCountryInsignia th {
.infobox.geography .mergedtoprow th {
    padding: 4px;
     border-top: 1px solid #aaa;
    width: 50%;
     padding: 0.4em 0.6em 0.2em 0.6em;
    border: none;
}
 
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;
    width: 290px;
    margin: 0;
    padding: 4px;
     border-color: #aaa;
     border-width: 1px;
    border-style: solid solid none solid;
}
}


.infobox.geography .mergedrow td,
dl#infoboxCountry dd.infoboxCountryAdd,
.infobox.geography .mergedrow th {
dl#infoboxCountry dd.infoboxCountryMotto,
     border: 0;
dl#infoboxCountry dd.infoboxCountryAnthem {
     padding: 0 0.6em 0.2em 0.6em;
     font-size: 0.8em;
     background: #f9f9f9;
}
}


.infobox.geography .mergedbottomrow td,
dl#infoboxCountry dd.infoboxCountryMap {
.infobox.geography .mergedbottomrow th {
    border-top: 0;
    border-bottom: 1px solid #aaa;
    padding: 0 0.6em 0.4em 0.6em;
}
}


.infobox.geography .maptable td,
dl#infoboxCountry dd.infoboxCountryDataB {
.infobox.geography .maptable th {
     margin: 0;
     border: 0;
     padding: 0;
     padding: 0;
    border: 1px solid #aaa;
}
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;
}
}


/* Normal font styling for table row headers with scope="row" tag */
dl#infoboxCountry dd.infoboxCountryDataB th {
.wikitable.plainrowheaders th[scope=row] {
    padding: 4px;
    border-color: #aaa;
    border-width: 1px;
    text-align: left;
     font-weight: normal;
     font-weight: normal;
     /* @noflip */
     width: 50%;
     text-align: left;
}
 
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;
}
}


/* Lists in data cells are always left-aligned */
dl#infoboxCountry td.infoboxCountrySome dl dt {
.wikitable td ul,
     margin: 0;
.wikitable td ol,
    padding: 4px;
.wikitable td dl {
    font-weight: normal;
     /* @noflip */
     border-top: 1px solid #aaa;
     text-align: left;
}
}
/* ...unless they also use the hlist class */
 
.toc.hlist ul,
dl#infoboxCountry td.infoboxCountrySome dl dt.infoboxCountryLeader {
#toc.hlist ul,
     border-top: none;
.wikitable.hlist td ul,
.wikitable.hlist td ol,
.wikitable.hlist td dl {
     text-align: inherit;
}
}


/* Icons for medialist templates [[Template:Listen]],
dl#infoboxCountry td.infoboxCountrySome dl table {
  [[Template:Multi-listen_start]], [[Template:Video]],
     width: 100%;
  [[Template:Multi-video_start]] */
     font-size: 100%;
div.listenlist {
     border-collapse: collapse;
     background: url("//upload.wikimedia.org/wikipedia/commons/4/47/Sound-icon.svg") no-repeat scroll 0 0 transparent;
    background: #f9f9f9;
     background-size: 30px;
     padding-left: 40px;
}
}


/* Fix for hieroglyphs specificality issue in infoboxes ([[Phabricator:43869]]) */
dl#infoboxCountry td.infoboxCountrySome dl th {
table.mw-hiero-table td {
    width: 50%;
     vertical-align: middle;
    padding: 4px;
     text-indent: 0.75em;
}
}


/* Style rules for media list templates */
dl#infoboxCountry td.infoboxCountrySome dl td {
div.medialist {
     width: 50%;
     min-height: 50px;
     padding: 4px;
     margin: 1em;
     border-color: #aaa;
     /* @noflip */
     border-width: 1px;
     background-position: top left;
     border-style: solid none none solid;
     background-repeat: no-repeat;
}
}
div.medialist ul {
 
    list-style-type: none;
dd#Infobox_before-after {
     list-style-image: none;
     width: 298px;
     margin: 0;
     margin: 0;
    padding: 0;
    border-color: #aaa;
    border-width: 1px;
    border-style: none solid solid solid;
    background: #f9f9f9;
}
}
div.medialist ul li {
 
     padding-bottom: 0.5em;
dd#Infobox_before-after table {
     border-collapse: collapse;
    width: 100%;
    background: transparent;
}
}
div.medialist ul li li {
 
     font-size: 91%;
dd#Infobox_before-after th {
     padding-bottom: 0;
     width: 50%;
     padding: 0 4px;
}
}


/* Change the external link icon to an Adobe icon for all PDF files
dd#Infobox_before-after th.infoboxCountryPrev {
  in browsers that support these CSS selectors, like Mozilla and Opera */
     border-right: 1px solid #ccc;
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
dd#Infobox_before-after th.infoboxCountrySucc {
  is used (notably Template:PDFlink). This works in IE, unlike the above. */
     border-left: #ccc 1px solid;
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]]) */
dd#Infobox_before-after td.infoboxCountryPrev {
div.columns-2 div.column {
    /* @noflip */
    float: left;
     width: 50%;
     width: 50%;
     min-width: 300px;
     padding: 2px 4px;
    font-size: 80%;
    text-align: left;
    vertical-align: top;
    border-color: #ccc;
    border-width: 1px;
    border-style: solid solid none none;
}
}
div.columns-3 div.column {
 
     /* @noflip */
dd#Infobox_before-after td.infoboxCountrySucc {
     float: left;
     width: 50%;
     width: 33.3%;
     padding: 2px 4px;
     min-width: 200px;
     font-size: 80%;
     text-align: right;
    vertical-align: top;
    border-color: #ccc;
    border-width: 1px;
    border-style: solid none none solid;
}
}
div.columns-4 div.column {
 
     /* @noflip */
dl#infoboxCountry dd.infoboxCountryNote {
     float: left;
    font-size: 0.75em;
     width: 25%;
    width: 290px;
     min-width: 150px;
    margin: 0;
     padding: 2px 4px;
     border-color: #aaa;
     border-width: 1px;
     border-style: none solid solid;
    background: #f9f9f9;
}
}
div.columns-5 div.column {
 
    /* @noflip */
/* ### nowrap for some table headings ### */
    float: left;
label[for="wpUserEmail"],
    width: 20%;
label[for="wpNick"],
     min-width: 120px;
label[for="wpUserLanguage"],
label[for="wpOldpass"],
label[for="wpNewpass"],
label[for="wpRetypePass"],
#userlogin2 label,
#userloginForm label {
     white-space: nowrap
}
}


/* Messagebox templates */
/* リダイレクトの表示 */
.messagebox {
 
    border: 1px solid #aaa;
/* [[特別:Allpages]]・[[特別:Prefixindex]] */
    background-color: #f9f9f9;
.allpagesredirect a:link,
    width: 80%;
.allpagesredirect a:visited,
    margin: 0 auto 1em auto;
/* カテゴリ内 */
     padding: .2em;
.redirect-in-category a:link,
.redirect-in-category a:visited,
/* ウォッチリスト */
.watchlistredir a:link,
.watchlistredir a:visited {
     color: #666;
}
}
.messagebox.merge {
 
     border: 1px solid #c0b8cc;
/* NavFrame関係。[[MediaWiki:Monobook.css]]も参照 */
     background-color: #f0e5ff;
div.Boxmerge,
div.NavFrame {
     margin: 0px;
    padding: 2px;
     border: 1px solid #aaaaaa;
     text-align: center;
     text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
}
.messagebox.cleanup {
 
     border: 1px solid #9f9fff;
div.Boxmerge div.NavFrame {
    background-color: #efefff;
     border-style: none;
     text-align: center;
     border-style: hidden;
}
}
.messagebox.standard-talk {
 
    border: 1px solid #c0c090;
div.NavPic {
    background-color: #f8eaba;
     background-color: #ffffff;
    margin: 4px auto;
     margin: 0px;
}
/* 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;
     padding: 2px;
    float: left;
}
}
.messagebox.small {
 
     width: 238px;
div.NavFrame div.NavHead {
     font-size: 85%;
     height: 1.6em;
     /* @noflip */
     font-weight: bold;
    float: right;
     font-size: 100%;
     clear: both;
     background-color: #efefef;
     /* @noflip */
     position: relative;
    margin: 0 0 1em 1em;
     text-align: center;
     line-height: 1.25em;
}
}
.messagebox.small-talk {
 
    width: 238px;
div.NavFrame p {
     font-size: 85%;
     font-size: 100%;
    /* @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 */
div.NavFrame div.NavContent {
th.mbox-text, td.mbox-text {   /* The message body cell(s) */
     font-size: 100%;
     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;
div.NavFrame div.NavContent p {
    /* @noflip */
     font-size: 100%;
    padding: 2px 0 2px 0.9em;  /* 0.9em left, 0px right */
     text-align: center;
}
}
td.mbox-imageright {           /* The right image cell */
 
     border: none;
div.NavEnd {
     /* @noflip */
     margin: 0px;
     padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */
     padding: 0px;
     text-align: center;
     line-height: 1px;
     clear: both;
}
}
td.mbox-empty-cell {           /* An empty narrow cell */
 
     border: none;
a.NavToggle {
     padding: 0;
     position: absolute;
     width: 1px;
     top: 0px;
     right: 3px;
    font-weight: normal;
/* font-size: 83.3%;*/
}
}


/* Article message box styles */
/* Article message box styles */
table.ambox {
table.ambox {
     margin: 0 10%;                 /* 10% = Will not overlap with other elements */
     margin: 0px 10%;   /* 10% = 他の要素にはみ出るのを防ぐ */
     border: 1px solid #aaa;
     border: 1px solid #aaa;
    /* @noflip */
     border-left: 10px solid #1e90ff;   /* 初期値: "notice" の青 */
     border-left: 10px solid #1e90ff; /* Default "notice" blue */
     background: #fbfbfb;
     background: #fbfbfb;
}
}
table.ambox + table.ambox {     /* Single border between stacked boxes. */
table.ambox + table.ambox {   /* 重なったボックスの間を単一の罫線に */
     margin-top: -1px;
     margin-top: -1px;
}
}
.ambox th.mbox-text,
.ambox th.mbox-text,  
.ambox td.mbox-text {            /* The message body cell(s) */
.ambox td.mbox-text {            /* メッセージ本体のセル */
     padding: 0.25em 0.5em;      /* 0.5em left/right */
     padding: 0.25em 0.5em;      /* 左右に 0.5em ずつの余白 */
}
}
.ambox td.mbox-image {          /* The left image cell */
.ambox td.mbox-image {          /* 左の画像セル */
    /* @noflip */
     padding: 2px 0 2px 0.5em;    /* 左に 0.5em、右に 0px の余白 */
     padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */
}
}
.ambox td.mbox-imageright {      /* The right image cell */
.ambox td.mbox-imageright {      /* 右の画像セル */
    /* @noflip */
     padding: 2px 0.5em 2px 0;    /* 左に 0px、右に 0.5em の余白  */
     padding: 2px 0.5em 2px 0;    /* 0px left, 0.5em right */
}
}
 
table.ambox-notice {
table.ambox-notice {
    /* @noflip */
     border-left: 10px solid #1e90ff;    /* */
     border-left: 10px solid #1e90ff;    /* Blue */
}
}
table.ambox-speedy {
table.ambox-speedy {
    /* @noflip */
     border-left: 10px solid #b22222;    /* */
     border-left: 10px solid #b22222;    /* Red */
     background: #fee;                  /* */
     background: #fee;                  /* Pink */
}
}
table.ambox-delete {
table.ambox-delete {
    /* @noflip */
     border-left: 10px solid #b22222;    /* */
     border-left: 10px solid #b22222;    /* Red */
}
}
table.ambox-content {
table.ambox-content {
    /* @noflip */
     border-left: 10px solid #f28500;    /* */
     border-left: 10px solid #f28500;    /* Orange */
}
}
table.ambox-style {
table.ambox-style {
    /* @noflip */
     border-left: 10px solid #f4c430;    /* */
     border-left: 10px solid #f4c430;    /* Yellow */
}
}
table.ambox-move {
table.ambox-move {
    /* @noflip */
     border-left: 10px solid #9932cc;    /* */
     border-left: 10px solid #9932cc;    /* Purple */
}
}
table.ambox-protection {
table.ambox-protection {
    /* @noflip */
     border-left: 10px solid #bba;      /* 灰色・金色 */
     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 */
764行目: 1,061行目:
     border: 3px solid #cba135;    /* Brown-gold */
     border: 3px solid #cba135;    /* Brown-gold */
}
}
 
/* Category message box styles */
/* Category message box styles */
table.cmbox {
table.cmbox {
     margin: 3px 10%;
     margin: 3px 10%;
     border-collapse: collapse;
     border-collapse: collapse;
     border: 1px solid #aaa;
     border: 1px solid #aaa;  
     background: #DFE8FF;    /* Default "notice" blue */
     background: #DFE8FF;    /* Default "notice" blue */
}
}
 
table.cmbox-notice {
table.cmbox-notice {
     background: #D8E8FF;    /* Blue */
     background: #DFE8FF;    /* Blue */
}
}
table.cmbox-speedy {
table.cmbox-speedy {
797行目: 1,094行目:
     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 */
828行目: 1,125行目:
     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 {
836行目: 1,133行目:
     background: #f8eaba;
     background: #f8eaba;
}
}
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" */
     margin: 2px 0;              /* this declaration overrides other styles (including mbox-small above)  */
     margin: 2px 0;              /* class ensures that this declaration overrides other */
     width: 100%;                 /* For Safari and Opera */
     width: 100%; /* For Safari and Opera */    /* styles (including mbox-small above) */
}
}
.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 */
865行目: 1,162行目:
     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 {
893行目: 1,190行目:
     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;
906行目: 1,202行目:
     padding: 0.25em 0.9em;
     padding: 0.25em 0.9em;
}
}
/* Div based "system" style fmbox messages.
/* Div based "system" style fmbox messages. Used in
   Used in [[MediaWiki:Readonly lag]]. */
   [[MediaWiki:Noarticletext]] and [[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;
916行目: 1,213行目:
     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;
932行目: 1,226行目:
}
}
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;
940行目: 1,233行目:
}
}


/* Style for compact ambox */
/* [[Template: Pathnav]] */
/* Hide the images */
.pathnavbox {
.compact-ambox table .mbox-image,
     clear: both;
.compact-ambox table .mbox-imageright,
     border: 1px outset #eef;
.compact-ambox table .mbox-empty-cell {
     padding: 0.3em 0.6em;
    display: none;
     margin: 0 0 0.5em 0;
}
     background-color: #eef;
/* Remove borders, backgrounds, padding, etc. */
     font-size: 90%;
.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]]. */
.pathnavbox ul {
div.noarticletext {
     list-style: none none;
     border: none;
     margin-top: 0;
     background: transparent;
     margin-bottom: 0;
     padding: 0;
}
}


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


/* Bold save button */
.pathnavbox ul li {
#wpSave {
     margin: 0;
     font-weight: bold;
}
}


/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
/* 脚注ジャンプ先強調 */
.hiddenStructure {
ol.references > li:target {  
    display: inline !important;
     background-color: #DEF;
    color: #f00;
     background-color: #0f0;
}
}


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


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


/* Standard Navigationsleisten, aka box hiding thingy
/* Otheruses等の冒頭曖昧さ回避テンプレート */
  from .de.  Documentation at [[Wikipedia:NavFrame]]. */
.dablink {
div.NavFrame {
     margin: 0.5em 0;
     margin: 0;
     padding: 3px 2em;
    padding: 4px;
     background-color: transparent;
    border: 1px solid #aaa;
     border-bottom: 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%;
     font-size: 90%;
}
}


/* Hatnotes and disambiguation notices */
/* どの見出しレベルまで目次に表示するかを制限します。例えば、<div class="toclimit-3"> とすると
.hatnote {
    ==headings== と ===headings=== が目次に反映され、これより下の見出しレベルは無視されます。*/
    font-style: italic;
.toclimit-2 .toclevel-2 {display: none;}
}
.toclimit-3 .toclevel-3 {display: none;}
.hatnote i {
.toclimit-4 .toclevel-4 {display: none;}
    font-style: normal;
.toclimit-5 .toclevel-5 {display: none;}
}
.toclimit-6 .toclevel-6 {display: none;}
div.hatnote {
.toclimit-7 .toclevel-7 {display: none;}
    /* @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; }
   1) 個別に指定した場所
.listify tr    { display: block; }
   2) リンク途中
.listify table { display: block; }
   3) そのページ自身へのリンク(太字部分)
 
   4) グループ名付きの ref タグ <ref group=""> --> "[1]" */
/* 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,
.nowrap,
.nowraplinks a,
.nowraplinks a,
1,167行目: 1,299行目:
     white-space: nowrap;
     white-space: nowrap;
}
}
.nowrap pre {
/* 以下のクラスを指定した場所では解除する: */
    white-space: pre;
}
/* But allow wrapping where desired: */
.wrap,
.wrap,
.wraplinks a {
.wraplinks a {
1,176行目: 1,305行目:
}
}


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


/* Increase the height of the image upload box */
.geo-nondefault,
#wpUploadDescription {
.geo-multi-punct {
     height: 13em;
     display: none;
}
}


/* Minimum thumb width */
.longitude,
.thumbinner {
.latitude {
     min-width: 100px;
     white-space: nowrap;
}
}


/* Makes the background of a framed image white instead of gray.
/*
  Only visible with transparent images. */
* {{要出典範囲}}の下線部を標準的なディスプレイで表示したときのみ表示されるようにするクラス。
div.thumb .thumbimage {
* 2009-01-03 by [[User:mizusumashi]]
    background-color: #fff;
*/
@media screen {
    .fix-domain {
        border-bottom:dashed 1px;
    }
}
}


/* The backgrounds for galleries. */
/*
div#content .gallerybox div.thumb {
* カテゴリページのリスト部にフロート指定のブロックを入れない。
    /* Light gray padding */
* 2009-01-24 by [[User:mizusumashi]]
    background-color: #F9F9F9;
*/
}
#mw-subcategories, #mw-pages, #mw-category-media {
/* 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;
     clear: both;
}
}


body.rtl #mw-articlefeedbackv5, body.rtl #mw-articlefeedback {
/*
    display: block;  /* Override inline block mode */
* Content in columns with CSS instead of tables [[Template:Columns]]
    margin-bottom: 1em;
* 2009-02-10 by [[User:mizusumashi]]
    /* @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 {
div.columns-2 div.column {
    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;
     float: left;
     width: 50%;
     width: 50%;
    min-width: 300px;
}
}
.portal-column-right {
div.columns-3 div.column {
     float: right;
     float: left;
     width: 49%;
     width: 33.3%;
    min-width: 200px;
}
}
.portal-column-left-wide {
div.columns-4 div.column {
     float: left;
     float: left;
     width: 60%;
     width: 25%;
    min-width: 150px;
}
}
.portal-column-right-narrow {
div.columns-5 div.column {
    float: right;
    width: 39%;
}
.portal-column-left-extra-wide {
     float: left;
     float: left;
     width: 70%;
     width: 20%;
    min-width: 120px;
}
}
.portal-column-right-extra-narrow {
 
    float: right;
/* Don't display page title on the main page */
    width: 29%;
body.page-メインページ #siteSub,
}
body.page-メインページ .subtitle,
@media only screen and (max-width: 800px) {
body.page-メインページ h1.firstHeading,
    /* Decouple the columns on narrow screens */
body.page-メインページ h1.pagetitle {
    .portal-column-left,
    display: none;
    .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;
* [[MediaWiki:Common.js]]のmodifyEditsection()のための宣言
* 2009-10-03 by [[User:mizusumashi]]
*/
.editsection-moved {
     margin: 0;
     margin: 0;
}
.treeview li {
     padding: 0;
     padding: 0;
     margin: 0;
     background: none;
     list-style-type: none;
     line-height: 90%;
     list-style-image: none;
    white-space: nowrap;
     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;
.editsection-expands {
     /* @noflip */
     /* [[Template:節リンク拡張]]を無効化 */
     padding-left: 20px;
     display: none;
    text-indent: 0.3em;
}
}
.treeview li li.lastline {
 
     background-position: 0 -5971px
/* Common.js の LinkFA() を参照 */
}
#p-lang li.FA {
.treeview li.emptyline > ul {
     list-style-image: url("//upload.wikimedia.org/wikipedia/commons/d/d0/Monobook-bullet-star-transparent.png");
    /* @noflip */
    margin-left: -1px;
}
.treeview li.emptyline > ul > li:first-child {
    background-position: 0 9px
}
}


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


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


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


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


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

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

/* ここに書いた CSS はすべての外装に反映されます */
/* <source lang="css"> */

/*
 * フォント・ファミリの設定
 */
.Unicode {
    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;
}

.IPA {
    font-family: 'Charis SIL', 'Doulos SIL', 'DejaVu Sans', 'Code2000', 'Hiragino Kaku Gothic Pro', 'Matrix Unicode', sans-serif;
}

.SAMPA {
    font-family: 'Courier', monospace;
}

/* [[Template:Polytonic]]で使用されていないため、.polytonicは不要と思われる */
:lang(grc) /*, .polytonic */ {
    font-family: 'Athena', 'Gentium', 'Palatino Linotype', 'Arial Unicode MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Code2000', sans-serif;
}

:lang(my), .interwiki-my { font-family: 'Padauk' }
: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 {
    font-size: 100%;           /* Reset font-size when nested in div.reflist */
    list-style-type: inherit;  /* Enable custom list style types */
}

/* wikitable/prettytable class for skinning normal tables */
table.prettytable {
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-collapse: collapse;
}


table.prettytable th,
table.prettytable td {
    border: 1px solid #aaa;
    padding: 0.2em;
}

table.prettytable th {
    background: #f2f2f2;
    text-align: center;
}

table.prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
}

/* default skin for navigation boxes */
/*     navbox container style */
table.navbox {
    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) */
table.navbox + table.navbox {
    margin-top: -1px;
}

/*     title and above/below styles */
.navbox-title,
.navbox-abovebelow,
table.navbox th {
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
}

/*     group style */
.navbox-group {
    white-space: nowrap;
    text-align: right;
    font-weight: bold;
    padding-left: 1em;
    padding-right: 1em;
}

/*     Background color */
.navbox,
.navbox-subgroup {
    background: #fdfdfd;
}

/*     Must match background color */
.navbox-list {
    border-color: #fdfdfd;
}

/*     Level 1 color */
.navbox-title,
table.navbox th {
    background: #ccccff;
}

/*     Level 2 color */
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
    background: #ddddff;
}

/*     Level 3 color */
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
    background: #e6e6ff;
}

/*     Even row striping */
.navbox-even {
    background: #f7f7f7;
}

/*     Odd row striping */
.navbox-odd {
    background: transparent;
}

/* [[MediaWiki:Common.js]] にある createCollapseButtons 関数を参照。 */
.collapseButton {
    float: right;
    font-weight: normal;
    text-align: right;
    width: auto;
}
 
/* [[Template:Navbox]] に配置する場合、左に配置されている [[Template:Tnavbar]] とのバランスを取る。 */
.navbox .collapseButton {
    width: 6em;
}

/* [[en:MediaWiki:Common.css]] から複製。 */
/* 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
   @maintainer: [[User:Edokter]]
   @revision: 3.1
*/
.skin-monobook .hlist dl,
.skin-modern .hlist dl,
.skin-vector .hlist dl {
    line-height: 1.5em;
}
.hlist dl,
.hlist ol,
.hlist ul {
    margin: 0;
    padding: 0;
}
/* Display list items inline and make them nowrap */
.hlist dd,
.hlist dt,
.hlist li {
    margin: 0;
    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 */
.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;
    white-space: normal;
}
/* Generate interpuncts */
.hlist dt:after {
    content: ":";
}
.hlist dd:after,
.hlist li:after {
    content: " ·";
    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 dt: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;
}
/* 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;
}
/* For IE8 */
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
.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.hnum ol {
    counter-reset: list-item;
}
.hlist.hnum ol > li {
    counter-increment: list-item;
}
.hlist.hnum ol > li:before {
    content: counter(list-item) " ";
}
.hlist.hnum dd ol > li:first-child:before,
.hlist.hnum dt ol > li:first-child:before,
.hlist.hnum li ol > li:first-child:before {
    content: "(" counter(list-item) " ";
}

/* Style for "notices" */
.notice {
    text-align: justify;
    margin: 1em;
    padding: 0.2em;
}

#disambig {
    border-top: 3px double #ccc;
    border-bottom: 3px double #ccc;
}

#spoiler {
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

h1 {
    line-height: 1.2em;
}

/* Standard talk template style */
.Talk-Notice {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    margin-bottom: 3px;
    width: 85%;
    border-spacing: 3px;
    margin-left: auto;
    margin-right: auto;
}

.Talk-Notice:after {
    content: "The CSS for this template should be changed. See [[Wikipedia:Template Standardisation]]."
}

/* Make template background appear correctly on all browsers */
.Talk-Notice td {
    background: inherit;
}

/* Metadata */
table.metadata {
    border: 1px solid #aaa;
    display: none;
}

.metadata-label {
    color: #aaa;
}

/* 
 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.
 ~~~~
*/
.plainlinksneverexpand {
    background: none !important;
    padding: 0 !important;
}

.plainlinksneverexpand .urlexpansion {
    display: none !important;
}

/*
 Make sure that ext links displayed within "plainlinksneverexpand" don't get
 the arrow...
*/
.plainlinksneverexpand a {
    background: none !important;
    padding: 0 !important
}

/*
 With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion"
 following the anchor A, the anchor itself now has class "external autonumber" and the
 expansion is inserted when printing (see the common printing style sheet at
 //en.wikipedia.org/skins-1.5/common/commonPrint.css) using the ":after" pseudo-
 element of CSS. We have to switch this off for links due to Template:Ref!
 ~~~~
*/
.plainlinksneverexpand a.external.text:after {
    display: none !important;
}

.plainlinksneverexpand a.external.autonumber:after {
    display: none !important;
}

/* Merge template style */
.messagebox {
    border: 1px solid #aaa;
    background: #f9f9f9;
    width: 80%;
    margin: 0 auto 1em auto;
    padding: 0.2em;
    text-align: justify;
}

.messagebox.merge {
    border: 2px solid #033;
    width: 55%;
    background: #eff;
    padding: 1em;
    margin: 1em auto 1em auto;
}

.messagebox.cleanup {
    border: 1px solid #9f9fff;
    background: #efefff;
    text-align: center;
}

.messagebox.standard-talk {
    border: 1px solid #c0c090;
    background: #f8eaba;
}

.infobox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: right;
    clear: right;
    text-align: left;
    font-size: 88%;
    line-height: 1.5em;
}
.infobox caption {
    margin-top: 0.5em;
    font-size: 125%;
    font-weight: bold;
}
.infobox td,
.infobox th {
    vertical-align: top;
}
.infobox.bordered {
    border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
    border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
    border: 0;
}
 
.infobox.sisterproject {
    width: 20em;
    font-size: 90%;
}

#wpSave {
    font-weight: bold;
}

/* hiddenStructure from Monobook - allows selective hiding of markup in templates */
.hiddenStructure {
    display: none;
    speak: none;
}

/* 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/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
    padding-left: 40px;
}

div.videolist,
div.multivideolist {
    background: url("//upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png");
    padding-left: 50px;
}

/* Style rules for media list templates */
div.medialist {
    min-height: 50px;
    margin: 1em;
    background-position: top left;
    background-repeat: no-repeat;
}

div.medialist ul {
    list-style-type: none; 
    list-style-image: none;
    margin: 0;
}

div.medialist ul li {
    padding-bottom: 0.5em;
}

div.medialist ul li li {
    font-size: 91%;
    padding-bottom: 0;
}

/************************/
/* CommonsTicker styles */
/************************/

/* links */
.tickerDiffLink { } /* diff links in ticker */
.tickerMiscLink { } /* misc links in ticker */

/* remove list bullets */
.tickerList ul,
.tickerList ul li {
    list-style: none;
    text-indent: -2em;
    margin-left: 2em;
    text-align: left;
}

.tickerList ul ul,
.tickerList ul ul li {
    list-style: none;
    text-indent: 0;
    margin-left: 1.5em;
    text-align: left;
}

/* per-type styles */
.tickerEntry_deleted     { }  /* entry for image deletion */
.tickerEntry_replaced    { }  /* entry for image replacement */
.tickerEntry_tagged      { }  /* entry for adding/removing problem tags */
.tickerEntry_redir       { }  /* entry for critical redirection (fot tag redirects) */
.tickerEntry_recat       { }  /* entry for critical re-categorization (for tag categories) */
.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%;
}

.tickerAction_deletedRev:before {
    content: " -OLD ";
    color: #DDAAAA;
    font-family: monospace;
    font-weight: bold;
    font-size: 100%;
}

.tickerAction_replaced:before {
    content: " REPL ";
    color: #CC88FF;
    font-family: monospace;
    font-weight: bold;
    font-size: 100%;
}

.tickerAction_replacedOwn:before {
    content: " UPDT ";
    color: #EEAAFF;
    font-family: monospace;
    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 {
    content: " -VfD ";
    color: #00BB00;
    font-family: monospace;
    font-weight: bold;
    font-size: 100%;
}

.tickerAction_addedGood:before {
    content: " +OK  ";
    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;
}

dl#infoboxCountry dt.infoboxCountryName {
    font-size: 1.13em;
    font-weight: normal;
    margin: 0 0 0.13em;
    text-align: center;
}

dl#infoboxCountry dd.infoboxCountryDataA {
    margin: 0;
    padding: 0;
    border-color: #aaa;
    border-width: 1px;
    border-style: solid solid none solid;
    background: #f9f9f9;
}

dl#infoboxCountry table.infoboxCountryPrevSucc {
    width: 298px;
    border-collapse: collapse;
    font-size: 0.95em;
    background: #f9f9f9;
}

dl#infoboxCountry table.infoboxCountryPrevSucc td {
    margin: 0;
    padding: 4px;
    text-align: center;
}

dl#infoboxCountry td.infoboxCountryPrev {
    text-align: left;
    width: 60px
}

dl#infoboxCountry td.infoboxCountrySucc {
    text-align: right;
    width: 60px;
}

dl#infoboxCountry table.infoboxCountryInsignia {
    width: 298px;
    border-collapse: collapse;
    font-size: 0.95em;
    background: #eee;
    text-align: center;
    border-top: 1px solid #aaa;
}
dl#infoboxCountry table.infoboxCountryInsignia th {
    padding: 4px;
    width: 50%;
    border: none;
}

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;
    width: 290px;
    margin: 0;
    padding: 4px;
    border-color: #aaa;
    border-width: 1px;
    border-style: solid solid none solid;
}

dl#infoboxCountry dd.infoboxCountryAdd,
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;
    border: 1px solid #aaa;
}

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 */
table.ambox {
    margin: 0px 10%;   /* 10% = 他の要素にはみ出るのを防ぐ */
    border: 1px solid #aaa;
    border-left: 10px solid #1e90ff;    /* 初期値: "notice" の青 */
    background: #fbfbfb;
}
table.ambox + table.ambox {   /* 重なったボックスの間を単一の罫線に */
    margin-top: -1px;
}
.ambox th.mbox-text, 
.ambox td.mbox-text {            /* メッセージ本体のセル */
    padding: 0.25em 0.5em;       /* 左右に 0.5em ずつの余白 */
}
.ambox td.mbox-image {           /* 左の画像セル */
    padding: 2px 0 2px 0.5em;    /* 左に 0.5em、右に 0px の余白 */
}
.ambox td.mbox-imageright {      /* 右の画像セル */
    padding: 2px 0.5em 2px 0;    /* 左に 0px、右に 0.5em の余白  */
}
 
table.ambox-notice {
    border-left: 10px solid #1e90ff;    /* 青 */
}
table.ambox-speedy {
    border-left: 10px solid #b22222;    /* 赤 */
    background: #fee;                   /* 桃 */
}
table.ambox-delete {
    border-left: 10px solid #b22222;    /* 赤 */
}
table.ambox-content {
    border-left: 10px solid #f28500;    /* 橙 */
}
table.ambox-style {
    border-left: 10px solid #f4c430;    /* 黄 */
}
table.ambox-move {
    border-left: 10px solid #9932cc;    /* 紫 */
}
table.ambox-protection {
    border-left: 10px solid #bba;       /* 灰色・金色 */
}

/* 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 */
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. */
}
.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: #DFE8FF;    /* 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" */
    margin: 2px 0;               /* class ensures that this declaration overrides other */
    width: 100%;  /* For Safari and Opera */     /* styles (including mbox-small above) */
}
.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 {
    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:Noarticletext]] and [[MediaWiki:Readonly lag]]. */
div.mw-lag-warn-normal,
div.noarticletext,
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. */
    clear: right;
    float: right;
    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. */
    margin: 4px 1em 4px 0;
    width: 238px;
    border-collapse: collapse;
    font-size: 88%;
    line-height: 1.25em;
}

/* [[Template: Pathnav]] */
.pathnavbox {
    clear: both;
    border: 1px outset #eef;
    padding: 0.3em 0.6em;
    margin: 0 0 0.5em 0;
    background-color: #eef;
    font-size: 90%;
}

.pathnavbox ul {
    list-style: none none;
    margin-top: 0;
    margin-bottom: 0;
}

.pathnavbox > ul {
    margin: 0;
}

.pathnavbox ul li {
    margin: 0;
}

/* 脚注ジャンプ先強調 */
ol.references > li:target { 
    background-color: #DEF;
}

sup.reference:target { 
    background-color: #DEF;
}

cite:target { 
    background-color: #DEF;
}

/* Otheruses等の冒頭曖昧さ回避テンプレート */
.dablink {
    margin: 0.5em 0;
    padding: 3px 2em;
    background-color: transparent;
    border-bottom: 1px solid #aaa;
    font-size: 90%;
}

/* どの見出しレベルまで目次に表示するかを制限します。例えば、<div class="toclimit-3"> とすると
     ==headings== と ===headings=== が目次に反映され、これより下の見出しレベルは無視されます。*/
.toclimit-2 .toclevel-2 {display: none;}
.toclimit-3 .toclevel-3 {display: none;}
.toclimit-4 .toclevel-4 {display: none;}
.toclimit-5 .toclevel-5 {display: none;}
.toclimit-6 .toclevel-6 {display: none;}
.toclimit-7 .toclevel-7 {display: none;}

/* 特定場所での改行を防ぐ:
   1) 個別に指定した場所
   2) リンク途中
   3) そのページ自身へのリンク(太字部分)
   4) グループ名付きの ref タグ <ref group="注"> --> "[注 1]" */
.nowrap,
.nowraplinks a,
.nowraplinks .selflink,
sup.reference a {
    white-space: nowrap;
}
/* 以下のクラスを指定した場所では解除する: */
.wrap,
.wraplinks a {
    white-space: normal;
}

/* Geographical coordinates defaults. 
   See [[Template:Coord/link]] for how these are used. 
   The classes "geo", "longitude", and "latitude" are used by 
   the [[Geo microformat]], so the names should not be changed. */
.geo-default,
.geo-dms,
.geo-dec {
    display: inline;
}

.geo-nondefault,
.geo-multi-punct {
    display: none;
}

.longitude,
.latitude {
    white-space: nowrap;
}

/*
 * {{要出典範囲}}の下線部を標準的なディスプレイで表示したときのみ表示されるようにするクラス。
 * 2009-01-03 by [[User:mizusumashi]]
 */
@media screen {
    .fix-domain {
        border-bottom:dashed 1px;
    }
}

/*
 * カテゴリページのリスト部にフロート指定のブロックを入れない。
 * 2009-01-24 by [[User:mizusumashi]]
 */
#mw-subcategories, #mw-pages, #mw-category-media {
    clear: both;
}

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

/* Don't display page title on the main page */
body.page-メインページ #siteSub,
body.page-メインページ .subtitle,
body.page-メインページ h1.firstHeading,
body.page-メインページ h1.pagetitle {
    display: none;
}


/*
 * セクション編集リンク
 * [[MediaWiki:Common.js]]のmodifyEditsection()のための宣言
 * 2009-10-03 by [[User:mizusumashi]]
 */
.editsection-moved {
    margin: 0;
    padding: 0;
    background: none;
    line-height: 90%;
    white-space: nowrap;
    font-size: small;
    font-weight: normal;
}

.editsection-expands {
    /* [[Template:節リンク拡張]]を無効化 */
    display: none;
}

/* Common.js の LinkFA() を参照 */
#p-lang li.FA {
    list-style-image: url("//upload.wikimedia.org/wikipedia/commons/d/d0/Monobook-bullet-star-transparent.png");
}

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

/* [[File:Wikipedia-logo-v2-200px-transparent.png]]を背景画像として適用する(2013年版メインページなどで使用) */
.globegris {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/1/10/Wikipedia-logo-v2-200px-transparent.png");
}

/* 上付き脚注番号への太字適用を取り消し */
sup.reference {
    font-weight: normal;
}

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

/* [[Template:Asbox]]用のスタイル */
.asbox {
	border: solid #999 1px;
	background: #F8F8F8;
	margin: 0.5em 10%;
	clear: both;
}

/* </source> */