MediaWiki:Common.css: differenze tra le versioni

Nessun oggetto della modifica
Nessun oggetto della modifica
Riga 1: Riga 1:
   
   
 
/*<nowiki> Common CSS for all skins - copy to your user CSS to change */
/* Gli stili CSS inseriti qui si applicano a tutte le skin */
 
/* <source lang="css"> */
   
   
/* Main page fixes */
/*******************************/
#interwiki-completelist {
/* wikitable/prettytable class */
    font-weight: bold;
/*******************************/
}
body.page-Main_Page #ca-delete {
    display: none !important;
}
   
   
body.page-Main_Page #mp-topbanner {
/* wikitable/prettytable class for skinning normal tables,
  clear:both;
    but don't skin tables within tables by accident */
}
   
   
/* Edit window toolbar */
table.wikitable,
#toolbar {
table.prettytable {
    height: 22px;
  margin: 1em 1em 1em 0;
    margin-bottom: 6px;
  background: #f9f9f9;
}
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}
   
   
/* Make the list of references smaller */
table.wikitable>*>tr>th,
ol.references {
table.wikitable>*>tr>td,
    font-size: 100%;
table.wikitable>tr>th,
}
table.wikitable>tr>td,
.references-small {  
table.prettytable>*>tr>th,
    font-size: 90%;
table.prettytable>*>tr>td,
}
table.prettytable>tr>th,
table.prettytable>tr>td
{
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}
   
   
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
table.wikitable>*>tr>th,
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
table.wikitable>tr>th,
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
table.prettytable>*>tr>th,
/* Please ignore any validator errors caused by these two lines */
table.prettytable>tr>th
.references-2column {
{
    font-size: 90%;
  background: #ccccff;
    -moz-column-count: 2;
  text-align: center;
    -webkit-column-count: 2;
}
    column-count: 2;
}
   
   
/* Highlight clicked reference in blue to help navigation */
table.wikitable caption,
ol.references > li:target {
table.prettytable caption {
    background-color: #DEF;
  margin-left: inherit;
}
  margin-right: inherit;
}
   
   
sup.reference:target {
/************************/
    background-color: #DEF;
/* CommonsTicker styles */
}
/************************/
   
   
/* Styling for citations */
/* links */
cite {
.tickerDiffLink { } /* diff links in ticker */
    font-style: normal;
.tickerMiscLink { } /* misc links in ticker */
    word-wrap: break-word;
}
   
   
/* If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */
/* remove list bullets */
cite:target {  
.tickerList ul,    .tickerList ul li    { list-style: none; text-indent:-2em; margin-left:2em;  text-align:left; }
    background-color: #DEF;
.tickerList ul ul, .tickerList ul ul li { list-style: none; text-indent:0;    margin-left:1.5em; text-align:left; }
}
   
   
/* 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 */
/* per-type styles */
.tickerEntry_deleted    { }  /* entry for image deletion */
.tickerEntry_restored    { }  /* entry for restored image */
.tickerEntry_replaced    { }  /* entry for image replacement */
.tickerEntry_tagged      { }  /* entry for adding/removing problem tags */
.tickerEntry_redir      { }  /* entry for critical redirection (fot tag redirects) */
.tickerEntry_recat      { }  /* entry for critical re-categorization (for tag categories) */
.tickerEntry_notify      { }  /* entry for global notifications */
.tickerEntry_changed    { }  /* entry for generic change */
   
   
@media screen, handheld, projection {
/* per-status styles */
     cite *.printonly {
.tickerStatus_done     { text-decoration:line-through; } /* strike through when entry has been handeled */
        display: none;
    }
}
   
   
/* per-action styles */
.tickerAction_deleted:before    { content:" GONE "; color: #FF0000; font-family:monospace; font-weight:bold; font-size:100%; } 
.tickerAction_restored:before    { content:" BACK "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; } 
.tickerAction_deletedRev:before  { content:" -OLD "; color: #DDAAAA; font-family:monospace; font-weight:bold; font-size:100%; } 
.tickerAction_replaced:before    { content:" REPL "; color: #CC88FF; font-family:monospace; font-weight:bold; font-size:100%; } 
.tickerAction_replacedOwn:before { content:" UPDT "; color: #EEAAFF; font-family:monospace; font-weight:bold; font-size:100%; } 
.tickerAction_addedBad:before    { content:" +VfD "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; } 
.tickerAction_removedBad:before  { content:" -VfD "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; } 
.tickerAction_addedGood:before  { content:" +OK  "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; } 
.tickerAction_removedGood:before { content:" -OK  "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }
   
   
/* wikitable/prettytable class for skinning normal tables */
/* ticker usage list */
table.wikitable,
.tickerUsage  { font-size:80%; }
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 */
/* entry applies to a template used by multiple images */
table.navbox {           /* navbox container style */
.tickerTemplateEntry    { font-weight: bold; }  
  border:1px solid #aaa;
  width:100%;
  margin:auto;
  clear:both;
  font-size:88%;
  text-align:center;
  padding:1px;
}
table.navbox + table.navbox {
  margin-top:-1px;        /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
}
.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 by the        */
  /* entry applies to sub-entries, i.e. images that use a specific template */
    float: right;        /* CollapsibleTables javascript in [[MediaWiki:Common.js]] */
.tickerSubEntry        { }                      
    font-weight: normal; /* are styled here so they can be customised.              */
    text-align: right;
    width: auto;
}
.navbox .collapseButton { /* In navboxes, the show/hide button balances the vde links from */
    width: 6em;          /* [[Template:Tnavbar]], so they need to be the same width.     */
}
   
   
/* minor entry styles */
.tickerMinorEntry  { color:#666; }    /* minor entry */
.tickerMinorEntry a,
.tickerMinorEntry a:link,
.tickerMinorEntry a:visited { color:#669; }
#bodyContent .tickerMinorEntry a.extiw,
#bodyContent .tickerMinorEntry a.extiw:link,
#bodyContent .tickerMinorEntry a.extiw:visited { color:#669; }
   
   
/* Infobox template style */
/*****************/
.infobox {
  /* miscellaneous */
    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, e.g. countries, country subdivisions, cities, etc. */
/* hiddenStructure class from Monobook - allows selective hiding of markup in templates */
.infobox.geography {
.hiddenStructure {
    text-align: left;
  display: none;
    border-collapse: collapse;
  speak: none;
    line-height: 1.2em;  
}
    font-size: 90%;
}
   
   
.infobox.geography td,
  /* audiolink class for links with loudspeaker icon next to them - like in {{Audio}} template */
.infobox.geography  th {
.audiolink a {
    border-top: solid 1px #aaa;
  background: url("http://upload.wikimedia.org/wikipedia/commons/f/f7/Loudspeaker.png") center left no-repeat !important;
    padding: 0.4em 0.6em 0.4em 0.6em;
  padding-left: 16px !important;
}
  padding-right: 0 !important;
.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,
/* make redirects appear as italic on [[Special:Allpages]] */
.infobox.geography .mergedrow th {
.allpagesredirect {
     border: 0;
     font-style: italic
    padding: 0 0.6em 0.2em 0.6em;
}
}
   
   
.infobox.geography .mergedbottomrow td,
/* Default style for PrettyTextBox and InformationBox class of templates */
.infobox.geography .mergedbottomrow th {
/* Default style for Template:Warning, Template:Info, and the like */
    border-top: 0;
.InformationBox {
    border-bottom: solid 1px #aaa;
  width: 80%;  
    padding: 0 0.6em 0.4em 0.6em;
  border: solid #999999 1px;
}
  background: #F8F8F8;  
  margin: 0.5em auto;
  clear: both;
  color: #000000;
  padding: 3px;
}
   
   
.infobox.geography .maptable td,
.PrettyTextBox {
.infobox.geography .maptable th {
  background-color: #F9F9F9;
    border: 0;
  color: #000000;
    padding: 0;
  border: 1px solid #AAAAAA;
}
  padding: .2em;  
}
   
   
/* Style for "notices" */
/* Infobox template style */
.notice {
    margin: 1em;
    padding: 0.2em;
}
   
   
#disambig {
.infobox {
    border-top: 1px solid #ccc;  
  border: 1px solid #aaaaaa;
    border-bottom: 1px solid #ccc;
  background-color: #f9f9f9;
}
  color: black;
  margin-bottom: 0.5em;
  margin-left: 1em;
  padding: 0.2em;
  float: right;
  clear: left;
}
   
   
/* Persondata and other (future) metadata,
.infobox td,
  "table.InChI" and ".InChI-label" are temporary. */
.infobox th {
table.InChI,
  vertical-align: middle;
table.persondata {
}
    border: 1px solid #aaa;
    display: none;
    speak: none;
}
.InChI-label,
.persondata-label {
    color: #aaa;
}
   
   
/* Makes redirects appear in italics in categories and on [[Special:Allpages]] */
.infoxbox th {
.redirect-in-category, .allpagesredirect {
  text-align:center;
    font-style: italic;
  background:#f0f0ff;
}
}
   
   
/* Class for links with loudspeaker icon next to them.  
.archive-box {
   (Used in [[Template:Audio]] and the like to make the speaker clickable) */
   border: 1px solid #aaaaff;
.audiolink a {
  background-color: #f2f2f9;
    background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat !important;
  color: black;
    padding-left: 16px !important;
  margin-bottom: 0.5em;
    padding-right: 0 !important;
  margin-left: 1em;
}
  padding: 0.2em;
  float: right;
  clear: right;
  text-align: center;
}
   
   
/* Icons for medialist templates [[Template:Listen]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */
/* DynamicNavigation aka box hiding from .de. */
div.listenlist {
    background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
    padding-left: 40px;
}
div.videolist, div.multivideolist {
    background: url("http://upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png");
    padding-left: 50px;
}
   
   
/* Style rules for media list templates */
div.Boxmerge,
div.medialist {
  div.NavFrame,
    min-height: 50px;
  .collapsible {
    margin: 1em;
   margin: 0px;
    background-position: top left;
   border: 1px solid #aaaaaa;
    background-repeat: no-repeat;
   border-collapse: collapse;
}
   text-align: center;
div.medialist ul {
   font-size: 95%;
    list-style-type: none;
   clear:both;
    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. */
span.PDFlink a {
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat !important;
    padding-right: 17px !important;
}
span.geolink a {
    background: url(http://upload.wikimedia.org/wikipedia/en/a/a7/Monobook-globe.png) center right no-repeat !important;
    padding-right: 11px !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;
}
/*Add formatting to make sure that "external references" from [[Template:Ref]] do
  not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was
  that the HTML code contained a SPAN following the anchor A; this SPAN had the class
  "urlexpansion", which was not displayed on screen, but was shown when the medium was
  "print". The rules below ensure (a) that there is no extra padding to the right of
  the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for
  the link, and (c) that this SPAN of class "urlexpansion" is never shown.
  [[Utente:WikiSysop|WikiSysop]] 16:52, 15 feb 2009 (UTC)
*/
.plainlinksneverexpand {
    background: none ! important;
    padding: 0 ! important;
}
.plainlinksneverexpand .urlexpansion {
    display: none ! important;
}
   
/* Make sure that ext links displayed within "plainlinksneverexpand" don't get
  the arrow...
*/
.plainlinksneverexpand a {
    background: none !important;
    padding: 0 !important;
}
/* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion"
  following the anchor A, the anchor itself now has class "external autonumber" and the
  expansion is inserted when printing (see the common printing style sheet at
   http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the ":after" pseudo-
  element of CSS. We have to switch this off for links due to Template:Ref!
*/
.plainlinksneverexpand a.external.text:after {
    display: none !important;
}
.plainlinksneverexpand a.external.autonumber:after {
    display: none !important;
}
 
/* 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;  
}
.mediawiki table.mbox-small {   /* For the "small=yes" option (also used elsewhere).  */
    clear: right;                /* The "mediawiki" class ensures that this declaration */
    float: right;                /* overrides styles set in "tmbox"/"ombox"/etc below  */
    margin: 4px 0 4px 1em;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}
/* Article message box styles */
table.ambox {            /* 10% = Will not overlap with other elements */
    margin: -1px 10% 0px;    /* -1px = Single border between stacked boxes in all browsers */
    border: 1px solid #aaa;
    border-left: 10px solid #1e90ff;    /* Default "notice" blue */
    background: #fbfbfb;
}
.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 */
}
/* Pink fmbox warning style for div based warning notices. */
div.fmbox-warning,
div.mw-warning-with-logexcerpt,
div.mw-cascadeprotectedwarning {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #BB7070;
    background: #FFDBDB;
    padding: 0.25em 0.9em;
}
/* Put a checker background at the image description page only visible if the image has transparent background */
#file img {
    background: url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
}
 
#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 */
/* use restricted to rail icon management pages */
/* 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;
}
   
#EnWpMpBook { background-image: url(http://upload.wikimedia.org/wikipedia/en/7/7e/MP-open-book.png); }
#EnWpMpSearch { background: url(http://upload.wikimedia.org/wikipedia/en/a/ae/MP-magnifying-glass.png) no-repeat top right; }
#EnWpMpSearchInner { float: right; width: 20em; text-align: center; }
#EnWpMpBook2 { background-image: url(http://upload.wikimedia.org/wikipedia/commons/8/8e/MP-open-book2.png); }
/* 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 */
div.Boxmerge div.NavFrame { border: 0px; }
.mw-plusminus-pos {
div.NavFrame + div.NavFrame,
    color: #006400; /* darkgreen */
.collapsible + .collapsible { border-top: 0px; }
}
   
   
/* .mw-plusminus-null currently at developer default */
div.NavPic {
.mw-plusminus-neg {
  margin: 0px;
    color: #8B0000; /* darkred */
  padding: 2px;
}
  float: left;
}
div.NavFrame div.NavHead,
.collapsible .title,
.collapsible th {
  position:relative;
  padding:0.2em;
  font-weight: bold;
  font-size: 95%;
  background-color: #ccccff;
}
   
   
.dablink {
div.NavFrame div.NavHead:hover,
    font-style: italic;
.collapsible .title:hover,
    padding-left: 2em;
.collapsible th:hover { background-color: #aaaaff; }
}
.dablink i {
    font-style: normal;
}
   
   
/* Style for horizontal UL lists */
div.NavFrame div.NavHead .navigation,
.horizontal ul {
.collapsible .title .navigation,
    padding: 0;
.collapsible th .navigation
    margin: 0;
{
}
  position:absolute;
.horizontal li {
  cursor:pointer;
    padding: 0 0.6em 0 0.4em;
  top:0px;
    display: inline;
  right:3px;
    border-right: 1px solid;
  font-weight:normal;
}
  font-size:smaller;
.horizontal li:last-child {
  padding-left:1em;
    border-right: none;
}
    padding-right: 0;
div.NavFrame p,
}
div.NavFrame div.NavHead a,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p
{
  font-size: 100%;
}
   
   
/* Geographical coordinates defaults.
/* Remove padding from external links displayed without icon */
  See [[Template:Coord/link]] for how these are used.
.plainlinks .urlexpansion {display: none !important;}
  The classes "geo", "longitude", and "latitude" are used by
.plainlinks a {background:none !important; padding:0px !important;}
  the [[Geo microformat]], so the names should not be changed. */
.plainlinks a.external.text:after {display: none !important;}
.geo-default, .geo-dms, .geo-dec { display: inline; }
.plainlinks a.external.autonumber:after {display: none !important;}
.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; }
  ** Bytecounter colours
.nonumtoc #toc ul,
  *****/  
.nonumtoc .toc ul {
strong.mw-plusminus-neg { color: #c00; }
    line-height: 1.5em;
span.mw-plusminus-neg  { color: #900; }
    list-style: none;
span.mw-plusminus-pos  { color: #060; }
    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
  * Navigation Tabs
  there are no =headings= on the page, which there shouldn't be according to the MoS). */
  */
.toclimit-2 .toclevel-2 {display:none;}
.toclimit-3 .toclevel-3 {display:none;}
.toclimit-4 .toclevel-4 {display:none;}
.toclimit-5 .toclevel-5 {display:none;}
.toclimit-6 .toclevel-6 {display:none;}
.toclimit-7 .toclevel-7 {display:none;}
   
   
/* Allow transcluded pages to display in lists rather than a table. Compatible in Firefox; incompatible in IE6. */
.navtabs .tabs li { list-style:none; }
.listify td {display:list-item;}
.navtabs .tabs a {
.listify tr {display:block;}
  text-decoration:none;
.listify table {display:block;}
  text-transform:uppercase;
  outline-width:0px;
  font-size:x-small;
  font-weight:bold;
  color:black;
}
   
   
/* Styling for Template:Quote */
.navtabs .tabs .inactive { background:#bbb; padding:1ex; }
blockquote.templatequote {  
.navtabs .tabs .selected { background:#999; padding:1.1ex; }
    margin-top: 0;  
.navtabs .tabs .inactive:hover { background:#f75; }
}
.navtabs .contents { padding:1ex; border:3px solid #999; }
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 {
/* Style for horizontal UL lists */
    padding: 5px;
.horizontal ul, .DPLFlat ul { padding: 0em; margin: 0em; }
    border: 1px solid #A9A9A9;
.horizontal li, .DPLFlat li {  
    background-color: #FFEFD5;
  display: inline;
}
  padding: 0 0.6em 0 0.4em;
  border-right: 1px solid #AAA;
}
.horizontal li:last-child, .DPLFlat li:last-child { border-right:0em; padding-right:0em; }
   
   
/* Prevents line breaks in links */
@media screen, projection {
.nowraplinks a {
    .printonly { display: none !important; }
    white-space: nowrap;
}
}
   
   
/* For template documentation */
body.page-Main_Page h1.firstHeading, .page-Main_Page #siteSub { display: none; }
.template-documentation {
.page-Main_Page h2 { font-size:16pt; margin:0; padding: 0; border-bottom:0; font-weight: bold; }
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #aaa;  
    background-color: #ecfcf4;
    padding: 5px;
}
   
   
.thumbinner {
/* Put a checker background at the image description page only visible if the image has transparent background */
    min-width: 100px;
}
   
   
/* Inline divs in ImageMaps (code borrowed from de.wiki) */
#file img {background: url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;}
.imagemap-inline div {
    display: inline;
}
   
   
/* Increase the height of the image upload box */
/* Fix the background color on the sitenotice */
#wpUploadDescription {
table#mw-dismissable-notice {
    height: 13em;
  background-color: transparent;
}
}
/* 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 */
}
.gallerybox .thumb img {
    background: white url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
}
/* .ns-0 = articles, .ns-2 = user pages, .ns-100 = portals. */
.ns-0 .gallerybox .thumb img,
.ns-2 .gallerybox .thumb img,
.ns-100 .gallerybox .thumb img {
    background: white;  /* No chequered background */
}
/* Prevent boxes from overlapping the category listings */
#mw-subcategories, #mw-pages, #mw-category-media {
    clear: both;
}
/* Stop HTML formulae breaking in silly places */
span.texhtml { white-space: nowrap; }
/* Background colours for the WP1.0 assessment scheme */
.mediawiki .assess-fa      { background: #6699FF; }
.mediawiki .assess-fl      { background: #6699FF; }
.mediawiki .assess-a        { background: #66FFFF; }
.mediawiki .assess-ga      { background: #66FF66; }
.mediawiki .assess-b        { background: #B2FF66; }
.mediawiki .assess-c        { background: #FFFF66; }
.mediawiki .assess-start    { background: #FFAA66; }
.mediawiki .assess-stub    { background: #FF6666; }
.mediawiki .assess-list    { background: #AA88FF; }
.mediawiki .assess-na      { background: #F5F5F5; }
.mediawiki .assess-        { background: transparent; }
.mediawiki .assess-category { background: #FFA500; }
.mediawiki .assess-disambig { background: #00FA9A; }
.mediawiki .assess-image,
.mediawiki .assess-file    { background: #DDCCFF; }
.mediawiki .assess-portal  { background: #808080; }
.mediawiki .assess-project  { background: #C0C090; }
.mediawiki .assess-redirect { background: #C0C0C0; }
.mediawiki .assess-template { background: #FFCCFF; }
.mediawiki .import-top      { background: #FF00FF; }
.mediawiki .import-high    { background: #FF88FF; }
.mediawiki .import-mid      { background: #FFCCFF; }
.mediawiki .import-low      { background: #FFEEFF; }
.mediawiki .import-na      { background: #F5F5F5; }
.mediawiki .import-        { background: transparent; }
/* FOLLOW SOME CSS FROM WIKIBOOKS */
  /* Default messagebox is gray */
  /* Default messagebox is gray */
  .messagebox { width:90%; margin:0px auto; padding:0em; border:2px solid #aaaaaa; background:#fbfbfb; color:black; text-align:left; }
  .messagebox { width:90%; margin:0px auto; padding:0em; border:2px solid #aaaaaa; background:#fbfbfb; color:black; text-align:left; }
Riga 984: Riga 318:
  .ns-6 .messagebox.pd      { border-color:#7E80A3; }
  .ns-6 .messagebox.pd      { border-color:#7E80A3; }
  .ns-6 .messagebox.move    { border-color:#9932cc; }
  .ns-6 .messagebox.move    { border-color:#9932cc; }
 
/* When <div class="nonumtoc"> is used on the table of contents, the ToC will display without numbers */
.toclimit-count .tocnumber, .nonumtoc .tocnumber { display:none; }
/* Allow limiting of which header levels are shown in a TOC; <div class="toclimit-3">, for
instance, will limit to showing ==headings== and ===headings=== but no further (as long as
there are no =headings= on the page, which there shouldn't be according to the MoS). */
.toclimit-2 .toclevel-2 {display:none;}
.toclimit-3 .toclevel-3 {display:none;}
.toclimit-4 .toclevel-4 {display:none;}
.toclimit-5 .toclevel-5 {display:none;}
.toclimit-6 .toclevel-6 {display:none;}
/* Flagged revision fails to set the font color which can cause readability problems.
  Since the colors needed to be adjusted anyways, use different colors for each
  option for more usability.
*/
select { background:white; color:black; }
select option.fr-rating-option-0 { color:red; }
select option.fr-rating-option-1 { color:olive; }
select option.fr-rating-option-2 { color:purple; }
select option.fr-rating-option-3 { color:green; }
select option.fr-rating-option-4 { color:navy; }
.fr-rating-options option[selected="selected"] {
  font-weight:bold;
}
/* smart counters - allow up to #.#.# levels of counting. */
body { counter-reset: autocount-1 autocount-2 autocount-3; }
.autocount:before {
  counter-increment: autocount-1;
  content: counter(autocount-1) " ";
  color:blue;
}
.autocount-reset:before {
  counter-reset: autocount-1;
  counter-increment: autocount-1;
  content: counter(autocount-1) " ";
  color:blue;
}
.autocount .autocount:before {
  counter-increment: autocount-2;
  content: counter(autocount-1)  "." counter(autocount-2) " ";
  color:green;
}
.autocount .autocount .autocount:before {
  counter-increment: autocount-3;
  content: counter(autocount-1) "." counter(autocount-2) "." counter(autocount-3) " ";
  color:red;
}
   
   
/* End of Common CSS skin </nowiki>*/
/* End of Common CSS skin </nowiki>*/
/* </source> */

Versione delle 22:09, 15 feb 2009

 
 /*<nowiki> Common CSS for all skins - copy to your user CSS to change */
 
 /*******************************/
 /* wikitable/prettytable class */
 /*******************************/
 
 /* wikitable/prettytable class for skinning normal tables,
    but don't skin tables within tables by accident */
 
 table.wikitable,
 table.prettytable {
   margin: 1em 1em 1em 0;
   background: #f9f9f9;
   border: 1px #aaaaaa solid;
   border-collapse: collapse;
 }
 
 table.wikitable>*>tr>th,
 table.wikitable>*>tr>td,
 table.wikitable>tr>th,
 table.wikitable>tr>td,
 table.prettytable>*>tr>th,
 table.prettytable>*>tr>td,
 table.prettytable>tr>th,
 table.prettytable>tr>td
 {
   border: 1px #aaaaaa solid;
   padding: 0.2em;
 }
 
 table.wikitable>*>tr>th,
 table.wikitable>tr>th,
 table.prettytable>*>tr>th,
 table.prettytable>tr>th
 {
   background: #ccccff;
   text-align: center;
 }
 
 table.wikitable caption,
 table.prettytable caption {
   margin-left: inherit;
   margin-right: inherit;
 }
 
 /************************/
 /* CommonsTicker styles */
 /************************/
 
 /* links */
 .tickerDiffLink { } /* diff links in ticker */
 .tickerMiscLink { } /* misc links in ticker */
 
 /* remove list bullets */
 .tickerList ul,    .tickerList ul li    { list-style: none; text-indent:-2em; margin-left:2em;   text-align:left; }
 .tickerList ul ul, .tickerList ul ul li { list-style: none; text-indent:0;    margin-left:1.5em; text-align:left; }
 
 /* per-type styles */
 .tickerEntry_deleted     { }  /* entry for image deletion */
 .tickerEntry_restored    { }  /* entry for restored image */
 .tickerEntry_replaced    { }  /* entry for image replacement */
 .tickerEntry_tagged      { }  /* entry for adding/removing problem tags */
 .tickerEntry_redir       { }  /* entry for critical redirection (fot tag redirects) */
 .tickerEntry_recat       { }  /* entry for critical re-categorization (for tag categories) */
 .tickerEntry_notify      { }  /* entry for global notifications */
 .tickerEntry_changed     { }  /* entry for generic change */
 
 /* per-status styles */
 .tickerStatus_done     { text-decoration:line-through; }  /* strike through when entry has been handeled */
 
 /* per-action styles */
 .tickerAction_deleted:before     { content:" GONE "; color: #FF0000; font-family:monospace; font-weight:bold; font-size:100%; }  
 .tickerAction_restored:before    { content:" BACK "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }  
 .tickerAction_deletedRev:before  { content:" -OLD "; color: #DDAAAA; font-family:monospace; font-weight:bold; font-size:100%; }  
 .tickerAction_replaced:before    { content:" REPL "; color: #CC88FF; font-family:monospace; font-weight:bold; font-size:100%; }  
 .tickerAction_replacedOwn:before { content:" UPDT "; color: #EEAAFF; font-family:monospace; font-weight:bold; font-size:100%; }  
 .tickerAction_addedBad:before    { content:" +VfD "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }  
 .tickerAction_removedBad:before  { content:" -VfD "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }  
 .tickerAction_addedGood:before   { content:" +OK  "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }  
 .tickerAction_removedGood:before { content:" -OK  "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }
 
 /* ticker usage list */
 .tickerUsage  { font-size:80%; }  
 
 /* entry applies to a template used by multiple images */
 .tickerTemplateEntry    { font-weight: bold; } 
 
 /* entry applies to sub-entries, i.e. images that use a specific template */
 .tickerSubEntry         { }                       
 
 /* minor entry styles */ 
 .tickerMinorEntry  { color:#666; }     /* minor entry */
 .tickerMinorEntry a,
 .tickerMinorEntry a:link,
 .tickerMinorEntry a:visited { color:#669; }
 #bodyContent .tickerMinorEntry a.extiw,
 #bodyContent .tickerMinorEntry a.extiw:link,
 #bodyContent .tickerMinorEntry a.extiw:visited { color:#669; }
 
 /*****************/
 /* miscellaneous */
 /*****************/
 
 /* hiddenStructure class from Monobook - allows selective hiding of markup in templates */
 .hiddenStructure {
   display: none;
   speak: none;
 }
 
 /* audiolink class for links with loudspeaker icon next to them - like in {{Audio}} template */
 .audiolink a {
   background: url("http://upload.wikimedia.org/wikipedia/commons/f/f7/Loudspeaker.png") center left no-repeat !important;
   padding-left: 16px !important;
   padding-right: 0 !important;
 }
 
 /* make redirects appear as italic on [[Special:Allpages]] */
 .allpagesredirect {
    font-style: italic
 }
 
 /* Default style for PrettyTextBox and InformationBox class of templates */
 /* Default style for Template:Warning, Template:Info, and the like */
 .InformationBox {
   width: 80%; 
   border: solid #999999 1px; 
   background: #F8F8F8; 
   margin: 0.5em auto; 
   clear: both; 
   color: #000000; 
   padding: 3px;
 }
 
 .PrettyTextBox {
   background-color: #F9F9F9; 
   color: #000000; 
   border: 1px solid #AAAAAA;
   padding: .2em; 
 }
 
 /* Infobox template style */
 
 .infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: left;
 }
 
 .infobox td,
 .infobox th {
   vertical-align: middle;
 }
 
 .infoxbox th {
   text-align:center;
   background:#f0f0ff;
 }
 
 .archive-box {
   border: 1px solid #aaaaff;
   background-color: #f2f2f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
   text-align: center;
 }
 
 /* DynamicNavigation aka box hiding from .de. */
 
 div.Boxmerge,
 div.NavFrame,
 .collapsible {
   margin: 0px;
   border: 1px solid #aaaaaa;
   border-collapse: collapse;
   text-align: center;
   font-size: 95%;
   clear:both;
 }
 
 div.Boxmerge div.NavFrame { border: 0px; }
 div.NavFrame + div.NavFrame,
 .collapsible + .collapsible { border-top: 0px; }
 
 div.NavPic {
   margin: 0px;
   padding: 2px;
   float: left;
 }
 div.NavFrame div.NavHead,
 .collapsible .title,
 .collapsible th {
   position:relative;
   padding:0.2em;
   font-weight: bold;
   font-size: 95%;
   background-color: #ccccff;
 }
 
 div.NavFrame div.NavHead:hover,
 .collapsible .title:hover,
 .collapsible th:hover { background-color: #aaaaff; }
 
 div.NavFrame div.NavHead .navigation,
 .collapsible .title .navigation,
 .collapsible th .navigation
 {
   position:absolute;
   cursor:pointer;
   top:0px;
   right:3px;
   font-weight:normal;
   font-size:smaller;
   padding-left:1em;
 }
 div.NavFrame p,
 div.NavFrame div.NavHead a,
 div.NavFrame div.NavContent,
 div.NavFrame div.NavContent p
 {
   font-size: 100%;
 }
 
 /* Remove padding from external links displayed without icon */
 .plainlinks .urlexpansion {display: none !important;}
 .plainlinks a {background:none !important; padding:0px !important;}
 .plainlinks a.external.text:after {display: none !important;}
 .plainlinks a.external.autonumber:after {display: none !important;}
 
 /*****
  ** Bytecounter colours
  *****/ 
 strong.mw-plusminus-neg { color: #c00; }
 span.mw-plusminus-neg   { color: #900; }
 span.mw-plusminus-pos   { color: #060; }
 
 /*
  * Navigation Tabs
  */
 
 .navtabs .tabs li { list-style:none; }
 .navtabs .tabs a {
   text-decoration:none;
   text-transform:uppercase;
   outline-width:0px;
   font-size:x-small;
   font-weight:bold;
   color:black;
 }
 
 .navtabs .tabs .inactive { background:#bbb; padding:1ex; }
 .navtabs .tabs .selected { background:#999; padding:1.1ex; }
 .navtabs .tabs .inactive:hover { background:#f75; }
 .navtabs .contents { padding:1ex; border:3px solid #999; }
 
 /* Style for horizontal UL lists */
 .horizontal ul, .DPLFlat ul { padding: 0em; margin: 0em; }
 .horizontal li, .DPLFlat li { 
   display: inline;
   padding: 0 0.6em 0 0.4em;
   border-right: 1px solid #AAA;
 }
 .horizontal li:last-child, .DPLFlat li:last-child { border-right:0em; padding-right:0em; }
 
 @media screen, projection {
    .printonly { display: none !important; }
 }
 
 body.page-Main_Page h1.firstHeading, .page-Main_Page #siteSub { display: none; }
 .page-Main_Page h2 { font-size:16pt; margin:0; padding: 0; border-bottom:0; font-weight: bold; }
 
 /* Put a checker background at the image description page only visible if the image has transparent background */
 
 #file img {background: url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;}
 
 /* Fix the background color on the sitenotice */
 table#mw-dismissable-notice {
   background-color: transparent;
 }
 
 /* Default messagebox is gray */
 .messagebox { width:90%; margin:0px auto; padding:0em; border:2px solid #aaaaaa; background:#fbfbfb; color:black; text-align:left; }
 .messagebox img { border:0em; padding:0em 0.5em; text-align:center; }
 
 /* default for all content namespaces */
 .ns-subject .messagebox + .messagebox { border-top-width:0em; margin-top:-1px; }
 .ns-subject .messagebox         { border-left-color:#1e90ff; border-left-width:10px; }
 .ns-subject .messagebox.notice  { border-left-color:#1e90ff; }
 .ns-subject .messagebox.warning { border-left-color:#b22222; }
 .ns-subject .messagebox.serious { border-left-color:#b22222; }
 .ns-subject .messagebox.content { border-left-color:#f28500; }
 .ns-subject .messagebox.style   { border-left-color:#f4c430; }
 .ns-subject .messagebox.merge   { border-left-color:#9932cc; }
 .ns-subject .messagebox.growth  { border-left-color:#228b22; }
 .ns-subject .messagebox.idea    { border-left-color:yellow;  }
 .ns-subject .messagebox.query   { border-left-color:#ffb734; }
 .ns-subject .messagebox.move    { border-left-color:#9932cc; }
 
 /* image namespace */
 .ns-6 .messagebox + .messagebox { border-top-width:2px; margin-top:0.5em; }
 .ns-6 .messagebox         { border-color:#1e90ff; border-bottom-width:5px; border-left-width:2px;}
 .ns-6 .messagebox.notice  { border-color:#1e90ff; }
 .ns-6 .messagebox.warning { border-color:#b22222; }
 .ns-6 .messagebox.serious { border-color:#b22222; }
 .ns-6 .messagebox.content { border-color:#f28500; }
 .ns-6 .messagebox.query   { border-color:#ffb734; }
 .ns-6 .messagebox.free    { border-color:#79CC55; }
 .ns-6 .messagebox.nonfree { border-color:#EF9132; }
 .ns-6 .messagebox.pd      { border-color:#7E80A3; }
 .ns-6 .messagebox.move    { border-color:#9932cc; }
 
/* When <div class="nonumtoc"> is used on the table of contents, the ToC will display without numbers */
.toclimit-count .tocnumber, .nonumtoc .tocnumber { display:none; }
 
/* Allow limiting of which header levels are shown in a TOC; <div class="toclimit-3">, for
instance, will limit to showing ==headings== and ===headings=== but no further (as long as
there are no =headings= on the page, which there shouldn't be according to the MoS). */
.toclimit-2 .toclevel-2 {display:none;}
.toclimit-3 .toclevel-3 {display:none;}
.toclimit-4 .toclevel-4 {display:none;}
.toclimit-5 .toclevel-5 {display:none;}
.toclimit-6 .toclevel-6 {display:none;}
 
/* Flagged revision fails to set the font color which can cause readability problems.
   Since the colors needed to be adjusted anyways, use different colors for each
   option for more usability.
 */
select { background:white; color:black; }
select option.fr-rating-option-0 { color:red; }
select option.fr-rating-option-1 { color:olive; }
select option.fr-rating-option-2 { color:purple; }
select option.fr-rating-option-3 { color:green; }
select option.fr-rating-option-4 { color:navy; }
 
.fr-rating-options option[selected="selected"] {
  font-weight:bold;
}
 
/* smart counters - allow up to #.#.# levels of counting. */
body { counter-reset: autocount-1 autocount-2 autocount-3; }
 
.autocount:before {
  counter-increment: autocount-1;
  content: counter(autocount-1) " ";
  color:blue;
}
 
.autocount-reset:before {
  counter-reset: autocount-1;
  counter-increment: autocount-1;
  content: counter(autocount-1) " ";
  color:blue;
}
 
.autocount .autocount:before {
  counter-increment: autocount-2;
  content: counter(autocount-1)  "." counter(autocount-2) " ";
  color:green;
}
 
.autocount .autocount .autocount:before {
  counter-increment: autocount-3;
  content: counter(autocount-1) "." counter(autocount-2) "." counter(autocount-3) " ";
  color:red;
}
 
/* End of Common CSS skin </nowiki>*/