MediaWiki:Commons.css: verschil tussen versies

Uit ECGpedia
Naar navigatie springen Naar zoeken springen
Geen bewerkingssamenvatting
Geen bewerkingssamenvatting
Regel 1: Regel 1:
/*
 
This is the CSS for all skins (for all users) on MediaWiki.org.  
MediaWiki:Common.css
From Wikipedia, the free encyclopedia
Jump to: navigation, search
 
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button. Firefox: hold down the Shift key while clicking Reload (or press Ctrl-Shift-R). Opera users have to clear their caches through Tools→Preferences; see the instructions for Opera. Konqueror and Safari users can just click the Reload button.
 
/* <source lang="css"> */
   
   
SECTIONS:
/* Main page fixes */
1. Indication of namespaces
#interwiki-completelist {
2. Color classes for content
    font-weight: bold;
3. Special pages
}
4. Main page styling
body.page-Main_Page #ca-delete {
5. Sidebar external links
    display: none !important;
6. Extension:Matrix stuff
}
7. Wikitables, infobox templates, warnings, and other such stylings
8. Some other small things
*/
   
   
/***** 1. INDICATION OF NAMESPACES *****/
body.page-Main_Page #mp-topbanner {
  clear: both;
}
   
   
/* Pseudo NS Special (light grey) */
/* Edit window toolbar */
.ns--2 #content { background: #f4f4f4; }
#toolbar {
.ns--2 div.thumb { border-color: #f4f4f4; }  
    height: 22px;
    margin-bottom: 6px;
}
   
   
/* NS Project + Project_talk (light sky blue) */
/* Margins for <ol> and <ul> */
.ns-4 #content, .ns-5 #content { background: #f8fcff; }
#content ol, #content ul,
.ns-4 div.thumb, .ns-5 div.thumb { border-color: #f8fcff; }  
#mw_content ol, #mw_content ul {
  margin-bottom: 0.5em;
}
   
   
/* NS MediaWiki + MediaWiki_talk (light grey) */
/* Make the list of references in [[Template:Reflist]] smaller */
.ns-8 #content, .ns-9 #content { background: #f4f4f4; }
.references-small {  
.ns-8 div.thumb, .ns-9 div.thumb { border-color: #f4f4f4; }  
    font-size: 90%;
}
   
   
/* NS Manual + Manual_talk (light bluish violet) */
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
.ns-100 #content, .ns-101 #content { background: #f3f3ff; }
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
.ns-100 div.thumb, .ns-101 div.thumb { border-color: #f3f3ff; }  
/* 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;
}
   
   
/* NS Help (but NOT Help_talk) (blue border and Public Domain icon)  */
/* Highlight clicked reference in blue to help navigation */
.ns-12 #content {
ol.references > li:target,
  border: 2px solid #0000cc; border-right: none;
sup.reference:target,
  background-image: url(http://upload.wikimedia.org/wikipedia/mediawiki/b/b8/PD-banner.png);
span.citation:target, cite:target {
  background-repeat: no-repeat;
    background-color: #DEF;
  background-position: right top;
}
}
.ns-12 #bodyContent {
  background-image: url(http://upload.wikimedia.org/wikipedia/mediawiki/6/67/PD-icon-faded.png);
/* Ensure refs in table headers and the like aren't bold or italic */
  background-repeat: no-repeat;
sup.reference {
  background-position: right 5em;
    font-weight: normal;
    font-style: normal;
}
}
   
   
/***** 2. COLOR CLASSES FOR CONTENT  *****/
/* Border colors */
.borderc1 { border-color: #e9e9e9; border-width: thin; }  /* light grey */
.borderc2 { border-color: #aaaaaa; border-width: thin; }  /* grey (as toc) */
.borderc3 { border-color: #777777; border-width: thin; }  /* dark grey */
.borderc4 { border-color: #000000; border-width: thin; }  /* black */
.borderc5 { border-color: #c00000; border-width: thin; }  /* red */
.borderc6 { border-color: #025e9d; border-width: thin; }  /* blue */
.borderc7 { border-color: #008040; border-width: thin; }  /* green */
.borderc8 { border-color: #ffcc00; border-width: thin; }  /* yellow */
/* Background colors */
.backgroundc1 { background-color: #ffffff; }  /* white */
.backgroundc2 { background-color: #f9f9f9; }  /* light grey (as toc)  */
.backgroundc3 { background-color: #eeeeee; }  /* light grey (headers) */
.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 *****/
/* Marking redirects  */
.allpagesredirect, .watchlistredir, .redirect-in-category { font-style: italic; }
/* Coloured edit size numbers on watchlist/recentchanges */
.mw-plusminus-pos { color: #006400; } /* darkgreen */
.mw-plusminus-neg { color: #8b0000; } /* darkred */
   
   
/* Consistent special page navigation */
/* Styling for citations */
.sp-cached {
span.citation, cite {
  background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/8c/Clock%20and%20warning.svg/20px-Clock%20and%20warning.svg);
    font-style: normal;
  background-position: 5px 3px;
    word-wrap: break-word;
  background-repeat: no-repeat;
  padding: 4px 0 4px 30px;
  font-style: italic;
  color: #606000;
  margin: 0.3em 0;
  border: 1px solid #eeee80;
  background-color: #ffffe0;
}
.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 {
/* For linked citation numbers and document IDs, where
  background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/Exquisite-kfind.png/45px-Exquisite-kfind.png);
  the number need not be shown on a screen or a handheld,
  but should be included in the printed version
*/
@media screen, handheld, projection {
    span.citation *.printonly, cite *.printonly {
        display: none;
    }
}
}
   
   
.mw-viewprevnext {
  display: block;
  border: 1px solid #cccccc;
  background-color: #f9f9f2;
  padding: 0.2em 0.4em;
}
   
   
/* Special:Statistics */
/* wikitable/prettytable class for skinning normal tables */
.StatsTable {
table.wikitable,
  background: transparent;
table.prettytable {
  width: 75%;
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
}
.StatsTable th {
.wikitable th, .wikitable td,
  vertical-align: middle;
.prettytable th, .prettytable td {
  text-align: center;
    border: 1px #aaa solid;
  width: 50px;
    padding: 0.2em;
}
}
.StatsTable th, .StatsTable td {
.wikitable th,
  background-color: #ffffff;
.prettytable th {
  padding: 0.5em 1em;
    background: #f2f2f2;
  border: 1px solid #ccccdd;
    text-align: center;
  margin: 0.4em;
}
}
.StatsTable tr {
.wikitable caption,
  background-color: #ffffff;
.prettytable caption {
    font-weight: bold;
}
}
   
   
/* Special:Search (more whitespace) */
/* Default skin for navigation boxes */
.page-Special_Search #search {
table.navbox {            /* Navbox container style */
   padding: 1em 0 2em 0;
  border: 1px solid #aaa;
  width: 100%;
  margin: auto;
  clear: both;
  font-size: 88%;
  text-align: center;
   padding: 1px;
}
}
.page-Special_Search #powersearch {
table.navbox + table.navbox { /* Single pixel border between adjacent navboxes */
   border: 1px solid #cccccc;
   margin-top: -1px;           /* (doesn't work for IE6, but that's okay)      */
  padding: 0.5em 0.5em;
}
}
.page-Special_Search #powersearch-namespaces {
.navbox-title,
.navbox-abovebelow,
table.navbox th {
  text-align: center;      /* Title and above/below styles */
   padding-left: 1em;
   padding-left: 1em;
   margin: 0.7em 0;
   padding-right: 1em;
}
}
.page-Special_Search #powersearch-namespaces label {
.navbox-group {           /* Group style */
   white-space: nowrap;
   white-space: nowrap;
   min-width: 8.4em;
   text-align: right;
   display: block;
   font-weight: bold;
   float: left;
   padding-left: 1em;
  padding-right: 1em;
}
}
.page-Special_Search br { clear: left; } /* Clear search button, but not check-boxes */
.navbox, .navbox-subgroup {
  background: #fdfdfd;     /* Background color */
/***** 4. MAIN PAGE STYLING *****/
}
.navbox-list {
#mainpage_topbox {
   border-color: #fdfdfd/* Must match background color */
  background: #f9f9f9;
  padding: 0px;
   border: 1px solid #aaaaaa;  
   margin: 0.2em 10px 10px;
}
}
.mainpage_boxtitle, .mainpage_hubtitle, #mainpage_pagetitle {
.navbox-title,
  font-size: 105%;
table.navbox th {
  padding: 0.4em;
   background: #ccccff;     /* Level 1 color */
   background-color: #eeeeee;
  border-bottom: 1px solid #aaaaaa;  
}
}
.mainpage_boxtitle {
.navbox-abovebelow,
   line-height: 120%;
.navbox-group,
.navbox-subgroup .navbox-title {
   background: #ddddff;     /* Level 2 color */
}
}
#mainpage_pagetitle {
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
   color: #cf7606;
   background: #e6e6ff;     /* Level 3 color */
  font-size: 200% !important;
}
}
#mainpage_sitelinks {
.navbox-even {
  padding: 0.2em;
   background: #f7f7f7;     /* Even row striping */
  text-align: center;
   background-color: white;
}
}
.mainpage_hubtitle {
.navbox-odd {
   text-align: center;
   background: transparent; /* Odd row striping */
}
}
.mainpage_boxcontents, .mainpage_boxcontents_small {
  background: #ffffff;
.collapseButton {         /* 'show'/'hide' buttons created dynamically */
   padding:0.2em 0.4em;
    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;
}
}
.mainpage_boxcontents_small {
.navbox .collapseButton { /* In navboxes, the show/hide button balances */
   font-size: 95%;
    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;
}
}
.mainpage_hubbox, #mainpage_newscell, #mainpage_downloadcell {
.infobox td,
  padding: 0;
.infobox th {
  border: 1px solid #aaaaaa;
    vertical-align: top;
}
}
.mainpage_hubbox {
.infobox caption {
  margin-bottom: 0;
    font-size: larger;
}
}
#mainpage_newscell {
.infobox.bordered {
  margin-bottom: 15px;
    border-collapse: collapse;
  margin-top: 0 !important;
}
}
#mainpage_newscell .mainpage_boxtitle {
.infobox.bordered td,
  background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/20px-Exquisite-khelpcenter.png);
.infobox.bordered th {
  background-repeat: no-repeat;
    border: 1px solid #aaa;
  background-position: 99% 0.3em;
  padding-right: 25px;
}
}
#mainpage_downloadcell {
.infobox.bordered .borderless td,
  width: 17em;
.infobox.bordered .borderless th {
  margin-bottom: 5px;  
    border: 0;
}
}
#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);
.infobox.sisterproject {
  background-repeat: no-repeat;
    width: 20em;
  background-position: 96% 0.33em;
    font-size: 90%;
  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 */
.infobox.standard-talk {
/*languages, so we can style things that apppear on the main page and also elsewhere.*/
    border: 1px solid #c0c090;
.mainpage #lastmod,
     background-color: #f8eaba;
.mainpage #siteSub,
}
.mainpage h1.firstHeading {
.infobox.standard-talk.bordered td,
     display: none !important;  
.infobox.standard-talk.bordered th {
}  
     border: 1px solid #c0c090;
.mainpage #content {  
     padding-top: 1em;  
}
}
   
   
/***** 5. SIDEBAR EXTERNAL LINKS *****/
/* 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;
}
   
   
#n-browse-cvs a, #n-phpdoc a, #n-Mailing-list a {
.infobox.bordered .mergedrow td,
  background: url(/skins-1.5/monobook/external.png) center right no-repeat;
.infobox.bordered .mergedrow th {
  padding-right: 13px;
    border: 0;
  color: #3366bb;
    border-right: 1px solid #aaa;
}
}
   
   
/***** 6. PRETTIFY [[Extension Matrix]] *****/
/* 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%;
}
   
   
.xm-table {
.infobox.geography  td,
  border: 1px solid #666666;
.infobox.geography  th {
  background-color: white;
    border-top: solid 1px #aaa;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
}
.xm-table td, .xm-table th {
.infobox.geography .mergedtoprow td,
  vertical-align: top;
.infobox.geography .mergedtoprow th {
  text-align: left;
    border-top: solid 1px #aaa;
  border: none;
    padding: 0.4em 0.6em 0.2em 0.6em;
  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,  
.infobox.geography .mergedrow td,
th.xm-updated,
.infobox.geography .mergedrow th {
th.xm-description {  
    border: 0;
  background-color: inherit;  
    padding: 0 0.6em 0.2em 0.6em;
  padding-bottom: 0.6ex;
}
  border-bottom: 1px solid #666666;
}
   
   
/***** 7. WIKITABLES, INFOBOX TEMPLATES, WARNINGS AND OTHER SUCH STYLINGS *****/
.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
    border-top: 0;
    border-bottom: solid 1px #aaa;
    padding: 0 0.6em 0.4em 0.6em;
}
   
   
/* Wikitable (Prettytable) class for skinning normal tables */
.infobox.geography .maptable td,
table.wikitable,
.infobox.geography .maptable th {
table.prettytable {
    border: 0;
  margin: 1em 1em 1em 0;
    padding: 0;
  background: #f9f9f9;
}
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
/* Makes redirects appear in italics in categories and on [[Special:Allpages]] */
  empty-cells: show;
.redirect-in-category, .allpagesredirect {
    font-style: italic;
}
}
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
/* Icons for medialist templates [[Template:Listen]],
  border: 1px #aaaaaa solid;
  [[Template:Multi-listen_start]], [[Template:Video]],
  padding: 0.2em 0.4em;
  [[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;
}
}
table.wikitable th, table.wikitable td.hl3, table.wikitable th.hl3,
table.prettytable th, table.prettytable td.hl3, table.wikitable th.hl3 {
/* Style rules for media list templates */
  background: #8da7d6;
div.medialist {
  text-align: center;
    min-height: 50px;
    margin: 1em;
    background-position: top left;
    background-repeat: no-repeat;
}
}
table.wikitable td.hl1, table.wikitable th.hl1,
div.medialist ul {
table.prettytable td.hl1, table.wikitable th.hl1 {
    list-style-type: none;  
  background: #c5d8fc;
    list-style-image: none;
  text-align: center;
    margin: 0;
}
}
table.wikitable td.hl2, table.wikitable th.hl2,
div.medialist ul li {
table.prettytable td.hl2, table.wikitable th.hl2 {
    padding-bottom: 0.5em;
  background: #a7c1f2;
  text-align: center;
}
}
table.wikitable caption,
div.medialist ul li li {
table.prettytable caption {
    font-size: 91%;
  margin-left: inherit;
    padding-bottom: 0;
  margin-right: inherit;
  font-weight: bold;
}
}
   
   
/* General purpose "pretty (data) tables" */
/* Change the external link icon to an Adobe icon for all PDF files
table.datatable { background-color: transparent; }
  in browsers that support these CSS selectors, like Mozilla and Opera */
table.datatable th, table.datatable td { padding: 4px; }
#content a[href$=".pdf"].external,
table.datatable th { text-align: left; background-color: #999999; }
#content a[href*=".pdf?"].external,
table.datatable tr { background-color: #cccccc; }
#content a[href*=".pdf#"].external,
table.datatable tr:hover { background-color: #ffffcc; }
#content a[href$=".PDF"].external,
#content a[href*=".PDF?"].external,
#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,  
#mw_content  a[href*=".PDF#"].external {
    background:  
        url("http://upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif")
        center right no-repeat;
    padding-right: 16px;
}
   
   
/* SideBox styling */
/* Change the external link icon to an Adobe icon anywhere the PDFlink class
div.sideBox {
  is used (notably Template:PDFlink). This works in IE, unlike the above. */
  position: relative;
#content span.PDFlink a,
  float: right;
#mw_content span.PDFlink a {
  background: white;
    background:  
  margin-left: 1em;
        url("http://upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif")
  border: 1px solid gray;
        center right no-repeat;
  padding: 0.3em;
    padding-right: 17px;
  width: 200px;
  overflow: hidden;
  clear: right;
}
}
div.sideBox dl { padding: 0; margin: 0 0 0.3em 0; font-size: 96%; }
div.sideBox dl dt { background: none; margin: 0.4em 0 0 0; }
div.sideBox dl dd { margin: 0.1em 0 0 1.1em; background-color: #f3f3f3; }
   
   
/* Extension infobox styling */
/* Content in columns with CSS instead of tables [[Template:Columns]] */
.ext-infobox {
div.columns-2 div.column {
  border: 2px solid #aaaaaa;
    float: left;
  width: 272px;  
    width: 50%;
  float: right;
    min-width: 300px;
  margin: 0 0 0.5em 0.5em;
  border-collapse: collapse;
  background-color: white;
}
}
.ext-infobox td {
div.columns-3 div.column {
  border: 2px none #aaaaaa;
    float: left;
  padding: 0.2em 0.5em;
    width: 33.3%;
  border-bottom: 1px solid #f0f0f0 !important;
    min-width: 200px;
}
div.columns-4 div.column {
    float: left;
    width: 25%;
    min-width: 150px;
}
}
.ext-header {
div.columns-5 div.column {
  background-color: #aaaaaa;
    float: left;
  color: white;
    width: 20%;
  text-align: left;
    min-width: 120px;
}
}
.ext-header td { padding-top: 0.5em; }
.ext-header img { padding: 0 0.2em 0 0.5em; }
.ext-status-unstable, .ext-status-unstable td { border-color: #990000; }
.ext-status-unstable .ext-header { background-color: #990000; color: #ffff00; }
.ext-status-experimental, .ext-status-experimental td { border-color: #cc6600; }
.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 */
/* Messagebox templates */
div.tip {
.messagebox {
  padding: 4px;
    border: 1px solid #aaa;
  margin-top: 4px;
    background-color: #f9f9f9;
  margin-bottom: 4px;
    width: 80%;
  min-height: 30px; /* IE users will hate this... */
    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;
}
}
div.tip-info {
.messagebox.small {
  border: 1px solid #cc9933;
    width: 238px;
  background-color: #cccc99;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em;  
}
}
div.tip-gotcha {
.messagebox.small-talk {
  border: 1px solid #cc0000;
    width: 238px;
  background-color: #cc6666;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em;  
    background: #F8EABA;
}
}
   
   
/* Language template */
.LanguageLinks { margin-top: 0.5em; }
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
.LanguageLinks table {
th.mbox-text, td.mbox-text {     /* The message body cell(s) */
  clear: both;
    border: none;
  border: 1px solid #aaaaaa;
    padding: 0.25em 0.9em;       /* 0.9em left/right */
  border-collapse: collapse;
    width: 100%;    /* Make all mboxes the same width regardless of text length */
  padding: 0.2em;
}
  margin: 0;
td.mbox-image {                 /* The left image cell */
  font-size: 85%;
    border: none;  
  margin: 0 1px;
    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;
}
}
.LanguageLinks span { white-space: nowrap; }
   
   
/* Version box on [[Manual:Downloading MediaWiki]] */
/* Article message box styles */
#DownloadVersionBox {
table.ambox {
   border: 2px solid black;
    margin: 0px 10%;   /* 10% = Will not overlap with other elements */
  border-collapse: collapse;  
    border: 1px solid #aaa;  
   margin: auto;
    border-left: 10px solid #1e90ff;    /* Default "notice" blue */
  width: 50%;
    background: #fbfbfb;  
  color: black;
}
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 */
}
}
#DownloadVersionBox td {
.ambox td.mbox-imageright {     /* The right image cell */
  border: 2px solid black;
    padding: 2px 0.5em 2px 0;   /* 0px left, 0.5em right */
  padding: 20px;
}
}
   
   
/* Major warning - used on the main page template to warn against editing carelessly, but can be used elsewhere as well */
table.ambox-notice {
.majorwarning {
    border-left: 10px solid #1e90ff;    /* Blue */
  background: yellow;  
}
  padding: 0.3em;  
table.ambox-speedy {
  text-align: center;  
    border-left: 10px solid #b22222;    /* Red */
  font-size: 125%;  
    background: #fee;                   /* Pink */
  border: 2px solid red;
}
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 */
}
}
   
   
/* Page headings used throughout the wiki (though not very much at the time of writing…) */  
/* Image message box styles */
.page-notice, .page-warning {
table.imbox {
  border-width: 1px;  
    margin: 4px 10%;
  border-style: solid;
    border-collapse: collapse;  
  padding: 0.3em 0.5em;
    border: 3px solid #1e90ff;   /* Default "notice" blue */
  margin-bottom: 1em;
    background: #fbfbfb;
  width: 95%;
}
  margin-left: auto;
.imbox .mbox-text .imbox {    /* For imboxes inside imbox-text cells. */
  margin-right: auto;
    margin: 0 -0.5em;   /* 0.9 - 0.5 = 0.4em left/right. */
  text-align: center;
}
.mbox-inside .imbox {    /* For imboxes inside other templates. */
    margin: 4px;
}
}
   
   
/* Informative notices at the top of pages (blue) */
table.imbox-notice {
.page-notice {
    border: 3px solid #1e90ff;   /* Blue */
  background-color: #f9f9f9;
  border-color: #025e9d;
  text-align: left;
}
}
table.imbox-speedy {
/* Warning information at the top of pages  (red) */
    border: 3px solid #b22222;    /* Red */
.page-warning {
    background: #fee;            /* Pink */
  background-color: #ffffff;
}
  border-color: #c51919;
table.imbox-delete {
  border-width: 2px;
    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 */
}
}
.pw-head { color: #c51919; font-weight: bold; }
table.imbox-license {
    border: 3px solid #88a;       /* Dark gray */
/* Used in Template:Notice */
     background: #f7f8ff;          /* Light gray */
.block-note {
     background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Bulbgraph.png/18px-Bulbgraph.png);
    background-position: top left;
    background-repeat: no-repeat;
}
}
/*
table.imbox-featured {
  Using block-contents in the hope that it can apply to all block-level warning templates,
     border: 3px solid #cba135;   /* Brown-gold */
  with different images applied as backgrounds to the wrapping DIV.
*/
.block-contents {
     display: block;
    padding-left: 20px;
}
}
   
   
/* Template documentation ([[Template:Documentation]]) */
/* Category message box styles */
.template-documentation {
table.cmbox {
     clear: both;
     margin: 3px 10%;
     margin: 1em 0 0 0;
     border-collapse: collapse;
     border: 1px solid #aaa;  
     border: 1px solid #aaa;  
     background-color: #ecfcf4;
     background: #DFE8FF;   /* Default "notice" blue */
    padding: 5px;
}
}
   
   
/***** 8. SOME OTHER SMALL THINGS *****/
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 */
}
   
   
/* Give a bit of space to the TOC */
/* Other pages message box styles */
#toc { margin: 1em 0; }
table.ombox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #aaa;      /* Default "notice" gray */
    background: #f9f9f9;
}
   
   
/* make the list of references look smaller and highlight clicked reference in blue */
table.ombox-notice {
ol.references { font-size: 100%; }
    border: 1px solid #aaa;      /* Gray */
.references-small { font-size: 90%;}
}
ol.references > li:target { background-color: #ddeeff; }
table.ombox-speedy {
sup.reference:target { background-color: #ddeeff; }
    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 */
}
   
   
/* Printing of thumbnails (bug 1583) */
/* Talk page message box styles */
div.tright { clear: right; }
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.                */
}
   
   
/* extra buttons for edit dialog (from commons:MediaWiki:Common.css) */
table.tmbox-speedy {
.my-buttons { padding: 0.5em; }
    border: 2px solid #b22222;    /* Red */
.my-buttons a {
    background: #fee;            /* Pink */
  color: black;
}
  background-color: #ccddee !important;
table.tmbox-delete {
  font-weight: bold;
    border: 2px solid #b22222;   /* Red */
  font-size: 0.9em;
}
  text-decoration: none;
table.tmbox-content {
  border: thin #006699 outset;
    border: 2px solid #f28500;   /* Orange */
  padding: 0 0.1em 0.1em 0.1em;
}
}
table.tmbox-style {
.my-buttons a:hover, .my-buttons a:active {
    border: 2px solid #f4c430;   /* Yellow */
  background-color: #bbccdd;
}
  border-style: inset;
table.tmbox-move {
}
    border: 2px solid #9932cc;   /* Purple */
}
table.tmbox-protection,
table.tmbox-notice {
    border: 1px solid #c0c090;   /* Gray-brown */
}
   
   
/* from [[User:Splarka/Help:Linked images]] */
/* Disambig and set index box styles */
.imagelink_wikilogo a {
table.dmbox {
  width: 135px;
    clear: both;  
  height: 135px;
    margin: 0.9em 1em;  
  display: block;
    border-top: 1px solid #ccc;  
  text-decoration: none;
    border-bottom: 1px solid #ccc;  
  background-image: url("http://upload.wikimedia.org/wikipedia/mediawiki/b/bc/Wiki.png")
    background: transparent;
}
}
   
   
/* Begin copy-paste from the English Wikipedia, 2008-09-15 */
/* Footer and header message box styles */
/* default skin for navigation boxes */
table.fmbox {
table.navbox {           /* navbox container style */
    clear: both;
  border: 1px solid #aaa;
    margin: 0.2em 0;
  width: 100%;  
    width: 100%;
  margin: auto;
    border: 1px solid #aaa;
  clear: both;
    background: #f9f9f9;     /* Default "system" gray */
  font-size: 88%;
}
  text-align: center;
table.fmbox-system {
  padding: 1px;
    background: #f9f9f9;
}
table.fmbox-warning {
    border: 1px solid #bb7070;  /* Dark pink */
    background: #ffdbdb;       /* Pink */
}
table.fmbox-editnotice {
    background: transparent;
}
}
table.navbox + table.navbox {
/* Div based "warning" style fmbox messages. */
  margin-top: -1px;       /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #bb7070;
    background: #ffdbdb;
    padding: 0.25em 0.9em;
}
}
.navbox-title, .navbox-abovebelow, table.navbox th {
/* Div based "system" style fmbox messages. Used in
  text-align:center;     /* title and above/below styles */
  [[MediaWiki:Noarticletext]] and [[MediaWiki:Readonly lag]]. */
  padding-left:1em;
div.mw-lag-warn-normal,
  padding-right:1em;
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;
}
}
.navbox-group {           /* group style */
body.mediawiki table.mbox-small-left {   /* For the "small=left" option. */
  white-space: nowrap;
    margin: 4px 1em 4px 0;
  text-align: right;
    width: 238px;
  font-weight: bold;
    border-collapse: collapse;
  padding-left: 1em;
    font-size: 88%;
  padding-right: 1em;
    line-height: 1.25em;
}
}
.navbox, .navbox-subgroup {
  background: #fdfdfd;    /* Background color */
/* 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;
}
}
.navbox-list {
.Unicode {
  border-color: #fdfdfd;   /* Must match background color */
    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;
}
}
.navbox-title, table.navbox th {
.latinx {
  background: #ccccff;    /* Level 1 color */
    font-family: Code2000, Code2001, "TITUS Cyberbit Basic", "Microsoft Sans Serif";
     font-family /**/: inherit;
}
}
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
.polytonic {
  background: #ddddff;    /* Level 2 color */
    font-family: "Athena Unicode", Gentium, "Palatino Linotype",
                "Arial Unicode MS", "Lucida Sans Unicode",
                "Lucida Grande", Code2000;  
     font-family /**/: inherit;
}
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
  background: #e6e6ff;     /* Level 3 color */
#wpSave {
    font-weight: bold;
}
}
.navbox-even {
  background: #f7f7f7;     /* Even row striping */
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
.hiddenStructure {
    display: inline ! important;
    color: #f00;
    background-color: #0f0;
}
}
.navbox-odd {
  background: transparent; /* Odd row striping */
/* 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;
}
}
   
   
@media print {
/* Removes underlines from links */
    .navbox {
.nounderlines a {  
        display: none;
    text-decoration: none;
    }
}
}
   
   
/* Standard Navigationsleisten, aka box hiding thingy from .de. Documentation at [[Wikipedia:NavFrame]]. */
/* Remove underline from IPA links */
.IPA a:link, .IPA a:visited {
    text-decoration: none;
}
   
   
div.Boxmerge,
/* Standard Navigationsleisten, aka box hiding thingy
  from .de.  Documentation at [[Wikipedia:NavFrame]]. */
div.NavFrame {
div.NavFrame {
     margin: 0;
     margin: 0;
Regel 566: Regel 749:
     border-collapse: collapse;
     border-collapse: collapse;
     font-size: 95%;
     font-size: 95%;
}
div.Boxmerge div.NavFrame {
    border-style: none;
    border-style: hidden;
}
}
div.NavFrame + div.NavFrame {
div.NavFrame + div.NavFrame {
Regel 587: Regel 766:
     position: relative;
     position: relative;
}
}
div.NavFrame p {
div.NavFrame p,
    font-size: 100%;
div.NavFrame div.NavContent,
}
div.NavFrame div.NavContent {
    font-size: 100%;
}
div.NavFrame div.NavContent p {
div.NavFrame div.NavContent p {
     font-size: 100%;
     font-size: 100%;
Regel 610: Regel 785:
}
}
   
   
/* End copy-paste from English Wikipedia */
/* Hatnotes and disambiguation notices */
.rellink,
.dablink {
    font-style: italic;
    padding-left: 2em;
    margin-bottom: 0.5em;
}
.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: 1em;
}
.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 not on articles, user pages, portals or with opt-out. */
.ns-0 .gallerybox .thumb img,
.ns-2 .gallerybox .thumb img,
.ns-100 .gallerybox .thumb img,
.nochecker .gallerybox .thumb img {
    background: 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 */
/* Styling for Abuse Filter tags */
.mw-tag-markers {
font-family:sans-serif;
font-style:italic;
font-size:90%;
}
/* Fix so <tt> tags get normal text size also in some
  versions of Firefox, Safari, Konqueror, Chrome etc. */
tt {
    font-family: monospace, sans-serif;
}
/* </source> */
 
Retrieved from "http://en.wikipedia.org/wiki/MediaWiki:Common.css"
Views
 
    * Interface page
    * Discussion
    * View source
    * History
 
Personal tools
 
    * Try Beta
    * Log in / create account
 
Navigation
 
    * Main page
    * Contents
    * Featured content
    * Current events
    * Random article
 
Search
Interaction
 
    * About Wikipedia
    * Community portal
    * Recent changes
    * Contact Wikipedia
    * Donate to Wikipedia
    * Help
 
Toolbox
 
    * What links here
    * Related changes
    * Upload file
    * Special pages
    * Printable version
    * Permanent link
 
Powered by MediaWiki
Wikimedia Foundation
 
    * This page was last modified on 31 October 2009 at 15:29.
    * Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. See Terms of Use for details.
      Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.
    * Privacy policy
    * About Wikipedia
    * Disclaimers

Versie van 6 nov 2009 18:47

MediaWiki:Common.css
From Wikipedia, the free encyclopedia
Jump to: navigation, search

Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button. Firefox: hold down the Shift key while clicking Reload (or press Ctrl-Shift-R). Opera users have to clear their caches through Tools→Preferences; see the instructions for Opera. Konqueror and Safari users can just click the Reload button.

/* <source lang="css"> */
 
/* Main page fixes */
#interwiki-completelist {
    font-weight: bold;
}
body.page-Main_Page #ca-delete {
    display: none !important;
}
 
body.page-Main_Page #mp-topbanner {
   clear: both;
}
 
/* 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,
span.citation: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 */
span.citation, 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 {
    span.citation *.printonly, 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 */
#content a[href$=".pdf"].external, 
#content a[href*=".pdf?"].external, 
#content a[href*=".pdf#"].external,
#content a[href$=".PDF"].external, 
#content a[href*=".PDF?"].external, 
#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, 
#mw_content  a[href*=".PDF#"].external {
    background: 
        url("http://upload.wikimedia.org/wikipedia/commons/2/23/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. */
#content span.PDFlink a,
#mw_content span.PDFlink a {
    background: 
        url("http://upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif")
        center right no-repeat;
    padding-right: 17px;
}
 
/* 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;
}
 
/* 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,
div#mw-protect-cascadeon {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #bb7070;
    background: #ffdbdb;
    padding: 0.25em 0.9em;
}
/* Div based "system" style fmbox messages. Used in 
   [[MediaWiki:Noarticletext]] and [[MediaWiki:Readonly lag]]. */
div.mw-lag-warn-normal,
div.noarticletext,
div.fmbox-system {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #aaa;
    background: #f9f9f9;
    padding: 0.25em 0.9em;
}
 
/* These mbox-small classes must be placed after all other 
   ambox/tmbox/ombox etc classes. "body.mediawiki" is so 
   they override "table.ambox + table.ambox" above. */
body.mediawiki table.mbox-small {   /* For the "small=yes" option. */
    clear: right;
    float: right;
    margin: 4px 0 4px 1em;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}
body.mediawiki table.mbox-small-left {   /* For the "small=left" option. */
    margin: 4px 1em 4px 0;
    width: 238px;
    border-collapse: collapse;
    font-size: 88%;
    line-height: 1.25em;
}
 
 
/* 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,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0;
    padding: 0;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position: absolute;
    top: 0;
    right: 3px;
    font-weight: normal;
    font-size: 90%;
}
 
/* Hatnotes and disambiguation notices */
.rellink,
.dablink {
    font-style: italic;
    padding-left: 2em;
    margin-bottom: 0.5em;
}
.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: 1em;
}
 
.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 not on articles, user pages, portals or with opt-out. */
.ns-0 .gallerybox .thumb img,
.ns-2 .gallerybox .thumb img,
.ns-100 .gallerybox .thumb img, 
.nochecker .gallerybox .thumb img {
    background: 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 */
 
/* Styling for Abuse Filter tags */
.mw-tag-markers {
 font-family:sans-serif;
 font-style:italic;
 font-size:90%;
}
 
/* Fix so <tt> tags get normal text size also in some
   versions of Firefox, Safari, Konqueror, Chrome etc. */
tt {
    font-family: monospace, sans-serif;
}
 
 
/* </source> */

Retrieved from "http://en.wikipedia.org/wiki/MediaWiki:Common.css"
Views

    * Interface page
    * Discussion
    * View source
    * History

Personal tools

    * Try Beta
    * Log in / create account

Navigation

    * Main page
    * Contents
    * Featured content
    * Current events
    * Random article

Search
 
Interaction

    * About Wikipedia
    * Community portal
    * Recent changes
    * Contact Wikipedia
    * Donate to Wikipedia
    * Help

Toolbox

    * What links here
    * Related changes
    * Upload file
    * Special pages
    * Printable version
    * Permanent link

Powered by MediaWiki
Wikimedia Foundation

    * This page was last modified on 31 October 2009 at 15:29.
    * Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. See Terms of Use for details.
      Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.
    * Privacy policy
    * About Wikipedia
    * Disclaimers