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

提供:mrmts wiki
(ページの作成: →‎ここに書いた CSS は全ての外装に反映されます: /* This is the CSS for all skins (for all users) on MediaWiki.org. SECTIONS: 1. Indication of namespaces ...)
 
編集の要約なし
2行目: 2行目:


/*
/*
This is the CSS for all skins (for all users) on MediaWiki.org.  
<pre>
*/
/*****
** Minor tweaks
*****/
/* redirects in categories, on [[Special:Allpages]], and [[Special:Prefixindex]] */
  .redirect-in-category, .allpagesredirect {
    font-style: italic;
    color:gray;
    }
   
   
SECTIONS:
1. Indication of namespaces
2. Color classes for content
3. Special pages
4. Main page styling
5. Sidebar external links
6. Extension:Matrix stuff
7. Wikitables, infobox templates, warnings, and other such stylings
8. Some other small things
*/
   
   
/***** 1. INDICATION OF NAMESPACES *****/
  /* hide unneeded content when printing */
  @media print {
      #privacy, #about, #disclaimer {display:none;}
      }
   
   
/* Pseudo NS Special (light grey) */
.ns--2 #content { background: #f4f4f4; }
.ns--2 div.thumb { border-color: #f4f4f4; }
   
   
/* NS Project + Project_talk (light sky blue) */
  /* hide arrows on selected external links */
.ns-4 #content, .ns-5 #content { background: #f8fcff; }
  .plainlinksneverexpand a {
.ns-4 div.thumb, .ns-5 div.thumb { border-color: #f8fcff; }  
      background:none !important;
      padding:0 !important;
      }
   
   
/* NS MediaWiki + MediaWiki_talk (light grey) */
.ns-8 #content, .ns-9 #content { background: #f4f4f4; }
.ns-8 div.thumb, .ns-9 div.thumb { border-color: #f4f4f4; }
   
   
/* NS Manual + Manual_talk (light bluish violet) */
/*****
.ns-100 #content, .ns-101 #content { background: #f3f3ff; }
** Hide selected content
.ns-100 div.thumb, .ns-101 div.thumb { border-color: #f3f3ff; }  
*****/
  .hiddenStructure {display: none}
   
   
/* NS Help (but NOT Help_talk) (blue border and Public Domain icon)  */
  .if {display: none}
.ns-12 #content {  
  border: 2px solid #0000cc; border-right: none;
  background-image: url(http://upload.wikimedia.org/wikipedia/mediawiki/b/b8/PD-banner.png);
  background-repeat: no-repeat;
  background-position: right top;
}
.ns-12 #bodyContent {
  background-image: url(http://upload.wikimedia.org/wikipedia/mediawiki/6/67/PD-icon-faded.png);
  background-repeat: no-repeat;
  background-position: right 5em;
}
   
   
/***** 2. COLOR CLASSES FOR CONTENT  *****/
   
   
/* Border colors */
/*****
.borderc1 { border-color: #e9e9e9; border-width: thin; }  /* light grey */
** Table formatting
.borderc2 { border-color: #aaaaaa; border-width: thin; }  /* grey (as toc) */
*****/
.borderc3 { border-color: #777777; border-width: thin; }  /* dark grey */
  table.wikitable,
.borderc4 { border-color: #000000; border-width: thin; }  /* black */
  table.prettytable {
.borderc5 { border-color: #c00000; border-width: thin; }  /* red */
      margin:1em 1em 1em 0;
.borderc6 { border-color: #025e9d; border-width: thin; }  /* blue */
      background:#F9F9F9;
.borderc7 { border-color: #008040; border-width: thin; }  /* green */
      border:1px #AAA solid;
.borderc8 { border-color: #ffcc00; border-width: thin; } /* yellow */
      border-collapse:collapse;
      }
   
   
/* Background colors */
  table.wikitable th, table.wikitable td,
.backgroundc1 { background-color: #ffffff; }  /* white */
  table.prettytable th, table.prettytable td {
.backgroundc2 { background-color: #f9f9f9; }  /* light grey (as toc)  */
      border:1px #AAA solid;
.backgroundc3 { background-color: #eeeeee; }  /* light grey (headers) */
      padding:0.2em;
.backgroundc4 { background-color: #e0e0e0; }  /* more grey */
      }
.backgroundc5 { background-color: #d2d2d2; }  /* more grey */
.backgroundc6 { background-color: #b7b7b7; }  /* more grey */
.backgroundc7 { background-color: #a3a3a3; }  /* darker grey */
.backgroundc8 { background-color: #444455; } /* very dark grey */
   
   
/***** 3. SPECIAL PAGES *****/
  table.wikitable th,
  table.prettytable th {
      background:#F2F2F2;
      text-align:center;
      }
   
   
/* Marking redirects  */
  table.wikitable caption,
.allpagesredirect, .watchlistredir, .redirect-in-category { font-style: italic; }
  table.prettytable caption {
      margin-left:inherit;
      margin-right:inherit;
      }
   
   
/* Coloured edit size numbers on watchlist/recentchanges */
.mw-plusminus-pos { color: #006400; } /* darkgreen */
.mw-plusminus-neg { color: #8b0000; } /* darkred */
   
   
/* Consistent special page navigation */
/*****
.sp-cached {
** box formatting
  background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Clock%20and%20warning.svg/20px-Clock%20and%20warning.svg);
*****/
  background-position: 5px 3px;
  .infobox {
  background-repeat: no-repeat;
      float:right;
  padding: 4px 0 4px 30px;
      clear:right;
  font-style: italic;
      margin-bottom:0.5em;
  color: #606000;
      margin-left:1em;
  margin: 0.3em 0;
      padding:0.2em;
  border: 1px solid #eeee80;
      border:1px solid #AAA;
  background-color: #ffffe0;
      background:#F9F9F9;
}
      color:black;
.SpecialPageInfo {
      }
  background-color: #f9f9f9;
  background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/35px-Exquisite-khelpcenter.png);
  background-position: 0.8em 0.5em;
  background-repeat: no-repeat;
  padding: 0.3em 0.5em 0.3em 5.0em;
  border-color: #025e9d;
  border-width: 1px;
  border-style: solid;
  border-bottom-width: medium;
  margin-bottom: 1em;
}
   
   
#searchresulttext {
  .infobox td,
  background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/Exquisite-kfind.png/45px-Exquisite-kfind.png);
  .infobox th {
}
      vertical-align:top;
      }
   
   
.mw-viewprevnext {
  .infobox caption {
  display: block;
      font-size:larger;
  border: 1px solid #cccccc;
      margin-left:inherit;
  background-color: #f9f9f2;
      }
  padding: 0.2em 0.4em;
}
   
   
/* Special:Statistics */
  .infobox.bordered {
.StatsTable {
      border-collapse:collapse;
  background: transparent;
      }
  width: 75%;
}
.StatsTable th {
  vertical-align: middle;
  text-align: center;
  width: 50px;
}
.StatsTable th, .StatsTable td {
  background-color: #ffffff;
  padding: 0.5em 1em;
  border: 1px solid #ccccdd;
  margin: 0.4em;
}
.StatsTable tr {
  background-color: #ffffff;
}
   
   
/* Special:Search (more whitespace) */
  .infobox.bordered td,
.page-Special_Search #search {
  .infobox.bordered th {
  padding: 1em 0 2em 0;
      border:1px solid #AAA;
}
      }
.page-Special_Search #powersearch {
  border: 1px solid #cccccc;
  padding: 0.5em 0.5em;
}
.page-Special_Search #powersearch-namespaces {
  padding-left: 1em;
  margin: 0.7em 0;
}
.page-Special_Search #powersearch-namespaces label {
  white-space: nowrap;
  min-width: 8.4em;
  display: block;
  float: left;
}
.page-Special_Search br { clear: left; } /* Clear search button, but not check-boxes */
   
   
/***** 4. MAIN PAGE STYLING *****/
  .infobox.bordered .borderless td,
  .infobox.bordered .borderless th {
      border:0;
      }
   
   
#mainpage_topbox {
  .infobox.sisterproject {
  background: #f9f9f9;
      width:20em;
  padding: 0px;
      font-size:90%;
  border: 1px solid #aaaaaa;
      }
  margin: 0.2em 10px 10px;
}
.mainpage_boxtitle, .mainpage_hubtitle, #mainpage_pagetitle {
  font-size: 105%;
  padding: 0.4em;
  background-color: #eeeeee;
  border-bottom: 1px solid #aaaaaa;
}
.mainpage_boxtitle {
  line-height: 120%;
}
#mainpage_pagetitle {
  color: #cf7606;
  font-size: 200% !important;
}
#mainpage_sitelinks {
  padding: 0.2em;
  text-align: center;
  background-color: white;
}
.mainpage_hubtitle {
  text-align: center;
}
.mainpage_boxcontents, .mainpage_boxcontents_small {
  background: #ffffff;
  padding:0.2em 0.4em;
}
.mainpage_boxcontents_small {
  font-size: 95%;
}
.mainpage_hubbox, #mainpage_newscell, #mainpage_downloadcell {
  padding: 0;
  border: 1px solid #aaaaaa;
}
.mainpage_hubbox {
  margin-bottom: 0;
}
#mainpage_newscell {
  margin-bottom: 15px;
  margin-top: 0 !important;
}
#mainpage_newscell .mainpage_boxtitle {
  background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/20px-Exquisite-khelpcenter.png);
  background-repeat: no-repeat;
  background-position: 99% 0.3em;
  padding-right: 25px;
}
#mainpage_downloadcell {
  width: 17em;
  margin-bottom: 5px;
}
#mainpage_downloadcell .mainpage_boxtitle {
  background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Crystal_Clear_action_build.png/18px-Crystal_Clear_action_build.png);
  background-repeat: no-repeat;
  background-position: 96% 0.33em;
  padding-right: 25px;
}
#mainpage_mwtitle { color: #005288; } /* The words 'MediaWiki.org' in the title. */
   
   
/*The "mainpage" class is added to the body with javascript for the main page in all */
  .sister-project {
/*languages, so we can style things that apppear on the main page and also elsewhere.*/
      clear:right;
.mainpage #lastmod,
      float:right;
.mainpage #siteSub,
      width:250px;
.mainpage h1.firstHeading {  
      margin:0 0 1em 3em;
    display: none !important;  
      padding:4px;
}  
      border:1px solid #AAA;
.mainpage #content {  
      background:#F9F9F9;
    padding-top: 1em;  
      font-size:0.8em;
}
      text-align:left;
    }
  /* [[template:other languages]] */
  #otherlangs {
      margin:0.5em;
      padding:2px;
      border:1px solid #CCC;
      background:#FAFAFA;
      font-size:0.9em;
    }
  #otherlangs span {
      margin:0 2px;
      padding-left:2px;
      border-left:1px solid gray;
    }
  #otherlangs span.firstlang {
      border:none;
    }
   
   
/***** 5. SIDEBAR EXTERNAL LINKS *****/
/*****
** Specific pages (keep to a minimum)
*****/
  /* Spam blacklist */
  body.page-Talk_Spam_blacklist #ca-addsection {display:none;}
   
   
#n-browse-cvs a, #n-phpdoc a, #n-Mailing-list a {
  background: url(/skins-1.5/monobook/external.png) center right no-repeat;
  padding-right: 13px;
  color: #3366bb;
}
   
   
/***** 6. PRETTIFY [[Extension Matrix]] *****/ 
  /* Spam blacklist/log */
  .logtable pre {
      margin:0;
      padding:0;
      border:0;
      }
   
   
.xm-table {
/*****
  border: 1px solid #666666;
** Bytecounter colours
  background-color: white;
*****/
}
strong.mw-plusminus-neg
.xm-table td, .xm-table th {
  {
  vertical-align: top;
  color: #c00;
  text-align: left;
  }
  border: none;
  background-color: #EEEEEE;
}
.xm-table th, .xm-name  { font-weight: bold; }
.xm-status-unknown,
.xm-type-unknown        { color:#888888; }
.xm-status-experimental { color: red; }
.xm-status-beta        { color: blue; }
.xm-status-stable      { color: green; }
.xm-name, .xm-status,
.xm-type, .xm-version,
.xm-updated            { white-space: nowrap; }
.xm-updated            { font-size:80%; }
.xm-alert              { background-color: yellow; }
td.xm-blank            { background-color: inherit; }
td.xm-updated          { background-color: inherit; }
td.xm-description      { background-color: inherit; font-style: italic; }
   
   
th.xm-blank,
span.mw-plusminus-neg
th.xm-updated,
  {
th.xm-description {  
  color: #900;
  background-color: inherit;
  }
  padding-bottom: 0.6ex;
  border-bottom: 1px solid #666666;
}
   
   
/***** 7. WIKITABLES, INFOBOX TEMPLATES, WARNINGS AND OTHER SUCH STYLINGS *****/
span.mw-plusminus-pos
  {
  color: #060;
  }
   
   
/* Wikitable (Prettytable) class for skinning normal tables */
/* Change the external link icon to an Adobe icon for all PDF files */
table.wikitable,
/* (in browsers that support these CSS selectors, like Mozilla and Opera) */
table.prettytable {
#bodyContent a[href$=".pdf"].external,  
  margin: 1em 1em 1em 0;
#bodyContent a[href*=".pdf?"].external,
  background: #f9f9f9;
#bodyContent a[href*=".pdf#"].external,
  border: 1px #aaaaaa solid;
#bodyContent a[href$=".PDF"].external,
  border-collapse: collapse;
#bodyContent a[href*=".PDF?"].external,
  empty-cells: show;
#bodyContent a[href*=".PDF#"].external {
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat;
    padding-right: 16px;
}
}
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
/* Change the external link icon to an Adobe icon anywhere the PDFlink class */
  border: 1px #aaaaaa solid;
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */
  padding: 0.2em 0.4em;
span.PDFlink a {
}
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat !important;
table.wikitable th, table.wikitable td.hl3, table.wikitable th.hl3,
    padding-right: 17px !important;
table.prettytable th, table.prettytable td.hl3, table.wikitable th.hl3 {
  background: #8da7d6;
  text-align: center;
}
table.wikitable td.hl1, table.wikitable th.hl1,
table.prettytable td.hl1, table.wikitable th.hl1 {
  background: #c5d8fc;
  text-align: center;
}
table.wikitable td.hl2, table.wikitable th.hl2,
table.prettytable td.hl2, table.wikitable th.hl2 {
  background: #a7c1f2;
  text-align: center;
}
table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}
}
   
   
/* General purpose "pretty (data) tables" */
/* Standard Navigationsleisten, aka box hiding thingy from .de. Documentation at [[Wikipedia:NavFrame]]. */
table.datatable { background-color: transparent; }
table.datatable th, table.datatable td { padding: 4px; }
table.datatable th { text-align: left; background-color: #999999; }
table.datatable tr { background-color: #cccccc; }
table.datatable tr:hover { background-color: #ffffcc; }
   
   
/* SideBox styling */
div.Boxmerge,
div.sideBox {
div.NavFrame {
  position: relative;
        margin: 0px;
  float: right;
        padding: 4px;
  background: white;
        border: 1px solid #aaa;
  margin-left: 1em;
        text-align: center;
  border: 1px solid gray;
        border-collapse: collapse;
  padding: 0.3em;
        font-size: 95%;
  width: 200px;
  overflow: hidden;
  clear: right;
}
}
div.sideBox dl { padding: 0; margin: 0 0 0.3em 0; font-size: 96%; }
div.Boxmerge div.NavFrame {
div.sideBox dl dt { background: none; margin: 0.4em 0 0 0; }
        border-style: none;
div.sideBox dl dd { margin: 0.1em 0 0 1.1em; background-color: #f3f3f3; }
        border-style: hidden;
/* Extension infobox styling */
.ext-infobox {
  border: 2px solid #aaaaaa;
  width: 272px;
  float: right;
  margin: 0 0 0.5em 0.5em;
  border-collapse: collapse;
  background-color: white;
}
}
.ext-infobox td {
div.NavFrame + div.NavFrame {
  border: 2px none #aaaaaa;
        border-top-style: none;
  padding: 0.2em 0.5em;
        border-top-style: hidden;
  border-bottom: 1px solid #f0f0f0 !important;
}
}
.ext-header {
div.NavPic {
  background-color: #aaaaaa;
        background-color: #fff;
  color: white;
        margin: 0px;
  text-align: left;
        padding: 2px;
        float: left;
}
}
.ext-header td { padding-top: 0.5em; }
div.NavFrame div.NavHead {
.ext-header img { padding: 0 0.2em 0 0.5em; }
        height: 1.6em;
.ext-status-unstable, .ext-status-unstable td { border-color: #990000; }
        font-weight: bold;
.ext-status-unstable .ext-header { background-color: #990000; color: #ffff00; }
        background-color: #ccccff;
.ext-status-experimental, .ext-status-experimental td { border-color: #cc6600; }
        position:relative;
.ext-status-experimental .ext-header { background-color: #cc6600; }
.ext-status-beta, .ext-status-beta td { border-color: #000099; }
.ext-status-beta .ext-header { background-color: #000099; }
.ext-status-stable, .ext-status-stable td { border-color: #009900; }
.ext-status-stable .ext-header { background-color: #009900; }
/* Cute little "tip" boxes */
div.tip {
  padding: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  min-height: 30px; /* IE users will hate this... */
}
}
div.tip-info {
div.NavFrame p {
  border: 1px solid #cc9933;
        font-size: 100%;
  background-color: #cccc99;
}
}
div.tip-gotcha {
div.NavFrame div.NavContent {
  border: 1px solid #cc0000;
        font-size: 100%;
  background-color: #cc6666;
}
}
div.NavFrame div.NavContent p {
/* Language template */
        font-size: 100%;
.LanguageLinks { margin-top: 0.5em; }
.LanguageLinks table {
  clear: both;
  border: 1px solid #aaaaaa;
  border-collapse: collapse;
  padding: 0.2em;
  margin: 0;
  font-size: 85%;
  margin: 0 1px;
}
}
.LanguageLinks span { white-space: nowrap; }
div.NavEnd {
        margin: 0px;
/* Version box on [[Manual:Downloading MediaWiki]] */
        padding: 0px;
#DownloadVersionBox {
        line-height: 1px;
  border: 2px solid black;
        clear: both;
  border-collapse: collapse;
  margin: auto;
  width: 50%;
  color: black;
}
}
#DownloadVersionBox td {
a.NavToggle {
  border: 2px solid black;
        position:absolute;
  padding: 20px;
        top:0px;
        right:3px;
        font-weight:normal;
        font-size:smaller;
}
}
   
   
/* Major warning - used on the main page template to warn against editing carelessly, but can be used elsewhere as well */
/*
.majorwarning {
* Messagebox templates
  background: yellow;  
* Imported from [[en:MediaWiki:Common.css]] on 2007-07-13
  padding: 0.3em;  
*/
  text-align: center;  
.messagebox {
  font-size: 125%;  
  border: 1px solid #aaa;
  border: 2px solid red;
  background-color: #f9f9f9;
  width: 80%;
  margin: 0 auto 1em auto;
  padding: .2em;
}
}
.messagebox.merge {
/* Page headings used throughout the wiki (though not very much at the time of writing…) */
  border: 1px solid #c0b8cc;
.page-notice, .page-warning {
  background-color: #f0e5ff;
  border-width: 1px;
  text-align: center;
  border-style: solid;
  padding: 0.3em 0.5em;
  margin-bottom: 1em;
  width: 95%;
  margin-left: auto;
  margin-right: auto;  
  text-align: center;
}
}
.messagebox.cleanup {
/* Informative notices at the top of pages (blue) */
  border: 1px solid #9f9fff;
.page-notice {
  background-color: #efefff;
  background-color: #f9f9f9;
  text-align: center;
  border-color: #025e9d;  
  text-align: left;
}
}
.messagebox.standard-talk {
/* Warning information at the top of pages  (red) */
  border: 1px solid #c0c090;
.page-warning {
  background-color: #f8eaba;
  background-color: #ffffff;
  border-color: #c51919;
  border-width: 2px;
}
}
.pw-head { color: #c51919; font-weight: bold; }
.messagebox.nested-talk {
  border: 1px solid #c0c090;
/* Used in Template:Notice */
  background-color: #f8eaba;
.block-note {
  width: 100%;
    background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Bulbgraph.png/18px-Bulbgraph.png);
  margin: 2px 4px 2px 4px;
    background-position: top left;
    background-repeat: no-repeat;
}
}
/*
.messagebox.small {
   Using block-contents in the hope that it can apply to all block-level warning templates,
  width: 238px;
   with different images applied as backgrounds to the wrapping DIV.
   font-size: 85%;
*/
   float: right;
.block-contents {
  clear: both;
    display: block;
  margin: 0 0 1em 1em;
    padding-left: 20px;
  line-height: 1.25em;  
}
}
/* For template documentation */
/* Template documentation ([[Template:Documentation]]) */
.template-documentation {
.template-documentation {
    clear: both;
  clear: both;
    margin: 1em 0 0 0;
  margin: 1em 0 0 0;
    border: 1px solid #aaa;  
  border: 1px solid #aaa;  
    background-color: #ecfcf4;  
  background-color: #ecfcf4;  
    padding: 5px;
  padding: 5px;
}
}
   
   
/***** 8. SOME OTHER SMALL THINGS *****/
.hidden-redlink a.new { display: none; }
   
   
/* Give a bit of space to the TOC */
/* Allow limiting of which header levels are shown in a TOC; <div class="toclimit-3">, for
#toc { margin: 1em 0; }
  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).
  Thanks to w:en:User:Ais523 for that code.*/
.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;}
   
   
/* make the list of references look smaller and highlight clicked reference in blue */
/* This section facilitates rtl translations */
ol.references { font-size: 100%; }
.persian {
.references-small { font-size: 90%;}
direction: rtl;
ol.references > li:target { background-color: #ddeeff; }
font-family: Tahoma;
sup.reference:target { background-color: #ddeeff; }
}
   
   
/* Printing of thumbnails (bug 1583) */
#bodyContent .persian a, #bodyContent .persian a.external {
div.tright { clear: right; }
background:none;
padding-right:0;
}
   
   
/* extra buttons for edit dialog (from commons:MediaWiki:Common.css) */
.persian #toctitle {
.my-buttons { padding: 0.5em; }
direction:ltr;
.my-buttons a {
}
  color: black;
  background-color: #ccddee !important;
  font-weight: bold;
  font-size: 0.9em;
  text-decoration: none;
  border: thin #006699 outset;
  padding: 0 0.1em 0.1em 0.1em;
}
.my-buttons a:hover, .my-buttons a:active {
  background-color: #bbccdd;
  border-style: inset;
}
   
   
/* from [[User:Splarka/Help:Linked images]] */
.persian .toclevel-1, .persian .toclevel-2, .persian .toclevel-3, .persian .toclevel-4 {
.imagelink_wikilogo a {
text-align:right;
  width: 135px;
  height: 135px;
  display: block;
  text-decoration: none;
  background-image: url("http://upload.wikimedia.org/wikipedia/mediawiki/b/bc/Wiki.png")
}
}
   
   
/* Begin copy-paste from the English Wikipedia, 2008-09-15 */
.persian .toclevel-2 {
/* default skin for navigation boxes */
margin-right:10px;
table.navbox {           /* navbox container style */
  border: 1px solid #aaa;
  width: 100%;
  margin: auto;
  clear: both;
  font-size: 88%;
  text-align: center;
  padding: 1px;
}
}
table.navbox + table.navbox {
  margin-top: -1px;       /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
.persian .toclevel-3 {
margin-right:20px;
}
}
.navbox-title, .navbox-abovebelow, table.navbox th {
  text-align:center;      /* title and above/below styles */
.persian .toclevel-4 {
  padding-left:1em;
margin-right:30px;
  padding-right:1em;
}
}
.navbox-group {           /* group style */
  white-space: nowrap;
.persian .editsection {
  text-align: right;
float:left;
  font-weight: bold;
  padding-left: 1em;
  padding-right: 1em;
}
}
.navbox, .navbox-subgroup {
  background: #fdfdfd;     /* Background color */
.persian UL {
margin-right:16px;
display:table;
}
}
.navbox-list {
  border-color: #fdfdfd;   /* Must match background color */
.persian OL {
margin-right:16px;
display:table;
}
}
.navbox-title, table.navbox th {
  background: #ccccff;    /* Level 1 color */
#bodyContent .arabic a{
}
background:none;
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
padding-right:0;
  background: #ddddff;    /* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
  background: #e6e6ff;    /* Level 3 color */
}
.navbox-even {
  background: #f7f7f7;     /* Even row striping */
}
.navbox-odd {
  background: transparent; /* Odd row striping */
}
}
   
   
@media print {
/* Default style for PrettyTextBox and InformationBox class of templates */
    .navbox {
/* Default style for Template:Warning, Template:Info, and the like */
        display: none;
.InformationBox {
    }
  width: 80%;
}
  border: solid #999999 1px;
  background: #F8F8F8;
  margin: 0.5em auto;
  clear: both;
  color: #000000;  
  padding: 3px;
}
   
   
/* Standard Navigationsleisten, aka box hiding thingy from .deDocumentation at [[Wikipedia:NavFrame]]. */
.PrettyTextBox {
  background-color: #F9F9F9;
  color: #000000;
  border: 1px solid #AAAAAA;
  padding: .2em;
  }
   
   
div.Boxmerge,
/* Highlight clicked reference in blue to help navigation */
div.NavFrame {
ol.references > li:target {
     margin: 0;
     background-color: #DEF;
    padding: 4px;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
}
div.Boxmerge div.NavFrame {
    border-style: none;
sup.reference:target {  
    border-style: hidden;
     background-color: #DEF;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
     background-color: #fff;
    margin: 0;
    padding: 2px;
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position: relative;
}
div.NavFrame p {
    font-size: 100%;
}
div.NavFrame div.NavContent {
    font-size: 100%;
}
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;
    right: 3px;
    font-weight: normal;
    font-size: 90%;
}
}
   
   
/* End copy-paste from English Wikipedia */
/*
</pre>
*/

2009年3月4日 (水) 19:52時点における版

/* ここに書いた CSS は全ての外装に反映されます */

/*
<pre>
*/
 
/*****
** Minor tweaks
*****/
/* redirects in categories, on [[Special:Allpages]], and [[Special:Prefixindex]] */
   .redirect-in-category, .allpagesredirect {
    font-style: italic;
    color:gray;
    }
 
 
 
   /* hide unneeded content when printing */
   @media print {
      #privacy, #about, #disclaimer {display:none;}
      }
 
 
   /* hide arrows on selected external links */
   .plainlinksneverexpand a {
      background:none !important;
      padding:0 !important;
      }
 
 
/*****
** Hide selected content
*****/
   .hiddenStructure {display: none}
 
   .if {display: none}
 
 
/*****
** Table formatting
*****/
   table.wikitable,
   table.prettytable {
      margin:1em 1em 1em 0;
      background:#F9F9F9;
      border:1px #AAA solid;
      border-collapse:collapse;
      }
 
   table.wikitable th, table.wikitable td,
   table.prettytable th, table.prettytable td {
      border:1px #AAA solid;
      padding:0.2em;
      }
 
   table.wikitable th,
   table.prettytable th {
      background:#F2F2F2;
      text-align:center;
      }
 
   table.wikitable caption,
   table.prettytable caption {
      margin-left:inherit;
      margin-right:inherit;
      }
 
 
/*****
** box formatting
*****/
   .infobox {
      float:right;
      clear:right;
      margin-bottom:0.5em;
      margin-left:1em;
      padding:0.2em;
      border:1px solid #AAA;
      background:#F9F9F9;
      color:black;
      }
 
   .infobox td,
   .infobox th {
      vertical-align:top;
      }
 
   .infobox caption {
      font-size:larger;
      margin-left:inherit;
      }
 
   .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%;
      }
 
   .sister-project {
      clear:right;
      float:right;
      width:250px;
      margin:0 0 1em 3em;
      padding:4px;
      border:1px solid #AAA;
      background:#F9F9F9;
      font-size:0.8em;
      text-align:left;
    }
   /* [[template:other languages]] */
   #otherlangs {
      margin:0.5em;
      padding:2px;
      border:1px solid #CCC;
      background:#FAFAFA;
      font-size:0.9em;
    }
   #otherlangs span {
      margin:0 2px;
      padding-left:2px;
      border-left:1px solid gray;
    }
   #otherlangs span.firstlang {
      border:none;
    }
 
/*****
** Specific pages (keep to a minimum)
*****/
   /* Spam blacklist */
   body.page-Talk_Spam_blacklist #ca-addsection {display:none;}
 
 
   /* Spam blacklist/log */
   .logtable pre {
      margin:0;
      padding:0;
      border:0;
      }
 
/*****
** Bytecounter colours
*****/ 
 strong.mw-plusminus-neg
   {
   color: #c00;
   }
 
 span.mw-plusminus-neg
   {
   color: #900;
   }
 
 span.mw-plusminus-pos
   {
   color: #060;
   }
 
/* Change the external link icon to an Adobe icon for all PDF files */
/* (in browsers that support these CSS selectors, like Mozilla and Opera) */
#bodyContent a[href$=".pdf"].external, 
#bodyContent a[href*=".pdf?"].external, 
#bodyContent a[href*=".pdf#"].external,
#bodyContent a[href$=".PDF"].external, 
#bodyContent a[href*=".PDF?"].external, 
#bodyContent a[href*=".PDF#"].external {
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat;
    padding-right: 16px;
}
 
/* 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(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat !important;
    padding-right: 17px !important;
}
 
/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */
 
div.Boxmerge,
div.NavFrame {
        margin: 0px;
        padding: 4px;
        border: 1px solid #aaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
}
div.Boxmerge div.NavFrame {
        border-style: none;
        border-style: hidden;
}
div.NavFrame + div.NavFrame {
        border-top-style: none;
        border-top-style: hidden;
}
div.NavPic {
        background-color: #fff;
        margin: 0px;
        padding: 2px;
        float: left;
}
div.NavFrame div.NavHead {
        height: 1.6em;
        font-weight: bold;
        background-color: #ccccff;
        position:relative;
}
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:smaller;
}
 
/*
 * Messagebox templates
 * Imported from [[en:MediaWiki:Common.css]] on 2007-07-13
 */
.messagebox {
   border: 1px solid #aaa;
   background-color: #f9f9f9;
   width: 80%;
   margin: 0 auto 1em auto;
   padding: .2em;
}
.messagebox.merge {
   border: 1px solid #c0b8cc;
   background-color: #f0e5ff;
   text-align: center;
}
.messagebox.cleanup {
   border: 1px solid #9f9fff;
   background-color: #efefff;
   text-align: center;
}
.messagebox.standard-talk {
   border: 1px solid #c0c090;
   background-color: #f8eaba;
}
.messagebox.nested-talk {
   border: 1px solid #c0c090;
   background-color: #f8eaba;
   width: 100%;
   margin: 2px 4px 2px 4px;
}
.messagebox.small {
   width: 238px;
   font-size: 85%;
   float: right;
   clear: both;
   margin: 0 0 1em 1em;
   line-height: 1.25em; 
}
/* For template documentation */
.template-documentation {
  clear: both;
  margin: 1em 0 0 0;
  border: 1px solid #aaa; 
  background-color: #ecfcf4; 
  padding: 5px;
}
 
.hidden-redlink a.new { display: none; }
 
/* 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).
   Thanks to w:en:User:Ais523 for that code.*/
.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;}
 
/* This section facilitates rtl translations */
.persian {
direction: rtl;
font-family: Tahoma;
}
 
#bodyContent .persian a, #bodyContent .persian a.external {
background:none;
padding-right:0;
}
 
.persian #toctitle {
direction:ltr;
}
 
.persian .toclevel-1, .persian .toclevel-2, .persian .toclevel-3, .persian .toclevel-4 {
text-align:right;
}
 
.persian .toclevel-2 {
margin-right:10px;
}
 
.persian .toclevel-3 {
margin-right:20px;
}
 
.persian .toclevel-4 {
margin-right:30px;
}
 
.persian .editsection {
float:left;
}
 
.persian UL {
margin-right:16px;
display:table;
}
 
.persian OL {
margin-right:16px;
display:table;
}
 
#bodyContent .arabic a{
background:none;
padding-right:0;
}
 
 /* Default style for PrettyTextBox and InformationBox class of templates */
 /* Default style for Template:Warning, Template:Info, and the like */
 .InformationBox {
   width: 80%; 
   border: solid #999999 1px; 
   background: #F8F8F8; 
   margin: 0.5em auto; 
   clear: both; 
   color: #000000; 
   padding: 3px;
 }
 
 .PrettyTextBox {
   background-color: #F9F9F9; 
   color: #000000; 
   border: 1px solid #AAAAAA;
   padding: .2em; 
 }
 
/* Highlight clicked reference in blue to help navigation */
ol.references > li:target {
    background-color: #DEF;
}
 
sup.reference:target { 
    background-color: #DEF;
}
 
/*
</pre>
*/