MediaWiki:Common.css: differenze tra le versioni

nessun oggetto della modifica
(Creata pagina con '→‎<pre><nowiki>: →‎Main page fixes: #interwiki-completelist { font-weight: bold; } body.page-Main_Page #ca-delete { display: none !important; } /* Edit windo...')
 
Nessun oggetto della modifica
 
(96 versioni intermedie di 5 utenti non mostrate)
Riga 1: Riga 1:
/* <pre><nowiki> */
/* CSS placed here will be applied to all skins */
 
/* Main page fixes */
/* Colore dei link negli infobox */
#interwiki-completelist {
.talkbox-template a:not(.new), .talkbox-bottom-sx a:not(.new) {
     font-weight: bold;
     color: #7acae2;
}
}
body.page-Main_Page #ca-delete {
.talkbox-template a.new, .talkbox-template a.new:visited, .talkbox-bottom-sx a.new, .talkbox-bottom-sx a.new:visited {
    display: none !important;
color: #e6626d;
}
}
 
/* Edit window toolbar */
/* Rimuove il titolo e la barra orizzontale sotto di esso dalla pagina principale */
#toolbar {
body.page-Pagina_principale.action-view h1.firstHeading, body.page-Pagina_principale.action-submit h1.firstHeading {
     height: 22px;
     display: none;
    margin-bottom: 6px;
}
}
 
/* Make the list of references smaller */
/* Sfondo stile menù iniziale di EarthBound */
ol.references {
.menu-iniziale {
     font-size: 100%;
     background: url("https://itcdn.wikibound.info/8/83/EB-sfondo_menù_iniziale_x2.png");
    background-repeat: repeat;
}
}
.references-small {  
 
     font-size: 90%;
/* Texture feltro */
.feltro, .infobox.feltro td:nth-last-child(2) {
     background: url("https://itcdn.wikibound.info/c/cb/Texture_feltro.png");
    background-blend-mode: luminosity;
    background-repeat: repeat;
}
}
 
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
/* Talk box stile EarthBound */
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
.talkbox {
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
    min-width: 92px;
/* Please ignore any validator errors caused by these two lines */
    padding: 4px 8px;
.references-2column {
     color: #fff;
     font-size: 90%;
     background: #101010;
     -moz-column-count: 2;
     box-shadow: 0 0 0 1px #889090, 0 0 0 2px #f0f0f0, 0 0 0 3px #889090, 0 0 0 4px #101010;
     -webkit-column-count: 2;
     border-radius: 3px;
     column-count: 2;
}
}
.talkbox-template {
.same-bg { background: none; }
padding: 4px 8px;
box-shadow: inset 0 0 0 1px #889090, inset 0 0 0 2px #f0f0f0, inset 0 0 0 3px #889090;
/* Highlight clicked reference in blue to help navigation */
border-radius: 5px;
ol.references > li:target {
    background-color: #DEF;
}
}
.talkbox-top {
sup.reference:target {
    padding: 4px 0 0 0;
     background-color: #DEF;
     box-shadow: inset 0 1px 0 0 #889090, inset 0 2px 0 0 #f0f0f0, inset 0 3px 0 0 #889090;
}
}
.talkbox-top-sx {
/* Styling for citations */
    padding: 4px 0 0 4px;
cite {
     box-shadow: inset 1px 1px 0 0 #889090, inset 2px 2px 0 0 #f0f0f0, inset 3px 3px 0 0 #889090;
     font-style: normal;
     border-radius: 5px 0 0 0;
     word-wrap: break-word;
}
}
.talkbox-top-dx {
/* If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */
    padding: 4px 4px 0 0;
cite:target {
    box-shadow: inset -1px 1px 0 0 #889090, inset -2px 2px 0 0 #f0f0f0, inset -3px 3px 0 0 #889090;
     background-color: #DEF;
     border-radius: 0 5px 0 0;
}
}
.talkbox-top-sx-dx {
/* 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 */
    padding: 4px 4px 0 4px;
    box-shadow: inset 1px 1px 0 0 #889090, inset -1px 1px 0 0 #889090, inset -2px 2px 0 0 #f0f0f0, inset 2px 2px 0 0 #f0f0f0, inset -3px 3px 0 0 #889090, inset 3px 3px 0 0 #889090;
@media screen, handheld, projection {
     border-radius: 5px 5px 0 0;
     cite *.printonly {
        display: none;
    }
}
}
.talkbox-bottom {
     padding: 0 0 8px 0;
/* wikitable/prettytable class for skinning normal tables */
     box-shadow: inset 0 -1px 0 0 #889090, inset 0 -2px 0 0 #f0f0f0, inset 0 -3px 0 0 #889090;
table.wikitable,
table.prettytable {
     margin: 1em 1em 1em 0;
     background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
}
.wikitable th, .wikitable td,
.talkbox-bottom-sx {
.prettytable th, .prettytable td {
    padding: 0 0 8px 4px;
     border: 1px #aaa solid;
     box-shadow: inset 1px -1px 0 0 #889090, inset 2px -2px 0 0 #f0f0f0, inset 3px -3px 0 0 #889090;
     padding: 0.2em;
     border-radius: 0 0 0 5px;
}
}
.wikitable th,
.talkbox-bottom-dx {
.prettytable th {
    padding: 0 4px 8px 0;
     background: #f2f2f2;
     box-shadow: inset -1px -1px 0 0 #889090, inset -2px -2px 0 0 #f0f0f0, inset -3px -3px 0 0 #889090;
     text-align: center;
     border-radius: 0 0 5px 0;
}
}
.wikitable caption,
.talkbox-bottom-sx-dx {
.prettytable caption {
     padding: 0 4px 8px 4px;
     margin-left: inherit;
     box-shadow: inset -1px -1px 0 0 #889090, inset 1px -1px 0 0 #889090, inset 2px -2px 0 0 #f0f0f0, inset -2px -2px 0 0 #f0f0f0, inset 3px -3px 0 0 #889090, inset -3px -3px 0 0 #889090;
     margin-right: inherit;
     border-radius: 0 0 5px 5px;
     font-weight: bold;
}
}
.talkbox-sx {
    padding: 0 0 0 4px;
/* default skin for navigation boxes */
    box-shadow: inset 1px 0 0 0 #889090, inset 2px 0 0 0 #f0f0f0, inset 3px 0 0 0 #889090;
table.navbox {           /* navbox container style */
    border-radius: 0;
  border:1px solid #aaa;
  width:100%;  
  margin:auto;
  clear:both;
  font-size:88%;
  text-align:center;
  padding:1px;
}
}
table.navbox + table.navbox {
.talkbox-dx {
  margin-top:-1px;       /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
    padding: 0 4px 0 0;
    box-shadow: inset -1px 0 0 0 #889090, inset -2px 0 0 0 #f0f0f0, inset -3px 0 0 0 #889090;
    border-radius: 0;
}
}
.navbox-title, .navbox-abovebelow, table.navbox th {
 
  text-align:center;      /* title and above/below styles */
/*** Colore Utenti ***/
  padding-left:1em;
 
  padding-right:1em;
/* Burocrati */ /* Viola */
.mw-userlink[title="Utente:Benz"],
#c-burocrate a{
color: #8D00BC !important;
}
}
.navbox-group {          /* group style */
 
  white-space:nowrap;
/* Amministratori */ /* Arancione */
  text-align:right;
.mw-userlink[title="Utente:Korenji"],
  font-weight:bold;
#c-amministratore a{
  padding-left:1em;
color: #DF771E !important;
  padding-right:1em;
}
}
.navbox, .navbox-subgroup {
  background:#fdfdfd;     /* Background color */
/* Moderatori */ /* Verde */
.mw-userlink[title="Utente:Toadstooler"],
#c-moderatore a{
color: #6BB223 !important;
}
}
.navbox-list {
 
  border-color:#fdfdfd;   /* Must match background color */
/***** BACKGROUND AND BORDER COLORS FOR CONTENT*****/
/* Border colors */
.borderc1 {
border-color: #e9e9e9;
border-width:thin;
}/* light grey */
.borderc2 {
border-color: #aaaaaa;
border-width: thin;
}/* grey (as toc) */
.borderc3 {
border-color: #777777;
border-width: thin;
}/* dark grey */
.borderc4 {
border-color: #000000;
border-width: thin;
}/* black */
.borderc5 {
border-color: #c00000;
border-width: thin;
}/* red */
.borderc6 {
border-color: #025e9d;
border-width: thin;
}/* blue */
.borderc7 {
border-color: #008040;
border-width: thin;
}/* green */
.borderc8 {
border-color: #ffcc00;
border-width: thin;
}/* yellow */
/* Background colors */
.backgroundc1 {
background-color: #ffffff;
}/* white */
.backgroundc2 {
background-color: #f9f9f9;
}/* light grey (as toc)*/
.backgroundc3 {
background-color: #eeeeee;
}/* light grey (headers) */
.backgroundc4 {
background-color: #e0e0e0;
}/* more grey */
.backgroundc5 {
background-color: #d2d2d2;
}/* more grey */
.backgroundc6 {
background-color: #b7b7b7;
}/* more grey */
.backgroundc7 {
background-color: #a3a3a3;
}/* darker grey */
/***** SOME OTHER SMALL THINGS *****/
/* Marking redirects in Special:Allpages*/
.allpagesredirect {
font-style: italic;
}
}
.navbox-title, table.navbox th {
.mw-content-ltr ul {list-style: none outside url(https://itcdn.wikibound.info/5/53/EB-Regalo-mini.png);}
  background:#ccccff;     /* Level 1 color */
.watchlistredir {
font-style: italic;
}
}
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
#preftoc li {
  background:#ddddff;     /* Level 2 color */
margin: 1px -2px 1px 2px;
float: left;
padding: 2px 0 3px 0;
border: 1px solid #fff;
border-right-color: #716f64;
border-bottom: 0;
position: relative;
white-space: nowrap;
list-style-type: none;
list-style-image: none;
z-index: 3;
}
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
 
  background:#e6e6ff;     /* Level 3 color */
#toc ul, .toc ul {
    list-style-image: none !important;
    list-style-type: none !important;
}
}
.navbox-even {
#ns-menu-wrapper ul li {list-style-image:none;}
  background:#f7f7f7;     /* Even row striping */
/* SideBoxes ([[:de:Wikipedia:TownBox|TB]]) */
div.sideBox {
position: relative;
float: right;
background: white;
margin-left: 1em;
border: 1px solid gray;
padding: 0.3em;
width: 200px;
overflow: hidden;
clear: right;
}
}
.navbox-odd {
div.sideBox dl {
  background:transparent; /* Odd row striping */
padding: 0;
margin: 0 0 0.3em 0;
font-size: 96%;
}
}
div.sideBox dl dt {
/* Infobox template style */
background: none;
.infobox {
margin: 0.4em 0 0 0;
    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,
div.sideBox dl dd {
.infobox th {
margin: 0.1em 0 0 1.1em;
    vertical-align: top;
background-color: #f3f3f3;
}
}
.infobox caption {
/* Major warning - used on the main page template to warn against editing carelessly, but can be used elsewhere as well */
    font-size: larger;
.majorwarning {
    margin-left: inherit;
background: yellow;
padding: 0.3em;
text-align: center;
font-size: 125%;
border: 2px solid red;
}
}
.infobox.bordered {
 
    border-collapse: collapse;
/* wikitable/prettytable class for skinning normal tables */
table.wikitable {
margin: 1em 1em 1em 0;
background: #f9f9f9;
/*border: 1px #aaa solid;*/
border-collapse: collapse;
empty-cells: show;
}
}
.infobox.bordered td,
table.wikitable th, table.wikitable td {
.infobox.bordered th {
/*border: 1px #aaa solid;*/
    border: 1px solid #aaa;
padding: 0.2em 0.4em;
}
}
.infobox.bordered .borderless td,
table.wikitable th, table.wikitable td.hl3, table.wikitable th.hl3 {
.infobox.bordered .borderless th {
background: #8da7d6;
    border: 0;
text-align: center;
}
}
table.wikitable td.hl1, table.wikitable th.hl1 {
.infobox.sisterproject {
background: #c5d8fc;
    width: 20em;
text-align: center;
    font-size: 90%;
}
}
table.wikitable td.hl2, table.wikitable th.hl2 {
.infobox.standard-talk {
background: #a7c1f2;
    border: 1px solid #c0c090;
text-align: center;
    background-color: #f8eaba;
}
}
.infobox.standard-talk.bordered td,
table.wikitable caption {
.infobox.standard-talk.bordered th {
margin-left: inherit;
    border: 1px solid #c0c090;
margin-right: inherit;
font-weight: bold;
}
}
/** Sidebar External Links **/
   
   
/* styles for bordered infobox with merged rows */
#n-browse-cvs a, #n-phpdoc a, #n-Mailing-list a {
.infobox.bordered .mergedtoprow td,
background: url(/skins-1.5/monobook/external.png) center right no-repeat;
.infobox.bordered .mergedtoprow th {
padding-right: 13px;
    border: 0;
color: #36b;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
}
}
/* make the list of references look smaller */
.infobox.bordered .mergedrow td,
ol.references {
.infobox.bordered .mergedrow th {
font-size: 95%;
    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%;
}
}
.references-small {
.infobox.geography  td,
font-size: 90%;
.infobox.geography  th {
    border-top: solid 1px #aaa;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
}
.infobox.geography .mergedtoprow td,
/* prevent ugly horizontal page expansion */
.infobox.geography .mergedtoprow th {
pre {
    border-top: solid 1px #aaa;
overflow: auto;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
}
/* Language template */
   
   
.infobox.geography .mergedrow td,
.LanguageLinks {
.infobox.geography .mergedrow th {
margin-top: 0.5em;
    border: 0;
    padding: 0 0.6em 0.2em 0.6em;
}
}
.LanguageLinks table {
.infobox.geography .mergedbottomrow td,
clear: both;
.infobox.geography .mergedbottomrow th {
border: 1px solid #aaaaaa;
    border-top: 0;
border-collapse: collapse;
    border-bottom: solid 1px #aaa;
padding: 0.2em;
    padding: 0 0.6em 0.4em 0.6em;
margin: 0;
font-size: 85%;
margin: 0 1px;
}
}
.LanguageLinks span {
.infobox.geography .maptable td,
white-space: nowrap;
.infobox.geography .maptable th {
    border: 0;
    padding: 0;
}
}
/* Page headings used throughout the wiki (though not very much at the time of writing...) */  
/* Style for "notices" */
.page-notice, .page-warning {
.notice {
border-width: 1px;
    margin: 1em;
border-style: solid;
    padding: 0.2em;
padding: 0.3em 0.5em;
margin-bottom: 1em;
width: 80%;
margin-left: auto;
margin-right: auto;
text-align: center;
}
}
/* Used to add informative notices to the top of pages - BLUE */
#disambig {
.page-notice {
    border-top: 1px solid #ccc;  
background-color: #f9f9f9;
    border-bottom: 1px solid #ccc;
border-color: #025e9d;
text-align: left;
}
}
/* Used to add warning information to the top of pages - RED */
/* Persondata and other (future) metadata,
.page-warning {
  "table.InChI" and ".InChI-label" are temporary. */
background-color: #ffffff;
table.InChI,
border-color: #c51919;
table.persondata {
border-width: 2px;
    border: 1px solid #aaa;
    display: none;
    speak: none;
}
}
.InChI-label,
.pw-head {
.persondata-label {
color: #c51919;
    color: #aaa;
font-weight: bold;
}
}
 
/* Makes redirects appear in italics in categories and on [[Special:Allpages]] */
.center1 {
.redirect-in-category, .allpagesredirect {
margin-left: auto;
    font-style: italic;
margin-right: auto;
}
}
.center2 {
/* Class for links with loudspeaker icon next to them.
text-align: center;
  (Used in [[Template:Audio]] and the like to make the speaker clickable) */
.audiolink a {
    background: url("https://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;
}
}
.center {
/* Icons for medialist templates [[Template:Listen]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */
text-align: center;
div.listenlist {
    background: url("https://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
    padding-left: 40px;
}
}
div.videolist, div.multivideolist {
.center table {
    background: url("https://upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png");
margin-left: auto;
    padding-left: 50px;
margin-right: auto;
text-align: left;
}
}
 
/* Style rules for media list templates */
td.art {
div.medialist {
background: #000000;
    min-height: 50px;
color: #FFFF00;
    margin: 1em;
align: center;
    background-position: top left;
    background-repeat: no-repeat;
}
}
div.medialist ul {
td.wikirelated {
    list-style-type: none;  
background: #000000;
    list-style-image: none;
color: #FF00FF;
    margin: 0;
text-align: center;
}
}
div.medialist ul li {
td.writing {
    padding-bottom: 0.5em;
background: #000000;
color: #00FFFF;
}
}
div.medialist ul li li {
td.general {
    font-size: 91%;
background: #000000;
    padding-bottom: 0;
color: #FFFFFF;
text-align: center;
}
}
table.article, div.article, td.article, span.article {
/* Change the external link icon to an Adobe icon for all PDF files */
border: medium double #660000
/* (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(https://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat;
    padding-right: 16px;
}
}
table.file, div.file, td.file, span.file {
/* Change the external link icon to an Adobe icon anywhere the PDFlink class */
border: medium double #006600
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */
span.PDFlink a {
    background: url(https://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;
}
}
table.category, div.category, td.category, span.category {
span.geolink a {
border: medium double #000066
    background: url(https://upload.wikimedia.org/wikipedia/en/a/a7/Monobook-globe.png) center right no-repeat !important;
    padding-right: 11px !important;
}
}
table.template, div.template, td.template, span.template {
/* Content in columns with CSS instead of tables [[Template:Columns]] */
border: medium double #008080
div.columns-2 div.column {
    float: left;
    width: 50%;
    min-width: 300px;
}
}
div.columns-3 div.column {
table.special, div.special, td.special {
    float: left;
border: medium double #666666;
    width: 33.3%;
    min-width: 200px;
}
}
div.columns-4 div.column {
table.newsletter {
    float: left;
border: medium double #666666;
    width: 25%;
align: right;
    min-width: 150px;
}
}
div.columns-5 div.column {
div.newsletter td {
    float: left;
border: medium single #666666;
    width: 20%;
    min-width: 120px;
}
}
/* http://en.wikipedia.org/wiki/MediaWiki:Common.css - June 6th, 2009 */
/*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
.collapseButton {/* 'show'/'hide' buttons created dynamically */
  that the HTML code contained a SPAN following the anchor A; this SPAN had the class
float: right;/* by the CollapsibleTables javascript in*/
  "urlexpansion", which was not displayed on screen, but was shown when the medium was
font-weight: normal; /* [[MediaWiki:Common.js]]are styled here*/
  "print". The rules below ensure (a) that there is no extra padding to the right of
text-align: right; /* so they can be customised.*/
  the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for
width: auto;
  the link, and (c) that this SPAN of class "urlexpansion" is never shown.
  ~~~~
*/
.plainlinksneverexpand {
    background: none ! important;
    padding: 0 ! important;
}
}
.plainlinksneverexpand .urlexpansion {
.navbox .collapseButton {/* In navboxes, the show/hide button balances */
    display: none ! important;
width: 6em;/* the vde links from [[Template:Tnavbar]], */
}/* so they need to be the same width. */
 
/* documentation colors inpried by kuler user greenredVendormate */
 
table.project_table th a, span.project a {
color: #FFD100;
font-family : Courier;
}
}
.project_table a:hover, .Project a:hover {
/* Make sure that ext links displayed within "plainlinksneverexpand" don't get
color: #FFD100;
  the arrow...
*/
.plainlinksneverexpand a {
    background: none !important;
    padding: 0 !important;
}
}
table.sidebar {
/* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion"
align: right;
  following the anchor A, the anchor itself now has class "external autonumber" and the
width: 25%;
  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 {
table.color1 th {
    display: none !important;
background: #FF0000;
color: #000000;
}
}
table.color1 th a {
/* Messagebox templates */
color: #00FF48;
.messagebox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    width: 80%;
    margin: 0 auto 1em auto;
    padding: .2em;
}
}
.messagebox.merge {
table.color2 th {
    border: 1px solid #c0b8cc;
background: #ff6600;
    background-color: #f0e5ff;
color: #000000;
    text-align: center;
}
}
.messagebox.cleanup {
table.color3 th {
    border: 1px solid #9f9fff;
background: #ffff00;
    background-color: #efefff;
color: #000000;
    text-align: center;
}
}
.messagebox.standard-talk {
table.color4 th {
    border: 1px solid #c0c090;
background-color: #008000;
    background-color: #f8eaba;
color: #000000;
    margin: 4px auto;
}
}
/* For old WikiProject banners inside banner shells. */
table.color5 th {
.mbox-inside .standard-talk,
background-color: #0000FF;
.messagebox.nested-talk {
color: #FFFFFF;
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    width: 100%;
    margin: 2px 0;
    padding: 2px;
}
}
.messagebox.small {
table.color5 th a {
    width: 238px;
color: #FFFFFF;
    font-size: 85%;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em;  
}
}
.messagebox.small-talk {
table.color6 th {
    width: 238px;
background-color: #800080;
    font-size: 85%;
color: #000000;
    float: right;
    clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em;
    background: #F8EABA;
}
}
table.color7 {
background: #FFFFFF;
/* Cell sizes for tmbox/imbox/cmbox/ombox message boxes */
color: #000000;
th.mbox-text, td.mbox-text {     /* The message body cell(s) */
    border: none;
    padding: 0.25em 0.9em;       /* 0.9em left/right */
    width: 100%;
}
}
td.mbox-image {                 /* The left image cell */
table.color8 th {
    border: none;  
background: #666666;
    padding: 2px 0 2px 0.9em;    /* 0.9em left, 0px right */
color: #FFFFFF;
    text-align: center;  
}
}
td.mbox-imageright {             /* The right image cell */
table.color9 th {
    border: none;
background: #000000;
    padding: 2px 0.9em 2px 0;    /* 0px left, 0.9em right */
color: #ffffff;
    text-align: center;  
}
}
th.color1, td.color1, span.color1 {
/* Article message box styles */
background: #FF0000;
table.ambox {           /* 10% = Will not overlap with other elements */
color: #000000;
    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,  
th.color2, td.color2, span.color2 {
.ambox td.mbox-text {           /* The message body cell(s) */
background: #ff6600;
    border: none;  
color: #000000;
    padding: 0.25em 0.5em;      /* 0.5em left/right */
    width: 100%;                 /* Make all amboxes the same width regardless of text length */
}
}
.ambox td.mbox-image {           /* The left image cell */
th.color3, td.color3, span.color3 {
    border: none;  
background: #ffff00;
    padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */
color: #000000;
    text-align: center;  
}
}
.ambox td.mbox-imageright {     /* The right image cell */
th.color4, td.color4, span.color4 {
    border: none;
background-color: #008000;
    padding: 2px 0.5em 2px 0;   /* 0px left, 0.5em right */
color: #000000;
    text-align: center;  
}
}
th.color5, td.color5, span.color5 {
table.ambox-notice {
background-color: #0000FF;
    border-left: 10px solid #1e90ff;   /* Blue */
color: #FFFFFF;
}
}
table.ambox-speedy {
th.color5 a, td.color5 a, span.color5 a {
    border-left: 10px solid #b22222;    /* Red */
color: #ffffff;
    background: #fee;                   /* Pink */
}
}
table.ambox-serious,
th.color6, td.color6, span.color6 {
table.ambox-delete {    /* "serious" is deprecated, use "delete" instead. */
background-color: #800080;
    border-left: 10px solid #b22222;   /* Red */
color: #000000;
}
}
table.ambox-content {
th.color7, td.color7, span.color7 {
    border-left: 10px solid #f28500;   /* Orange */
background: #FFFFFF;
color: #000000;
}
}
table.ambox-style {
th.color8, td.color8, span.color8 {
    border-left: 10px solid #f4c430;   /* Yellow */
background: #666666;
color: #FFFFFF;
}
}
table.ambox-merge,
th.color9, td.color9, span.color9 {
table.ambox-move {    /* "merge" is deprecated, use "move" instead. */
background: #000000;
    border-left: 10px solid #9932cc;   /* Purple */
color: #ffffff;
}
}
table.ambox-protection {
.default-border-radius {
    border-left: 10px solid #bba;       /* Gray-gold */
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
}
.default-border-top {
/* Image message box styles */
-moz-border-radius-topleft: 5px;
table.imbox {
-webkit-border-top-left-radius: 5px;
    margin: 4px 10%;  
-moz-border-radius-topright: 5px;
    border-collapse: collapse;  
-webkit-border-top-right-radius: 5px;
    border: 3px solid #1e90ff;   /* Default "notice" blue */
    background: #fbfbfb;
}
}
.imbox .mbox-text .imbox {   /* For imboxes inside imbox-text cells. */
.default-border-bottom {
    margin: 0 -0.5em;   /* 0.9 - 0.5 = 0.4em left/right. */
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
}
}
.mbox-inside .imbox {    /* For imboxes inside other templates. */
/*
    margin: 4px;
.portlet
{
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
}
}
*/
table.imbox-notice {
 
    border: 3px solid #1e90ff;   /* Blue */
 
 
table.color10 th {
background: #000000;
color: #FFFF00;
align: center;
}
}
table.imbox-speedy {
th.color10, td.color10, span.color10 {
    border: 3px solid #b22222;   /* Red */
background: #000000;
    background: #fee;             /* Pink */
color: #FFFF00;
align: center;
}
}
table.imbox-delete {
table.color11 th, th.color11, td.color11, span.color11 {
    border: 3px solid #b22222;   /* Red */
background: #000000;
color: #FF00FF;
text-align: center;
}
}
table.imbox-content {
th.color12, td.color12, span.color12 {
    border: 3px solid #f28500;   /* Orange */
background: #000000;
color: #00FFFF;
}
}
table.imbox-style {
table.color14, th.color13, td.color13, span.color13 {
    border: 3px solid #f4c430;   /* Yellow */
background: #8DA7D6;
color: #FFFFFF;
text-align: center;
}
}
table.imbox-move {
table.color14, th.color14, td.color14, span.color14 {
    border: 3px solid #9932cc;   /* Purple */
background: #0000000;
color: #8DA7D6;
text-align: center;
}
}
table.imbox-protection {
.color5 a.new {
    border: 3px solid #bba;       /* Gray-gold */
color: #273268;
}
}
table.imbox-license {
.color5 a:visited {
    border: 3px solid #88a;      /* Dark gray */
color: #FFFFFF;
    background: #f7f8ff;         /* Light gray */
}
}
table.imbox-featured {
.color5 a.new:visited {
    border: 3px solid #cba135;   /* Brown-gold */
color: #B29300;
}
}
.color6 a.new {
/* Category message box styles */
color:#2D8000;
table.cmbox {
    margin: 3px 10%;
    border-collapse: collapse;
    border: 1px solid #aaa;
    background: #DFE8FF;           /* Default "notice" blue */
}
}
.color6 a:visited {
table.cmbox-notice {
color:#2D8000;
    background: #DFE8FF;   /* Blue */
}
}
table.cmbox-speedy {
.color10 a {
    margin-top: 4px;
color: #FF9F00;
    margin-bottom: 4px;
    border: 4px solid #b22222;    /* Red */
    background: #FFDBDB;         /* Pink */
}
}
table.cmbox-delete {
.color10 a.new {
    background: #FFDBDB;   /* Red */
color: #66FF00;
}
}
table.cmbox-content {
.color10 a:visited {
    background: #FFE7CE;   /* Orange */
color: #FF9F00;
}
}
table.cmbox-style {
.color11 a {
    background: #FFF9DB;   /* Yellow */
color: #FF0066;
}
}
table.cmbox-move {
.color11 a.new {
    background: #F1D0FF;   /* Purple */
color: #FF0066;
}
}
table.cmbox-protection {
.color11 a:visited {
    background: #EFEFE1;   /* Gray-gold */
color: #FF0066;
}
}
/* colors from http://en.wikipedia.org/wiki/Template:Period_color */
.color15 {
background: rgb(154,217,221);
   
   
/* Other pages message box styles */
table.ombox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #aaa;      /* Default "notice" gray */
    background: #f9f9f9;
}
}
table.ombox-small {               /* For the "small=yes" option */
table.color16 th, th.color16, td.color16, span.color16 {
    clear: right;
background: rgb(242,249,29);
    float: right;
    margin: 4px 0 4px 1em;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}
}
.color17 {
background: rgb(249,249,127);
   
   
table.ombox-notice {
    border: 1px solid #aaa;      /* Gray */
}
}
table.ombox-speedy {
.color18 {
    border: 2px solid #b22222;   /* Red */
background: rgb(242,249,2);
    background: #fee;            /* Pink */
}
}
table.ombox-delete {
.color19 {
    border: 2px solid #b22222;   /* Red */
background: rgb(255,230,25);
}
}
table.ombox-content {
.color20 {
    border: 1px solid #f28500;   /* Orange */
background: rgb(254,242,224);
}
}
table.ombox-style {
.color21 {
    border: 1px solid #f4c430;   /* Yellow */
background: rgb(255,242,174);
}
}
table.ombox-move {
.color22 {
    border: 1px solid #9932cc;   /* Purple */
background: rgb(244,249,173);
}
}
table.ombox-protection {
.color23 {
    border: 2px solid #bba;       /* Gray-gold */
background: rgb(255,255,0);
}
}
table.color24 th {
background: rgb(253,154,82);
   
   
/* Talk page message box styles */
table.tmbox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #c0c090;    /* Default "notice" gray-brown */
    background: #f8eaba;
}
}
table.tmbox-small {               /* For the "small=yes" option */
.color25 {
    clear: right;
background: rgb(253,192,122);
    float: right;
    margin: 4px 0 4px 1em;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}
}
.mbox-inside .tmbox {   /* For tmboxes inside other templates. */
.color26 {
    margin: 2px 0;
background: rgb(253,180,108);
    width: 100%;    /* Fix for Safari and Opera. */
}
}
.color27 {
background: rgb(253,167,95);
   
   
table.tmbox-speedy {
    border: 2px solid #b22222;    /* Red */
    background: #fee;            /* Pink */
}
}
table.tmbox-delete {
.color28 {
    border: 2px solid #b22222;   /* Red */
background: rgb(98,196,221);
}
}
table.tmbox-content {
.color29 {
    border: 2px solid #f28500;   /* Orange */
background: rgb(127,198,78);
}
}
table.tmbox-style {
.color30 {
    border: 2px solid #f4c430;   /* Yellow */
background: rgb(188,209,94);
}
}
table.tmbox-move {
.color31 {
    border: 2px solid #9932cc;   /* Purple */
background: rgb(161,200,167);
}
}
table.tmbox-protection,
.color32 {
table.tmbox-notice {
background: rgb(0,176,222);
    border: 1px solid #c0c090;   /* Gray-brown */
}
}
.color33 {
background: rgb(189,228,247);
   
   
/* Pink fmbox warning style for warning notices with log entries. */
div.mw-warning-with-logexcerpt {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #BB7070;
    background: #FFDBDB;
    padding: 0.25em 0.9em;
}
}
.color33 {
background: rgb(132,207,232);
   
   
}
.color34 {
background: rgb(0,176,227);
   
   
/* Put a checker background at the image description page only visible if the image has transparent background */
#file img {
    background: url("https://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
}
}
.color35 {
background: rgb(146,76,148);
   
   
/* Support for Template:IPA, Template:Unicode and Template:Polytonic. The inherit declaration resets the font for all browsers except MSIE6.  The empty comment must remain. Please copy any changes to [[Template:IPA fonts]] and [[Template:Unicode fonts]]. */
.IPA {
    font-family: "Charis SIL", "Doulos SIL", Gentium, GentiumAlt, "DejaVu Sans", Code2000, "TITUS Cyberbit Basic", "Arial Unicode MS", "Lucida Sans Unicode", "Chrysanthi Unicode";
    font-family /**/:inherit;
}
}
.Unicode {
.color36 {
    font-family: Code2000, Code2001, "Free Serif", "TITUS Cyberbit Basic", "Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit", "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt, "Lucida Grande", "Free Sans", "Arial Unicode MS", "Microsoft Sans Serif", "Lucida Sans Unicode";
background: rgb(198,167,203);
    font-family /**/:inherit;
}
}
.latinx {
.color37 {
    font-family: Code2000, Code2001, "TITUS Cyberbit Basic", "Microsoft Sans Serif";
background: rgb(187,135,182);
    font-family /**/:inherit;
}
}
.polytonic {
.color38 {
    font-family: "Athena Unicode", Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000;  
background: rgb(152,57,153);
    font-family /**/:inherit;
}
}
.mufi {
.color39 {
    font-family: Alphabetum, Cardo, LeedsUni, Junicode, "TITUS Cyberbit Basic", ALPHA-Demo;
background: rgb(153,192,141);
}
}
.color40 {
background: rgb(240,64,60);
   
   
/* Pseudo-classes in support of [[Template:lang]]. */
}
.color41 {
background: rgb(247,188,169);
   
   
:lang(he) {
    font-family: "SBL Hebrew", "Ezra SIL SR", "Ezra SIL", Cardo, "Chrysanthi Unicode", "TITUS Cyberbit Basic", "Arial Unicode MS", Narkisim, "Times New Roman";
    font-family /**/:inherit;
}
}
:lang(fa) {
.color42 {
    font-family: "Nafees Nastaleeq", "Pak Nastaleeq", PDMS_Jauhar;
background: rgb(241,143,116);
    font-family /**/:inherit;
}
}
:lang(ps) {
.color43 {
    font-family: "Nafees Nastaleeq", "Pak Nastaleeq", PDMS_Jauhar;
background: rgb(228,117,92);
    font-family /**/:inherit;
}
}
:lang(ur) {
.color44 {
    font-family: "Nafees Nastaleeq", "Pak Nastaleeq", PDMS_Jauhar;
background: rgb(111,175,176);
    font-family /**/:inherit;
}
}
:lang(sux-Xsux) {
.color45 {
    font-family: Akkadian;
background: rgb(167,201,202);
    font-family /**/:inherit;
}
}
:lang(ja) {
.color46 {
      font-family: Code2000, "Arial Unicode MS", "Bitstream Cyberbit", "Bitstream CyberCJK", IPAGothic, IPAPGothic, IPAUIGothic, "Kochi Gothic", IPAMincho, IPAPMincho;
background: rgb(202,204,205);
    font-family /**/:inherit;
}
}
:lang(ko) {
.color47 {
    font-family: "Adobe Myungjo Std M", AppleMyungjo, "Baekmuk Batang", "Baekmuk Gulim", Batang, Dotum, DotumChe, Gulim, GulimChe, HYGothic-Extra, HYMyeongJo-Extra, "New Gulim", UnBatang, UnDotum, UnYetgul, UWKMJF;
background: rgb(180,206,203);
    font-family /**/:inherit;
}
}
:lang(zh-Hans) {
.color48 {
    font-family: "Adobe Song Std L", "AR PL ShanHeiSun Uni", "AR PL ShanHeiSun Uni MBE", "MS Hei", "MS Song", SimHei;
background: rgb(153,197,200);
    font-family /**/:inherit;
}
}
:lang(zh-Hant) {
.color49 {
    font-family: "Adobe Ming Std L", "AR PL New Sung", "AR PL ZenKai Uni", "AR PL ZenKai Uni MBE", MingLiU, PMingLiU;
background: rgb(120,158,126);
    font-family /**/:inherit;
}
}
:lang(grc) {
.color50 {
    font-family: "Athena Unicode", Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000;
background: rgb(205,197,134);
    font-family /**/:inherit;
}
}
.color51 {
background: rgb(171,188,133);
   
   
#wpSave {
    font-weight: bold;
}
}
.color52 {
background: rgb(145,179,132);
   
   
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
.hiddenStructure {
    display: inline ! important;
    color: #f00;
    background-color: #0f0;
}
}
.color53 {
background: rgb(211,160,80);
   
   
/* 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;
}
}
.color54 {
background: rgb(245,228,181);
   
   
/* Removes underlines from links */
.nounderlines a {
    text-decoration: none;
}
}
.color55 {
background: rgb(244,207,132);
   
   
/* Remove underline from IPA links */
.IPA a:link, .IPA a:visited {
    text-decoration: none;
}
}
.color56 {
background: rgb(229,180,110);
   
   
#EnWpMpBook { background-image: url(https://upload.wikimedia.org/wikipedia/en/7/7e/MP-open-book.png); }
}
#EnWpMpSearch { background: url(https://upload.wikimedia.org/wikipedia/en/a/ae/MP-magnifying-glass.png) no-repeat top right; }
.color57 {
#EnWpMpSearchInner { float: right; width: 20em; text-align: center; }
background: rgb(179,225,182);
#EnWpMpBook2 { background-image: url(https://upload.wikimedia.org/wikipedia/commons/8/8e/MP-open-book2.png); }
   
   
/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */
div.Boxmerge,
div.NavFrame {
    margin: 0;
    padding: 4px;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
}
div.Boxmerge div.NavFrame {
.color58 {
    border-style: none;
background: rgb(236,245,236);
    border-style: hidden;
}
}
div.NavFrame + div.NavFrame {
.color59 {
    border-top-style: none;
background: rgb(203,230,223);
    border-top-style: hidden;
}
}
div.NavPic {
.color60 {
    background-color: #fff;
background: rgb(192,224,213);
    margin: 0;
    padding: 2px;
    float: left;
}
}
div.NavFrame div.NavHead {
.color61 {
    height: 1.6em;
background: rgb(167,214,201);
    font-weight: bold;
    background-color: #ccf;
    position:relative;
}
}
div.NavFrame p {
.color62 {
    font-size: 100%;
background: rgb(0,149,126);
}
}
div.NavFrame div.NavContent {
.color63 {
    font-size: 100%;
background: rgb(141,200,170);
}
}
div.NavFrame div.NavContent p {
.color64 {
    font-size: 100%;
background: rgb(71,179,147);
}
}
div.NavEnd {
.color65 {
    margin: 0;
background: rgb(0,158,126);
    padding: 0;
    line-height: 1px;
    clear: both;
}
}
a.NavToggle {
.color66 {
    position: absolute;
background: rgb(147,171,110);
    top: 0;
    right: 3px;
    font-weight: normal;
    font-size: 90%;
}
}
.color67 {
background: rgb(195,220,174);
   
   
/* Coloured watchlist numbers */
.mw-plusminus-pos {
    color: #006400; /* darkgreen */
}
}
.color68 {
background: rgb(183,208,159);
   
   
/* .mw-plusminus-null currently at developer default */
.mw-plusminus-neg {
    color: #8B0000; /* darkred */
}
}
.color69 {
background: rgb(171,196,146);
   
   
.dablink {
    font-style: italic;
    padding-left: 2em;
}
}
.dablink i {
.color70 {
    font-style: normal;
background: rgb(159,184,133);
}
}
.color71 {
background: rgb(171,196,146);
   
   
/* Style for horizontal UL lists */
.horizontal ul {
    padding: 0;
    margin: 0;
}
}
.horizontal li {  
.color72 {
    padding: 0 0.6em 0 0.4em;
background: rgb(159,184,133);
    display: inline;
    border-right: 1px solid;
}
}
.horizontal li:last-child {
.color73 {
    border-right: none;
background: rgb(232,82,113);
    padding-right: 0;
}
}
.color74 {
background: rgb(232,82,113);
   
   
/* Geographical coordinates
}
.color75 {
background: rgb(250,191,93);
   
   
To display coordinates using the notation in the source code, write this in your User:Username/monobook.css:
}
  .geo-default { display: inline } .geo-nondefault { display: none }
.color76 {
  .geo-dec { display: inline } .geo-dms { display: inline }
background: rgb(255,220,135);
   
   
To display coordinates using decimal notation, write this in your User:Username/monobook.css:
}
  .geo-default { display: inline } .geo-nondefault { display: inline }
.color77 {
  .geo-dec { display: inline } .geo-dms { display: none }
background: rgb(253,210,120);
   
   
To display coordinates using DMS notation, write this in your User:Username/monobook.css:
}
  .geo-default { display: inline } .geo-nondefault { display: inline }
.color78 {
  .geo-dec { display: none }  .geo-dms { display: inline }
background: rgb(252,200,106);
   
   
To display coordinates in both decimal and DMS notation, write this in your User:Username/monobook.css:
}
  .geo-default { display: inline } .geo-nondefault { display: inline }  
.color79 {
  .geo-dec { display: inline }  .geo-dms { display: inline }
background: rgb(249,193,126);
  .geo-multi-punct { display: inline }
   
   
See [[Template:Coor link]] for how these are used.
}
.color80 {
background: rgb(253,224,178);
   
   
Note that the classes "geo", "longitude", and "latitude" are not just styles but also used by the [[Geo microformat]], so the names should not be changed.
}
.color81 {
background: rgb(252,214,164);
}
.color82 {
background: rgb(251,204,150);
}
.color83 {
background: rgb(223,96,124);
}
.color84 {
background: rgb(239,147,174);
}
.color85 {
background: rgb(238,134,160);
}
.color86 {
background: rgb(236,122,147);
}
.color87 {
background: rgb(235,110,136);
}
.color88 {
background: rgb(226,0,122);
}
.color89 {
background: rgb(244,180,200);
}
.color90 {
background: rgb(238,135,172);
}
.color91 {
background: rgb(233,96,155);
}
.color92 {
background: rgb(221,47,135);
}
table.color93 th, span.color93, th.color93, td.color93 {
background: #800000;
}
#p-cactions ul li, #p-cactions ul li a, #p-cactions li.selected, #p-cactions li.selected a {
border-top-left-radius: 1em 1em;
border-top-right-radius: 1em 1em;
}
.roundy {
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
-icab-border-radius: 20px;
-o-border-radius: 20px;
}
.roundytl {
border-top-left-radius: 20px;
-moz-border-radius-topleft: 20px;
-webkit-border-top-left-radius: 20px;
-khtml-border-top-left-radius: 20px;
-icab-border-top-left-radius: 20px;
-o-border-top-left-radius: 20px;
}
.roundytr {
border-top-right-radius: 20px;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-khtml-border-top-right-radius: 20px;
-icab-border-top-right-radius: 20px;
-o-border-top-right-radius: 20px;
}
.roundybl {
border-bottom-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
-khtml-border-bottom-left-radius: 20px;
-icab-border-bottom-left-radius: 20px;
-o-border-bottom-left-radius: 20px;
}
.roundybr {
border-bottom-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
-khtml-border-bottom-right-radius: 20px;
-icab-border-bottom-right-radius: 20px;
-o-border-bottom-right-radius: 20px;
}
.roundybottom {
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-left-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-khtml-border-bottom-left-radius: 20px;
-khtml-border-bottom-right-radius: 20px;
-icab-border-bottom-left-radius: 20px;
-icab-border-bottom-right-radius: 20px;
-o-border-bottom-left-radius: 20px;
-o-border-bottom-right-radius: 20px;
}
.roundytop {
border-top-left-radius: 20px;
border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-khtml-border-top-left-radius: 20px;
-khtml-border-top-right-radius: 20px;
-icab-border-top-left-radius: 20px;
-icab-border-top-right-radius: 20px;
-o-border-top-left-radius: 20px;
-o-border-top-right-radius: 20px;
}
.roundyleft {
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-top-left-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-khtml-border-top-left-radius: 20px;
-khtml-border-bottom-left-radius: 20px;
-icab-border-top-left-radius: 20px;
-icab-border-bottom-left-radius: 20px;
-o-border-top-left-radius: 20px;
-o-border-bottom-left-radius: 20px;
}
.roundyright {
border-bottom-right-radius: 20px;
border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-topright: 20px;
-webkit-border-bottom-right-radius: 20px;
-webkit-border-top-right-radius: 20px;
-khtml-border-bottom-right-radius: 20px;
-khtml-border-top-right-radius: 20px;
-icab-border-bottom-right-radius: 20px;
-icab-border-top-right-radius: 20px;
-o-border-bottom-right-radius: 20px;
-o-border-top-right-radius: 20px;
}
/*InterProject: gotten from http://en.wiktionary.org/wiki/MediaWiki:Common.css on 10/16/2010 */
   
   
*/
.interProject {
display: none;
.geo-default { display: inline; }
clear: both;
.geo-nondefault { display: none; }
border-top: 2px dotted #AAAAAA;
.geo-dms { display: inline; }
margin-top: 2em;
.geo-dec { display: inline; }
}
.geo-multi-punct { display: none; }
.cross-hair {
cursor: crosshair;
.longitude, .latitude {
}
    white-space: nowrap;
.move {
cursor: move;
}
.wait {
cursor: wait;
}
.picture {
cursor: url('//wikibound.info/images/8/86/Status_Forget_M3.png'), pointer;
}
.favicon {
cursor: url('//wikibound.info/favicon.ico'), pointer;
}
.banana {
cursor: url('//wikibound.info/images/e/e4/Bananacur.png'), pointer;
}
ul.tabbernav li {
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
-icab-border-radius: 20px;
-o-border-radius: 20px;
}
.tabberlive .tabbertab {
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
-icab-border-radius: 20px;
-o-border-radius: 20px;
border: none;
}
.center {
margin-left: auto;
margin-right: auto;
}
.right {
float: right;
}
.box-content .floatleft {
margin:0 .5em 0 0;
}
 
/* Rendering immagini */
#content img {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
}
 
/* Template di navigazione */
 
.mw-collapsible {
    margin-bottom: 2px;
}
 
/* Altro */
 
.createboxButton {
height: 32px;
padding: 0 14px;
}
.createboxInput {
max-width: 50%;
}
.mw-ui-button.mw-ui-progressive:disabled, .mw-ui-button.mw-ui-progressive:disabled:hover {
background-color: #7b7b7b;
    color: #ffffff;
    border-color: #7b7b7b;
}
 
.responsive {display:inline-block; width:auto;}
 
@media screen and (max-width:360px){
.responsive {display:table; width:100%}
}
 
/* Pagina principale */
 
.box-contenitore {
display: table;
background-color: #172e56;
border-radius: 10px;
margin: 2px;
width: 50%;
        padding: 0px 13px 13px 13px;
float: left;
}
.box-fullsize {
width: 100%;
}
.box-titolo {
color: #fff;
        font-size: 16px;
text-shadow: 1px 1px 20px #000000AF;
font-weight: bold;
padding: 3px 0px 2px 0px;
}
.box-contenuto, .box-intestazione, .box-navigazione {
display: inline-block;
        background-color: #283a6e;
color: #fff;
border-radius: 3px 3px 10px 10px;
        box-shadow: 0px 0px 10px 5px #0000004F;
overflow: auto;
padding: 5px 10px;
height: 200px;
width: 97.5%;
width: calc(100% - 20px);
        text-shadow: 1px 1px 20px #000000AF;
}
.box-intestazione {
display: table-cell;
vertical-align: middle;
}
.box-navigazione {
text-align: center;
display: table-cell;
vertical-align: middle;
}
}
.box-navigazione img {
/* This is used for the Geo microformat, but no style is needed for now other than .geo-dec. */
    max-width: 16%;
.geo { }
     height: auto;
/***** end Geo-related */
/* 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,
.box-stretto {
.nonumtoc .toc ul ul {
    width: calc(25% - 4px);
     margin: 0 0 0 2em;  
     height: 506px;
}
}
.box-stretto .box-contenuto {
/* Allow limiting of which header levels are shown in a TOC; <div class="toclimit-3">, for
    display: table-cell;
  instance, will limit to showing ==headings== and ===headings=== but no further (as long as
    height: 100%;
  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 {  
.box-contenuto .floatleft {
    line-height: 1em;
margin-top: 7px;
    text-align: left;
    padding-left: 2em;
    margin-top: 0;
}
}
blockquote.templatequote div.templatequotecite cite {
.box-contenuto a, .box-contenuto a.external, .box-navigazione a, .box-navigazione a.external, .box-intestazione a, .box-intestazione a.external {
    font-size: 85%;
color: lightblue!important;
}
}
.box-contenuto a.new, .box-navigazione a.new, .box-intestazione a.new {
div.user-block {
color: #ff4e4e!important;
    padding: 5px;
    border: 1px solid #A9A9A9;
    background-color: #FFEFD5;
}
}
.box-contenitore ::-webkit-scrollbar {
/* Prevents line breaks in links */
     width: 8px;
.nowraplinks a {
    border-radius: 10px;
     white-space: nowrap;
}
}
.box-contenitore ::-webkit-scrollbar-thumb {
/* For template documentation */
     background-color: #172e56;
.template-documentation {
     border-radius: 10px;
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #aaa;
     background-color: #ecfcf4;  
     padding: 5px;
}
}
.box-contenitore ::-webkit-scrollbar-track {
.thumbinner {
     background: transparent;
     min-width: 100px;
}
}
@media only screen and (max-width:1279px) {
/* Inline div's in ImageMaps (code borrowed from de.wiki) */
.box-contenitore {
.imagemap-inline div {
width:100%;
    display: inline;
}
}
}
.updatedmarker {
/* Increase the height of the image upload box */
    color: purple;
#wpUploadDescription {
     background: lightyellow;
     height: 13em;
}
}
 
/* Reduce line-height for <sup> and <sub> */
/*** Hover Box for switching the visibility of the selected item ***/
sup, sub {
 
    line-height: 1em;
.hoverbox {
display: inline-block;
padding: 0;
}
}
.hoverbox .hoveritem {
display: none;
/* The backgrounds for galleries. */
margin: 0;
#content .gallerybox div.thumb {
padding: 0;
    background-color: #F9F9F9;   /* Light gray padding */
}
}
.gallerybox .thumb img {
.hoverbox .hoveritem.selected {
    background: white url("https://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
display: inline-block;
}
}
/* .ns-0 = articles, .ns-2 = user pages, .ns-100 = portals. */
.hoverbox:hover .hoveritem {
.ns-0 .gallerybox .thumb img,
display: inline-block;
.ns-2 .gallerybox .thumb img,
.ns-100 .gallerybox .thumb img {
    background: white;   /* No chequered background */
}
}
.hoverbox:hover .hoveritem.selected {
/* Prevent boxes from overlapping the category listings */
display: none;
#mw-subcategories, #mw-pages, #mw-category-media {
    clear: both;
}
}
/* Selectively hide headers in WikiProject banners */
.wpb .wpb-header            {display: none}
.wpbs-inner .wpb .wpb-header {display: block}    /* for IE */
.wpbs-inner .wpb .wpb-header {display: table-row} /* for real browsers */
.wpbs-inner .wpb-outside    {display: none}      /* hide things that should only display outside shells */
/* Stop HTML formulae breaking in silly places */
span.texhtml { white-space: nowrap; }
/* Temporary rule for the duration of [[Wikipedia:2008 main page redesign proposal]] */
#pretzelsmainpageproposal-head { background: white url('https://upload.wikimedia.org/wikipedia/en/c/c4/Faded_globe.PNG') no-repeat;}
/* </nowiki></pre> */
4

contributi