MediaWiki:Common.css: differenze tra le versioni

Nessun oggetto della modifica
Nessun oggetto della modifica
 
(6 versioni intermedie di uno stesso utente non sono mostrate)
Riga 1: Riga 1:
/* Gli stili CSS inseriti qui si applicano a tutte le skin */
/* <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;
}
/* Make the list of references smaller */
ol.references {
    font-size: 100%;
}
.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;
    -webkit-column-count: 2;
    column-count: 2;
}
/* Highlight clicked reference in blue to help navigation */
ol.references > li:target {
    background-color: #DEF;
}
sup.reference:target {
    background-color: #DEF;
}
/* Styling for citations */
cite {
    font-style: normal;
    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 */
cite:target {
    background-color: #DEF;
}
/* For linked citation numbers and document IDs, where the number need not be shown on a screen or a handheld, but should be included in the printed version */
@media screen, handheld, projection {
    cite *.printonly {
        display: none;
    }
}
/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
.wikitable th,
.prettytable th {
    background: #f2f2f2;
    text-align: center;
}
.wikitable caption,
.prettytable caption {
    font-weight: bold;
}
/* default skin for navigation boxes */
table.navbox {            /* navbox container style */
  border:1px solid #aaa;
  width:100%;
  margin:auto;
  clear:both;
  font-size:88%;
  text-align:center;
  padding:1px;
}
table.navbox + table.navbox {
  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        */
    float: right;        /* CollapsibleTables javascript in [[MediaWiki:Common.js]] */
    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.      */
}
/* 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;
}
   
   
/*<nowiki> Common CSS for all skins - copy to your user CSS to change */
.infobox.sisterproject {
    width: 20em;
    font-size: 90%;
}
   
   
/*******************************/
.infobox.standard-talk {
/* wikitable/prettytable class */
    border: 1px solid #c0c090;
/*******************************/
    background-color: #f8eaba;
}
.infobox.standard-talk.bordered td,
.infobox.standard-talk.bordered th {
    border: 1px solid #c0c090;
}
   
   
/* wikitable/prettytable class for skinning normal tables,
/* styles for bordered infobox with merged rows */
     but don't skin tables within tables by accident */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
    border: 0;
    border-top: 1px solid #aaa;
     border-right: 1px solid #aaa;
}
   
   
table.wikitable,
.infobox.bordered .mergedrow td,
table.prettytable {
.infobox.bordered .mergedrow th {
  margin: 1em 1em 1em 0;
    border: 0;
  background: #f9f9f9;
    border-right: 1px solid #aaa;
  border: 1px #aaaaaa solid;
}
  border-collapse: collapse;
}
   
   
table.wikitable>*>tr>th,
/* Styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */
table.wikitable>*>tr>td,
.infobox.geography {
table.wikitable>tr>th,
    text-align: left;
table.wikitable>tr>td,
    border-collapse: collapse;
table.prettytable>*>tr>th,
    line-height: 1.2em;  
table.prettytable>*>tr>td,
    font-size: 90%;
table.prettytable>tr>th,
}
table.prettytable>tr>td
{
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}
   
   
  table.wikitable>*>tr>th,
.infobox.geography td,
table.wikitable>tr>th,
.infobox.geography  th {
table.prettytable>*>tr>th,
    border-top: solid 1px #aaa;
table.prettytable>tr>th
    padding: 0.4em 0.6em 0.4em 0.6em;
{
}
  background: #ccccff;
.infobox.geography .mergedtoprow td,
  text-align: center;
.infobox.geography .mergedtoprow th {
}
    border-top: solid 1px #aaa;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
   
   
table.wikitable caption,
.infobox.geography .mergedrow td,
table.prettytable caption {
.infobox.geography .mergedrow th {
  margin-left: inherit;
    border: 0;
  margin-right: inherit;
    padding: 0 0.6em 0.2em 0.6em;
}
}
   
   
/************************/
.infobox.geography .mergedbottomrow td,
/* CommonsTicker styles */
.infobox.geography .mergedbottomrow th {
/************************/
    border-top: 0;
    border-bottom: solid 1px #aaa;
    padding: 0 0.6em 0.4em 0.6em;
}
   
   
/* links */
.infobox.geography .maptable td,
.tickerDiffLink { } /* diff links in ticker */
.infobox.geography .maptable th {
.tickerMiscLink { } /* misc links in ticker */
    border: 0;
    padding: 0;
}
   
   
/* remove list bullets */
/* Style for "notices" */
.tickerList ul,    .tickerList ul li    { list-style: none; text-indent:-2em; margin-left:2em;   text-align:left; }
.notice {
.tickerList ul ul, .tickerList ul ul li { list-style: none; text-indent:0;    margin-left:1.5em; text-align:left; }
    margin: 1em;
    padding: 0.2em;
}
   
   
/* per-type styles */
#disambig {
.tickerEntry_deleted     { }  /* entry for image deletion */
    border-top: 1px solid #ccc;
.tickerEntry_restored    { }  /* entry for restored image */
     border-bottom: 1px solid #ccc;
.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 */
/* Persondata and other (future) metadata,
.tickerStatus_done     { text-decoration:line-through; } /* strike through when entry has been handeled */
  "table.InChI" and ".InChI-label" are temporary. */
table.InChI,
table.persondata {
    border: 1px solid #aaa;
     display: none;
    speak: none;
}
.InChI-label,
.persondata-label {
    color: #aaa;
}
   
   
/* per-action styles */
/* Makes redirects appear in italics in categories and on [[Special:Allpages]] */
.tickerAction_deleted:before    { content:" GONE "; color: #FF0000; font-family:monospace; font-weight:bold; font-size:100%; } 
.redirect-in-category, .allpagesredirect {
.tickerAction_restored:before    { content:" BACK "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; } 
    font-style: italic;
.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 */
/* Class for links with loudspeaker icon next to them.
.tickerUsage  { font-size:80%; }
  (Used in [[Template:Audio]] and the like to make the speaker clickable) */
.audiolink a {
    background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat !important;
    padding-left: 16px !important;
    padding-right: 0 !important;
}
   
   
/* entry applies to a template used by multiple images */
/* Icons for medialist templates [[Template:Listen]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */
.tickerTemplateEntry    { font-weight: bold; }  
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;
}
   
   
/* entry applies to sub-entries, i.e. images that use a specific template */
/* Style rules for media list templates */
.tickerSubEntry        { }                      
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;
}
   
   
/* minor entry styles */  
/* Change the external link icon to an Adobe icon for all PDF files */
.tickerMinorEntry  { color:#666; }    /* minor entry */
/* (in browsers that support these CSS selectors, like Mozilla and Opera) */
.tickerMinorEntry a,
#bodyContent a[href$=".pdf"].external,
.tickerMinorEntry a:link,
#bodyContent a[href*=".pdf?"].external,  
.tickerMinorEntry a:visited { color:#669; }
#bodyContent a[href*=".pdf#"].external,
#bodyContent .tickerMinorEntry a.extiw,
#bodyContent a[href$=".PDF"].external,  
#bodyContent .tickerMinorEntry a.extiw:link,
#bodyContent a[href*=".PDF?"].external,
#bodyContent .tickerMinorEntry a.extiw:visited { color:#669; }
#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 */
/* miscellaneous */
/* 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;
}
   
   
/* hiddenStructure class from Monobook - allows selective hiding of markup in templates */
span.geolink a {
.hiddenStructure {
    background: url(http://upload.wikimedia.org/wikipedia/en/a/a7/Monobook-globe.png) center right no-repeat !important;
  display: none;
    padding-right: 11px !important;
  speak: none;
}
}
   
   
/* audiolink class for links with loudspeaker icon next to them - like in {{Audio}} template */
/* Content in columns with CSS instead of tables [[Template:Columns]] */
.audiolink a {
div.columns-2 div.column {
  background: url("http://upload.wikimedia.org/wikipedia/commons/f/f7/Loudspeaker.png") center left no-repeat !important;
    float: left;
  padding-left: 16px !important;
    width: 50%;
  padding-right: 0 !important;
    min-width: 300px;
}
}
div.columns-3 div.column {
    float: left;
    width: 33.3%;
    min-width: 200px;
}
div.columns-4 div.column {
    float: left;
    width: 25%;
    min-width: 150px;
}
div.columns-5 div.column {
    float: left;
    width: 20%;
    min-width: 120px;
}
   
   
/* make redirects appear as italic on [[Special:Allpages]] */
/*Add formatting to make sure that "external references" from [[Template:Ref]] do
.allpagesredirect {
  not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was
     font-style: italic
  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;
}
   
   
/* Default style for PrettyTextBox and InformationBox class of templates */
/* Make sure that ext links displayed within "plainlinksneverexpand" don't get
/* Default style for Template:Warning, Template:Info, and the like */
  the arrow...
.InformationBox {
*/
  width: 80%;
.plainlinksneverexpand a {
  border: solid #999999 1px;
    background: none !important;
  background: #F8F8F8;  
    padding: 0 !important;
  margin: 0.5em auto;
}
  clear: both;
  color: #000000;
  padding: 3px;
}
   
   
.PrettyTextBox {
/* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion"
   background-color: #F9F9F9;
  following the anchor A, the anchor itself now has class "external autonumber" and the
   color: #000000;  
  expansion is inserted when printing (see the common printing style sheet at
  border: 1px solid #AAAAAA;
   http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the ":after" pseudo-
  padding: .2em;  
   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;
}
   
   
/* Infobox template style */
 
/* 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;
}
*/
   
   
.infobox {
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
  border: 1px solid #aaaaaa;
th.mbox-text, td.mbox-text {     /* The message body cell(s) */
   background-color: #f9f9f9;
    border: none;  
   color: black;
    padding: 0.25em 0.9em;      /* 0.9em left/right */
  margin-bottom: 0.5em;
    width: 100%;   /* Make all mboxes the same width regardless of text length */
  margin-left: 1em;
}
   padding: 0.2em;
td.mbox-image {                  /* The left image cell */
  float: right;
    border: none;  
  clear: left;
    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;
}
   
   
.infobox td,
/* Article message box styles */
.infobox th {
table.ambox {            /* 10% = Will not overlap with other elements */
   vertical-align: middle;
    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 */
}
   
   
.infoxbox th {
table.ambox-notice {
   text-align:center;
    border-left: 10px solid #1e90ff;   /* Blue */
   background:#f0f0ff;
}
}
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 */
}
   
   
.archive-box {
/* Image message box styles */
  border: 1px solid #aaaaff;
table.imbox {
  background-color: #f2f2f9;
    margin: 4px 10%;
   color: black;
    border-collapse: collapse;
  margin-bottom: 0.5em;
    border: 3px solid #1e90ff;   /* Default "notice" blue */
   margin-left: 1em;
    background: #fbfbfb;
  padding: 0.2em;
}
  float: right;
.imbox .mbox-text .imbox {   /* For imboxes inside imbox-text cells. */
   clear: right;
    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;
}
   
   
/* DynamicNavigation aka box hiding from .de. */
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 */
}
   
   
  div.Boxmerge,
/* Category message box styles */
  div.NavFrame,
table.cmbox {
  .collapsible {
    margin: 3px 10%;
   margin: 0px;
    border-collapse: collapse;
   border: 1px solid #aaaaaa;
    border: 1px solid #aaa;
   border-collapse: collapse;
    background: #DFE8FF;    /* Default "notice" blue */
   text-align: center;
}
  font-size: 95%;
   
  clear:both;
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 */
.mw-plusminus-pos {
    color: #006400; /* darkgreen */
}
/* .mw-plusminus-null currently at developer default */
.mw-plusminus-neg {
    color: #8B0000; /* darkred */
}
.dablink {
    font-style: italic;
    padding-left: 2em;
}
.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;
}
/* Geographical coordinates defaults.
  See [[Template:Coord/link]] for how these are used.
  The classes "geo", "longitude", and "latitude" are used by
  the [[Geo microformat]], so the names should not be changed. */
.geo-default, .geo-dms, .geo-dec { display: inline; }
.geo-nondefault, .geo-multi-punct { display: none; }
.longitude, .latitude { white-space: nowrap; }
   
   
div.Boxmerge div.NavFrame { border: 0px; }
/* When <div class="nonumtoc"> is used on the table of contents, the ToC will display without numbers */
div.NavFrame + div.NavFrame,
.nonumtoc .tocnumber { display:none; }
.collapsible + .collapsible { border-top: 0px; }
.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;  
}
   
   
div.NavPic {
/* Allow limiting of which header levels are shown in a TOC; <div class="toclimit-3">, for
   margin: 0px;
   instance, will limit to showing ==headings== and ===headings=== but no further (as long as
   padding: 2px;
   there are no =headings= on the page, which there shouldn't be according to the MoS). */
  float: left;
.toclimit-2 .toclevel-2 {display:none;}
}
.toclimit-3 .toclevel-3 {display:none;}
div.NavFrame div.NavHead,
.toclimit-4 .toclevel-4 {display:none;}
.collapsible .title,
.toclimit-5 .toclevel-5 {display:none;}
.collapsible th {
.toclimit-6 .toclevel-6 {display:none;}
  position:relative;
.toclimit-7 .toclevel-7 {display:none;}
  padding:0.2em;
  font-weight: bold;
  font-size: 95%;
  background-color: #ccccff;
}
   
   
div.NavFrame div.NavHead:hover,
/* Allow transcluded pages to display in lists rather than a table. Compatible in Firefox; incompatible in IE6. */
.collapsible .title:hover,
.listify td {display:list-item;}
.collapsible th:hover { background-color: #aaaaff; }
.listify tr {display:block;}
.listify table {display:block;}
   
   
div.NavFrame div.NavHead .navigation,
/* Styling for Template:Quote */
.collapsible .title .navigation,
blockquote.templatequote {  
.collapsible th .navigation
    margin-top: 0;  
{
}
  position:absolute;
blockquote.templatequote div.templatequotecite {
  cursor:pointer;
    line-height: 1em;
  top:0px;
    text-align: left;
  right:3px;
    padding-left: 2em;
  font-weight:normal;
    margin-top: 0;
  font-size:smaller;
}
  padding-left:1em;
blockquote.templatequote div.templatequotecite cite {
}
    font-size: 85%;
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 */
div.user-block {
.plainlinks .urlexpansion {display: none !important;}
    padding: 5px;
.plainlinks a {background:none !important; padding:0px !important;}
    border: 1px solid #A9A9A9;
.plainlinks a.external.text:after {display: none !important;}
    background-color: #FFEFD5;
.plainlinks a.external.autonumber:after {display: none !important;}
}
   
   
/*****
/* Prevents line breaks in links */
  ** Bytecounter colours
.nowraplinks a {
  *****/  
    white-space: nowrap;
strong.mw-plusminus-neg { color: #c00; }
}
span.mw-plusminus-neg  { color: #900; }
span.mw-plusminus-pos  { color: #060; }
   
   
/*
/* For template documentation */
  * Navigation Tabs
.template-documentation {
  */
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #aaa;
    background-color: #ecfcf4;
    padding: 5px;
}
   
   
.navtabs .tabs li { list-style:none; }
.thumbinner {
.navtabs .tabs a {
    min-width: 100px;
  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; }
/* Inline divs in ImageMaps (code borrowed from de.wiki) */
.navtabs .tabs .selected { background:#999; padding:1.1ex; }
.imagemap-inline div {
.navtabs .tabs .inactive:hover { background:#f75; }
    display: inline;
.navtabs .contents { padding:1ex; border:3px solid #999; }
}
   
   
/* Style for horizontal UL lists */
/* Increase the height of the image upload box */
.horizontal ul, .DPLFlat ul { padding: 0em; margin: 0em; }
#wpUploadDescription {
.horizontal li, .DPLFlat li {
    height: 13em;
  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 {
/* Reduce line-height for <sup> and <sub> */
     .printonly { display: none !important; }
sup, sub {
}
     line-height: 1em;
}
   
   
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 */
/* 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 */
}
   
   
#file img {background: url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;}
/* Prevent boxes from overlapping the category listings */
#mw-subcategories, #mw-pages, #mw-category-media {
    clear: both;
}
   
   
/* Fix the background color on the sitenotice */
 
table#mw-dismissable-notice {
/* Stop HTML formulae breaking in silly places */
  background-color: transparent;
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 318: Riga 982:
  .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; }
/* MY FIX */
   
   
/* When <div class="nonumtoc"> is used on the table of contents, the ToC will display without numbers */
/* default for all content namespaces */
.toclimit-count .tocnumber, .nonumtoc .tocnumber { display:none; }
.messagebox + .messagebox { border-top-width:0em; margin-top:-1px; }
.messagebox        { border-left-color:#1e90ff; border-left-width:10px; }
.messagebox.notice  { border-left-color:#1e90ff; }
.messagebox.warning { border-left-color:#b22222; }
.messagebox.serious { border-left-color:#b22222; }
.messagebox.content { border-left-color:#f28500; }
.messagebox.style  { border-left-color:#f4c430; }
.messagebox.merge  { border-left-color:#9932cc; }
.messagebox.growth  { border-left-color:#228b22; }
.messagebox.idea    { border-left-color:yellow;  }
.messagebox.query  { border-left-color:#ffb734; }
.messagebox.move    { border-left-color:#9932cc; }
   
   
/* Allow limiting of which header levels are shown in a TOC; <div class="toclimit-3">, for
/* image namespace */
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). */
.messagebox + .messagebox { border-top-width:2px; margin-top:0.5em; }
.toclimit-2 .toclevel-2 {display:none;}
.messagebox        { border-color:#1e90ff; border-bottom-width:5px; border-left-width:2px;}
.toclimit-3 .toclevel-3 {display:none;}
.messagebox.notice  { border-color:#1e90ff; }
.toclimit-4 .toclevel-4 {display:none;}
.messagebox.warning { border-color:#b22222; }
.toclimit-5 .toclevel-5 {display:none;}
.messagebox.serious { border-color:#b22222; }
.toclimit-6 .toclevel-6 {display:none;}
.messagebox.content { border-color:#f28500; }
   
.messagebox.query  { border-color:#ffb734; }
/* Flagged revision fails to set the font color which can cause readability problems.
.messagebox.free    { border-color:#79CC55; }
   Since the colors needed to be adjusted anyways, use different colors for each
.messagebox.nonfree { border-color:#EF9132; }
  option for more usability.
.messagebox.pd      { border-color:#7E80A3; }
  .messagebox.move   { border-color:#9932cc; }
  */
  */
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;
.tagcloud {
width: 98%;
text-align: center;
background-color: #FDFDFD;
border: 1px solid #EEEEEE;
padding: 15px 10px 15px 10px;
}
}
.tagcloud a {
/* smart counters - allow up to #.#.# levels of counting. */
color: #0052CB;
body { counter-reset: autocount-1 autocount-2 autocount-3; }
margin-left: 10px;
margin-right: 10px;
.autocount:before {
font-weight: bold;
  counter-increment: autocount-1;
  content: counter(autocount-1) " ";
  color:blue;
}
}
 
.autocount-reset:before {
div.tip {
  counter-reset: autocount-1;
border: solid green 2px;
  counter-increment: autocount-1;
padding: 0px 10px 2px 25px;
  content: counter(autocount-1) " ";
margin: 10px 0px 10px 0px;
  color:blue;
background: #DFD url(images/iubar/information.gif) no-repeat 3px 3px;
}
}
 
.autocount .autocount:before {
div.bug, div.warning {
  counter-increment: autocount-2;
border: solid red 2px;
  content: counter(autocount-1) "." counter(autocount-2) " ";
padding: 0px 10px 2px 25px;
  color:green;
margin: 10px 0px 10px 0px;
background: #FDD url(images/iubar/exclamation.gif) no-repeat 3px 3px;
}
}
 
.autocount .autocount .autocount:before {
div.note {
  counter-increment: autocount-3;
border: solid goldenrod 2px;
  content: counter(autocount-1) "." counter(autocount-2) "." counter(autocount-3) " ";
padding: 0px 10px 2px 25px;
  color:red;
margin: 10px 0px 10px 0px;
background: #FFD url(images/iubar/note.gif) no-repeat 3px 3px;
color: #000;
}
}


/* End of Common CSS skin </nowiki>*/


/* Default "notice" blue */
.noautonum .tocnumber { display: none; }
.messagebox { width:90%; margin:0px auto; padding:0em; border:2px solid #1e90ff; background:#fbfbfb; color:black; }
.messagebox img { border: none; padding:0em 0.5em; text-align:center; }
.messagebox + .messagebox { border-top-width:0em; }
/* book/main namespace */
.ns0 .messagebox.notice  { border:2px solid #1e90ff; border-left-width:10px; }
.ns0 .messagebox.warning { border:2px solid #b22222; border-left-width:10px; }
.ns0 .messagebox.serious { border:2px solid #b22222; border-left-width:10px; }
.ns0 .messagebox.content { border:2px solid #f28500; border-left-width:10px; }
.ns0 .messagebox.style  { border:2px solid #f4c430; border-left-width:10px; }
.ns0 .messagebox.merge  { border:2px solid #9932cc; border-left-width:10px; }
.ns0 .messagebox.growth  { border:2px solid #228b22; border-left-width:10px; }
.ns0 .messagebox.idea    { border:2px solid yellow; border-left-width:10px;  }
.ns0 .messagebox.query  { border:2px solid #ffb734; border-left-width:10px; }
.ns0 .messagebox.move    { border:2px solid #9932cc; border-left-width:10px; }
/* image namespace */
.ns6 .messagebox.notice { border:2px solid #1e90ff; border-bottom-width:0.4em; }
.ns6 .messagebox.warning { border:2px solid #b22222; border-bottom-width:0.4em; }
.ns6 .messagebox.serious { border:2px solid #b22222; border-bottom-width:0.4em; }
.ns6 .messagebox.content { border:2px solid #f28500; border-bottom-width:0.4em; }
.ns6 .messagebox.query { border:2px solid #ffb734; border-bottom-width:0.4em; }
.ns6 .messagebox.free { border:2px solid #79CC55; border-bottom-width:0.4em; }
.ns6 .messagebox.nonfree { border:2px solid #EF9132; border-bottom-width:0.4em; }
.ns6 .messagebox.pd { border:2px solid #7E80A3; border-bottom-width:0.4em; }
.ns6 .messagebox.move { border: 2px solid #9932cc; border-bottom-width:0.4em; }


/* </source> */
/* End of Common CSS skin </nowiki>*/

Versione attuale delle 19:45, 9 nov 2012

/* Gli stili CSS inseriti qui si applicano a tutte le skin */

/* <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;
}
 
/* Make the list of references smaller */
ol.references {
    font-size: 100%;
}
.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;
    -webkit-column-count: 2;
    column-count: 2;
}
 
/* Highlight clicked reference in blue to help navigation */
ol.references > li:target {
    background-color: #DEF;
}
 
sup.reference:target { 
    background-color: #DEF;
}
 
/* Styling for citations */
cite {
    font-style: normal;
    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 */
cite:target { 
    background-color: #DEF;
}
 
/* For linked citation numbers and document IDs, where the number need not be shown on a screen or a handheld, but should be included in the printed version */
 
@media screen, handheld, projection {
    cite *.printonly {
        display: none;
    }
}
 
 
/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
.wikitable th,
.prettytable th {
    background: #f2f2f2;
    text-align: center;
}
.wikitable caption,
.prettytable caption {
    font-weight: bold;
}
 
/* default skin for navigation boxes */
table.navbox {            /* navbox container style */
  border:1px solid #aaa;
  width:100%; 
  margin:auto;
  clear:both;
  font-size:88%;
  text-align:center;
  padding:1px;
}
table.navbox + table.navbox {
  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        */
    float: right;         /* CollapsibleTables javascript in [[MediaWiki:Common.js]] */
    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.      */
}
 
 
/* 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, e.g. 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;
}
 
/* Style for "notices" */
.notice {
    margin: 1em;
    padding: 0.2em;
}
 
#disambig {
    border-top: 1px solid #ccc; 
    border-bottom: 1px solid #ccc;
}
 
/* Persondata and other (future) metadata,
   "table.InChI" and ".InChI-label" are temporary. */
table.InChI,
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]] */
.redirect-in-category, .allpagesredirect {
    font-style: italic;
}
 
/* Class for links with loudspeaker icon next to them. 
   (Used in [[Template:Audio]] and the like to make the speaker clickable) */
.audiolink a {
    background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat !important;
    padding-left: 16px !important;
    padding-right: 0 !important;
}
 
/* 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;
}
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.medialist {
    min-height: 50px;
    margin: 1em;
    background-position: top left;
    background-repeat: no-repeat;
}
div.medialist ul {
    list-style-type: none; 
    list-style-image: none;
    margin: 0;
}
div.medialist ul li {
    padding-bottom: 0.5em;
}
div.medialist ul li li {
    font-size: 91%;
    padding-bottom: 0;
}
 
/* Change the external link icon to an Adobe icon for all PDF files */
/* (in browsers that support these CSS selectors, like Mozilla and Opera) */
#bodyContent a[href$=".pdf"].external, 
#bodyContent a[href*=".pdf?"].external, 
#bodyContent a[href*=".pdf#"].external,
#bodyContent a[href$=".PDF"].external, 
#bodyContent a[href*=".PDF?"].external, 
#bodyContent a[href*=".PDF#"].external,
#mw_content a[href$=".pdf"].external, 
#mw_content a[href*=".pdf?"].external, 
#mw_content a[href*=".pdf#"].external,
#mw_content a[href$=".PDF"].external, 
#mw_content a[href*=".PDF?"].external, 
#mw_content a[href*=".PDF#"].external {
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat;
    padding-right: 16px;
}
 
/* Change the external link icon to an Adobe icon anywhere the PDFlink class */
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */
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 */
.mw-plusminus-pos {
    color: #006400; /* darkgreen */
}
 
/* .mw-plusminus-null currently at developer default */
.mw-plusminus-neg {
    color: #8B0000; /* darkred */
}
 
.dablink {
    font-style: italic;
    padding-left: 2em;
}
.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;
}
 
/* Geographical coordinates defaults. 
   See [[Template:Coord/link]] for how these are used. 
   The classes "geo", "longitude", and "latitude" are used by 
   the [[Geo microformat]], so the names should not be changed. */
.geo-default, .geo-dms, .geo-dec { display: inline; }
.geo-nondefault, .geo-multi-punct { display: none; }
.longitude, .latitude { white-space: nowrap; }
 
/* 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 {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. */
.listify td {display:list-item;}
.listify tr {display:block;}
.listify table {display:block;}
 
/* 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;
}
 
/* Prevents line breaks in links */
.nowraplinks a {
    white-space: nowrap;
}
 
/* For template documentation */
.template-documentation {
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #aaa; 
    background-color: #ecfcf4; 
    padding: 5px;
}
 
.thumbinner {
    min-width: 100px;
}
 
/* Inline divs in ImageMaps (code borrowed from de.wiki) */
.imagemap-inline div {
    display: inline;
}
 
/* Increase the height of the image upload box */
#wpUploadDescription {
    height: 13em;
}
 
/* Reduce line-height for <sup> and <sub> */
sup, sub {
    line-height: 1em;
}
 
 
/* The backgrounds for galleries. */
#content .gallerybox div.thumb {
    background-color: #F9F9F9;   /* Light gray padding */
}
.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 */
 .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; }

 /* MY FIX */
 
 /* default for all content namespaces */
.messagebox + .messagebox { border-top-width:0em; margin-top:-1px; }
.messagebox         { border-left-color:#1e90ff; border-left-width:10px; }
.messagebox.notice  { border-left-color:#1e90ff; }
.messagebox.warning { border-left-color:#b22222; }
.messagebox.serious { border-left-color:#b22222; }
.messagebox.content { border-left-color:#f28500; }
.messagebox.style   { border-left-color:#f4c430; }
.messagebox.merge   { border-left-color:#9932cc; }
.messagebox.growth  { border-left-color:#228b22; }
.messagebox.idea    { border-left-color:yellow;  }
.messagebox.query   { border-left-color:#ffb734; }
.messagebox.move    { border-left-color:#9932cc; }
 
 /* image namespace */
/*
 .messagebox + .messagebox { border-top-width:2px; margin-top:0.5em; }
 .messagebox         { border-color:#1e90ff; border-bottom-width:5px; border-left-width:2px;}
 .messagebox.notice  { border-color:#1e90ff; }
 .messagebox.warning { border-color:#b22222; }
 .messagebox.serious { border-color:#b22222; }
 .messagebox.content { border-color:#f28500; }
 .messagebox.query   { border-color:#ffb734; }
 .messagebox.free    { border-color:#79CC55; }
 .messagebox.nonfree { border-color:#EF9132; }
 .messagebox.pd      { border-color:#7E80A3; }
 .messagebox.move    { border-color:#9932cc; }
 */
 

.tagcloud {
	width: 98%;
	text-align: center;
	background-color: #FDFDFD;
	border: 1px solid #EEEEEE;
	padding: 15px 10px 15px 10px;
}
.tagcloud a {
	color: #0052CB;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
}

div.tip {
	border: solid green 2px;
	padding: 0px 10px 2px 25px;
	margin: 10px 0px 10px 0px;
	background: #DFD url(images/iubar/information.gif) no-repeat 3px 3px;
	
}

div.bug, div.warning {
	border: solid red 2px;
	padding: 0px 10px 2px 25px;
	margin: 10px 0px 10px 0px;
	background: #FDD url(images/iubar/exclamation.gif) no-repeat 3px 3px;
}

div.note {
	border: solid goldenrod 2px;
	padding: 0px 10px 2px 25px;
	margin: 10px 0px 10px 0px;
	background: #FFD url(images/iubar/note.gif) no-repeat 3px 3px;
	color: #000;
}

/* End of Common CSS skin </nowiki>*/

.noautonum .tocnumber { display: none; }

/* </source> */