Difference between revisions of "MediaWiki:Common.css"

From MafiaWiki
Jump to: navigation, search
 
Line 1: Line 1:
 
/*
 
/*
This is the CSS for all skins (for all users) on MediaWiki.org.
+
ATTENTION ADMINISTRATORS:
 
   
 
   
SECTIONS:
+
This is the CSS for all skins.
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
+
*/
+
 
   
 
   
/**
+
Testing can be done on your own user Monobook.css. In [[wikipedia:Mozilla|Mozilla]] and
* 1. INDICATION OF NAMESPACES
+
[[wikipedia:Opera (web browser)|Opera]], you can also test style changes dynamically
* -------------------------------------------------
+
with the [http://www.squarefree.com/bookmarklets/webdevel.html test styles]
*/
+
bookmarklet from squarefree.com. It pops up a window for adding style rules,
 +
and updates the page as you type.
 
   
 
   
/* Pseudo NS Special (light grey) */
+
Always check with the after any changes.
.ns--2 #content { background-color: #f4f4f4; }
+
 
.ns--2 div.thumb { border-color: #f4f4f4; }
+
See also: [[Wikipedia:Catalogue of CSS classes|catalogue of CSS classes]].
 
   
 
   
/* NS Project + Project_talk (light sky blue) */
+
Thank you.
.ns-4 #content,
+
*/
.ns-5 #content { background-color: #f8fcff; }
+
 
.ns-4 div.thumb,
+
/* <pre><nowiki> */
.ns-5 div.thumb { border-color: #f8fcff; }
+
 
+
/* Edit window toolbar */
/* NS MediaWiki + MediaWiki_talk (light grey) */
+
#toolbar {
.ns-8 #content,
+
    height: 22px;
.ns-9 #content { background-color: #f4f4f4; }
+
    margin-bottom: 6px;
.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-color: #f3f3ff; }
+
.ns-100 div.thumb,
+
.ns-101 div.thumb { border-color: #f3f3ff; }
+
+
/* NS Help (but NOT Help_talk) (blue border and Public Domain icon) */
+
.ns-12 #content {
+
border: 2px solid #0000cc;
+
border-right: none;
+
background-image: url(//upload.wikimedia.org/wikipedia/mediawiki/b/b8/PD-banner.png);
+
background-repeat: no-repeat;
+
background-position: right top;
+
 
}
 
}
.ns-12 #bodyContent {
+
 
background-image: url(//upload.wikimedia.org/wikipedia/mediawiki/6/67/PD-icon-faded.png);
+
/* Margins for <ol> and <ul> */
background-repeat: no-repeat;
+
#content ol, #content ul,
background-position: right 5em;
+
#mw_content ol, #mw_content ul {
 +
  margin-bottom: 0.5em;
 
}
 
}
+
 
/**
+
/* Make the list of references in [[Template:Reflist]] smaller */
* 2. COLOR CLASSES FOR CONTENT
+
.references-small {  
* -------------------------------------------------
+
    font-size: 90%;
*/
+
+
/* Border colors */
+
.borderc1 { border-color: #e9e9e9; border-width: thin; }
+
.borderc2 { border-color: #aaaaaa; border-width: thin; }
+
.borderc3 { border-color: #777777; border-width: thin; }
+
.borderc4 { border-color: #000000; border-width: thin; }
+
.borderc5 { border-color: #c00000; border-width: thin; }
+
.borderc6 { border-color: #025e9d; border-width: thin; }
+
.borderc7 { border-color: #008040; border-width: thin; }
+
.borderc8 { border-color: #ffcc00; border-width: thin; } /* Used by: [[Template:Welcome]]. */
+
+
/* Background colors */
+
.backgroundc1 { background-color: #ffffff; } /* Used by: [[Template:Welcome]]. */
+
.backgroundc2 { background-color: #f9f9f9; }
+
.backgroundc3 { background-color: #eeeeee; }
+
.backgroundc4 { background-color: #e0e0e0; }
+
.backgroundc5 { background-color: #d2d2d2; }
+
.backgroundc6 { background-color: #b7b7b7; }
+
.backgroundc7 { background-color: #a3a3a3; }
+
.backgroundc8 { background-color: #444455; }
+
+
/**
+
* 3. SPECIAL PAGES
+
* -------------------------------------------------
+
*/
+
+
/* Consistent special page navigation */
+
.SpecialPageInfo {
+
background-color: #f9f9f9;
+
background-image: url(//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;
+
 
}
 
}
+
 
.mw-viewprevnext {
+
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
display: block;
+
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
border: 1px solid #cccccc;
+
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
background-color: #f9f9f2;
+
/* Please ignore any validator errors caused by these two lines */
padding: 0.2em 0.4em;
+
.references-2column {
 +
    font-size: 90%;
 +
    -moz-column-count: 2;
 +
    column-count: 2;
 
}
 
}
+
 
/**
+
/* Highlight clicked reference in blue to help navigation */
* 4. MAIN PAGE STYLING
+
ol.references > li:target,
* -------------------------------------------------
+
sup.reference:target,
*/
+
cite:target {  
+
    background-color: #DEF;
#mainpage_topbox {
+
background: #f9f9f9;
+
padding: 0px;
+
border: 1px solid #aaaaaa;
+
margin: 0.2em 10px 10px;
+
 
}
 
}
.mainpage_boxtitle,
+
 
.mainpage_hubtitle,
+
/* Ensure refs in table headers and the like aren't bold or italic */
#mainpage_pagetitle {
+
sup.reference {
font-size: 105%;
+
    font-weight: normal;
padding: 0.4em;
+
    font-style: normal;
background-color: #eeeeee;
+
border-bottom: 1px solid #aaaaaa;
+
 
}
 
}
.mainpage_boxtitle {
+
 
line-height: 120%;
+
 
 +
/* Styling for citations */
 +
cite {
 +
    font-style: normal;
 +
    word-wrap: break-word;
 
}
 
}
#mainpage_pagetitle {
+
 
color: #cf7606;
+
/* For linked citation numbers and document IDs, where
font-size: 200% !important;
+
  the number need not be shown on a screen or a handheld,
 +
  but should be included in the printed version
 +
*/
 +
@media screen, handheld, projection {
 +
    cite *.printonly {
 +
        display: none;
 +
    }
 
}
 
}
#mainpage_sitelinks {
+
 
padding: 0.2em;
+
 
text-align: center;
+
/* wikitable/prettytable class for skinning normal tables */
background-color: white;
+
table.wikitable,
 +
table.prettytable {
 +
    margin: 1em 1em 1em 0;
 +
    background: #f9f9f9;
 +
    border: 1px #aaa solid;
 +
    border-collapse: collapse;
 
}
 
}
.mainpage_hubtitle {
+
.wikitable th, .wikitable td,
text-align: center;
+
.prettytable th, .prettytable td {
 +
    border: 1px #aaa solid;
 +
    padding: 0.2em;
 
}
 
}
.mainpage_boxcontents,
+
.wikitable th,
.mainpage_boxcontents_small {
+
.prettytable th {
background: #ffffff;
+
    background: #f2f2f2;
padding: 0.2em 0.4em;
+
    text-align: center;
 
}
 
}
.mainpage_boxcontents_small {
+
.wikitable caption,
font-size: 95%;
+
.prettytable caption {
 +
    font-weight: bold;
 
}
 
}
.mainpage_hubbox,
+
 
#mainpage_newscell,
+
/* Default skin for navigation boxes */
#mainpage_downloadcell,
+
table.navbox {            /* Navbox container style */
#mainpage_opportunitiescell,
+
  border: 1px solid #aaa;
#mainpage_featuredpagescell {
+
  width: 100%;
padding: 0;
+
  margin: auto;
border: 1px solid #aaaaaa;
+
  clear: both;
 +
  font-size: 88%;
 +
  text-align: center;
 +
  padding: 1px;
 
}
 
}
.mainpage_hubbox {
+
table.navbox + table.navbox { /* Single pixel border between adjacent navboxes */
margin-bottom: 0;
+
  margin-top: -1px;           /* (doesn't work for IE6, but that's okay)      */
 
}
 
}
#mainpage_newscell {
+
.navbox-title,
margin-bottom: 15px;
+
.navbox-abovebelow,
margin-top: 0 !important;
+
table.navbox th {
 +
  text-align: center;      /* Title and above/below styles */
 +
  padding-left: 1em;
 +
  padding-right: 1em;
 
}
 
}
#mainpage_newscell .mainpage_boxtitle {
+
.navbox-group {           /* Group style */
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/20px-Exquisite-khelpcenter.png);
+
  white-space: nowrap;
background-repeat: no-repeat;
+
  text-align: right;
background-position: 99% 0.3em;
+
  font-weight: bold;
padding-right: 25px;
+
  padding-left: 1em;
 +
  padding-right: 1em;
 
}
 
}
#mainpage_downloadcell {
+
.navbox, .navbox-subgroup {
width: 17em;
+
  background: #fdfdfd;     /* Background color */
margin-bottom: 5px;
+
 
}
 
}
#mainpage_downloadcell .mainpage_boxtitle {
+
.navbox-list {
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Crystal_Clear_action_build.png/18px-Crystal_Clear_action_build.png);
+
  border-color: #fdfdfd;  /* Must match background color */
background-repeat: no-repeat;
+
background-position: 96% 0.33em;
+
padding-right: 25px;
+
 
}
 
}
#mainpage_opportunitiescell {
+
.navbox-title,
max-width: 25em;
+
table.navbox th {
margin-bottom: 15px;
+
  background: #ccccff;     /* Level 1 color */
margin-top: 0 !important;
+
 
}
 
}
#mainpage_opportunitiescell .mainpage_boxtitle {
+
.navbox-abovebelow,
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/6/63/User-online.svg/20px-User-online.svg.png);
+
.navbox-group,
background-repeat: no-repeat;
+
.navbox-subgroup .navbox-title {
background-position: 98% 0.15em;
+
  background: #ddddff;     /* Level 2 color */
padding-right: 25px;
+
 
}
 
}
#mainpage_featuredpagescell {
+
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
max-width: 25em;
+
  background: #e6e6ff;     /* Level 3 color */
margin-bottom: 15px;
+
margin-top: 0 !important;
+
 
}
 
}
#mainpage_featuredpagescell .mainpage_boxtitle {
+
.navbox-even {
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/0/0f/Note_icon.svg/20px-Note_icon.svg.png);
+
  background: #f7f7f7;    /* Even row striping */
background-repeat: no-repeat;
+
background-position: 98% 0.15em;
+
padding-right: 25px;
+
 
}
 
}
/* The words 'MediaWiki.org' in the title. */
+
.navbox-odd {
#mainpage_mwtitle {
+
  background: transparent; /* Odd row striping */
color: #005288;
+
 
}
 
}
+
 
/**
+
.collapseButton {          /* 'show'/'hide' buttons created dynamically */
* The "mainpage" class is added to the body with JavaScript for the main page in all
+
    float: right;          /* by the CollapsibleTables javascript in   */
* languages, so we can style things that apppear on the main page and also elsewhere.
+
    font-weight: normal;  /* [[MediaWiki:Common.js]]are styled here    */
*/
+
    text-align: right;    /* so they can be customised.               */
.mainpage #lastmod,
+
    width: auto;
.mainpage #siteSub,
+
.mainpage h1.firstHeading {
+
display: none !important;
+
 
}
 
}
.mainpage #content {
+
.navbox .collapseButton { /* In navboxes, the show/hide button balances */
padding-top: 1em;
+
    width: 6em;            /* the vde links from [[Template:Tnavbar]],  */
 +
}                          /* so they need to be the same width.        */
 +
 
 +
 
 +
/* Infobox template style */
 +
.infobox {
 +
    border: 1px solid #aaa;
 +
    background-color: #f9f9f9;
 +
    color: black;
 +
    margin: 0.5em 0 0.5em 1em;
 +
    padding: 0.2em;
 +
    float: right;
 +
    clear: right;
 
}
 
}
+
.infobox td,
.mainpage_boxcontents ul li:first-child {
+
.infobox th {
list-style: none;
+
    vertical-align: top;
border-bottom: 1px solid #AAA;
+
margin-bottom: 0.5em;
+
margin-left: -1.5em;
+
text-align: center;
+
 
}
 
}
+
.infobox caption {
/**
+
    font-size: larger;
* 5. SIDEBAR EXTERNAL LINKS
+
* -------------------------------------------------
+
*/
+
#n-blog-text a,
+
#n-browse-svn a,
+
#n-Statistics-for-SVN a,
+
#n-phpdoc a,
+
#n-svn-statistics a {
+
background: url(//upload.wikimedia.org/wikipedia/commons/6/64/Icon_External_Link.png) center right no-repeat;
+
padding-right: 13px;
+
color: #3366bb;
+
 
}
 
}
+
.infobox.bordered {
+
    border-collapse: collapse;
/**
+
* 7. WIKITABLES, INFOBOX TEMPLATES, WARNINGS AND OTHER SUCH STYLINGS
+
* -------------------------------------------------
+
*/
+
+
/* Custom h* styles (blue headings) */
+
.wikitable td.hl3,
+
.wikitable th.hl3 {
+
background-color: #8da7d6;
+
 
}
 
}
.wikitable td.hl1,
+
.infobox.bordered td,
.wikitable th.hl1 {
+
.infobox.bordered th {
background: #c5d8fc;
+
    border: 1px solid #aaa;
 
}
 
}
.wikitable td.hl2,
+
.infobox.bordered .borderless td,
.wikitable th.hl2 {
+
.infobox.bordered .borderless th {
background: #a7c1f2;
+
    border: 0;
 
}
 
}
+
 
/**
+
.infobox.sisterproject {
* Make entire table valign=top,
+
    width: 20em;
* To replace the |valign=top| on every cell.
+
    font-size: 90%;
*/
+
.vatop tr,
+
tr.vatop,
+
.vatop td,
+
.vatop th {
+
vertical-align: top;
+
 
}
 
}
+
 
/* General purpose "pretty (data) tables" */
+
.infobox.standard-talk {
table.datatable {
+
    border: 1px solid #c0c090;
background-color: transparent;
+
    background-color: #f8eaba;
 
}
 
}
+
.infobox.standard-talk.bordered td,
table.datatable th,
+
.infobox.standard-talk.bordered th {
table.datatable td {
+
    border: 1px solid #c0c090;
padding: 4px;
+
 
}
 
}
+
 
table.datatable th {
+
/* styles for bordered infobox with merged rows */
text-align: left;
+
.infobox.bordered .mergedtoprow td,
background-color: #999999;
+
.infobox.bordered .mergedtoprow th {
 +
    border: 0;
 +
    border-top: 1px solid #aaa;
 +
    border-right: 1px solid #aaa;
 
}
 
}
+
 
table.datatable tr {
+
.infobox.bordered .mergedrow td,
background-color: #cccccc;
+
.infobox.bordered .mergedrow th {
 +
    border: 0;
 +
    border-right: 1px solid #aaa;
 
}
 
}
+
 
table.datatable tr:hover {
+
/* Styles for geography infoboxes, eg countries,
background-color: #ffffcc;
+
  country subdivisions, cities, etc.           */
 +
.infobox.geography {
 +
    text-align: left;
 +
    border-collapse: collapse;
 +
    line-height: 1.2em;
 +
    font-size: 90%;
 
}
 
}
   
+
 
/* SideBox styling */
+
.infobox.geography td,
div.sideBox {
+
.infobox.geography  th {
position: relative;
+
    border-top: solid 1px #aaa;
float: right;
+
    padding: 0.4em 0.6em 0.4em 0.6em;
background: white;
+
margin-left: 1em;
+
border: 1px solid gray;
+
padding: 0.3em;
+
width: 200px;
+
overflow: hidden;
+
clear: right;
+
 
}
 
}
div.sideBox dl {
+
.infobox.geography .mergedtoprow td,
padding: 0;
+
.infobox.geography .mergedtoprow th {
margin: 0 0 0.3em 0;
+
    border-top: solid 1px #aaa;
font-size: 96%;
+
    padding: 0.4em 0.6em 0.2em 0.6em;
 
}
 
}
div.sideBox dl dt {
+
 
background: none;
+
.infobox.geography .mergedrow td,
margin: 0.4em 0 0 0;
+
.infobox.geography .mergedrow th {
 +
    border: 0;
 +
    padding: 0 0.6em 0.2em 0.6em;
 
}
 
}
div.sideBox dl dd {
+
 
margin: 0.1em 0 0 1.1em;
+
.infobox.geography .mergedbottomrow td,
background-color: #f3f3f3;
+
.infobox.geography .mergedbottomrow th {
 +
    border-top: 0;
 +
    border-bottom: solid 1px #aaa;
 +
    padding: 0 0.6em 0.4em 0.6em;
 
}
 
}
+
 
/* Extension infobox styling */
+
.infobox.geography .maptable td,
.ext-infobox {
+
.infobox.geography .maptable th {
border: 2px solid #aaaaaa;
+
    border: 0;
width: 272px;
+
    padding: 0;
float: right;
+
margin: 0 0 0.5em 0.5em;
+
border-collapse: collapse;
+
background-color: white;
+
 
}
 
}
.ext-infobox td {
+
 
border: 2px none #aaaaaa;
+
/* Makes redirects appear in italics in categories and on [[Special:Allpages]] */
padding: 0.2em 0.5em;
+
.redirect-in-category, .allpagesredirect {
border-bottom: 1px solid #f0f0f0 !important;
+
    font-style: italic;
 
}
 
}
.ext-header {
+
 
background-color: #aaaaaa;
+
/* Icons for medialist templates [[Template:Listen]],
color: white;
+
  [[Template:Multi-listen_start]], [[Template:Video]],
text-align: left;
+
  [[Template:Multi-video_start]]
 +
*/
 +
div.listenlist {
 +
    background:
 +
        url("http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
 +
    padding-left: 40px;
 
}
 
}
.ext-header td { padding-top: 0.5em; }
+
 
.ext-header img { padding: 0 0.2em 0 0.5em; }
+
/* Style rules for media list templates */
.ext-status-unstable,
+
div.medialist {
.ext-status-unstable td { border-color: #990000; }
+
    min-height: 50px;
.ext-status-unstable .ext-header { background-color: #990000; color: #ffff00; }
+
    margin: 1em;
.ext-status-experimental,
+
    background-position: top left;
.ext-status-experimental td { border-color: #ff4500; }
+
    background-repeat: no-repeat;
.ext-status-experimental .ext-header { background-color: #ff4500; }
+
.ext-status-beta,
+
.ext-status-beta td { border-color: #ffba01; }
+
.ext-status-beta .ext-header { background-color: #ffba01; }
+
.ext-status-stable,
+
.ext-status-stable td { border-color: #32cd32; }
+
.ext-status-stable .ext-header { background-color: #32cd32; }
+
+
/* Version box on [[Manual:Downloading MediaWiki]] */
+
#DownloadVersionBox {
+
border: 2px solid black;
+
border-collapse: collapse;
+
margin: auto;
+
width: 50%;
+
color: black;
+
 
}
 
}
#DownloadVersionBox td {
+
div.medialist ul {
border: 2px solid black;
+
    list-style-type: none;  
padding: 20px;
+
    list-style-image: none;
 +
    margin: 0;
 
}
 
}
+
div.medialist ul li {
/* Major warning - used on the main page template to warn against editing carelessly, but can be used elsewhere as well */
+
    padding-bottom: 0.5em;
.majorwarning {
+
background: yellow;
+
padding: 0.3em;
+
text-align: center;
+
font-size: 125%;
+
border: 2px solid red;
+
 
}
 
}
+
div.medialist ul li li {
/* Page headings used throughout the wiki (though not very much at the time of writing…) */
+
    font-size: 91%;
.page-notice,
+
    padding-bottom: 0;
.page-warning {
+
border-width: 1px;
+
border-style: solid;
+
padding: 0.3em 0.5em;
+
margin-bottom: 1em;
+
width: 95%;
+
margin-left: auto;
+
margin-right: auto;
+
text-align: center;
+
 
}
 
}
+
 
/* Informative notices at the top of pages (blue) */
+
/* Change the external link icon to an Adobe icon for all PDF files
.page-notice {
+
  in browsers that support these CSS selectors, like Mozilla and Opera */
background-color: #f9f9f9;
+
#bodyContent a[href$=".pdf"].external,
border-color: #025e9d;
+
#bodyContent a[href*=".pdf?"].external,
text-align: left;
+
#bodyContent a[href*=".pdf#"].external,
 +
#bodyContent a[href$=".PDF"].external,
 +
#bodyContent a[href*=".PDF?"].external,
 +
#bodyContent a[href*=".PDF#"].external,
 +
#mw_content  a[href$=".pdf"].external,
 +
#mw_content  a[href*=".pdf?"].external,
 +
#mw_content  a[href*=".pdf#"].external,
 +
#mw_content  a[href$=".PDF"].external,
 +
#mw_content  a[href*=".PDF?"].external,
 +
#mw_content  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;
 
}
 
}
+
 
/* Warning information at the top of pages (red) */
+
/* Change the external link icon to an Adobe icon anywhere the PDFlink class
.page-warning {
+
  is used (notably Template:PDFlink). This works in IE, unlike the above. */
background-color: #ffffff;
+
#bodyContent span.PDFlink a,
border-color: #c51919;
+
#mw_content span.PDFlink a {
border-width: 2px;
+
    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: 17px;
 
}
 
}
.pw-head {
+
 
color: #c51919;
+
/* Remove link styling. Already defined in monobook
font-weight: bold;
+
  and modern, but not defined in the other skins. Bug 18708 */
 +
#bodyContent .plainlinks a {
 +
    background: none !important;
 +
    padding: 0 !important;
 
}
 
}
+
 
/* Used in Template:Notice */
+
/* Content in columns with CSS instead of tables [[Template:Columns]] */
.block-note {
+
div.columns-2 div.column {
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/6/60/Bulbgraph.png/18px-Bulbgraph.png);
+
    float: left;
background-position: top left;
+
    width: 50%;
background-repeat: no-repeat;
+
    min-width: 300px;
 
}
 
}
/**
+
div.columns-3 div.column {
* Using block-contents in the hope that it can apply to all block-level warning templates,
+
    float: left;
* with different images applied as backgrounds to the wrapping DIV.
+
    width: 33.3%;
*/
+
    min-width: 200px;
.block-contents {
+
display: block;
+
padding-left: 20px;
+
 
}
 
}
+
div.columns-4 div.column {
/* Template documentation ([[Template:Documentation]]) */
+
    float: left;
.template-documentation {
+
    width: 25%;
clear: both;
+
    min-width: 150px;
margin: 1em 0 0 0;
+
border: 1px solid #aaa;
+
background-color: #ecfcf4;
+
padding: 5px;
+
 
}
 
}
+
div.columns-5 div.column {
/* Default style for navigation boxes */
+
    float: left;
table.navbox {
+
    width: 20%;
/* Navbox container style */
+
    min-width: 120px;
border: 1px solid #aaa;
+
width: 100%;
+
margin: auto;
+
clear: both;
+
font-size: 88%;
+
text-align: center;
+
padding: 1px;
+
 
}
 
}
table.navbox + table.navbox {
+
 
/* Single pixel border between adjacent navboxes */
+
/* Make sure that "external references" from templates like [[Template:Ref]]
margin-top: -1px;
+
  do not get URL expansion, not even when printed. The anchor itself has
/* (doesn't work for IE6, but that's okay) */
+
  class "external autonumber" and the url expansion is inserted when printing
 +
  (see [http://en.wikipedia.org/skins-1.5/common/commonPrint.css]) using the
 +
  ":after" pseudo-element.
 +
*/
 +
.nourlexpansion a.external.text:after,
 +
.nourlexpansion a.external.autonumber:after {
 +
    display: none !important;
 
}
 
}
.navbox th,
+
 
.navbox-title,
+
/* Messagebox templates */
.navbox-abovebelow {
+
.messagebox {
text-align: center;
+
    border: 1px solid #aaa;
/* Title and above/below styles */
+
    background-color: #f9f9f9;
padding-left: 1em;
+
    width: 80%;
padding-right: 1em;
+
    margin: 0 auto 1em auto;
 +
    padding: .2em;
 
}
 
}
th.navbox-group {
+
.messagebox.merge {
/* Group style */
+
    border: 1px solid #c0b8cc;
white-space: nowrap;
+
    background-color: #f0e5ff;
/* @noflip */
+
    text-align: center;
text-align: right;
+
 
}
 
}
.navbox,
+
.messagebox.cleanup {
.navbox-subgroup {
+
    border: 1px solid #9f9fff;
background: #fdfdfd;
+
    background-color: #efefff;
 +
    text-align: center;
 
}
 
}
.navbox-list {
+
.messagebox.standard-talk {
/* Must match background color */
+
    border: 1px solid #c0c090;
border-color: #fdfdfd;
+
    background-color: #f8eaba;
 +
    margin: 4px auto;
 
}
 
}
.navbox th,
+
/* For old WikiProject banners inside banner shells. */
.navbox-title {
+
.mbox-inside .standard-talk,
/* Level 1 color */
+
.messagebox.nested-talk {
background: #ccccff;
+
    border: 1px solid #c0c090;
 +
    background-color: #f8eaba;
 +
    width: 100%;
 +
    margin: 2px 0;
 +
    padding: 2px;
 
}
 
}
.navbox-abovebelow,
+
.messagebox.small {
th.navbox-group,
+
    width: 238px;
.navbox-subgroup .navbox-title {
+
    font-size: 85%;
/* Level 2 color */
+
    float: right;
background: #ddddff;
+
    clear: both;
 +
    margin: 0 0 1em 1em;
 +
    line-height: 1.25em;  
 
}
 
}
.navbox-subgroup .navbox-group,
+
.messagebox.small-talk {
.navbox-subgroup .navbox-abovebelow {
+
    width: 238px;
/* Level 3 color */
+
    font-size: 85%;
background: #e6e6ff;
+
    float: right;
 +
    clear: both;
 +
    margin: 0 0 1em 1em;
 +
    line-height: 1.25em;
 +
    background: #F8EABA;
 
}
 
}
.navbox-even {
+
 
/* Even row striping */
+
 
background: #f7f7f7;
+
/* 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 */
 
}
 
}
.navbox-odd {
+
td.mbox-image {                 /* The left image cell */
/* Odd row striping */
+
    border: none;
background: transparent;
+
    padding: 2px 0 2px 0.9em;    /* 0.9em left, 0px right */
 +
    text-align: center;  
 
}
 
}
.navbox .hlist td dl,
+
td.mbox-imageright {             /* The right image cell */
.navbox .hlist td ol,
+
    border: none;
.navbox .hlist td ul,
+
    padding: 2px 0.9em 2px 0;    /* 0px left, 0.9em right */
.navbox td.hlist dl,
+
    text-align: center;  
.navbox td.hlist ol,
+
.navbox td.hlist ul {
+
/* Adjust hlist padding in navboxes */
+
padding: 0.125em 0;
+
 
}
 
}
.navbox .hlist dd,
+
td.mbox-empty-cell {         /* An empty narrow cell */
.navbox .hlist dt,
+
    border: none;
.navbox .hlist li {
+
    padding: 0px;
/* Nowrap list items in navboxes */
+
    width: 1px;
white-space: nowrap;
+
/* IE < 8 no-wraps entire list, so disable it */
+
white-space: normal !ie;
+
 
}
 
}
.navbox .hlist dd dl,
+
 
.navbox .hlist dt dl,
+
/* Article message box styles */
.navbox .hlist li ol,
+
table.ambox {
.navbox .hlist li ul {
+
    margin: 0px 10%;  /* 10% = Will not overlap with other elements */
/* But allow parent list items to be wrapped */
+
    border: 1px solid #aaa;
white-space: normal;
+
    border-left: 10px solid #1e90ff;    /* Default "notice" blue */
 +
    background: #fbfbfb;  
 
}
 
}
ol + table.navbox,
+
table.ambox + table.ambox {   /* Single border between stacked boxes. */
ul + table.navbox {
+
    margin-top: -1px;
/* Prevent lists from clinging to navboxes */
+
margin-top: 0.5em;
+
 
}
 
}
+
.ambox th.mbox-text,
/* Default styling for Navbar template */
+
.ambox td.mbox-text {            /* The message body cell(s) */
.navbar {
+
    padding: 0.25em 0.5em;       /* 0.5em left/right */
display: inline;
+
font-size: 88%;
+
font-weight: normal;
+
 
}
 
}
.navbar ul {
+
.ambox td.mbox-image {           /* The left image cell */
display: inline;
+
    padding: 2px 0 2px 0.5em;   /* 0.5em left, 0px right */
white-space: nowrap;
+
 
}
 
}
.navbar li {
+
.ambox td.mbox-imageright {     /* The right image cell */
word-spacing: -0.125em;
+
    padding: 2px 0.5em 2px 0;   /* 0px left, 0.5em right */
 
}
 
}
+
 
/* Navbar styling when nested in navbox */
+
table.ambox-notice {
.navbox .navbar {
+
    border-left: 10px solid #1e90ff;   /* Blue */
display: block;
+
font-size: 100%;
+
 
}
 
}
.navbox-title .navbar {
+
table.ambox-speedy {
/* @noflip */
+
    border-left: 10px solid #b22222;   /* Red */
float: left;
+
    background: #fee;                   /* Pink */
/* @noflip */
+
text-align: left;
+
/* @noflip */
+
margin-right: 0.5em;
+
width: 6em;
+
 
}
 
}
/* Allow people to optionally wrap lines in source listings */
+
table.ambox-delete {
div.wrapPreLines pre {
+
    border-left: 10px solid #b22222;   /* Red */
white-space: pre-wrap;
+
 
}
 
}
+
table.ambox-content {
/**
+
    border-left: 10px solid #f28500;    /* Orange */
* 8. SOME OTHER SMALL THINGS
+
* -------------------------------------------------
+
*/
+
+
/* Give a bit of space to the TOC */
+
#toc {
+
margin: 1em 0;
+
 
}
 
}
+
table.ambox-style {
/**
+
    border-left: 10px solid #f4c430;   /* Yellow */
* 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.
+
* Used in [[Template:TOCright]]
+
*/
+
.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;
+
 
}
 
}
+
table.ambox-move {
/* make the list of references look smaller and highlight clicked reference in blue */
+
    border-left: 10px solid #9932cc;   /* Purple */
ol.references {
+
font-size: 100%;
+
 
}
 
}
.references-small {
+
table.ambox-protection {
font-size: 90%;
+
    border-left: 10px solid #bba;       /* Gray-gold */
 
}
 
}
ol.references > li:target {
+
 
background-color: #ddeeff;
+
/* Image message box styles */
 +
table.imbox {
 +
    margin: 4px 10%;
 +
    border-collapse: collapse;
 +
    border: 3px solid #1e90ff;    /* Default "notice" blue */
 +
    background: #fbfbfb;
 
}
 
}
sup.reference:target {
+
.imbox .mbox-text .imbox {   /* For imboxes inside imbox-text cells. */
background-color: #ddeeff;
+
    margin: 0 -0.5em;   /* 0.9 - 0.5 = 0.4em left/right. */
 
}
 
}
+
.mbox-inside .imbox {    /* For imboxes inside other templates. */
+
    margin: 4px;
/**
+
* Styling for links generated by [[MediaWiki:Edittools]]
+
* @source www.mediawiki.org/wiki/Extension:CharInsert#Styling
+
* @updated 2012-02-29
+
*/
+
.mw-charinsert-buttons {
+
margin-top: 10px;
+
border: 1px solid #aaaaaa;
+
padding: 1px;
+
text-align: center;
+
font-size: 110%;
+
 
}
 
}
.mw-charinsert-buttons a {
+
 
color: black;
+
table.imbox-notice {
background-color: #cde !important;
+
    border: 3px solid #1e90ff;   /* Blue */
font-weight: bold;
+
font-size: .9em;
+
text-decoration: none;
+
border: thin #069 outset;
+
padding: 0 .1em .1em;
+
 
}
 
}
.mw-charinsert-buttons a:hover,
+
table.imbox-speedy {
.mw-charinsert-buttons a:active {
+
    border: 3px solid #b22222;   /* Red */
background-color: #bcd;
+
    background: #fee;             /* Pink */
border-style: inset;
+
 
}
 
}
.client-js .mw-edittools-section {
+
table.imbox-delete {
display: inline;
+
    border: 3px solid #b22222;   /* Red */
 
}
 
}
.client-js .mw-edittools-section input[type="button"] {
+
table.imbox-content {
font-size: 0.9em;
+
    border: 3px solid #f28500;   /* Orange */
padding-left: 1px;
+
padding-right: 1px;
+
margin-left: 1px;
+
 
}
 
}
+
table.imbox-style {
/* from [[User:Splarka/Help:Linked images]] */
+
    border: 3px solid #f4c430;   /* Yellow */
.imagelink_wikilogo a {
+
width: 135px;
+
height: 135px;
+
display: block;
+
text-decoration: none;
+
background-image: url(//upload.wikimedia.org/wikipedia/mediawiki/b/bc/Wiki.png);
+
 
}
 
}
+
table.imbox-move {
/** reduced subset of the mbox styles from enwiki, mainly for the nice boxflow **/
+
    border: 3px solid #9932cc;   /* Purple */
table.mbox {
+
margin: 4px 10%;
+
border-collapse: collapse;
+
border: 1px solid #aaa; /* Default "notice" gray */
+
background: #f9f9f9;
+
 
}
 
}
table.mbox-wide {
+
table.imbox-protection {
margin: 4px 0;
+
    border: 3px solid #bba;       /* Gray-gold */
 
}
 
}
+
table.imbox-license {
th.mbox-text,
+
    border: 3px solid #88a;       /* Dark gray */
td.mbox-text { /* The message body cell(s) */
+
    background: #f7f8ff;         /* Light gray */
border: none;
+
/* 0.9em left/right */
+
padding: 0.25em 0.9em;
+
/* Make all mboxes the same width regardless of text length */
+
width: 100%;
+
 
}
 
}
/* The left image cell */
+
table.imbox-featured {
td.mbox-image {
+
    border: 3px solid #cba135;   /* Brown-gold */
border: none;
+
/* 0.9em left, 0px right */
+
padding: 2px 0 2px 0.9em;
+
text-align: center;
+
 
}
 
}
/* The right image cell */
+
 
td.mbox-imageright {
+
/* Category message box styles */
border: none;
+
table.cmbox {
/* 0px left, 0.9em right */
+
    margin: 3px 10%;
padding: 2px 0.9em 2px 0;
+
    border-collapse: collapse;
text-align: center;
+
    border: 1px solid #aaa;  
 +
    background: #DFE8FF;   /* Default "notice" blue */
 
}
 
}
/* An empty narrow cell */
+
 
td.mbox-empty-cell {
+
table.cmbox-notice {
border: none;
+
    background: #D8E8FF;   /* Blue */
padding: 0px;
+
width: 1px;
+
 
}
 
}
+
table.cmbox-speedy {
/**
+
    margin-top: 4px;
* These mbox-small classes must be placed after all other
+
    margin-bottom: 4px;
* ambox/tmbox/ombox etc classes. "body.mediawiki" is so
+
    border: 4px solid #b22222;   /* Red */
* they override "table.ambox + table.ambox" above.
+
    background: #FFDBDB;         /* Pink */
*/
+
/* For the "small=yes" option. */
+
body.mediawiki table.mbox-small {
+
clear: right;
+
float: right;
+
margin: 4px 0 4px 1em;
+
width: 238px;
+
font-size: 88%;
+
line-height: 1.25em;
+
 
}
 
}
/* For the "small=left" option. */
+
table.cmbox-delete {
body.mediawiki table.mbox-small-left {
+
    background: #FFDBDB;   /* Red */
margin: 4px 1em 4px 0;
+
width: 238px;
+
border-collapse: collapse;
+
font-size: 88%;
+
line-height: 1.25em;
+
 
}
 
}
+
table.cmbox-content {
/**
+
    background: #FFE7CE;   /* Orange */
* These are the same colours as the enwiki
+
* 'cmbox' styles; just with different names.
+
*/
+
table.mbox-critical {
+
/* Red */
+
border: 4px solid #b22222;
+
/* Pink */
+
background: #FFDBDB;
+
 
}
 
}
table.mbox-important {
+
table.cmbox-style {
/* Red */
+
    background: #FFF9DB;    /* Yellow */
background: #FFDBDB;
+
 
}
 
}
table.mbox-warning {
+
table.cmbox-move {
/* Orange */
+
    background: #E4D8FF;    /* Purple */
background: #FFE7CE;
+
 
}
 
}
table.mbox-caution {
+
table.cmbox-protection {
/* Yellow */
+
    background: #EFEFE1;   /* Gray-gold */
background: #FFF9DB;
+
 
}
 
}
table.mbox-notice {
+
 
/* Blue */
+
/* Other pages message box styles */
background: #D8E8FF;
+
table.ombox {
 +
    margin: 4px 10%;
 +
    border-collapse: collapse;
 +
    border: 1px solid #aaa;      /* Default "notice" gray */
 +
    background: #f9f9f9;
 
}
 
}
table.mbox-move {
+
 
/* Purple */
+
table.ombox-notice {
background: #E4D8FF;
+
    border: 1px solid #aaa;      /* Gray */
 
}
 
}
table.mbox-protection {
+
table.ombox-speedy {
/* Gray-gold */
+
    border: 2px solid #b22222;    /* Red */
background: #EFEFE1;
+
    background: #fee;             /* Pink */
 
}
 
}
table.mbox-license {
+
table.ombox-delete {
/* Dark gray */
+
    border: 2px solid #b22222;   /* Red */
border: 3px solid #88a;
+
/* Light gray */
+
background: #f7f8ff;
+
 
}
 
}
+
table.ombox-content {
/**
+
    border: 1px solid #f28500;   /* Orange */
* Infoboxes
+
*/
+
.infobox {
+
float: right;
+
clear: right;
+
margin-bottom: 0.5em;
+
margin-left: 1em;
+
padding: 0.2em;
+
border: 1px solid #AAA;
+
background: #F9F9F9;
+
color: black;
+
 
}
 
}
+
table.ombox-style {
.infobox td,
+
    border: 1px solid #f4c430;   /* Yellow */
.infobox th {
+
vertical-align: top;
+
 
}
 
}
+
table.ombox-move {
.infobox caption {
+
    border: 1px solid #9932cc;   /* Purple */
margin-left: inherit;
+
font-size: larger;
+
 
}
 
}
+
table.ombox-protection {
.infobox.bordered {
+
    border: 2px solid #bba;       /* Gray-gold */
border-collapse: collapse;
+
 
}
 
}
 
   
 
   
.infobox.bordered td,
+
/* Talk page message box styles */
.infobox.bordered th {
+
table.tmbox {
border: 1px solid #AAA;
+
    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" */
.infobox.bordered .borderless td,
+
    margin: 2px 0;               /* class ensures that this declaration overrides other */
.infobox.bordered .borderless th {
+
    width: 100%;  /* For Safari and Opera */    /* styles (including mbox-small above) */
border: 0;
+
 
}
 
}
+
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when */
/**
+
    line-height: 1.5em;          /* also "nested", so reset styles that are  */ 
* Apparently the namespaces parameter
+
    font-size: 100%;             /* set in "mbox-small" above.                */
* for inputbox forces a checkbox.
+
* Let's hide it in the API sidebar
+
  */
+
.mw-inputbox-hideapicheck label[for="mw-inputbox-ns104"],
+
#mw-inputbox-ns104 {
+
display: none;
+
 
}
 
}
+
 
/** Testing for code review **/
+
table.tmbox-speedy {
div.mw-wordcloud {
+
    border: 2px solid #b22222;   /* Red */
width: 100%;
+
    background: #fee;             /* Pink */
text-align: justify;
+
 
}
 
}
+
table.tmbox-delete {
.mw-wordcloud-size-1 {
+
    border: 2px solid #b22222;   /* Red */
color: #222;
+
font-size: 2.4em;
+
 
}
 
}
.mw-wordcloud-size-2 {
+
table.tmbox-content {
color: #333;
+
    border: 2px solid #f28500;   /* Orange */
font-size: 2.2em;
+
 
}
 
}
.mw-wordcloud-size-3 {
+
table.tmbox-style {
color: #444;
+
    border: 2px solid #f4c430;   /* Yellow */
font-size: 2.0em;
+
 
}
 
}
.mw-wordcloud-size-4 {
+
table.tmbox-move {
color: #555;
+
    border: 2px solid #9932cc;   /* Purple */
font-size: 1.8em;
+
 
}
 
}
.mw-wordcloud-size-5 {
+
table.tmbox-protection,
color: #666;
+
table.tmbox-notice {
font-size: 1.6em;
+
    border: 1px solid #c0c090;   /* Gray-brown */
 
}
 
}
.mw-wordcloud-size-6 {
+
 
color: #777;
+
/* Disambig and set index box styles */
font-size: 1.4em;
+
table.dmbox {
 +
    clear: both;
 +
    margin: 0.9em 1em;
 +
    border-top: 1px solid #ccc;  
 +
    border-bottom: 1px solid #ccc;
 +
    background: transparent;
 
}
 
}
.mw-wordcloud-size-7 {
+
color: #888;
+
/* Footer and header message box styles */
font-size: 1.2em;
+
table.fmbox {
 +
    clear: both;
 +
    margin: 0.2em 0;
 +
    width: 100%;
 +
    border: 1px solid #aaa;
 +
    background: #f9f9f9;     /* Default "system" gray */
 
}
 
}
.mw-wordcloud-size-8 {
+
table.fmbox-system {
color: #999;
+
    background: #f9f9f9;
font-size: 1em;
+
 
}
 
}
.mw-wordcloud-size-9 {
+
table.fmbox-warning {
color: #aaa;
+
    border: 1px solid #bb7070; /* Dark pink */
font-size: 0.8em;
+
    background: #ffdbdb;       /* Pink */
letter-spacing: 3px;
+
 
}
 
}
.mw-wordcloud-size-10,
+
table.fmbox-editnotice {
.mw-wordcloud-size-0 {
+
    background: transparent;
color: #bbb;
+
font-size: 0.8em;
+
 
}
 
}
+
/* Div based "warning" style fmbox messages. */
/* Styling for related links and disambiguation links */
+
div.mw-warning-with-logexcerpt,
.rellink,
+
div.mw-lag-warn-high,
.dablink {
+
div.mw-cascadeprotectedwarning {
font-style: italic;
+
    clear: both;
margin-bottom: 0.5em;
+
    margin: 0.2em 0;
padding-left: 2em;
+
    border: 1px solid #bb7070;
 +
    background: #ffdbdb;
 +
    padding: 0.25em 0.9em;
 
}
 
}
+
/* Div based "system" style fmbox messages. Used in
/* @todo FIXME: document me :) */
+
  [[MediaWiki:Noarticletext]] and [[MediaWiki:Readonly lag]]. */
#signuptopbox li {
+
div.mw-lag-warn-normal,
float: left;
+
div.noarticletext,
list-style: none;
+
div.fmbox-system {
font-family: sans-serif;
+
    clear: both;
 +
    margin: 0.2em 0;
 +
    border: 1px solid #aaa;
 +
    background: #f9f9f9;
 +
    padding: 0.25em 0.9em;
 
}
 
}
#signuptopbox li {
+
 
color: #3ca7d4;
+
/* These mbox-small classes must be placed after all other
background: #c2e1f9;
+
  ambox/tmbox/ombox etc classes. "body.mediawiki" is so
line-height: 2.8em;
+
  they override "table.ambox + table.ambox" above. */
margin-right: .25em;
+
body.mediawiki table.mbox-small {   /* For the "small=yes" option. */
padding-right: .5em;
+
    clear: right;
 +
    float: right;
 +
    margin: 4px 0 4px 1em;
 +
    width: 238px;
 +
    font-size: 88%;
 +
    line-height: 1.25em;
 
}
 
}
#signuptopbox li.pr-active,
+
body.mediawiki table.mbox-small-left {   /* For the "small=left" option. */
#signuptopbox li.pr-active div {
+
    margin: 4px 1em 4px 0;
color: #67ca36;
+
    width: 238px;
background: #d4f9c2;
+
    border-collapse: collapse;
border-color: #fff #fff #fff #67ca36;
+
    font-size: 88%;
 +
    line-height: 1.25em;
 
}
 
}
#signuptopbox li div {
+
 
width: 0;
+
 
height: 0;
+
/* Support for Template:IPA, Template:Unicode and Template:Polytonic.
border-color: #fff #fff #fff #3CA7D4;
+
  The second declarations reset the styles for all browsers except
border-style: solid;
+
  IE6, which chokes on the empty comment tags. Please copy any changes
border-width: 1.4em .3em 1.4em 1.4em;
+
  to [[Template:IPA fonts]] and [[Template:Unicode fonts]].
float: left;
+
*/
 +
.IPA {
 +
    font-family: "Charis SIL", "Doulos SIL", Gentium, GentiumAlt,
 +
                "DejaVu Sans", Code2000, "TITUS Cyberbit Basic",
 +
                "Arial Unicode MS", "Lucida Sans Unicode",
 +
                "Chrysanthi Unicode";
 +
    font-family /**/: inherit;
 
}
 
}
#signuptopbox li span.pr-number {
+
.Unicode {
display: block;
+
    font-family: Code2000, Code2001, "Free Serif", "TITUS Cyberbit Basic",
width: 1.8em;
+
                "Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit",
line-height: 1.8em;
+
                "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt,
background: #3ca7d4;
+
                "Lucida Grande", "Free Sans", "Arial Unicode MS",
color: #c2e1f9;
+
                "Microsoft Sans Serif", "Lucida Sans Unicode";
text-align: center;
+
    font-family /**/: inherit;
margin: .5em;
+
-webkit-border-radius: 50%;
+
-moz-border-radius: 50%;
+
-ms-border-radius: 50%;
+
-o-border-radius: 50%;
+
border-radius: 50%;
+
font-weight: 600;
+
float: left;
+
 
}
 
}
#signuptopbox li.pr-active span.pr-number {
+
.latinx {
background: #67ca36;
+
    font-family: Code2000, Code2001, "TITUS Cyberbit Basic", "Microsoft Sans Serif";
color: #d4f9c2;
+
    font-family /**/: inherit;
 
}
 
}
#signuptopbox li span {
+
.polytonic {
float: left;
+
    font-family: "Athena Unicode", Gentium, "Palatino Linotype",
 +
                "Arial Unicode MS", "Lucida Sans Unicode",
 +
                "Lucida Grande", Code2000;
 +
    font-family /**/: inherit;
 
}
 
}
#signuptopbox li.pr-spacer {
+
 
padding: 0;
+
#wpSave {
 +
    font-weight: bold;
 
}
 
}
+
 
/* BREADCRUMB CODE */
+
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
+
.hiddenStructure {
.breadcrumb {
+
    display: inline ! important;
list-style: none;
+
    color: #f00;  
overflow: hidden;
+
    background-color: #0f0;
font: 14px Helvetica, Arial, sans-serif;
+
 
}
 
}
.breadcrumb li {
+
 
float: left;
+
/* suppress missing interwiki image links where #ifexist cannot
margin-bottom: 0;
+
  be used due to high number of requests see .hidden-redlink on
 +
  http://meta.wikimedia.org/wiki/MediaWiki:Common.css
 +
*/
 +
.check-icon a.new {
 +
    display: none;  
 +
    speak: none;
 
}
 
}
.breadcrumb li a {
+
 
color: white;
+
/* Removes underlines from links */
text-decoration: none;
+
.nounderlines a {  
padding: 10px 0 10px 45px;
+
    text-decoration: none;
position: relative;
+
display: block;
+
float: left;
+
 
}
 
}
+
 
.breadcrumb li a:after {
+
/* Remove underline from IPA links */
content: " ";
+
.IPA a:link, .IPA a:visited {
display: block;
+
    text-decoration: none;
width: 0;
+
height: 0;
+
/* Go big on the size, and let overflow hide */
+
border-top: 50px solid transparent;
+
border-bottom: 50px solid transparent;
+
position: absolute;
+
top: 50%;
+
margin-top: -50px;
+
left: 100%;
+
z-index: 2;
+
 
}
 
}
   
+
 
.breadcrumb li a:before {
+
/* Standard Navigationsleisten, aka box hiding thingy
content: " ";
+
  from .de. Documentation at [[Wikipedia:NavFrame]]. */
display: block;
+
div.NavFrame {
width: 0;
+
    margin: 0;
height: 0;
+
    padding: 4px;
border-top: 50px solid transparent;
+
    border: 1px solid #aaa;
border-bottom: 50px solid transparent;
+
    text-align: center;
border-left: 31px solid white;
+
    border-collapse: collapse;
position: absolute;
+
    font-size: 95%;
top: 50%;
+
margin-top: -50px;
+
margin-left: 1px;
+
left: 100%;
+
z-index: 1;
+
 
}
 
}
+
div.NavFrame + div.NavFrame {
.breadcrumb li:first-child a {
+
    border-top-style: none;
padding-left: 20px;
+
    border-top-style: hidden;
 
}
 
}
+
div.NavPic {
.currentcrumb a {
+
    background-color: #fff;
background: #069;
+
    margin: 0;
 +
    padding: 2px;
 +
    float: left;
 
}
 
}
+
div.NavFrame div.NavHead {
.currentcrumb a:after {
+
    height: 1.6em;
border-left: 30px solid #069;
+
    font-weight: bold;
 +
    background-color: #ccf;
 +
    position: relative;
 
}
 
}
+
div.NavFrame p {
.currentcrumb a:hover,
+
    font-size: 100%;
.prevcrumb a:hover,
+
.nextcrumb a:hover {
+
background: #002d44;
+
 
}
 
}
+
div.NavFrame div.NavContent {
.currentcrumb a:hover:after,
+
    font-size: 100%;
.prevcrumb a:hover:after,
+
.nextcrumb a:hover:after {
+
border-left-color: #002d44 !important;
+
 
}
 
}
+
div.NavFrame div.NavContent p {
.prevcrumb a {
+
    font-size: 100%;
background: #396;
+
 
}
 
}
+
div.NavEnd {
.prevcrumb a:after {
+
    margin: 0;
border-left: 30px solid #396;
+
    padding: 0;
 +
    line-height: 1px;
 +
    clear: both;
 
}
 
}
+
a.NavToggle {
.nextcrumb a {
+
    position: absolute;
background: #999;
+
    top: 0;
 +
    right: 3px;
 +
    font-weight: normal;
 +
    font-size: 90%;
 
}
 
}
+
 
.nextcrumb a:after {
+
/* Coloured watchlist numbers */
border-left: 30px solid #999;
+
.mw-plusminus-pos { color: #006400; } /* dark green */
 +
.mw-plusminus-neg { color: #8B0000; } /* dark red */
 +
 
 +
.rellink,
 +
.dablink {
 +
    font-style: italic;
 +
    padding-left: 2em;
 
}
 
}
+
.rellink i,
/* To facilitate rtl translations */
+
.dablink i {
#bodyContent .table-RTL a {
+
    font-style: normal;
background: none;
+
padding-right: 0;
+
 
}
 
}
+
 
#bodyContent .table-RTL ul {
+
/* Style for horizontal UL lists */
margin-right: 10px;
+
.horizontal ul {
display: table;
+
    padding: 0;
 +
    margin: 0;
 
}
 
}
+
.horizontal li {
/* Fix annoying bug where the "date" column in the LQT sometimes
+
    padding: 0 0.6em 0 0.4em;
* is two rows because of the date being too long even through there is
+
    display: inline;
* enough space (otherwise the browser makes it's own decision on where to cut)
+
    border-right: 1px solid;
*/
+
.lqt_toc th:nth-child(3),
+
.lqt_toc td:nth-child(3) {
+
white-space: nowrap;
+
 
}
 
}
+
.horizontal li:last-child {
.persian {
+
    border-right: none;
font-family: Tahoma;
+
    padding-right: 0;
 
}
 
}
+
 
/**
+
/* Allow transcluded pages to display in lists rather than a table.
* Fix so <syntaxhighlight> tags and .css and .js pages get normal text size.
+
  Compatible in Firefox; incompatible in IE6. */
* [[bugzilla:26204]]
+
.listify td    { display: list-item; }
 +
.listify tr    { display: block; }
 +
.listify table { display: block; }
 +
 
 +
/* Geographical coordinates defaults. See [[Template:Coord/link]]
 +
  for how these are used. The classes "geo", "longitude", and
 +
  "latitude" are used by the [[Geo microformat]].
 
  */
 
  */
div.mw-geshi div,
+
.geo-default, .geo-dms, .geo-dec  { display: inline; }
div.mw-geshi div pre,
+
.geo-nondefault, .geo-multi-punct { display: none; }
span.mw-geshi,
+
.longitude, .latitude            { white-space: nowrap; }
pre.source-css,
+
 
pre.source-javascript {
+
/* When <div class="nonumtoc"> is used on the table of contents,
font-family: monospace, "Courier New" !important;
+
  the ToC will display without numbers */
 +
.nonumtoc .tocnumber { display: none; }
 +
.nonumtoc #toc ul,
 +
.nonumtoc .toc ul {
 +
    line-height: 1.5em;
 +
    list-style: none;
 +
    margin: .3em 0 0;
 +
    padding: 0;
 
}
 
}
+
.nonumtoc #toc ul ul,
/**
+
.nonumtoc .toc ul ul {
* Manual:Database_layout
+
    margin: 0 0 0 2em;
 +
}
 +
 
 +
/* 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).
 
  */
 
  */
.mwmanual-dbview-box img {
+
.toclimit-2 .toclevel-2,
opacity: 0.5;
+
.toclimit-3 .toclevel-3,
 +
.toclimit-4 .toclevel-4,
 +
.toclimit-5 .toclevel-5,
 +
.toclimit-6 .toclevel-6,
 +
.toclimit-7 .toclevel-7 { display: none; }
 +
 
 +
/* Styling for Template:Quote */
 +
blockquote.templatequote {
 +
    margin-top: 0;
 +
}
 +
blockquote.templatequote div.templatequotecite {
 +
    line-height: 1em;
 +
    text-align: left;
 +
    padding-left: 2em;
 +
    margin-top: 0;
 +
}
 +
blockquote.templatequote div.templatequotecite cite {
 +
    font-size: 85%;
 +
}
 +
 
 +
div.user-block {
 +
    padding: 5px;
 +
    border: 1px solid #A9A9A9;
 +
    background-color: #FFEFD5;
 +
}
 +
 
 +
/* Prevent line breaks in silly places:
 +
  1) links when we don't want them to
 +
  2) HTML formulae
 +
  3) Ref tags with group names <ref group="Note"> --> "[Note 1]"
 +
*/
 +
.nowraplinks a,
 +
span.texhtml,
 +
sup.reference a { white-space: nowrap; }
 +
 
 +
/* For template documentation */
 +
.template-documentation {
 +
    clear: both;
 +
    margin: 1em 0 0 0;
 +
    border: 1px solid #aaa;
 +
    background-color: #ecfcf4;
 +
    padding: 5px;
 +
}
 +
 
 +
.thumbinner {
 +
    min-width: 100px;
 +
}
 +
 
 +
/* Inline divs in ImageMaps (code borrowed from de.wiki) */
 +
.imagemap-inline div {
 +
    display: inline;
 +
}
 +
 
 +
/* Increase the height of the image upload box */
 +
#wpUploadDescription {
 +
    height: 13em;
 +
}
 +
 
 +
/* Reduce line-height for <sup> and <sub> */
 +
sup, sub {
 +
    line-height: 1em;
 
}
 
}
.mwmanual-dbview-box:hover img {
+
 
opacity: 0.8;
+
 
 +
/* The backgrounds for galleries. */
 +
#content .gallerybox div.thumb {
 +
    background-color: #F9F9F9;   /* Light gray padding */
 
}
 
}
.mwmanual-dbview-link {
+
/* Put a chequered background behind images, only visible if they have transparency */
background: rgb(198, 212, 235);
+
.gallerybox .thumb img,
background: hsla(217, 48%, 85%, 0.8);
+
#file img {
border: 1px solid #0645AD;
+
    background: white url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
border-radius: 4px;
+
padding: 10px 5px;
+
text-align: center;
+
font-weight: bold;
+
 
}
 
}
.mwmanual-dbview-box:hover .mwmanual-dbview-link {
+
/* But no chequered background on articles, user pages or portals. */
background: hsla(215, 46%, 95%, 0.8);
+
.ns-0 .gallerybox .thumb img,
 +
.ns-2 .gallerybox .thumb img,
 +
.ns-100 .gallerybox .thumb img {
 +
    background: white;
 
}
 
}
.mwmanual-dbview-link:hover {
+
 
background: hsla(215, 46%, 95%, 0.9);
+
/* 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;
 
}
 
}
 +
 +
/* 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 */
 +
 +
/* </nowiki></pre> */

Latest revision as of 03:42, 31 March 2012

/*
ATTENTION ADMINISTRATORS:
 
This is the CSS for all skins.  
 
Testing can be done on your own user Monobook.css. In [[wikipedia:Mozilla|Mozilla]] and
[[wikipedia:Opera (web browser)|Opera]], you can also test style changes dynamically
with the [http://www.squarefree.com/bookmarklets/webdevel.html test styles]
bookmarklet from squarefree.com. It pops up a window for adding style rules,
and updates the page as you type.
 
Always check with the after any changes.

See also: [[Wikipedia:Catalogue of CSS classes|catalogue of CSS classes]].
 
Thank you.
*/

/* <pre><nowiki> */

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

/* Margins for <ol> and <ul> */
#content ol, #content ul,
#mw_content ol, #mw_content ul {
  margin-bottom: 0.5em;
}

/* Make the list of references in [[Template:Reflist]] smaller */
.references-small { 
    font-size: 90%;
}

/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
/* Please ignore any validator errors caused by these two lines */
.references-2column {
    font-size: 90%;
    -moz-column-count: 2;
    column-count: 2;
}

/* Highlight clicked reference in blue to help navigation */
ol.references > li:target,
sup.reference:target,
cite:target { 
    background-color: #DEF;
}

/* Ensure refs in table headers and the like aren't bold or italic */
sup.reference {
    font-weight: normal;
    font-style: normal;
}


/* Styling for citations */
cite {
    font-style: normal;
    word-wrap: break-word;
}

/* For linked citation numbers and document IDs, where
   the number need not be shown on a screen or a handheld,
   but should be included in the printed version
*/
@media screen, handheld, projection {
    cite *.printonly {
        display: none;
    }
}


/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
.wikitable th,
.prettytable th {
    background: #f2f2f2;
    text-align: center;
}
.wikitable caption,
.prettytable caption {
    font-weight: bold;
}

/* Default skin for navigation boxes */
table.navbox {            /* Navbox container style */
  border: 1px solid #aaa;
  width: 100%; 
  margin: auto;
  clear: both;
  font-size: 88%;
  text-align: center;
  padding: 1px;
}
table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */
  margin-top: -1px;            /* (doesn't work for IE6, but that's okay)       */
}
.navbox-title,
.navbox-abovebelow,
table.navbox th {
  text-align: center;      /* Title and above/below styles */
  padding-left: 1em;
  padding-right: 1em;
}
.navbox-group {            /* Group style */
  white-space: nowrap;
  text-align: right;
  font-weight: bold;
  padding-left: 1em;
  padding-right: 1em;
}
.navbox, .navbox-subgroup {
  background: #fdfdfd;     /* Background color */
}
.navbox-list {
  border-color: #fdfdfd;   /* Must match background color */
}
.navbox-title,
table.navbox th {
  background: #ccccff;     /* Level 1 color */
}
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
  background: #ddddff;     /* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
  background: #e6e6ff;     /* Level 3 color */
}
.navbox-even {
  background: #f7f7f7;     /* Even row striping */
}
.navbox-odd {
  background: transparent; /* Odd row striping */
}

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


/* Infobox template style */
.infobox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: right;
    clear: right;
}
.infobox td,
.infobox th {
    vertical-align: top;
}
.infobox caption {
    font-size: larger;
}
.infobox.bordered {
    border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
    border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
    border: 0;
}

.infobox.sisterproject {
    width: 20em;
    font-size: 90%;
}

.infobox.standard-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
}
.infobox.standard-talk.bordered td,
.infobox.standard-talk.bordered th {
    border: 1px solid #c0c090;
}

/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
    border: 0;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

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

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

.infobox.geography  td,
.infobox.geography  th {
    border-top: solid 1px #aaa;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
    border-top: solid 1px #aaa;
    padding: 0.4em 0.6em 0.2em 0.6em;
}

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

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

.infobox.geography .maptable td,
.infobox.geography .maptable th {
    border: 0;
    padding: 0;
}

/* Makes redirects appear in italics in categories and on [[Special:Allpages]] */
.redirect-in-category, .allpagesredirect {
    font-style: italic;
}

/* Icons for medialist templates [[Template:Listen]],
   [[Template:Multi-listen_start]], [[Template:Video]],
   [[Template:Multi-video_start]]
*/
div.listenlist {
    background:
        url("http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
    padding-left: 40px;
}

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

/* 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,
#mw_content  a[href$=".pdf"].external, 
#mw_content  a[href*=".pdf?"].external, 
#mw_content  a[href*=".pdf#"].external,
#mw_content  a[href$=".PDF"].external, 
#mw_content  a[href*=".PDF?"].external, 
#mw_content  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. */
#bodyContent span.PDFlink a,
#mw_content 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;
    padding-right: 17px;
}

/* Remove link styling. Already defined in monobook
   and modern, but not defined in the other skins. Bug 18708 */
#bodyContent .plainlinks a {
    background: none !important;
    padding: 0 !important;
}

/* Content in columns with CSS instead of tables [[Template:Columns]] */
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;
}

/* Make sure that "external references" from templates like [[Template:Ref]] 
   do not get URL expansion, not even when printed. The anchor itself has 
   class "external autonumber" and the url expansion is inserted when printing 
   (see [http://en.wikipedia.org/skins-1.5/common/commonPrint.css]) using the
   ":after" pseudo-element.
*/
.nourlexpansion a.external.text:after,
.nourlexpansion a.external.autonumber:after {
    display: none !important;
}

/* Messagebox templates */
.messagebox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    width: 80%;
    margin: 0 auto 1em auto;
    padding: .2em;
}
.messagebox.merge {
    border: 1px solid #c0b8cc;
    background-color: #f0e5ff;
    text-align: center;
}
.messagebox.cleanup {
    border: 1px solid #9f9fff;
    background-color: #efefff;
    text-align: center;
}
.messagebox.standard-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    margin: 4px auto;
}
/* For old WikiProject banners inside banner shells. */
.mbox-inside .standard-talk,
.messagebox.nested-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    width: 100%;
    margin: 2px 0;
    padding: 2px;
}
.messagebox.small {
    width: 238px;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em; 
}
.messagebox.small-talk {
    width: 238px;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em; 
    background: #F8EABA;
}


/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text {     /* The message body cell(s) */
    border: none; 
    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; 
    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;
}

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

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

/* Image message box styles */
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: #D8E8FF;    /* Blue */
}
table.cmbox-speedy {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 4px solid #b22222;    /* Red */
    background: #FFDBDB;          /* Pink */
}
table.cmbox-delete {
    background: #FFDBDB;    /* Red */
}
table.cmbox-content {
    background: #FFE7CE;    /* Orange */
}
table.cmbox-style {
    background: #FFF9DB;    /* Yellow */
}
table.cmbox-move {
    background: #E4D8FF;    /* Purple */
}
table.cmbox-protection {
    background: #EFEFE1;    /* Gray-gold */
}

/* Other pages message box styles */
table.ombox {
    margin: 4px 10%; 
    border-collapse: collapse; 
    border: 1px solid #aaa;       /* Default "notice" gray */
    background: #f9f9f9;
}

table.ombox-notice {
    border: 1px solid #aaa;       /* Gray */
}
table.ombox-speedy {
    border: 2px solid #b22222;    /* Red */
    background: #fee;             /* Pink */
}
table.ombox-delete {
    border: 2px solid #b22222;    /* Red */
}
table.ombox-content {
    border: 1px solid #f28500;    /* Orange */
}
table.ombox-style {
    border: 1px solid #f4c430;    /* Yellow */
}
table.ombox-move {
    border: 1px solid #9932cc;    /* Purple */
}
table.ombox-protection {
    border: 2px solid #bba;       /* Gray-gold */
}
 
/* Talk page message box styles */
table.tmbox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #c0c090;    /* Default "notice" gray-brown */
    background: #f8eaba;
}
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" */
    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 {
    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;
}


/* Support for Template:IPA, Template:Unicode and Template:Polytonic.
   The second declarations reset the styles for all browsers except
   IE6, which chokes on the empty comment tags. Please copy any changes
   to [[Template:IPA fonts]] and [[Template:Unicode fonts]].
*/
.IPA {
    font-family: "Charis SIL", "Doulos SIL", Gentium, GentiumAlt,
                 "DejaVu Sans", Code2000, "TITUS Cyberbit Basic",
                 "Arial Unicode MS", "Lucida Sans Unicode",
                 "Chrysanthi Unicode";
    font-family /**/: inherit;
}
.Unicode {
    font-family: Code2000, Code2001, "Free Serif", "TITUS Cyberbit Basic",
                 "Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit",
                 "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt,
                 "Lucida Grande", "Free Sans", "Arial Unicode MS",
                 "Microsoft Sans Serif", "Lucida Sans Unicode";
    font-family /**/: inherit;
}
.latinx {
    font-family: Code2000, Code2001, "TITUS Cyberbit Basic", "Microsoft Sans Serif";
    font-family /**/: inherit;
}
.polytonic {
    font-family: "Athena Unicode", Gentium, "Palatino Linotype",
                 "Arial Unicode MS", "Lucida Sans Unicode",
                 "Lucida Grande", Code2000; 
    font-family /**/: inherit;
}

#wpSave {
    font-weight: bold;
}

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

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

/* Removes underlines from links */
.nounderlines a { 
    text-decoration: none;
}

/* Remove underline from IPA links */
.IPA a:link, .IPA a:visited {
    text-decoration: none;
}

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

/* Coloured watchlist numbers */
.mw-plusminus-pos { color: #006400; } /* dark green */
.mw-plusminus-neg { color: #8B0000; } /* dark red */

.rellink,
.dablink {
    font-style: italic;
    padding-left: 2em;
}
.rellink i,
.dablink i {
    font-style: normal;
}

/* Style for horizontal UL lists */
.horizontal ul {
    padding: 0;
    margin: 0;
}
.horizontal li { 
    padding: 0 0.6em 0 0.4em;
    display: inline;
    border-right: 1px solid;
}
.horizontal li:last-child {
    border-right: none;
    padding-right: 0;
}

/* Allow transcluded pages to display in lists rather than a table.
   Compatible in Firefox; incompatible in IE6. */
.listify td    { display: list-item; }
.listify tr    { display: block; }
.listify table { display: block; }

/* Geographical coordinates defaults. See [[Template:Coord/link]]
   for how these are used. The classes "geo", "longitude", and
   "latitude" are used by the [[Geo microformat]].
 */
.geo-default, .geo-dms, .geo-dec  { display: inline; }
.geo-nondefault, .geo-multi-punct { display: none; }
.longitude, .latitude             { white-space: nowrap; }

/* When <div class="nonumtoc"> is used on the table of contents,
   the ToC will display without numbers */
.nonumtoc .tocnumber { display: none; }
.nonumtoc #toc ul,
.nonumtoc .toc ul {
    line-height: 1.5em;
    list-style: none;
    margin: .3em 0 0;
    padding: 0;
}
.nonumtoc #toc ul ul, 
.nonumtoc .toc ul ul { 
    margin: 0 0 0 2em; 
}

/* 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-2,
.toclimit-3 .toclevel-3,
.toclimit-4 .toclevel-4,
.toclimit-5 .toclevel-5,
.toclimit-6 .toclevel-6,
.toclimit-7 .toclevel-7 { display: none; }

/* Styling for Template:Quote */
blockquote.templatequote { 
     margin-top: 0; 
}
blockquote.templatequote div.templatequotecite { 
    line-height: 1em;
    text-align: left;
    padding-left: 2em;
    margin-top: 0;
}
blockquote.templatequote div.templatequotecite cite {
    font-size: 85%;
}

div.user-block {
    padding: 5px;
    border: 1px solid #A9A9A9;
    background-color: #FFEFD5;
}

/* Prevent line breaks in silly places: 
   1) links when we don't want them to
   2) HTML formulae
   3) Ref tags with group names <ref group="Note"> --> "[Note 1]"
*/
.nowraplinks a,
span.texhtml,
sup.reference a { white-space: nowrap; }

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

.thumbinner {
    min-width: 100px;
}

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

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

/* Reduce line-height for <sup> and <sub> */
sup, sub {
    line-height: 1em;
}


/* The backgrounds for galleries. */
#content .gallerybox div.thumb {
    background-color: #F9F9F9;   /* Light gray padding */
}
/* Put a chequered background behind images, only visible if they have transparency */
.gallerybox .thumb img,
#file img {
    background: white url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
}
/* But no chequered background on articles, user pages or portals. */
.ns-0 .gallerybox .thumb img,
.ns-2 .gallerybox .thumb img,
.ns-100 .gallerybox .thumb img {
    background: white;
}

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

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

/* </nowiki></pre> */