MediaWiki:Common.css: differenze tra le versioni

Da The Crowdsourced Resource-Based Economy Knowledgebase.
(talk)
m (una revisione importata)
 
(2 revisioni intermedie di 2 utenti non mostrate)
Riga 1: Riga 1:
/*
+
/* Default styling for HTML elements */
* common.css
+
dfn {
* This file contains CSS settings common to Wikistandard, Nostalgia and CologneBlue
+
    font-style: inherit; /* Reset default styling for <dfn> */
* NOTA PER GLI ADMIN: Si prega di non modificare senza preventiva discussione!
+
}
  */
+
sup, sub {
/*<pre><nowiki>*/
+
    line-height: 1em;    /* Reduce line-height for <sup> and <sub> */
 +
}
  
 +
/* Main page fixes */
 
#interwiki-completelist {
 
#interwiki-completelist {
 
     font-weight: bold;
 
     font-weight: bold;
 +
}
 +
body.page-Main_Page #ca-delete {
 +
    display: none !important;
 +
}
 +
body.page-Main_Page #mp-topbanner {
 +
    clear: both;
 +
}
 +
body.page-Main_Page .wbc-editpage {
 +
    display: none;
 
}
 
}
  
#p-logo a {
+
/* Edit window toolbar */
background-image:url(//upload.wikimedia.org/wikipedia/it/b/bc/Wiki.png)!important;
+
#toolbar {
 +
    height: 22px;
 +
    margin-bottom: 6px;
 
}
 
}
#footer { clear: both }
 
/* images */
 
div.floatright { float: right; margin: 0em 0.5em 0em 0.5em; }
 
div.floatright p { font-style: italic; }
 
div.floatleft { float: left; margin: 0em 0.5em 0em 0.5em; }
 
div.floatleft p { font-style: italic; }
 
  
/* Print-specific things to hide */
+
/* Make the list of references smaller */
.printfooter {
+
ol.references,
        display: none;
+
div.reflist,
 +
div.refbegin {
 +
    font-size: 90%;            /* Default font-size */
 +
    margin-bottom: 0.5em;
 +
}
 +
div.refbegin-100 {
 +
    font-size: 100%;           /* Option for normal fontsize in {{refbegin}} */
 +
}
 +
div.reflist ol.references {
 +
    font-size: 100%;          /* Reset font-size when nested in div.reflist */
 +
    list-style-type: inherit;  /* Enable custom list style types */
 
}
 
}
  
/* table standards */
+
/* Highlight clicked reference in blue to help navigation */
 +
ol.references li:target,
 +
sup.reference:target,
 +
span.citation:target {
 +
    background-color: #DEF;
 +
}
  
table.rimage {
+
/* Ensure refs in table headers and the like aren't bold or italic */
        float:right;
+
sup.reference {
        margin-left:1em;
+
    font-weight: normal;
        margin-bottom:1em;
+
    font-style: normal;
        text-align:center;
+
        font-size:smaller;
+
 
}
 
}
  
/* Riduce l'altezza della riga per <sup> e <sub> (es.: note) */
+
/* Allow hidden ref errors to be shown by user CSS */
sup, sub {
+
span.brokenref {
     line-height: 1em;
+
     display: none;
 
}
 
}
  
/* thumbnails */
+
/* Styling for citations (CSS3). Breaks long urls, etc., rather than overflowing box */
 +
.citation {
 +
    word-wrap: break-word;
 +
}
  
/* Larghezza minima thumb */
+
/* Styling for the title of any work within a citation,
.thumbinner {
+
  or specifically the title of a periodical. */
     min-width: 100px;
+
.citation cite,
 +
.citation cite.periodical {
 +
     font-style: italic;
 
}
 
}
  
div.thumb {
+
/* For linked citation numbers and document IDs, where
     margin: 0.5em;
+
  the number need not be shown on a screen or a handheld,
    text-align: center;
+
  but should be included in the printed version */
     width: auto;
+
@media screen, handheld {
 +
     .citation *.printonly {
 +
        display: none;
 +
     }
 
}
 
}
div.thumb div {
+
 
     border: 1px solid #888888;
+
/* Style for [[Template:Flowlist]] that Lets lists flow around floating objecs */
     background-color: #f7f7f7;
+
.flowlist ul {
     padding: 2px;
+
     overflow-x: hidden;
    font-size: 94%;
+
     margin-left: 0em;
    text-align: center;
+
     padding-left: 1.6em;
    overflow: hidden;
+
 
}
 
}
div.thumb div * {
+
.flowlist ol {
     border: none;
+
     overflow-x: hidden;
     background: none;
+
     margin-left: 0em;
 +
    padding-left: 3.2em;
 
}
 
}
div.thumb img {
+
.flowlist dl {
     border:1px solid #888888;
+
     overflow-x: hidden;
    margin-bottom:3px;
+
    background:#FFFFFF;
+
 
}
 
}
div.thumbcaption,
+
 
div.thumbcaption * {
+
/* Style for horizontal lists (separator following item).
     border: none !important;
+
  Note: hlist formatting will break if the resulting HTML lacks a breakable character
    background: none !important;
+
  between list items. This happens when the following conditions are true:
 +
  1) The list is made using wiki markup (where HTML is built by parser.php)
 +
  2) HTMLTidy is disabled or unavailable (such as on Special: pages)
 +
  In such cases, building lists with .hlist using HTML instead of wiki markup
 +
  will work around this problem. See also [[Bugzilla:39617]].
 +
  IE8-specific classes are assigned in [[MediaWiki:Common.js/IEFixes.js]].
 +
  Last updated: January 24, 2013
 +
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
 +
  @maintainer: [[User:Edokter]]
 +
  @revision: 3.1
 +
*/
 +
.skin-monobook .hlist dl,
 +
.skin-modern .hlist dl,
 +
.skin-vector .hlist dl {
 +
     line-height: 1.5em;
 
}
 
}
div.thumbcaption {
+
.hlist dl,
     padding: 0.2em 0 0.2em 0 !important;
+
.hlist ol,
     text-align: left !important;
+
.hlist ul {
 +
     margin: 0;
 +
     padding: 0;
 
}
 
}
div.tright {
+
/* Display list items inline and make them nowrap */
     border: none;
+
.hlist dd,
     margin: 0.5em 0 0.8em 1.4em;
+
.hlist dt,
 +
.hlist li {
 +
     margin: 0;
 +
     display: inline;
 +
    white-space: nowrap;
 
}
 
}
div.tleft {
+
/* Allow wrapping for list items (in tight spaces) */
    border: none;
+
.hlist.hwrap dd,
    margin: 0.5em 1.4em 0.8em 0;
+
.hlist.hwrap dt,
 +
.hlist.hwrap li {
 +
    white-space: normal;
 
}
 
}
 
+
/* Display nested lists inline and allow them to wrap */
/* Page history styling */
+
.hlist dl dl, .hlist dl ol, .hlist dl ul,
/* the auto-generated edit comments */
+
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.autocomment { color: #4b4b4b; }
+
.hlist ul dl, .hlist ul ol, .hlist ul ul {
#pagehistory span.user {
+
     display: inline;
     margin-left: 1.4em;
+
     white-space: normal;
     margin-right: 0.4em;
+
 
}
 
}
#pagehistory span.minor { font-weight: bold; }
+
/* Generate interpuncts */
#pagehistory li { border: 1px solid White; }
+
.hlist dt:after {
#pagehistory li.selected {
+
     content: ":";
     background-color:#f9f9f9;
+
    border:1px dashed #aaaaaa;
+
 
}
 
}
 
+
.hlist dd:after,
/* Eventuale stile personalizzato di "differenze tra le versioni"
+
.hlist li:after {
table.diff { background:white; }
+
     content: " ·";
td.diff-otitle { background:#ffffff; }
+
     font-weight: bold;
td.diff-ntitle { background:#ffffff; }
+
td.diff-addedline {
+
     background:#ccffcc;
+
     font-size: 80%;
+
 
}
 
}
td.diff-deletedline {
+
.hlist dd:last-child:after,
    background:#ffffaa;
+
.hlist dt:last-child:after,
    font-size: 80%;
+
.hlist li:last-child:after {
 +
    content: none;
 
}
 
}
td.diff-context {
+
/* For IE8 */
    background:#eeeeee;
+
.hlist dd.hlist-last-child:after,
    font-size: 80%;
+
.hlist dt.hlist-last-child:after,
 +
.hlist li.hlist-last-child:after {
 +
    content: none;
 
}
 
}
span.diffchange { color: red; font-weight: bold; }
+
/* Add parentheses around nested lists */
*/
+
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
 
+
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
img { border: none; }
+
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
img.tex { vertical-align: middle; }
+
    content: "(";
span.texhtml { font-family: serif; }
+
    font-weight: normal;
 
+
}
 
+
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
#toc,
+
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.toc {
+
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
border: 1px solid #bba;
+
    content: ")";
background-color: #f7f8ff;
+
    font-weight: normal;
padding: 5px;
+
}
font-size: 95%;
+
/* For IE8 */
text-align: center;
+
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
 +
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
 +
.hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-last-child:after {
 +
    content: ")";
 +
    font-weight: normal;
 
}
 
}
#toc h2,
+
/* Put numbers in front of ordered list items */
.toc h2 {
+
.hlist.hnum ol {
display: inline;
+
    counter-reset: list-item;
border: none;
+
padding: 0;
+
font-size: 100%;
+
font-weight: bold;
+
 
}
 
}
#toc ul,
+
.hlist.hnum ol > li {
.toc ul {
+
    counter-increment: list-item;
list-style-type: none;
+
list-style-image: none;
+
margin-left: 0;
+
padding-left: 0;
+
text-align: left;
+
 
}
 
}
#toc ul ul,
+
.hlist.hnum ol > li:before {
.toc ul ul {
+
    content: counter(list-item) " ";
margin: 0 0 0 2em;
+
 
}
 
}
#toc .toctoggle,
+
.hlist.hnum dd ol > li:first-child:before,
.toc .toctoggle {
+
.hlist.hnum dt ol > li:first-child:before,
font-size: 94%;
+
.hlist.hnum li ol > li:first-child:before {
 +
    content: "(" counter(list-item) " ";
 
}
 
}
  
.error {
+
/* Unbulleted lists */
color: red;
+
.plainlist ul {
font-size: larger;
+
    line-height: inherit;
 +
    list-style: none none;
 +
    margin: 0;
 +
}
 +
.plainlist ul li {
 +
    margin-bottom: 0;
 
}
 
}
  
/* emulate center */
+
/* Default style for navigation boxes */
.center {
+
.navbox {                     /* Navbox container style */
 +
    border: 1px solid #aaa;
 
     width: 100%;
 
     width: 100%;
 +
    margin: auto;
 +
    clear: both;
 +
    font-size: 88%;
 
     text-align: center;
 
     text-align: center;
 +
    padding: 1px;
 
}
 
}
*.center * {
+
.navbox-inner,
    margin-left: auto;
+
.navbox-subgroup {
     margin-right: auto;
+
     width: 100%;
 
}
 
}
/* small for tables and similar */
+
.navbox-group,
.small, .small * { font-size: 94%; }
+
.navbox-title,
table.small { font-size: 100% }
+
.navbox-abovebelow {
 
+
    padding: 0.25em 1em;      /* Title, group and above/below styles */
/* use this instead of #toc for page content */
+
     line-height: 1.5em;
.toccolours {
+
     text-align: center;
     border:1px solid #aaaaaa;
+
    background-color:#f9f9f9;
+
    padding:5px;
+
     font-size: 95%;
+
 
}
 
}
#siteNotice {
+
th.navbox-group {             /* Group style */
     border:none;
+
     white-space: nowrap;
     padding-left: 0.5em;
+
     /* @noflip */
     padding-right: 0.5em;
+
     text-align: right;
 
}
 
}
.redirectText {
+
.navbox,
font-size:150%;
+
.navbox-subgroup {
margin:5px;
+
    background: #fdfdfd;     /* Background color */
 
}
 
}
/* Makes redirects appear in italics on [[Special:Allpages]] */
+
.navbox-list {
.allpagesredirect {
+
     line-height: 1.8em;
     font-style: italic;
+
    border-color: #fdfdfd;    /* Must match background color */
 
}
 
}
.searchmatch {
+
.navbox th,
font-weight: bold;
+
.navbox-title {
 +
    background: #ccccff;     /* Level 1 color */
 
}
 
}
.sharedUploadNotice {
+
.navbox-abovebelow,
font-style: italic;
+
th.navbox-group,
 +
.navbox-subgroup .navbox-title {
 +
    background: #ddddff;     /* Level 2 color */
 
}
 
}
span.unpatrolled {
+
.navbox-subgroup .navbox-group,
font-weight:bold;
+
.navbox-subgroup .navbox-abovebelow {
color:red;
+
    background: #e6e6ff;     /* Level 3 color */
 
}
 
}
 
+
.navbox-even {
span.updatedmarker {
+
    background: #f7f7f7;     /* Even row striping */
color:black;
+
background-color:#00FF00;
+
 
}
 
}
span.newpageletter {
+
.navbox-odd {
font-weight:bold;
+
    background: transparent; /* Odd row striping */
color:black;
+
background-color:yellow;
+
 
}
 
}
span.minoreditletter {
+
table.navbox + table.navbox { /* Single pixel border between adjacent navboxes */
color:black;
+
    margin-top: -1px;         /* (doesn't work for IE6, but that's okay)      */
background-color:#C5FFE6;
+
 
}
 
}
 
+
.navbox .hlist td dl,
/* Gallery */
+
.navbox .hlist td ol,
 
+
.navbox .hlist td ul,
table.gallery {
+
.navbox td.hlist dl,
        border:  1px solid #cccccc;
+
.navbox td.hlist ol,
        margin:  2px;
+
.navbox td.hlist ul {
        padding: 2px;
+
    padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
        background-color:#ffffff;
+
 
}
 
}
 
+
ol + table.navbox,
table.gallery tr {
+
ul + table.navbox {
        vertical-align:top;
+
    margin-top: 0.5em;       /* Prevent lists from clinging to navboxes */
 
}
 
}
  
table.gallery td {
+
/* Default styling for Navbar template */
      vertical-align:top;
+
.navbar {
      background-color:#f9f9f9;
+
    display: inline;
      border: solid 2px white;
+
    font-size: 88%;
 +
    font-weight: normal;
 
}
 
}
 
+
.navbar ul {
div.gallerybox {
+
    display: inline;
        margin: 2px;
+
    white-space: nowrap;
        width: 150px;
+
 
}
 
}
 
+
.navbar li {
div.gallerybox div.thumb {
+
    word-spacing: -0.125em;
        text-align: center;
+
        border: 1px solid #cccccc;
+
        margin: 2px;
+
 
}
 
}
 
+
.navbar.mini li span {
li.gallerybox div.thumb div {
+
  font-variant: small-caps;
        border: none;
+
 
}
 
}
+
/* Navbar styling when nested in infobox and navbox */
li.gallerybox div.thumb div img {
+
.infobox .navbar {
        border: none;
+
    font-size: 100%;
 
}
 
}
 
+
.navbox .navbar {
div.gallerytext {
+
    display: block;
        font-size: 94%;
+
    font-size: 100%;
        padding: 2px 4px;
+
 
}
 
}
 
+
.navbox-title .navbar {
 
+
    /* @noflip */
span.comment {
+
    float: left;
font-style: italic;
+
    /* @noflip */
 +
    text-align: left;
 +
    /* @noflip */
 +
    margin-right: 0.5em;
 +
    width: 6em;
 
}
 
}
  
span.changedby {
+
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
font-size: 95%;
+
  in [[MediaWiki:Common.js]] are styled here so they can be customised. */
 +
.collapseButton {
 +
    /* @noflip */
 +
    float: right;
 +
    font-weight: normal;
 +
    /* @noflip */
 +
    margin-left: 0.5em;
 +
    /* @noflip */
 +
    text-align: right;
 +
    width: auto;
 
}
 
}
 
+
/* In navboxes, the show/hide button balances the v·d·e links
.previewnote {
+
  from [[Template:Navbar]], so they need to be the same width. */
text-align: center;
+
.navbox .collapseButton {
color: #cc0000;
+
    width: 6em;
}
+
.editExternally {
+
        border-style:solid;
+
        border-width:1px;
+
        border-color:gray;
+
        background: #ffffff;
+
        padding:3px;
+
        margin-top:0.5em;
+
        float:left;
+
        font-size:small;
+
        text-align:center;
+
}
+
.editExternallyHelp {
+
        font-style:italic;
+
        color:gray;
+
 
}
 
}
  
li span.deleted {
+
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
text-decoration: line-through;
+
.mw-collapsible-toggle {
color: #888;
+
    font-weight: normal;
font-style: italic;
+
    /* @noflip */
 +
    text-align: right;
 
}
 
}
 
+
.navbox .mw-collapsible-toggle {
 
+
    width: 6em;
/* Classes for EXIF data display */
+
table.mw_metadata {
+
margin-left: 0.5em;
+
 
}
 
}
  
table.mw_metadata caption { font-weight: bold; }
+
/* Infobox template style */
table.mw_metadata th { font-weight: normal; }
+
.infobox {
table.mw_metadata td { padding: 0.1em; }
+
    border: 1px solid #aaa;
 
+
    background-color: #f9f9f9;
table.mw_metadata {
+
    color: black;
border: none;
+
    /* @noflip */
border-collapse: collapse;
+
    margin: 0.5em 0 0.5em 1em;
 +
    padding: 0.2em;
 +
    /* @noflip */
 +
    float: right;
 +
    /* @noflip */
 +
    clear: right;
 +
    /* @noflip */
 +
    text-align: left;
 +
    font-size: 88%;
 +
    line-height: 1.5em;
 
}
 
}
table.mw_metadata td, table.mw_metadata th {
+
.infobox caption {
border: 1px solid #aaaaaa;
+
    font-size: 125%;
padding-left: 4px;
+
    font-weight: bold;
padding-right: 4px;
+
 
}
 
}
table.mw_metadata th {
+
.infobox td,
background-color: #f9f9f9;
+
.infobox th {
 +
    vertical-align: top;
 
}
 
}
table.mw_metadata td {
+
.infobox.bordered {
background-color: #fcfcfc;
+
    border-collapse: collapse;
 
}
 
}
table.mw_metadata td.spacer {
+
.infobox.bordered td,
background: inherit;
+
.infobox.bordered th {
border-top: none;
+
    border: 1px solid #aaa;
border-bottom: none;
+
 
}
 
}
table.collapsed tr.collapsable {
+
.infobox.bordered .borderless td,
display: none;
+
.infobox.bordered .borderless th {
 +
    border: 0;
 
}
 
}
  
.visualClear {
+
.infobox.sisterproject {
     clear: both;
+
     width: 20em;
 +
    font-size: 90%;
 
}
 
}
  
#mw_trackbacks {
+
.infobox.standard-talk {
border: solid 1px #bbbbff;
+
    border: 1px solid #c0c090;
background-color: #eeeeff;
+
    background-color: #f8eaba;
padding: 0.2em;
+
}
 +
.infobox.standard-talk.bordered td,
 +
.infobox.standard-talk.bordered th {
 +
    border: 1px solid #c0c090;
 
}
 
}
  
/* Allmessages table */
+
/* styles for bordered infobox with merged rows */
 +
.infobox.bordered .mergedtoprow td,
 +
.infobox.bordered .mergedtoprow th {
 +
    border: 0;
 +
    border-top: 1px solid #aaa;
 +
    /* @noflip */
 +
    border-right: 1px solid #aaa;
 +
}
  
#allmessagestable th {
+
.infobox.bordered .mergedrow td,
background-color: #b2b2ff;
+
.infobox.bordered .mergedrow th {
 +
    border: 0;
 +
    /* @noflip */
 +
    border-right: 1px solid #aaa;
 
}
 
}
  
#allmessagestable tr.orig {
+
/* Styles for geography infoboxes, eg countries,
background-color: #ffe2e2;
+
  country subdivisions, cities, etc.           */
 +
.infobox.geography {
 +
    /* @noflip */
 +
    text-align: left;
 +
    border-collapse: collapse;
 +
    line-height: 1.2em;
 +
    font-size: 90%;
 
}
 
}
  
#allmessagestable tr.new {
+
.infobox.geography  td,
background-color: #e2ffe2;
+
.infobox.geography  th {
 +
    border-top: 1px solid #aaa;
 +
    padding: 0.4em 0.6em 0.4em 0.6em;
 +
}
 +
.infobox.geography .mergedtoprow td,
 +
.infobox.geography .mergedtoprow th {
 +
    border-top: 1px solid #aaa;
 +
    padding: 0.4em 0.6em 0.2em 0.6em;
 
}
 
}
  
#allmessagestable tr.def {
+
.infobox.geography .mergedrow td,
background-color: #f0f0ff;
+
.infobox.geography .mergedrow th {
 +
    border: 0;
 +
    padding: 0 0.6em 0.2em 0.6em;
 
}
 
}
  
#jump-to-nav {
+
.infobox.geography .mergedbottomrow td,
  display: none;
+
.infobox.geography .mergedbottomrow th {
 +
    border-top: 0;
 +
    border-bottom: 1px solid #aaa;
 +
    padding: 0 0.6em 0.4em 0.6em;
 
}
 
}
  
/* caratteri per i template IPA, Unicode, polytonic */
+
.infobox.geography .maptable td,
/* "Inherit" resetta i fonts per tutti i browser eccetto MSIE6. Il commento vuoto deve essere presente */
+
.infobox.geography .maptable th {
.IPA {
+
    border: 0;
        font-family: Chrysanthi Unicode, Doulos SIL, Gentium, GentiumAlt, Code2000, TITUS Cyberbit Basic, DejaVu Sans, Bitstream Vera Sans, Bitstream Cyberbit, Arial Unicode MS, Lucida Sans Unicode, Hiragino Kaku Gothic Pro, Matrix Unicode;
+
    padding: 0;
        font-family /**/:inherit;
+
 
}
 
}
.Unicode {
+
 
        font-family: TITUS Cyberbit Basic, Code2000, Doulos SIL, Chrysanthi Unicode, Bitstream Cyberbit, Bitstream CyberBase, Bitstream Vera, Thryomanes, Gentium, GentiumAlt, Visual Geez Unicode, Lucida Grande, Arial Unicode MS, Microsoft Sans Serif, Lucida Sans Unicode;
+
/* Normal font styling for table row headers with scope="row" tag */
        font-family /**/:inherit;
+
.wikitable.plainrowheaders th[scope=row] {
}
+
    font-weight: normal;
.polytonic {
+
    /* @noflip */
        font-family: Athena, Gentium, Palatino Linotype, Arial Unicode MS, Lucida Sans Unicode, Lucida Grande, Code2000;  
+
    text-align: left;
        font-family /**/:inherit;
+
 
}
 
}
  
  /* Stili per Wikipedia:CommonsTicker */
+
/* Lists in data cells are always left-aligned */
+
.wikitable td ul,
  .tList ul,   .tickerList ul li    { list-style: none; text-indent:-2em; margin-left:2em;  text-align:left; }
+
.wikitable td ol,
  .tList ul ul, .tickerList ul ul li { list-style: none; text-indent:0;    margin-left:1.5em; text-align:left; }
+
.wikitable td dl {
 
+
    /* @noflip */
  .tAction_deleted:before    { content:" [CANC] "; color: #FF0000; font-family:monospace; font-weight:bold; font-size:100%; }
+
    text-align: left;
  .tAction_replaced:before    { content:" [SOST] "; color: #880088; font-family:monospace; font-weight:bold; font-size:100%; } 
+
}
  .tAction_addedTag:before    { content:" [+TAG] "; color: #DD6600; font-family:monospace; font-weight:bold; font-size:100%; } 
+
/* ...unless they also use the hlist class */
  .tAction_removedTag:before  { content:" [-TAG] "; color: #00AA00; font-family:monospace; font-weight:bold; font-size:100%; } 
+
.wikitable.hlist td ul,
  .tAction_addedBad:before    { content:" [+TAG] "; color: #DD6600; font-family:monospace; font-weight:bold; font-size:100%; } 
+
.wikitable.hlist td ol,
  .tAction_removedBad:before  { content:" [-TAG] "; color: #00AA00; font-family:monospace; font-weight:bold; font-size:100%; } 
+
.wikitable.hlist td dl {
  .tAction_addedGood:before  { content:" [+ OK] "; color: #00AA00; font-family:monospace; font-weight:bold; font-size:100%; } 
+
    text-align: inherit;
  .tAction_removedGood:before { content:" [- OK] "; color: #DD6600; font-family:monospace; font-weight:bold; font-size:100%; }
+
 
+
  .tAction_replacedOwn:before { content:" [INFO] "; color: #808080; font-family:monospace; font-weight:bold; font-size:100%; } 
+
  .tAction_deletedRev:before  { content:" [INFO] "; color: #808080; font-family:monospace; font-weight:bold; font-size:100%; } 
+
 
+
  .tUsage  { font-size:80%; }  /* ticker usage list */
+
  .tTemplateEntry    { font-weight: bold; } /* entry applies to a template used by multiple images */
+
 
+
/* make the list of references look smaller */
+
ol.references {
+
  font-size: 90%;
+
 
}
 
}
  
.references-small { font-size: 90%;}
+
/* Icons for medialist templates [[Template:Listen]],
 
+
  [[Template:Multi-listen_start]], [[Template:Video]],
/* Class for links with loudspeaker icon next to them */
+
  [[Template:Multi-video_start]] */
/* copiata da en.wiki per fare link con l'icona di un altoparlante */
+
div.listenlist {
 
+
     background: url("//upload.wikimedia.org/wikipedia/commons/3/3f/Gnome_speakernotes_30px.png");
.audiolink a{
+
     /* @noflip */
     background: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat !important;
+
     padding-left: 40px;
     padding-left: 16px !important;
+
     padding-right: 0 !important;
+
 
}
 
}
  
/* Geographical coordinates
+
/* Fix for hieroglyphs specificality issue in infoboxes ([[Bugzilla:41869]]) */
 
+
table.mw-hiero-table td {
To display coordinates using the notation in the source code, write this in your User:Username/monobook.css:
+
    vertical-align: middle;
.geo-default { display: inline } .geo-nondefault { display: none }
+
.geo-dec { display: inline } .geo-dms { display: inline }
+
 
+
To display coordinates using decimal notation, write this in your User:Username/monobook.css:
+
.geo-default { display: inline } .geo-nondefault { display: inline }
+
.geo-dec { display: inline } .geo-dms { display: none }
+
 
+
To display coordinates using DMS notation, write this in your User:Username/monobook.css:
+
.geo-default { display: inline } .geo-nondefault { display: inline }
+
.geo-dec { display: none }  .geo-dms { display: inline }
+
 
+
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 }
+
.geo-dec { display: inline }  .geo-dms { display: inline }
+
.geo-multi-punct { display: inline }
+
 
+
See [[Template:Coor link]] for how these are used.
+
 
+
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.
+
 
+
*/
+
 
+
.geo-default { display: inline; }
+
.geo-nondefault { display: none; }
+
.geo-dms { display: inline; }
+
.geo-dec { display: inline; }
+
.geo-multi-punct { display: none; }
+
 
+
.longitude .latitude {
+
white-space: nowrap;
+
 
}
 
}
  
/* This is used for the Geo microformat, but no style is needed for now other than .geo-dec. */
+
/* Style rules for media list templates */
.geo { }
+
div.medialist {
/***** end Geo-related */
+
    min-height: 50px;
 
+
    margin: 1em;
/* Classi originariamente per Ref usate anche dal template coord - risolvono alcuni problemi di visualizzazione e di stampa */
+
    /* @noflip */
/* per maggiori info vedere //en.wikipedia.org/wiki/MediaWiki:Common.css */
+
     background-position: top left;
.plainlinksneverexpand {
+
     background-repeat: no-repeat;
     background: none ! important;
+
     padding: 0 ! important;
+
 
}
 
}
.plainlinksneverexpand .urlexpansion {
+
div.medialist ul {
     display: none ! important;
+
     list-style-type: none;
 +
    list-style-image: none;
 +
    margin: 0;
 
}
 
}
+
div.medialist ul li {
.plainlinksneverexpand a {
+
     padding-bottom: 0.5em;
    background: none !important;
+
     padding: 0 !important;
+
 
}
 
}
 
+
div.medialist ul li li {
.plainlinksneverexpand a.external.text:after {
+
     font-size: 91%;
     display: none !important;
+
     padding-bottom: 0;
}
+
.plainlinksneverexpand a.external.autonumber:after {
+
     display: none !important;
+
 
}
 
}
  
 
+
/* Change the external link icon to an Adobe icon for all PDF files
/* Classe per template Arabo */
+
  in browsers that support these CSS selectors, like Mozilla and Opera */
.arabo{
+
div#content a[href$=".pdf"].external,
  font-size:140%;
+
div#content a[href*=".pdf?"].external,
 +
div#content a[href*=".pdf#"].external,
 +
div#content a[href$=".PDF"].external,
 +
div#content a[href*=".PDF?"].external,
 +
div#content a[href*=".PDF#"].external,
 +
div#mw_content a[href$=".pdf"].external,
 +
div#mw_content a[href*=".pdf?"].external,
 +
div#mw_content a[href*=".pdf#"].external,
 +
div#mw_content a[href$=".PDF"].external,
 +
div#mw_content a[href*=".PDF?"].external,
 +
div#mw_content a[href*=".PDF#"].external {
 +
    background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
 +
    /* @noflip */
 +
    padding-right: 18px;
 
}
 
}
  
/* Classe per template Farsi */
+
/* Change the external link icon to an Adobe icon anywhere the PDFlink class
.farsi{
+
  is used (notably Template:PDFlink). This works in IE, unlike the above. */
  font-size:140%;
+
div#content span.PDFlink a,
 +
div#mw_content span.PDFlink a {
 +
    background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
 +
    /* @noflip */
 +
    padding-right: 18px;
 
}
 
}
  
/* Classi per template Sinottici */
+
/* Content in columns with CSS instead of tables [[Template:Columns]] */
 
+
div.columns-2 div.column {
.sinottico {
+
     /* @noflip */
     border:1px solid #aaaaaa;
+
     float: left;
     background-color:#f9f9f9;
+
     width: 50%;
     padding:3px;
+
     min-width: 300px;
     font-size: 95%;
+
    clear:right;
+
    width:280px;
+
    float:right;
+
    margin: 0 0 1em .5em;
+
    vertical-align: top;
+
 
}
 
}
+
div.columns-3 div.column {
.sinottico th {
+
     /* @noflip */
     background-color: #f2f2f2;
+
     float: left;
     padding: 0em 0.5em;
+
     width: 33.3%;
     text-align: right;
+
     min-width: 200px;
     vertical-align: top;
+
 
}
 
}
+
div.columns-4 div.column {
.sinottico td {
+
     /* @noflip */
     padding: 0em 0.2em;
+
    float: left;
     vertical-align: top;
+
    width: 25%;
 +
     min-width: 150px;
 
}
 
}
+
div.columns-5 div.column {
.sinottico_testata th {
+
     /* @noflip */
     font-size: 120%;
+
     float: left;
     padding: 0em 0.5em;
+
     width: 20%;
     background-color: #dedede;
+
     min-width: 120px;
     text-align: center;
+
 
}
 
}
 
.sinottico_piede {
 
    text-align: center;
 
    font-size: 90%;
 
    background:#EFEFEF;
 
}
 
 
.sinottico_divisione th {
 
    color: black;
 
    font-size: 100%;
 
    padding: 0em 0.5em;
 
    background-color: #eeeeee;
 
    text-align: center;
 
}
 
 
.sinottico_annidata td { /* in caso di tabella annidata in una casella, evita che le sue caselle ereditino il padding */
 
    padding:0em 0em;
 
}
 
 
/* Fine classi per template Sinottici */
 
  
 +
/* Messagebox templates */
 
.messagebox {
 
.messagebox {
 
     border: 1px solid #aaa;
 
     border: 1px solid #aaa;
Riga 548: Riga 563:
 
     padding: .2em;
 
     padding: .2em;
 
}
 
}
 
+
.messagebox.merge {
/* wikitable/prettytable class for skinning normal tables */
+
    border: 1px solid #c0b8cc;
 
+
    background-color: #f0e5ff;
table.wikitable,
+
    text-align: center;
table.prettytable {
+
  margin: 1em 1em 1em 0;
+
  background: #f9f9f9;
+
  border: 1px #aaa solid;
+
  border-collapse: collapse;
+
 
}
 
}
 
+
.messagebox.cleanup {
table.wikitable th, table.wikitable td,
+
    border: 1px solid #9f9fff;
table.prettytable th, table.prettytable td {
+
    background-color: #efefff;
  border: 1px #aaa solid;
+
    text-align: center;
  padding: 0.2em;
+
 
}
 
}
 
+
.messagebox.standard-talk {
table.wikitable th,
+
    border: 1px solid #c0c090;
table.prettytable th {
+
    background-color: #f8eaba;
  background: #f2f2f2;
+
    margin: 4px auto;
  text-align: center;
+
 
}
 
}
 
+
/* For old WikiProject banners inside banner shells. */
table.wikitable caption,
+
.mbox-inside .standard-talk,
table.prettytable caption {
+
.messagebox.nested-talk {
  margin-left: inherit;
+
    border: 1px solid #c0c090;
  margin-right: inherit;
+
    background-color: #f8eaba;
  font-weight: bold;
+
    width: 100%;
 +
    margin: 2px 0;
 +
    padding: 2px;
 
}
 
}
 
+
.messagebox.small {
/* Stili del template avviso */
+
    width: 238px;
table.avviso {
+
    font-size: 85%;
  margin: 0 10%;                           /* Non si sovrappone ad altri elementi */
+
    /* @noflip */
  border-collapse: collapse;  
+
    float: right;
  background: #fbfbfb;  
+
    clear: both;
  border: 1px solid #aaa;  
+
    /* @noflip */
  border-left: 10px solid #1e90ff;         /* Colore blu di default */
+
    margin: 0 0 1em 1em;
 +
    line-height: 1.25em;
 
}
 
}
table.avviso th.avviso-testo, table.avviso td.avviso-testo {     /* Corpo del messaggio */
+
.messagebox.small-talk {
  padding: 0.25em 0.5em;                   /* 0.5em sinistra/destra */
+
    width: 238px;
  width: 100%;                             /* Rende tutti i template della stessa lunghezza nonostante il testo interno */
+
    font-size: 85%;
 +
    /* @noflip */
 +
    float: right;
 +
    clear: both;
 +
    /* @noflip */
 +
    margin: 0 0 1em 1em;
 +
    line-height: 1.25em;
 +
    background: #F8EABA;
 
}
 
}
table.avviso td.avviso-immagine {         /* Stile dell'immagine a sinistra */
+
 
  padding: 2px 0px 2px 0.5em;             /* 0.5em sinistra, 0px destra */
+
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
  text-align: center;  
+
th.mbox-text, td.mbox-text {   /* The message body cell(s) */
 +
    border: none;
 +
    /* @noflip */
 +
    padding: 0.25em 0.9em;     /* 0.9em left/right */
 +
    width: 100%;               /* Make all mboxes the same width regardless of text length */
 
}
 
}
table.avviso td.avviso-immaginedestra {   /* Stile dell'immagine a destra */
+
td.mbox-image {               /* The left image cell */
  padding: 2px 4px 2px 0px;               /* 0px sinistra, 4px destra */
+
    border: none;
  text-align: center;  
+
    /* @noflip */
 +
    padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */
 +
    text-align: center;
 
}
 
}
table.avviso-informazioni {
+
td.mbox-imageright {           /* The right image cell */
  border-left: 10px solid #1e90ff;         /* Blu */
+
    border: none;
 +
    /* @noflip */
 +
    padding: 2px 0.9em 2px 0;  /* 0px left, 0.9em right */
 +
    text-align: center;
 
}
 
}
table.avviso-cancella,
+
td.mbox-empty-cell {           /* An empty narrow cell */
table.avviso-importante {
+
    border: none;
  border-left: 10px solid #b22222;        /* Rosso */
+
    padding: 0px;
 +
    width: 1px;
 
}
 
}
table.avviso-contenuto {
+
 
  border-left: 10px solid #f28500;         /* Arancio */
+
/* Article message box styles */
 +
table.ambox {
 +
    margin: 0px 10%;                  /* 10% = Will not overlap with other elements */
 +
    border: 1px solid #aaa;
 +
    /* @noflip */
 +
    border-left: 10px solid #1e90ff; /* Default "notice" blue */
 +
    background: #fbfbfb;
 
}
 
}
table.avviso-stile {
+
table.ambox + table.ambox {     /* Single border between stacked boxes. */
  border-left: 10px solid #f4c430;        /* Giallo */
+
    margin-top: -1px;
 
}
 
}
table.avviso-statico {
+
.ambox th.mbox-text,
  border-left: 10px solid limegreen;      /* Verde */
+
.ambox td.mbox-text {            /* The message body cell(s) */
 +
    padding: 0.25em 0.5em;      /* 0.5em left/right */
 
}
 
}
table.avviso-struttura {
+
.ambox td.mbox-image {           /* The left image cell */
  border-left: 10px solid #9932cc;         /* Viola */
+
    /* @noflip */
 +
    padding: 2px 0 2px 0.5em;   /* 0.5em left, 0px right */
 
}
 
}
table.avviso-generico {
+
.ambox td.mbox-imageright {     /* The right image cell */
  border-left: 10px solid #bba;           /* Grigio */
+
    /* @noflip */
 +
    padding: 2px 0.5em 2px 0;   /* 0px left, 0.5em right */
 
}
 
}
table.avviso.avviso-mini {                /* variante del box */
 
    float: right;
 
    clear: right;
 
    margin: 0 0 0 1em;
 
    width: 25%;
 
}
 
 
/***************
 
* Prima parte *
 
***************/
 
 
/************************
 
* STILI PER I TEMPLATE *
 
************************/
 
  
.itwiki_template_avviso {
+
table.ambox-notice {
  clear:both;
+
    /* @noflip */
  text-align:left;
+
    border-left: 10px solid #1e90ff;   /* Blue */
  background-color: #EEF8FF;
+
  padding-bottom: 0.5em;
+
 
}
 
}
.itwiki_template_avviso_v {
+
table.ambox-speedy {
  clear:both;
+
    /* @noflip */
  float:right;
+
    border-left: 10px solid #b22222;   /* Red */
  width:16em;
+
    background: #fee;                   /* Pink */
  background-color: #EEF8FF;
+
 
}
 
}
.itwiki_template_avviso .intestazione, .itwiki_template_avviso_v .intestazione {
+
table.ambox-delete {
  font-weight:bold;
+
    /* @noflip */
 +
    border-left: 10px solid #b22222;   /* Red */
 
}
 
}
.itwiki_template_disclaimer {
+
table.ambox-content {
  clear:both;
+
    /* @noflip */
  display:block; /* per allargare anche le tabelle (se servissero) alla
+
    border-left: 10px solid #f28500;   /* Orange */
                    larghezza della pagina (NON specificare "width"!) */
+
  text-align:center;
+
  border:1px solid #C00000;
+
  background-color: #FFFFFF;
+
  font-size: 90%;
+
 
}
 
}
.itwiki_template_disclaimer_v {
+
table.ambox-style {
  clear:both;
+
    /* @noflip */
  float:right;
+
    border-left: 10px solid #f4c430;   /* Yellow */
  border:1px solid #C00000;
+
  background-color: #FFFFFF;
+
 
}
 
}
.itwiki_template_copyright {
+
table.ambox-move {
  clear:both;
+
    /* @noflip */
  display:block;
+
    border-left: 10px solid #9932cc;   /* Purple */
  text-align:left;
+
  background-color:#F1F1DE;
+
 
}
 
}
.itwiki_template_wikimedia {
+
table.ambox-protection {
  float:right;
+
    /* @noflip */
  clear:right;
+
    border-left: 10px solid #bba;       /* Gray-gold */
  border:solid #aaa 1px;  
+
  width:22em;
+
  font-size:90%;
+
  background-color:#F9F9F9;
+
 
}
 
}
.itwiki_template_wikimedia .floatleft {
+
 
  border:.5em solid white;
+
/* Image message box styles */
 +
table.imbox {
 +
    margin: 4px 10%;
 +
    border-collapse: collapse;
 +
    border: 3px solid #1e90ff;    /* Default "notice" blue */
 +
    background: #fbfbfb;
 
}
 
}
.itwiki_template_wikimedia p {
+
.imbox .mbox-text .imbox {  /* For imboxes inside imbox-text cells. */
  text-align:left;
+
    margin: 0 -0.5em;      /* 0.9 - 0.5 = 0.4em left/right.        */
 +
    display: block;         /* Fix for webkit to force 100% width.  */
 
}
 
}
.itwiki_template_babelbox {
+
.mbox-inside .imbox {       /* For imboxes inside other templates.  */
  float:right;
+
    margin: 4px;
  margin:0 0 .5em 1em;
+
  width:20em; /* per evitare problemi con Opera e Safari */
+
  padding:5px 7px 5px 5px; /* questo lo farà apparire storto in MSIE
+
                              ma non so che farci */
+
 
}
 
}
.itwiki_template_babelbox .intestazione {
+
 
  text-align:center;
+
table.imbox-notice {
  font-weight:bold;
+
    border: 3px solid #1e90ff;   /* Blue */
  margin-left:2px;
+
 
}
 
}
.itwiki_template_babel {
+
table.imbox-speedy {
  float:left;
+
    border: 3px solid #b22222;   /* Red */
  width:20em;
+
    background: #fee;             /* Pink */
  background:#e0e8ff;
+
  border:solid #99b3ff 1px;
+
  margin:1px 1px 1px 0;
+
 
}
 
}
.itwiki_template_babel .sigla {
+
table.imbox-delete {
  background:#99b3ff;
+
    border: 3px solid #b22222;   /* Red */
  text-align:center;
+
  font-size:1.2em;
+
  font-weight:bold;
+
 
}
 
}
.itwiki_template_babel2 {
+
table.imbox-content {
  float:left;
+
    border: 3px solid #f28500;   /* Orange */
  width:20em;
+
  background:#c5fcdc;
+
  border:solid #6ef7a7 1px;
+
  margin:1px 1px 1px 0;
+
 
}
 
}
.itwiki_template_babel2 .sigla {
+
table.imbox-style {
  background:#6ef7a7;
+
    border: 3px solid #f4c430;   /* Yellow */
  text-align:center;
+
  font-size:1.2em;
+
  font-weight:bold;
+
 
}
 
}
.itwiki_template_babel .sigla,
+
table.imbox-move {
.itwiki_template_babel2 .sigla {
+
    border: 3px solid #9932cc;   /* Purple */
  width:4em;
+
 
}
 
}
.itwiki_template_babel td,
+
table.imbox-protection {
.itwiki_template_babel2 td {
+
    border: 3px solid #bba;       /* Gray-gold */
  font-size:.9em;
+
  line-height:1.2em;
+
  padding:5px;
+
  vertical-align: middle;
+
 
}
 
}
.itwiki_template_babelbox .itwiki_template_babel,
+
table.imbox-license {
.itwiki_template_babelbox .itwiki_template_babel2 {
+
    border: 3px solid #88a;       /* Dark gray */
  clear:left; /* perché i singoli template nel babelbox
+
    background: #f7f8ff;          /* Light gray */
                siano uno sotto l'altro */
+
 
}
 
}
.itwiki_template_toc {
+
table.imbox-featured {
     border: 1px solid #aaaaaa;
+
     border: 3px solid #cba135;   /* Brown-gold */
    background-color: #f9f9f9;
+
    padding: 0px;
+
    font-size: 95%;
+
 
}
 
}
  
/* classi per arrotondare i bordi dei div e delle tabelle */
+
/* Category message box styles */
.radius {
+
table.cmbox {
     border-radius: 1em;
+
     margin: 3px 10%;
     -moz-border-radius: 1em;
+
     border-collapse: collapse;
}
+
     border: 1px solid #aaa;
.radius_top {
+
     background: #DFE8FF;   /* Default "notice" blue */
     border-top-right-radius: 1em;
+
     border-top-left-radius: 1em;
+
    -moz-border-radius-topright: 1em;
+
    -moz-border-radius-topleft: 1em;
+
}
+
.radius_bottom {
+
    border-bottom-right-radius: 1em;
+
    border-bottom-left-radius: 1em;
+
    -moz-border-radius-bottomright: 1em;
+
    -moz-border-radius-bottomleft: 1em;
+
}
+
.rad {
+
    border-radius: .5em;
+
    -moz-border-radius: .5em;
+
 
}
 
}
  
 
+
table.cmbox-notice {
/***********************
+
    background: #D8E8FF;    /* Blue */
* FINE STILI TEMPLATE *
+
***********************/
+
 
+
/* Per elementi che non vanno stampati */
+
@media print {
+
    .noprint { display: none }
+
 
}
 
}
 
+
table.cmbox-speedy {
/**************************************
+
    margin-top: 4px;
/* Classi per dynamic navigation bars *
+
    margin-bottom: 4px;
**************************************/
+
    border: 4px solid #b22222;   /* Red */
 
+
    background: #FFDBDB;         /* Pink */
.NavToggle {
+
  font-size: 95%;
+
   float:right;
+
 
}
 
}
 
+
table.cmbox-delete {
div.BoxenVerschmelzen,
+
    background: #FFDBDB;   /* Red */
div.NavFrame {
+
        margin: 0.5em 0 0 0;
+
        padding: 2px;
+
        border: 1px solid #aaaaaa;
+
        text-align: center;
+
        border-collapse: collapse;
+
        font-size: 95%;
+
        clear:both;
+
 
}
 
}
div.BoxenVerschmelzen div.NavFrame {
+
table.cmbox-content {
        border-style: none;
+
    background: #FFE7CE;   /* Orange */
        border-style: hidden;
+
        margin: 0;
+
 
}
 
}
div.NavFrame + div.NavFrame {
+
table.cmbox-style {
        border-top-style: none;
+
    background: #FFF9DB;   /* Yellow */
        border-top-style: hidden;
+
 
}
 
}
div.NavPic {
+
table.cmbox-move {
        background-color: #ffffff;
+
    background: #E4D8FF;   /* Purple */
        margin: 0px;
+
        padding-right: 2px;
+
        float: left;
+
 
}
 
}
div.NavFrame div.NavHead {
+
table.cmbox-protection {
        font-weight: bold;
+
    background: #EFEFE1;   /* Gray-gold */
        font-size: 100%;
+
        background-color: #efefef;
+
}
+
div.NavFrame p {
+
        font-size: 100%;
+
}
+
div.NavFrame div.NavContent {
+
        font-size: 100%;
+
}
+
div.NavFrame div.NavContent p {
+
        font-size: 100%;
+
}
+
div.NavEnd {
+
        margin: 0px;
+
        padding: 0px;
+
        line-height: 1px;
+
        clear: both;
+
 
}
 
}
  
#bodyContent .references sup{
+
/* Other pages message box styles */
      color:#002BB8 !important;
+
table.ombox {
 +
    margin: 4px 10%;
 +
    border-collapse: collapse;
 +
    border: 1px solid #aaa;      /* Default "notice" gray */
 +
    background: #f9f9f9;
 
}
 
}
  
/* Highlight per le note */
+
table.ombox-notice {
 
+
    border: 1px solid #aaa;       /* Gray */
ol.references > li:target {
+
background-color: #DEF;
+
 
}
 
}
 
+
table.ombox-speedy {
sup.reference:target {
+
    border: 2px solid #b22222;    /* Red */
background-color: #DEF;
+
    background: #fee;             /* Pink */
 
}
 
}
 
+
table.ombox-delete {
/* BEGIN Template:Fumetto e animazione */
+
    border: 2px solid #b22222;   /* Red */
table.sinossifumetti th{
+
vertical-align: top;
+
color: black;
+
background-color: rgb(239, 239, 239);
+
text-align: left;
+
width: 35%;
+
min-width: 35%;
+
max-width: 35%;
+
 
}
 
}
table.sinossifumetti td{
+
table.ombox-content {
color: black;
+
    border: 1px solid #f28500;   /* Orange */
background-color: white;
+
vertical-align: bottom;
+
width: 65%;
+
min-width: 65%;
+
max-width: 65%;
+
 
}
 
}
tr.sinossifumettibreak{
+
table.ombox-style {
border-top: 1px solid #AAA;
+
    border: 1px solid #f4c430;   /* Yellow */
 
}
 
}
 
+
table.ombox-move {
/* END  Template:Fumetto e animazione */
+
    border: 1px solid #9932cc;    /* Purple */
 
+
 
+
/* Rende il form di cancellazione trasparente nelle pagine con sfondo "colorato"*/
+
#deleteconfirm, #deleteconfirm>table {
+
    background: transparent;
+
 
}
 
}
 
+
table.ombox-protection {
/*
+
     border: 2px solid #bba;       /* Gray-gold */
Serve per simulare le sottosezioni
+
nella sezione delle preferenze destinata ai gadgets,
+
visto che non si possono fare normalmente
+
*/
+
.tb-subsection {
+
     font-size: smaller;
+
 
}
 
}
  
/*
+
/* Talk page message box styles */
Stili per i box che si visualizzano al passaggio del mouse
+
table.tmbox {
Licenza: GFDL e Creative Commons Attribution 2.5
+
    margin: 4px 10%;
*/
+
    border-collapse: collapse;
.HopContent
+
    border: 1px solid #c0c090;    /* Default "notice" gray-brown */
{
+
    background: #f8eaba;
display:none;
+
 
}
 
}
 
+
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
.HopFrame:hover .HopContent
+
    margin: 2px 0;              /* this declaration overrides other styles (including mbox-small above)  */
{
+
    width: 100%;                 /* For Safari and Opera */
display:block;
+
 
}
 
}
 
+
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
/* CATEGORIE NASCOSTE */
+
    line-height: 1.5em;          /* also "nested", so reset styles that are  */
/* Se tutte le categorie di una voce sono nascoste, le mostra lo stesso (in modo da visualizzare il [altre] per poterci accedere) */
+
    font-size: 100%;             /* set in "mbox-small" above.                */
.catlinks-allhidden-mostra { display: block; }
+
 
+
/* Evita che i link vadano a capo */
+
.nowraplinks a {
+
    white-space: nowrap;
+
 
}
 
}
  
/* classi legate al template navbox generic */
+
table.tmbox-speedy {
table.navbox {           /* navbox container style */
+
    border: 2px solid #b22222;   /* Red */
  border:1px solid #aaa;
+
    background: #fee;             /* Pink */
  width:100%;
+
  margin:auto;
+
  clear:both;
+
  text-align:center;
+
  padding:1px;
+
 
}
 
}
table.navbox + table.navbox {
+
table.tmbox-delete {
  margin-top:-1px;       /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
+
    border: 2px solid #b22222;   /* Red */
 
}
 
}
.navbox-title, .navbox-abovebelow, table.navbox th {
+
table.tmbox-content {
  text-align:center;     /* title and above/below styles */
+
    border: 2px solid #f28500;   /* Orange */
  padding-left:1em;
+
  padding-right:1em;
+
 
}
 
}
.navbox-group {           /* group style */
+
table.tmbox-style {
  white-space:nowrap;
+
    border: 2px solid #f4c430;    /* Yellow */
  text-align:right;
+
  font-weight:bold;
+
  padding-left:1em;
+
  padding-right:1em;
+
 
}
 
}
.navbox, .navbox-subgroup {
+
table.tmbox-move {
  background:#fdfdfd;     /* Background color */
+
    border: 2px solid #9932cc;   /* Purple */
 
}
 
}
.navbox-list {
+
table.tmbox-protection,
  border-color:#fdfdfd;   /* Must match background color */
+
table.tmbox-notice {
 +
    border: 1px solid #c0c090;   /* Gray-brown */
 
}
 
}
.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 */
 
}
 
 
/********************************************
 
/* Set di icone con effetto rollover (40px) *
 
********************************************/
 
 
#HILL40_dado a { display:block; height:40px; width:40px; background: url(//upload.wikimedia.org/wikipedia/it/4/44/HILL40_dado_ROLLOVER.png);}
 
#HILL40_dado a:hover { background-position: 0 -40px;}
 
#HILL40_dado a:active { background-position: 0 -40px;}
 
 
#HILL40_famiglia a { display:block; height:40px; width:40px; background: url(//upload.wikimedia.org/wikipedia/it/8/8f/HILL40_famiglia_ROLLOVER.png);}
 
#HILL40_famiglia a:hover { background-position: 0 -40px;}
 
#HILL40_famiglia a:active { background-position: 0 -40px;}
 
 
#HILL40_indici a { display:block; height:40px; width:40px; background: url(//upload.wikimedia.org/wikipedia/it/a/a3/HILL40_indici_ROLLOVER.png);}
 
#HILL40_indici a:hover { background-position: 0 -40px;}
 
#HILL40_indici a:active { background-position: 0 -40px;}
 
 
#HILL40_lente a { display:block; height:40px; width:40px; background: url(//upload.wikimedia.org/wikipedia/it/4/44/HILL40_lente_ROLLOVER.png);}
 
#HILL40_lente a:hover { background-position: 0 -40px;}
 
#HILL40_lente a:active { background-position: 0 -40px;}
 
 
#HILL40_libro a { display:block; height:40px; width:40px; background: url(//upload.wikimedia.org/wikipedia/it/c/c4/HILL40_libro_ROLLOVER.png);}
 
#HILL40_libro a:hover { background-position: 0 -40px;}
 
#HILL40_libro a:active { background-position: 0 -40px;}
 
 
#HILL40_meccanismo a { display:block; height:40px; width:40px; background: url(//upload.wikimedia.org/wikipedia/it/a/a5/HILL40_meccanismo_ROLLOVER.png);}
 
#HILL40_meccanismo a:hover { background-position: 0 -40px;}
 
#HILL40_meccanismo a:active { background-position: 0 -40px;}
 
 
#HILL40_molecola a { display:block; height:40px; width:40px; background: url(//upload.wikimedia.org/wikipedia/it/a/a3/HILL40_molecola_ROLLOVER.png);}
 
#HILL40_molecola a:hover { background-position: 0 -40px;}
 
#HILL40_molecola a:active { background-position: 0 -40px;}
 
 
#HILL40_mondo a { display:block; height:40px; width:40px; background: url(//upload.wikimedia.org/wikipedia/it/4/40/HILL40_mondo_ROLLOVER.png);}
 
#HILL40_mondo a:hover { background-position: 0 -40px;}
 
#HILL40_mondo a:active { background-position: 0 -40px;}
 
 
#HILL40_orologio a { display:block; height:40px; width:40px; background: url(//upload.wikimedia.org/wikipedia/it/5/5b/HILL40_orologio_ROLLOVER.png);}
 
#HILL40_orologio a:hover { background-position: 0 -40px;}
 
#HILL40_orologio a:active { background-position: 0 -40px;}
 
 
#HILL40_pigreco a { display:block; height:40px; width:40px; background: url(//upload.wikimedia.org/wikipedia/it/a/a3/HILL40_pigreco_ROLLOVER.png);}
 
#HILL40_pigreco a:hover { background-position: 0 -40px;}
 
#HILL40_pigreco a:active { background-position: 0 -40px;}
 
 
#HILL40_puzzle a { display:block; height:40px; width:40px; background: url(//upload.wikimedia.org/wikipedia/it/a/aa/HILL40_puzzle_ROLLOVER.png);}
 
#HILL40_puzzle a:hover { background-position: 0 -40px;}
 
#HILL40_puzzle a:active { background-position: 0 -40px;}
 
 
#HILL40_tavolozza a { display:block; height:40px; width:40px; background: url(//upload.wikimedia.org/wikipedia/it/7/74/HILL40_tavolozza_ROLLOVER.png);}
 
#HILL40_tavolozza a:hover { background-position: 0 -40px;}
 
#HILL40_tavolozza a:active { background-position: 0 -40px;}
 
 
#HILL40_w a { display:block; height:40px; width:40px; background: url(//upload.wikimedia.org/wikipedia/it/c/c8/HILL40_w_ROLLOVER.png);}
 
#HILL40_w a:hover { background-position: 0 -40px;}
 
#HILL40_w a:active { background-position: 0 -40px;}
 
 
#HILL40_stella a { display:block; height:40px; width:40px; background: url(//upload.wikimedia.org/wikipedia/commons/6/63/HILL_stella_ROLLOVER.png);}
 
#HILL40_stella a:hover { background-position: 0 -40px;}
 
#HILL40_stella a:active { background-position: 0 -40px;}
 
 
/* Usata dall'intestazione della PP */
 
.BGblue1 { background-image: url(//upload.wikimedia.org/wikipedia/commons/3/3e/BGblue1.jpg); background-position:top; background-repeat:repeat-x;}
 
  
/* Tentativo di Archenzo
+
/* Disambig and set index box styles */
* Copio incollo da en:MediaWiki:Common.css del 2010 01 23 */
+
table.dmbox {
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
+
     clear: both;
th.mbox-text, td.mbox-text {     /* The message body cell(s) */
+
     margin: 0.9em 1em;
     border: none;  
+
     border-top: 1px solid #ccc;
     padding: 0.25em 0.9em;       /* 0.9em left/right */
+
     border-bottom: 1px solid #ccc;
    width: 100%;    /* Make all mboxes the same width regardless of text length */
+
     background: transparent;
}
+
td.mbox-image {                  /* The left image cell */
+
     border: none;
+
    padding: 2px 0 2px 0.9em;    /* 0.9em left, 0px right */
+
    text-align: center;  
+
}
+
td.mbox-imageright {            /* The right image cell */
+
     border: none;
+
    padding: 2px 0.9em 2px 0;    /* 0px left, 0.9em right */
+
    text-align: center;  
+
}
+
td.mbox-empty-cell {        /* An empty narrow cell */
+
     border: none;
+
    padding: 0px;
+
    width: 1px;
+
 
}
 
}
  
Riga 1 060: Riga 861:
 
     background: transparent;
 
     background: transparent;
 
}
 
}
 +
/* Div based "warning" style fmbox messages. */
 +
div.mw-warning-with-logexcerpt,
 +
div.mw-lag-warn-high,
 +
div.mw-cascadeprotectedwarning,
 +
div#mw-protect-cascadeon {
 +
    clear: both;
 +
    margin: 0.2em 0;
 +
    border: 1px solid #bb7070;
 +
    background: #ffdbdb;
 +
    padding: 0.25em 0.9em;
 +
}
 +
/* Div based "system" style fmbox messages.
 +
  Used in [[MediaWiki:Readonly lag]]. */
 +
div.mw-lag-warn-normal,
 
div.fmbox-system {
 
div.fmbox-system {
 
     clear: both;
 
     clear: both;
Riga 1 068: Riga 883:
 
}
 
}
  
 +
/* These mbox-small classes must be placed after all other
 +
  ambox/tmbox/ombox etc classes. "body.mediawiki" is so
 +
  they override "table.ambox + table.ambox" above. */
 +
body.mediawiki table.mbox-small {  /* For the "small=yes" option. */
 +
    /* @noflip */
 +
    clear: right;
 +
    /* @noflip */
 +
    float: right;
 +
    /* @noflip */
 +
    margin: 4px 0 4px 1em;
 +
    width: 238px;
 +
    font-size: 88%;
 +
    line-height: 1.25em;
 +
}
 +
body.mediawiki table.mbox-small-left {  /* For the "small=left" option. */
 +
    /* @noflip */
 +
    margin: 4px 1em 4px 0;
 +
    width: 238px;
 +
    border-collapse: collapse;
 +
    font-size: 88%;
 +
    line-height: 1.25em;
 +
}
  
/********************************************
+
/* Style for compact ambox */
/* Set di icone con effetto rollover (30px) *
+
/* Hide the images */
********************************************/
+
.compact-ambox table .mbox-image,
 +
.compact-ambox table .mbox-imageright,
 +
.compact-ambox table .mbox-empty-cell {
 +
    display: none;
 +
}
 +
/* Remove borders, backgrounds, padding, etc. */
 +
.compact-ambox table.ambox {
 +
    border: none;
 +
    border-collapse: collapse;
 +
    background: transparent;
 +
    margin: 0 0 0 1.6em !important;
 +
    padding: 0 !important;
 +
    width: auto;
 +
    display: block;
 +
}
 +
body.mediawiki .compact-ambox table.mbox-small-left {
 +
    font-size: 100%;
 +
    width: auto;
 +
    margin: 0;
 +
}
 +
/* Style the text cell as a list item and remove its padding */
 +
.compact-ambox table .mbox-text {
 +
    padding: 0 !important;
 +
    margin: 0 !important;
 +
}
 +
.compact-ambox table .mbox-text-span {
 +
    display: list-item;
 +
    line-height: 1.5em;
 +
    list-style-type: square;
 +
    list-style-image: url(//bits.wikimedia.org/skins/common/images/bullet.gif);
 +
}
 +
.skin-vector .compact-ambox table .mbox-text-span {
 +
    list-style-type: circle;
 +
    list-style-image: url(//bits.wikimedia.org/skins/vector/images/bullet-icon.png)
 +
}
 +
/* Allow for hiding text in compact form */
 +
.compact-ambox .hide-when-compact {
 +
    display: none;
 +
}
  
#HILL30_famiglia a { display:block; height:30px; width:30px; background: url(//upload.wikimedia.org/wikipedia/commons/0/07/HILL30_famiglia_ROLLOVER.png);}
+
/* Remove default styles for [[MediaWiki:Noarticletext]]. */
#HILL30_famiglia a:hover { background-position: 0 -30px;}
+
div.noarticletext {
#HILL30_famiglia a:active { background-position: 0 -30px;}
+
    border: none;
+
    background: transparent;
#HILL30_indici a { display:block; height:30px; width:30px; background: url(//upload.wikimedia.org/wikipedia/commons/9/94/HILL30_indici_ROLLOVER.png);}
+
    padding: 0;
#HILL30_indici a:hover { background-position: 0 -30px;}
+
}
#HILL30_indici a:active { background-position: 0 -30px;}
+
+
#HILL30_libro a { display:block; height:30px; width:30px; background: url(//upload.wikimedia.org/wikipedia/commons/3/3c/HILL30_libro_ROLLOVER.png);}
+
#HILL30_libro a:hover { background-position: 0 -30px;}
+
#HILL30_libro a:active { background-position: 0 -30px;}
+
+
#HILL30_meccanismo a { display:block; height:30px; width:30px; background: url(//upload.wikimedia.org/wikipedia/commons/7/7e/HILL30_meccanismo_ROLLOVER.png);}
+
#HILL30_meccanismo a:hover { background-position: 0 -30px;}
+
#HILL30_meccanismo a:active { background-position: 0 -30px;}
+
+
#HILL30_molecola a { display:block; height:30px; width:30px; background: url(//upload.wikimedia.org/wikipedia/commons/e/e1/HILL30_molecola_ROLLOVER.png);}
+
#HILL30_molecola a:hover { background-position: 0 -30px;}
+
#HILL30_molecola a:active { background-position: 0 -30px;}
+
+
#HILL30_mondo a { display:block; height:30px; width:30px; background: url(//upload.wikimedia.org/wikipedia/commons/3/35/HILL30_mondo_ROLLOVER.png);}
+
#HILL30_mondo a:hover { background-position: 0 -30px;}
+
#HILL30_mondo a:active { background-position: 0 -30px;}
+
+
#HILL30_orologio a { display:block; height:30px; width:30px; background: url(//upload.wikimedia.org/wikipedia/commons/6/6d/HILL30_orologio_ROLLOVER.png);}
+
#HILL30_orologio a:hover { background-position: 0 -30px;}
+
#HILL30_orologio a:active { background-position: 0 -30px;}
+
+
#HILL30_pigreco a { display:block; height:30px; width:30px; background: url(//upload.wikimedia.org/wikipedia/commons/5/5c/HILL30_pigreco_ROLLOVER.png);}
+
#HILL30_pigreco a:hover { background-position: 0 -30px;}
+
#HILL30_pigreco a:active { background-position: 0 -30px;}
+
+
#HILL30_puzzle a { display:block; height:30px; width:30px; background: url(//upload.wikimedia.org/wikipedia/commons/0/02/HILL30_puzzle_ROLLOVER.png);}
+
#HILL30_puzzle a:hover { background-position: 0 -30px;}
+
#HILL30_puzzle a:active { background-position: 0 -30px;}
+
+
#HILL30_tavolozza a { display:block; height:30px; width:30px; background: url(//upload.wikimedia.org/wikipedia/commons/2/2a/HILL30_tavolozza_ROLLOVER.png);}
+
#HILL30_tavolozza a:hover { background-position: 0 -30px;}
+
#HILL30_tavolozza a:active { background-position: 0 -30px;}
+
+
#HILL30_w a { display:block; height:30px; width:30px; background: url(//upload.wikimedia.org/wikipedia/commons/8/81/HILL30_w_ROLLOVER.png);}
+
#HILL30_w a:hover { background-position: 0 -30px;}
+
#HILL30_w a:active { background-position: 0 -30px;}
+
+
#HILL30_stella a { display:block; height:30px; width:30px; background: url(//upload.wikimedia.org/wikipedia/commons/b/b6/HILL30_stella_ROLLOVER.png);}
+
#HILL30_stella a:hover { background-position: 0 -30px;}
+
#HILL30_stella a:active { background-position: 0 -30px;}
+
  
 +
/* Bold save button */
 +
#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
/* Immagini di sfondo *
+
  be used due to high number of requests see .hidden-redlink on
**********************/
+
  [[m:MediaWiki:Common.css]] */
 +
.check-icon a.new {
 +
    display: none;
 +
    speak: none;
 +
}
  
/* Visualizza una lente d'ingrandimento su sfondo viola chiaro */
+
/* Removes underlines from certain links */
#HP_search { background-image: url(//upload.wikimedia.org/wikipedia/it/3/3e/HP_search.png);}
+
.nounderlines a,
 +
.IPA a:link, .IPA a:visited {
 +
    text-decoration: none !important;
 +
}
  
/* Visualizza una lente d'ingrandimento su sfondo marrone chiaro (#FFFBF7) */
+
/* Standard Navigationsleisten, aka box hiding thingy
#BG_zoom { background-image: url(//upload.wikimedia.org/wikipedia/commons/8/8c/BGzoom.png);}
+
  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;
 +
    /* @noflip */
 +
    float: left;
 +
}
 +
div.NavFrame div.NavHead {
 +
    height: 1.6em;
 +
    font-weight: bold;
 +
    background-color: #ccf;
 +
    position: relative;
 +
}
 +
div.NavFrame p,
 +
div.NavFrame div.NavContent,
 +
div.NavFrame div.NavContent p {
 +
    font-size: 100%;
 +
}
 +
div.NavEnd {
 +
    margin: 0;
 +
    padding: 0;
 +
    line-height: 1px;
 +
    clear: both;
 +
}
 +
a.NavToggle {
 +
    position: absolute;
 +
    top: 0;
 +
    /* @noflip */
 +
    right: 3px;
 +
    font-weight: normal;
 +
    font-size: 90%;
 +
}
  
/* Visualizza il logo di Wikipedia su sfondo marrone chiaro (#FFFBF7) */
+
/* Hatnotes and disambiguation notices */
#BG_wiki { background-image: url(//upload.wikimedia.org/wikipedia/commons/6/6a/BGwikipedia_logo.png);}
+
.rellink,
 +
.dablink {
 +
    font-style: italic;
 +
    /* @noflip */
 +
    padding-left: 1.6em;
 +
    margin-bottom: 0.5em;
 +
}
 +
.rellink i,
 +
.dablink i {
 +
    font-style: normal;
 +
}
  
/* Visualizza una sfumatura marrone chiaro-bianco per aree di grandi dimensioni */
+
/* Allow transcluded pages to display in lists rather than a table.
#BG_sfum { background-image: url(//upload.wikimedia.org/wikipedia/commons/a/a4/BG_sfum.jpg);}
+
  Compatible in Firefox; incompatible in IE6. */
 +
.listify td    { display: list-item; }
 +
.listify tr    { display: block; }
 +
.listify table { display: block; }
  
/* Visualizza una sfumatura marrone chiaro-trasparente*/
+
/* Geographical coordinates defaults. See [[Template:Coord/link]]
.Sfum { background-image: url(//upload.wikimedia.org/wikipedia/it/6/62/Sfum.png);}
+
  for how these are used. The classes "geo", "longitude", and
 +
  "latitude" are used by the [[Geo microformat]]. */
 +
.geo-default, .geo-dms, .geo-dec  { display: inline; }
 +
.geo-nondefault, .geo-multi-punct { display: none; }
 +
.longitude, .latitude            { white-space: nowrap; }
  
/* Visualizza una sfumatura marrone chiaro-bianco per browser Internet Explorer*/
+
/* When <div class="nonumtoc"> is used on the table of contents,
.Sfum2 { background-image: url(//upload.wikimedia.org/wikipedia/commons/d/d0/Sfum.jpg);}
+
  the ToC will display without numbers */
 +
.nonumtoc .tocnumber { display: none; }
 +
.nonumtoc #toc ul,
 +
.nonumtoc .toc ul {
 +
    line-height: 1.5em;
 +
    list-style: none none;
 +
    margin: .3em 0 0;
 +
    padding: 0;
 +
}
 +
.nonumtoc #toc ul ul,
 +
.nonumtoc .toc ul ul {
 +
    /* @noflip */
 +
    margin: 0 0 0 2em;
 +
}
  
/* Visualizza una sfumatura verticale azzurro-bianco */
+
/* Allow limiting of which header levels are shown in a TOC;
.BG_azzurro { background-image: url(//upload.wikimedia.org/wikipedia/commons/2/27/BG_azzurro.jpg);}
+
  <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-1 ul,
 +
.toclimit-3 .toclevel-2 ul,
 +
.toclimit-4 .toclevel-3 ul,
 +
.toclimit-5 .toclevel-4 ul,
 +
.toclimit-6 .toclevel-5 ul,
 +
.toclimit-7 .toclevel-6 ul {
 +
    display: none;
 +
}
  
/* Visualizza una sfumatura verticale azzurro-bianco (E0F0FF-FFFFFF) */
+
/* Styling for Template:Quote */
.E0F0FF-FFFFFF { background-image: url(//upload.wikimedia.org/wikipedia/commons/b/b1/E0F0FF-FFFFFF.jpg); background-position:top; background-repeat:repeat-x;}
+
blockquote.templatequote {
 +
    margin-top: 0;
 +
}
 +
blockquote.templatequote div.templatequotecite {
 +
    line-height: 1em;
 +
    /* @noflip */
 +
    text-align: left;
 +
    /* @noflip */
 +
    padding-left: 2em;
 +
    margin-top: 0;
 +
}
 +
blockquote.templatequote div.templatequotecite cite {
 +
    font-size: 85%;
 +
}
  
/* Visualizza l'icona del portale comunità su sfondo bianco */
+
/* User block messages */
.BG_comunità { background-image: url(//upload.wikimedia.org/wikipedia/commons/f/f9/BG_comunit%C3%A0.jpg);}
+
div.user-block {
 +
    padding: 5px;
 +
    margin-bottom: 0.5em;
 +
    border: 1px solid #A9A9A9;
 +
    background-color: #FFEFD5;
 +
}
  
/* Visualizza le immagini di sfondo del Portale Astronomia*/
+
/* Prevent line breaks in silly places:
.BenveAstro { background-image: url(//upload.wikimedia.org/wikipedia/commons/f/ff/BenveAstro.png);}
+
  1) Where desired
 +
  2) Links when we don't want them to
 +
  3) Bold "links" to the page itself
 +
  4) Ref tags with group names <ref group="Note"> --> "[Note 1]" */
 +
.nowrap,
 +
.nowraplinks a,
 +
.nowraplinks .selflink,
 +
sup.reference a {
 +
    white-space: nowrap;
 +
}
 +
/* But allow wrapping where desired: */
 +
.wrap,
 +
.wraplinks a {
 +
    white-space: normal;
 +
}
  
.Attualità { background-image: url(//upload.wikimedia.org/wikipedia/commons/a/ac/Attualit%C3%A0_dal_cielo.png);}
+
/* For template documentation */
 +
.template-documentation {
 +
    clear: both;
 +
    margin: 1em 0 0 0;
 +
    border: 1px solid #aaa;
 +
    background-color: #ecfcf4;
 +
    padding: 1em;
 +
}
  
.VoceEvidenza { background-image: url(//upload.wikimedia.org/wikipedia/commons/1/10/Voce_in_evidenza.png);}
+
/* Inline divs in ImageMaps (code borrowed from de.wiki) */
 +
.imagemap-inline div {
 +
    display: inline;
 +
}
  
.CieloMese { background-image: url(//upload.wikimedia.org/wikipedia/commons/1/14/Cielo_del_Mese.png);}
+
/* Increase the height of the image upload box */
 +
#wpUploadDescription {
 +
    height: 13em;
 +
}
  
.Almanacco { background-image: url(//upload.wikimedia.org/wikipedia/commons/4/4a/Almanacco.png);}
+
/* Minimum thumb width */
 +
.thumbinner {
 +
    min-width: 100px;
 +
}
  
.ContattiA { background-image: url(//upload.wikimedia.org/wikipedia/commons/d/db/Contatti.png);}
+
/* Makes the background of a framed image white instead of gray.
 +
  Only visible with transparent images. */
 +
div.thumb img.thumbimage {
 +
    background-color: #fff;
 +
}
  
.EventiMese { background-image: url(//upload.wikimedia.org/wikipedia/commons/b/b2/Eventi_del_mese.png);}
+
/* The backgrounds for galleries. */
 +
div#content .gallerybox div.thumb {
 +
    /* Light gray padding */
 +
    background-color: #F9F9F9;
 +
}
 +
/* Put a chequered background behind images, only visible if they have transparency.
 +
  '.filehistory a img' and '#file img:hover' are handled by MediaWiki core (as of 1.19) */
 +
.gallerybox .thumb img {
 +
    background: #fff url(//bits.wikimedia.org/skins/common/images/Checker-16x16.png) repeat;
 +
}
 +
/* But not on articles, user pages, portals or with opt-out. */
 +
.ns-0 .gallerybox .thumb img,
 +
.ns-2 .gallerybox .thumb img,
 +
.ns-100 .gallerybox .thumb img,
 +
.nochecker .gallerybox .thumb img {
 +
    background: #fff;
 +
}
  
.CategorieA { background-image: url(//upload.wikimedia.org/wikipedia/commons/7/71/Categorie.png);}
+
/* Category tree styling. Works in conjuction with [[MediaWiki:Categorytree-expand-bullet]],
 +
  [[MediaWiki:Categorytree-collapse-bullet]] and [[MediaWiki:Categorytree-empty-bullet]]. */
 +
#mw-subcategories ul {
 +
    list-style: none none;
 +
    margin-left: 0.25em;
 +
}
 +
.CategoryTreeChildren {
 +
    margin-left: 1.25em;
 +
}
  
.Luna { background-image: url(//upload.wikimedia.org/wikipedia/commons/b/b1/Fasi_lunari.png);}
+
/* Prevent floating boxes from overlapping any category listings,
 +
  file histories, edit previews, and edit [Show changes] views. */
 +
#mw-subcategories, #mw-pages, #mw-category-media,
 +
#filehistory, #wikiPreview, #wikiDiff {
 +
    clear: both;
 +
}
  
.SapeviA { background-image: url(//upload.wikimedia.org/wikipedia/commons/1/18/Lo_sapevi_che.png);}
+
body.rtl #mw-articlefeedbackv5, body.rtl #mw-articlefeedback {
 +
    display: block;  /* Override inline block mode */
 +
    margin-bottom: 1em;
 +
    /* @noflip */
 +
    clear: right;    /* Clear any info boxes that stick out */
 +
    /* @noflip */
 +
    float: right;     /* Prevents margin collapsing */
 +
}
  
.ImmagineEvidenza { background-image: url(//upload.wikimedia.org/wikipedia/commons/5/5f/ImmagineEvidenza.png);}
+
/* Toned down styling for update markers on watchlist and history pages. */
 +
span.updatedmarker {
 +
    background-color: transparent;
 +
    color: #006400;
 +
}
 +
.mw-special-Watchlist .mw-changeslist-line-watched .mw-title {
 +
    font-weight:normal;
 +
}
 +
.mw-special-Watchlist #mw-watchlist-resetbutton {
 +
    display:none;
 +
}
  
.VociVetrina { background-image: url(//upload.wikimedia.org/wikipedia/commons/e/ec/VociVetrina.png);}
+
/* 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 */
  
.PortaliA { background-image: url(//upload.wikimedia.org/wikipedia/commons/5/5a/PortaliCorrelati.png);}
+
/* Styling for Abuse Filter tags */
 
+
.mw-tag-markers {
.AltriProgetti { background-image: url(//upload.wikimedia.org/wikipedia/commons/4/44/ProgettiWikimedia.png);}
+
    font-family:sans-serif;
 
+
    font-style:italic;
.BGblue3 { background-image: url(//upload.wikimedia.org/wikipedia/commons/0/0a/BGblue3.jpg); background-position:top; background-repeat:repeat-x;}
+
    font-size:90%;
 
+
}
.BGorange1 { background-image: url(//upload.wikimedia.org/wikipedia/commons/0/02/BGorange1.jpg); background-position: top; background-repeat:repeat-x;}
+
 
+
.BGorange2 { background-image: url(//upload.wikimedia.org/wikipedia/commons/a/a7/BGorange2.jpg); background-position: top; background-repeat:repeat-x;}
+
  
/* Visualizza una sfumatura su sfondo qualsiasi (solo firefox/mozilla) */
+
/* Hide stuff meant for accounts with special permissions. Made visible again in
.BGalpha { background-image: url(//upload.wikimedia.org/wikipedia/it/5/55/BGalpha.png); background-position: top; background-repeat:repeat-x;}
+
  [[MediaWiki:Group-sysop.css]] and [[MediaWiki:Group-accountcreator.css]]. */
 +
.sysop-show, .accountcreator-show {
 +
    display: none;
 +
}
  
.PPcornerTop { background-image: url(//upload.wikimedia.org/wikipedia/it/e/e4/PPcornerTop2.gif); background-position:top left; background-repeat:no-repeat; width:10px; height:10px;}
+
/* Remove bullets when there are multiple edit page warnings */
 
+
ul.permissions-errors > li {
.PPcornerBottom { background-image: url(//upload.wikimedia.org/wikipedia/it/c/c1/PPcornerBottom.gif); background-position:bottom left; background-repeat:no-repeat; width:10px; height:10px;}
+
    list-style: none none;
 
+
.PPradiusTop {background-image: url(//upload.wikimedia.org/wikipedia/it/7/70/PPradiusTop.gif);   
+
  background-position:top left;
+
  background-repeat:no-repeat;
+
  width:13px;
+
  height:13px;
+
 
}
 
}
 
+
ul.permissions-errors {
.PPradiusBottom {background-image: url(//upload.wikimedia.org/wikipedia/it/7/70/PPradiusBottom.gif);
+
    margin: 0;
  background-position:bottom left;
+
  background-repeat:no-repeat;
+
  width:13px;
+
  height:13px;
+
 
}
 
}
  
.B-topright { background-image: url(//upload.wikimedia.org/wikipedia/it/a/a8/B_topright.png); background-repeat:no-repeat; background-position: top right;
+
/* No linewrap on the labels of the login/signup page */
  width: 13px;
+
body.page-Special_UserLogin .mw-label label,
  height: 14px;
+
body.page-Special_UserLogin_signup .mw-label label {
 +
    white-space: nowrap;
 
}
 
}
  
.B-topleft { background-image: url(//upload.wikimedia.org/wikipedia/it/e/ea/B_topleft.png); background-repeat:no-repeat; background-position: top left;  
+
/* Disable the automatic text-size adjust of WebKit on iPhones etc.
  width: 13px;
+
  It scales some text, and not the other. Use none, or fixed percentage instead.
  height: 14px;
+
  Use media selector, because defining a value, overwrites platform defaults. */
 +
@media only screen and (max-device-width: 480px) {
 +
    body {
 +
        -webkit-text-size-adjust: none;
 +
    }
 
}
 
}
  
.B-bottomright { background-image: url(//upload.wikimedia.org/wikipedia/it/a/a9/B_bottomright.png); background-repeat:no-repeat; background-position: bottom right;
+
/* Pie chart test: Transparent borders */
  width: 13px;  
+
.transborder {
  height: 14px;
+
    border: solid transparent;
 +
}
 +
* html .transborder {  /* IE6 */
 +
    border: solid #000001;
 +
    filter: chroma(color=#000001);
 
}
 
}
  
.B-bottomleft { background-image: url(//upload.wikimedia.org/wikipedia/it/f/f3/B_bottomleft.png); background-repeat:no-repeat; background-position: bottom left;  
+
/* Adjust font for inline HTML generated formulae */
  width: 13px;  
+
span.texhtml {
  height: 14px;
+
    font-family: "Times New Roman", "Nimbus Roman No9 L", Times, serif;
 +
    font-size: 118%;
 +
    white-space: nowrap;
 +
}
 +
span.texhtml span.texhtml,
 +
body.skin-standard span.texhtml,
 +
body.skin-nostalgia span.texhtml,
 +
body.skin-simple span.texhtml {
 +
    font-size: 100%;
 
}
 
}
  
.obliquo { background-image: url(//upload.wikimedia.org/wikipedia/it/7/76/Obliquo.gif); background-repeat:repeat;}
+
/* Fix so <syntaxhighlight> tags and .css and .js pages get normal text size.
 
+
   [[Bugzilla:26204]]. See also [[Wikipedia:Typography#The monospace 'bug']] */
/* Necessario per Template:TOClimit */
+
.toclimit-2 .toclevel-1 ul,
+
.toclimit-3 .toclevel-2 ul,
+
.toclimit-4 .toclevel-3 ul,
+
.toclimit-5 .toclevel-4 ul,
+
.toclimit-6 .toclevel-5 ul,
+
.toclimit-7 .toclevel-6 ul { display: none; }
+
 
+
/* Preso da en.wiki. In modo che <syntaxhighlight>, .css e .js abbiano un font di dimensione normale
+
   [[Bugzilla:26204]] */
+
 
div.mw-geshi div,
 
div.mw-geshi div,
 
div.mw-geshi div pre,
 
div.mw-geshi div pre,
Riga 1 247: Riga 1 282:
 
pre.source-css,
 
pre.source-css,
 
pre.source-javascript,
 
pre.source-javascript,
pre.lua.source-lua {
+
pre.source-lua {
 
     font-family: monospace, Courier !important;
 
     font-family: monospace, Courier !important;
 
}
 
}
  
/* Hide the mobile wlm banner on the normal site */
+
/* Fix styling of transcluded prefindex tables */
#mf-wlm-banner { display: none; }
+
table#mw-prefixindex-list-table,
 +
table#mw-prefixindex-nav-table {
 +
    width: 98%;
 +
}
  
/* REFERENCE TOOLTIPS. See [[mw:Reference Tooltips]] */
+
/* For portals, added 2011-12-07 -bv
.referencetooltip {
+
  On wide screens, show these as two columns
        position: absolute;
+
  On narrow and mobile screens, let them collapse into a single column */
        list-style: none;
+
.portal-column-left {
        list-style-image: none;
+
    float: left;
        opacity: 0;
+
    width: 50%;
        font-size: 10px;
+
        margin: 0;
+
        z-index: 5;
+
        padding: 0;
+
 
}
 
}
.referencetooltip li {
+
.portal-column-right {
        border: #080086 2px solid;
+
    float: right;
        max-width: 260px;
+
    width: 49%;
        padding: 10px 8px 13px 8px;
+
        margin: 0px;
+
        background-color: #F7F7F7;
+
        box-shadow: 2px 4px 2px rgba(0,0,0,0.3);
+
        -moz-box-shadow: 2px 4px 2px rgba(0,0,0,0.3);
+
        -webkit-box-shadow: 2px 4px 2px rgba(0,0,0,0.3);
+
 
}
 
}
.referencetooltip li+li {
+
.portal-column-left-wide {
        margin-left: 7px;
+
    float: left;
        margin-top: -2px;
+
    width: 60%;
        border: 0;
+
        padding: 0;
+
        height: 3px;
+
        width: 0px;
+
        background-color: transparent;
+
        box-shadow: none;
+
        -moz-box-shadow: none;
+
        -webkit-box-shadow: none;
+
        border-top: 12px #080086 solid;
+
        border-right: 7px transparent solid;
+
        border-left: 7px transparent solid;
+
 
}
 
}
.referencetooltip>li+li::after {
+
.portal-column-right-narrow {
        content: '';
+
    float: right;
        border-top: 8px #F7F7F7 solid;
+
    width: 39%;
        border-right: 5px transparent solid;
+
        border-left: 5px transparent solid;
+
        margin-top: -12px;
+
        margin-left: -5px;
+
        z-index: 1;
+
        height: 0px;
+
        width: 0px;
+
        display: block;
+
 
}
 
}
.client-js .referencetooltip li ul li {
+
.portal-column-left-extra-wide {
        border: none;
+
    float: left;
        box-shadow: none;
+
    width: 70%;
        -moz-box-shadow: none;
+
        -webkit-box-shadow: none;
+
        height: auto;
+
        width: auto;
+
        margin: auto;
+
        padding: 0;
+
        position: static;
+
 
}
 
}
.RTflipped {
+
.portal-column-right-extra-narrow {
        padding-top: 13px;
+
    float: right;
 +
    width: 29%;
 
}
 
}
.referencetooltip.RTflipped li+li {
+
@media only screen and (max-width: 800px) {
        position: absolute;
+
    /* Decouple the columns on narrow screens */
        top: 2px;
+
    .portal-column-left,
        border-top: 0;
+
    .portal-column-right,
         border-bottom: 12px #080086 solid;
+
    .portal-column-left-wide,
 +
    .portal-column-right-narrow,
 +
    .portal-column-left-extra-wide,
 +
    .portal-column-right-extra-narrow {
 +
        float: inherit;
 +
         width: inherit;
 +
    }
 
}
 
}
.referencetooltip.RTflipped li+li::after {
+
 
        border-top: 0;
+
/* For announcements */
        border-bottom: 8px #F7F7F7 solid;
+
#bodyContent .letterhead {
        position: absolute;
+
    background-image:url('//upload.wikimedia.org/wikipedia/commons/e/e0/Tan-page-corner.png');
        margin-top: 7px;
+
    background-repeat:no-repeat;
 +
    padding: 2em;
 +
    background-color: #faf9f2;
 
}
 
}
.RTsettings{
+
 
        float: right;
+
/* Tree style lists */
        height: 16px;
+
.treeview ul {
        width: 16px;
+
    padding: 0;
        cursor: pointer;
+
    margin: 0;
        background-image: url(//upload.wikimedia.org/wikipedia/commons/e/ed/Cog.png);
+
        margin-top: -9px;
+
        margin-right: -7px;
+
        -webkit-transition: opacity 0.15s;
+
        -moz-transition: opacity 0.15s;
+
        -o-transition: opacity 0.15s;
+
        -ms-transition: opacity 0.15s;
+
        transition: opacity 0.15s;
+
        opacity: 0.6;
+
        filter: alpha(opacity=60);
+
 
}
 
}
.RTsettings:hover{
+
.treeview li {
        opacity: 1;
+
    padding: 0;
        filter: alpha(opacity=100);
+
    margin: 0;
 +
    list-style-type: none;
 +
    list-style-image: none;
 +
    zoom: 1; /* BE KIND TO IE6 */;
 +
}
 +
.treeview li li {
 +
    background: url("//upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px;
 +
    /* @noflip */
 +
    padding-left: 20px;
 +
    text-indent: 0.3em;
 +
}
 +
.treeview li li.lastline {
 +
    background-position: 0 -5971px
 +
}
 +
.treeview li.emptyline > ul {
 +
    /* @noflip */
 +
    margin-left: -1px;
 +
}
 +
.treeview li.emptyline > ul > li:first-child {
 +
    background-position: 0 9px
 +
}
 +
 
 +
/* Make it possible to hide checkboxes in <inputbox> */
 +
.inputbox-hidecheckboxes form .inputbox-element {
 +
    display: none !important;
 +
}
 +
 
 +
/* Hide charinsert base for those not using the gadget */
 +
#editpage-specialchars {
 +
    display: none;
 
}
 
}
  
/* colorazione della bibliografia tramite l'utilizzo del template "Cita" e simili" */
+
/* work-around for [[bugzilla:23965]] (Kaltura advertisement) */
cite:target {
+
.k-player .k-attribution {
     background-color: #DDEEFF;
+
     visibility: hidden;
 
}
 
}
/*</nowiki></pre>*/
 

Versione attuale delle 04:59, 30 mar 2013

/* Default styling for HTML elements */
dfn {
    font-style: inherit;  /* Reset default styling for <dfn> */
}
sup, sub {
    line-height: 1em;     /* Reduce line-height for <sup> and <sub> */
}
 
/* 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;
}
body.page-Main_Page .wbc-editpage { 
    display: none;
}
 
/* Edit window toolbar */
#toolbar {
    height: 22px;
    margin-bottom: 6px;
}
 
/* Make the list of references smaller */
ol.references,
div.reflist,
div.refbegin {
    font-size: 90%;            /* Default font-size */
    margin-bottom: 0.5em;
}
div.refbegin-100 {
    font-size: 100%;           /* Option for normal fontsize in {{refbegin}} */
}
div.reflist ol.references {
    font-size: 100%;           /* Reset font-size when nested in div.reflist */
    list-style-type: inherit;  /* Enable custom list style types */
}
 
/* Highlight clicked reference in blue to help navigation */
ol.references li:target,
sup.reference:target,
span.citation:target {
    background-color: #DEF;
}
 
/* Ensure refs in table headers and the like aren't bold or italic */
sup.reference {
    font-weight: normal;
    font-style: normal;
}
 
/* Allow hidden ref errors to be shown by user CSS */
span.brokenref {
    display: none;
}
 
/* Styling for citations (CSS3). Breaks long urls, etc., rather than overflowing box */
.citation {
    word-wrap: break-word;
}
 
/* Styling for the title of any work within a citation,
   or specifically the title of a periodical. */
.citation cite,
.citation cite.periodical {
    font-style: italic;
}
 
/* 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 {
    .citation *.printonly {
        display: none;
    }
}
 
/* Style for [[Template:Flowlist]] that Lets lists flow around floating objecs */
.flowlist ul {
    overflow-x: hidden;
    margin-left: 0em;
    padding-left: 1.6em;
}
.flowlist ol {
    overflow-x: hidden;
    margin-left: 0em;
    padding-left: 3.2em;
}
.flowlist dl {
    overflow-x: hidden;
}
 
/* Style for horizontal lists (separator following item).
   Note: hlist formatting will break if the resulting HTML lacks a breakable character
   between list items. This happens when the following conditions are true:
   1) The list is made using wiki markup (where HTML is built by parser.php)
   2) HTMLTidy is disabled or unavailable (such as on Special: pages)
   In such cases, building lists with .hlist using HTML instead of wiki markup
   will work around this problem. See also [[Bugzilla:39617]].
   IE8-specific classes are assigned in [[MediaWiki:Common.js/IEFixes.js]].
   Last updated: January 24, 2013
   @source mediawiki.org/wiki/Snippets/Horizontal_lists
   @maintainer: [[User:Edokter]]
   @revision: 3.1
*/
.skin-monobook .hlist dl,
.skin-modern .hlist dl,
.skin-vector .hlist dl {
    line-height: 1.5em;
}
.hlist dl,
.hlist ol,
.hlist ul {
    margin: 0;
    padding: 0;
}
/* Display list items inline and make them nowrap */
.hlist dd,
.hlist dt,
.hlist li {
    margin: 0;
    display: inline;
    white-space: nowrap;
}
/* Allow wrapping for list items (in tight spaces) */
.hlist.hwrap dd,
.hlist.hwrap dt,
.hlist.hwrap li {
    white-space: normal;
}
/* Display nested lists inline and allow them to wrap */
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
    display: inline;
    white-space: normal;
}
/* Generate interpuncts */
.hlist dt:after {
    content: ":";
}
.hlist dd:after,
.hlist li:after {
    content: " ·";
    font-weight: bold;
}
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
    content: none;
}
/* For IE8 */
.hlist dd.hlist-last-child:after,
.hlist dt.hlist-last-child:after,
.hlist li.hlist-last-child:after {
    content: none;
}
/* Add parentheses around nested lists */
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
    content: "(";
    font-weight: normal;
}
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
    content: ")";
    font-weight: normal;
}
/* For IE8 */
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
.hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-last-child:after {
    content: ")";
    font-weight: normal;
}
/* Put numbers in front of ordered list items */
.hlist.hnum ol {
    counter-reset: list-item;
}
.hlist.hnum ol > li {
    counter-increment: list-item;
}
.hlist.hnum ol > li:before {
    content: counter(list-item) " ";
}
.hlist.hnum dd ol > li:first-child:before,
.hlist.hnum dt ol > li:first-child:before,
.hlist.hnum li ol > li:first-child:before {
    content: "(" counter(list-item) " ";
}
 
/* Unbulleted lists */
.plainlist ul {
    line-height: inherit;
    list-style: none none;
    margin: 0;
}
.plainlist ul li {
    margin-bottom: 0;
}
 
/* Default style for navigation boxes */
.navbox {                     /* Navbox container style */
    border: 1px solid #aaa;
    width: 100%;
    margin: auto;
    clear: both;
    font-size: 88%;
    text-align: center;
    padding: 1px;
}
.navbox-inner,
.navbox-subgroup {
    width: 100%;
}
.navbox-group,
.navbox-title,
.navbox-abovebelow {
    padding: 0.25em 1em;      /* Title, group and above/below styles */
    line-height: 1.5em;
    text-align: center;
}
th.navbox-group {             /* Group style */
    white-space: nowrap;
    /* @noflip */
    text-align: right;
}
.navbox,
.navbox-subgroup {
    background: #fdfdfd;      /* Background color */
}
.navbox-list {
    line-height: 1.8em;
    border-color: #fdfdfd;    /* Must match background color */
}
.navbox th,
.navbox-title {
    background: #ccccff;      /* Level 1 color */
}
.navbox-abovebelow,
th.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 */
}
table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */
    margin-top: -1px;          /* (doesn't work for IE6, but that's okay)       */
}
.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
    padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
}
ol + table.navbox,
ul + table.navbox {
    margin-top: 0.5em;        /* Prevent lists from clinging to navboxes */
}
 
/* Default styling for Navbar template */
.navbar {
    display: inline;
    font-size: 88%;
    font-weight: normal;
}
.navbar ul {
    display: inline;
    white-space: nowrap;
}
.navbar li {
    word-spacing: -0.125em;
}
.navbar.mini li span {
  font-variant: small-caps;
}
/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {
    font-size: 100%;
}
.navbox .navbar {
    display: block;
    font-size: 100%;
}
.navbox-title .navbar {
    /* @noflip */
    float: left;
    /* @noflip */
    text-align: left;
    /* @noflip */
    margin-right: 0.5em;
    width: 6em;
}
 
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
   in [[MediaWiki:Common.js]] are styled here so they can be customised. */
.collapseButton {
    /* @noflip */
    float: right;
    font-weight: normal;
    /* @noflip */
    margin-left: 0.5em;
    /* @noflip */
    text-align: right;
    width: auto;
}
/* In navboxes, the show/hide button balances the v·d·e links
   from [[Template:Navbar]], so they need to be the same width. */
.navbox .collapseButton {
    width: 6em;
}
 
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.mw-collapsible-toggle {
    font-weight: normal;
    /* @noflip */
    text-align: right;
}
.navbox .mw-collapsible-toggle {
    width: 6em;
}
 
/* Infobox template style */
.infobox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    color: black;
    /* @noflip */
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    /* @noflip */
    float: right;
    /* @noflip */
    clear: right;
    /* @noflip */
    text-align: left;
    font-size: 88%;
    line-height: 1.5em;
}
.infobox caption {
    font-size: 125%;
    font-weight: bold;
}
.infobox td,
.infobox th {
    vertical-align: top;
}
.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;
    /* @noflip */
    border-right: 1px solid #aaa;
}
 
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
    border: 0;
    /* @noflip */
    border-right: 1px solid #aaa;
}
 
/* Styles for geography infoboxes, eg countries,
   country subdivisions, cities, etc.            */
.infobox.geography {
    /* @noflip */
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em;
    font-size: 90%;
}
 
.infobox.geography  td,
.infobox.geography  th {
    border-top: 1px solid #aaa;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
    border-top: 1px solid #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: 1px solid #aaa;
    padding: 0 0.6em 0.4em 0.6em;
}
 
.infobox.geography .maptable td,
.infobox.geography .maptable th {
    border: 0;
    padding: 0;
}
 
/* Normal font styling for table row headers with scope="row" tag */
.wikitable.plainrowheaders th[scope=row] {
    font-weight: normal;
    /* @noflip */
    text-align: left;
}
 
/* Lists in data cells are always left-aligned */
.wikitable td ul,
.wikitable td ol,
.wikitable td dl {
    /* @noflip */
    text-align: left;
}
/* ...unless they also use the hlist class */
.wikitable.hlist td ul,
.wikitable.hlist td ol,
.wikitable.hlist td dl {
    text-align: inherit;
}
 
/* Icons for medialist templates [[Template:Listen]],
   [[Template:Multi-listen_start]], [[Template:Video]],
   [[Template:Multi-video_start]] */
div.listenlist {
    background: url("//upload.wikimedia.org/wikipedia/commons/3/3f/Gnome_speakernotes_30px.png");
    /* @noflip */
    padding-left: 40px;
}
 
/* Fix for hieroglyphs specificality issue in infoboxes ([[Bugzilla:41869]]) */
table.mw-hiero-table td {
    vertical-align: middle;
}
 
/* Style rules for media list templates */
div.medialist {
    min-height: 50px;
    margin: 1em;
    /* @noflip */
    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 */
div#content a[href$=".pdf"].external,
div#content a[href*=".pdf?"].external,
div#content a[href*=".pdf#"].external,
div#content a[href$=".PDF"].external,
div#content a[href*=".PDF?"].external,
div#content a[href*=".PDF#"].external,
div#mw_content a[href$=".pdf"].external,
div#mw_content a[href*=".pdf?"].external,
div#mw_content a[href*=".pdf#"].external,
div#mw_content a[href$=".PDF"].external,
div#mw_content a[href*=".PDF?"].external,
div#mw_content a[href*=".PDF#"].external {
    background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
    /* @noflip */
    padding-right: 18px;
}
 
/* 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. */
div#content span.PDFlink a,
div#mw_content span.PDFlink a {
    background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
    /* @noflip */
    padding-right: 18px;
}
 
/* Content in columns with CSS instead of tables [[Template:Columns]] */
div.columns-2 div.column {
    /* @noflip */
    float: left;
    width: 50%;
    min-width: 300px;
}
div.columns-3 div.column {
    /* @noflip */
    float: left;
    width: 33.3%;
    min-width: 200px;
}
div.columns-4 div.column {
    /* @noflip */
    float: left;
    width: 25%;
    min-width: 150px;
}
div.columns-5 div.column {
    /* @noflip */
    float: left;
    width: 20%;
    min-width: 120px;
}
 
/* Messagebox templates */
.messagebox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    width: 80%;
    margin: 0 auto 1em auto;
    padding: .2em;
}
.messagebox.merge {
    border: 1px solid #c0b8cc;
    background-color: #f0e5ff;
    text-align: center;
}
.messagebox.cleanup {
    border: 1px solid #9f9fff;
    background-color: #efefff;
    text-align: center;
}
.messagebox.standard-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    margin: 4px auto;
}
/* For old WikiProject banners inside banner shells. */
.mbox-inside .standard-talk,
.messagebox.nested-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    width: 100%;
    margin: 2px 0;
    padding: 2px;
}
.messagebox.small {
    width: 238px;
    font-size: 85%;
    /* @noflip */
    float: right;
    clear: both;
    /* @noflip */
    margin: 0 0 1em 1em;
    line-height: 1.25em;
}
.messagebox.small-talk {
    width: 238px;
    font-size: 85%;
    /* @noflip */
    float: right;
    clear: both;
    /* @noflip */
    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;
    /* @noflip */
    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;
    /* @noflip */
    padding: 2px 0 2px 0.9em;  /* 0.9em left, 0px right */
    text-align: center;
}
td.mbox-imageright {           /* The right image cell */
    border: none;
    /* @noflip */
    padding: 2px 0.9em 2px 0;  /* 0px left, 0.9em right */
    text-align: center;
}
td.mbox-empty-cell {           /* An empty narrow cell */
    border: none;
    padding: 0px;
    width: 1px;
}
 
/* Article message box styles */
table.ambox {
    margin: 0px 10%;                  /* 10% = Will not overlap with other elements */
    border: 1px solid #aaa;
    /* @noflip */
    border-left: 10px solid #1e90ff;  /* Default "notice" blue */
    background: #fbfbfb;
}
table.ambox + table.ambox {      /* Single border between stacked boxes. */
    margin-top: -1px;
}
.ambox th.mbox-text,
.ambox td.mbox-text {            /* The message body cell(s) */
    padding: 0.25em 0.5em;       /* 0.5em left/right */
}
.ambox td.mbox-image {           /* The left image cell */
    /* @noflip */
    padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright {      /* The right image cell */
    /* @noflip */
    padding: 2px 0.5em 2px 0;    /* 0px left, 0.5em right */
}
 
table.ambox-notice {
    /* @noflip */
    border-left: 10px solid #1e90ff;    /* Blue */
}
table.ambox-speedy {
    /* @noflip */
    border-left: 10px solid #b22222;    /* Red */
    background: #fee;                   /* Pink */
}
table.ambox-delete {
    /* @noflip */
    border-left: 10px solid #b22222;    /* Red */
}
table.ambox-content {
    /* @noflip */
    border-left: 10px solid #f28500;    /* Orange */
}
table.ambox-style {
    /* @noflip */
    border-left: 10px solid #f4c430;    /* Yellow */
}
table.ambox-move {
    /* @noflip */
    border-left: 10px solid #9932cc;    /* Purple */
}
table.ambox-protection {
    /* @noflip */
    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.        */
    display: block;         /* Fix for webkit to force 100% width.  */
}
.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" class ensures that */
    margin: 2px 0;               /* this declaration overrides other styles (including mbox-small above)   */
    width: 100%;                 /* For Safari and Opera */
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
    line-height: 1.5em;          /* also "nested", so reset styles that are   */
    font-size: 100%;             /* set in "mbox-small" above.                */
}
 
table.tmbox-speedy {
    border: 2px solid #b22222;    /* Red */
    background: #fee;             /* Pink */
}
table.tmbox-delete {
    border: 2px solid #b22222;    /* Red */
}
table.tmbox-content {
    border: 2px solid #f28500;    /* Orange */
}
table.tmbox-style {
    border: 2px solid #f4c430;    /* Yellow */
}
table.tmbox-move {
    border: 2px solid #9932cc;    /* Purple */
}
table.tmbox-protection,
table.tmbox-notice {
    border: 1px solid #c0c090;    /* Gray-brown */
}
 
/* Disambig and set index box styles */
table.dmbox {
    clear: both;
    margin: 0.9em 1em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: transparent;
}
 
/* Footer and header message box styles */
table.fmbox {
    clear: both;
    margin: 0.2em 0;
    width: 100%;
    border: 1px solid #aaa;
    background: #f9f9f9;     /* Default "system" gray */
}
table.fmbox-system {
    background: #f9f9f9;
}
table.fmbox-warning {
    border: 1px solid #bb7070;  /* Dark pink */
    background: #ffdbdb;        /* Pink */
}
table.fmbox-editnotice {
    background: transparent;
}
/* Div based "warning" style fmbox messages. */
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #bb7070;
    background: #ffdbdb;
    padding: 0.25em 0.9em;
}
/* Div based "system" style fmbox messages.
   Used in [[MediaWiki:Readonly lag]]. */
div.mw-lag-warn-normal,
div.fmbox-system {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #aaa;
    background: #f9f9f9;
    padding: 0.25em 0.9em;
}
 
/* These mbox-small classes must be placed after all other
   ambox/tmbox/ombox etc classes. "body.mediawiki" is so
   they override "table.ambox + table.ambox" above. */
body.mediawiki table.mbox-small {   /* For the "small=yes" option. */
    /* @noflip */
    clear: right;
    /* @noflip */
    float: right;
    /* @noflip */
    margin: 4px 0 4px 1em;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}
body.mediawiki table.mbox-small-left {   /* For the "small=left" option. */
    /* @noflip */
    margin: 4px 1em 4px 0;
    width: 238px;
    border-collapse: collapse;
    font-size: 88%;
    line-height: 1.25em;
}
 
/* Style for compact ambox */
/* Hide the images */
.compact-ambox table .mbox-image,
.compact-ambox table .mbox-imageright,
.compact-ambox table .mbox-empty-cell {
    display: none;
}
/* Remove borders, backgrounds, padding, etc. */
.compact-ambox table.ambox {
    border: none;
    border-collapse: collapse;
    background: transparent;
    margin: 0 0 0 1.6em !important;
    padding: 0 !important;
    width: auto;
    display: block;
}
body.mediawiki .compact-ambox table.mbox-small-left {
    font-size: 100%;
    width: auto;
    margin: 0;
}
/* Style the text cell as a list item and remove its padding */
.compact-ambox table .mbox-text {
    padding: 0 !important;
    margin: 0 !important;
}
.compact-ambox table .mbox-text-span {
    display: list-item;
    line-height: 1.5em;
    list-style-type: square;
    list-style-image: url(//bits.wikimedia.org/skins/common/images/bullet.gif);
}
.skin-vector .compact-ambox table .mbox-text-span {
    list-style-type: circle;
    list-style-image: url(//bits.wikimedia.org/skins/vector/images/bullet-icon.png)
}
/* Allow for hiding text in compact form */
.compact-ambox .hide-when-compact {
    display: none;
}
 
/* Remove default styles for [[MediaWiki:Noarticletext]]. */
div.noarticletext {
    border: none;
    background: transparent;
    padding: 0;
}
 
/* Bold save button */
#wpSave {
    font-weight: bold;
}
 
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
.hiddenStructure {
    display: inline !important;
    color: #f00;
    background-color: #0f0;
}
 
/* suppress missing interwiki image links where #ifexist cannot
   be used due to high number of requests see .hidden-redlink on
   [[m:MediaWiki:Common.css]] */
.check-icon a.new {
    display: none;
    speak: none;
}
 
/* Removes underlines from certain links */
.nounderlines a,
.IPA a:link, .IPA a:visited {
    text-decoration: none !important;
}
 
/* 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;
    /* @noflip */
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position: relative;
}
div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0;
    padding: 0;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position: absolute;
    top: 0;
    /* @noflip */
    right: 3px;
    font-weight: normal;
    font-size: 90%;
}
 
/* Hatnotes and disambiguation notices */
.rellink,
.dablink {
    font-style: italic;
    /* @noflip */
    padding-left: 1.6em;
    margin-bottom: 0.5em;
}
.rellink i,
.dablink i {
    font-style: normal;
}
 
/* Allow transcluded pages to display in lists rather than a table.
   Compatible in Firefox; incompatible in IE6. */
.listify td    { display: list-item; }
.listify tr    { display: block; }
.listify table { display: block; }
 
/* Geographical coordinates defaults. See [[Template:Coord/link]]
   for how these are used. The classes "geo", "longitude", and
   "latitude" are used by the [[Geo microformat]]. */
.geo-default, .geo-dms, .geo-dec  { display: inline; }
.geo-nondefault, .geo-multi-punct { display: none; }
.longitude, .latitude             { white-space: nowrap; }
 
/* When <div class="nonumtoc"> is used on the table of contents,
   the ToC will display without numbers */
.nonumtoc .tocnumber { display: none; }
.nonumtoc #toc ul,
.nonumtoc .toc ul {
    line-height: 1.5em;
    list-style: none none;
    margin: .3em 0 0;
    padding: 0;
}
.nonumtoc #toc ul ul,
.nonumtoc .toc ul ul {
    /* @noflip */
    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-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
    display: none;
}
 
/* Styling for Template:Quote */
blockquote.templatequote {
     margin-top: 0;
}
blockquote.templatequote div.templatequotecite {
    line-height: 1em;
    /* @noflip */
    text-align: left;
    /* @noflip */
    padding-left: 2em;
    margin-top: 0;
}
blockquote.templatequote div.templatequotecite cite {
    font-size: 85%;
}
 
/* User block messages */
div.user-block {
    padding: 5px;
    margin-bottom: 0.5em;
    border: 1px solid #A9A9A9;
    background-color: #FFEFD5;
}
 
/* Prevent line breaks in silly places:
   1) Where desired
   2) Links when we don't want them to
   3) Bold "links" to the page itself
   4) Ref tags with group names <ref group="Note"> --> "[Note 1]" */
.nowrap,
.nowraplinks a,
.nowraplinks .selflink,
sup.reference a {
    white-space: nowrap;
}
/* But allow wrapping where desired: */
.wrap,
.wraplinks a {
    white-space: normal;
}
 
/* For template documentation */
.template-documentation {
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #aaa;
    background-color: #ecfcf4;
    padding: 1em;
}
 
/* 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;
}
 
/* Minimum thumb width */
.thumbinner {
    min-width: 100px;
}
 
/* Makes the background of a framed image white instead of gray.
   Only visible with transparent images. */
div.thumb img.thumbimage {
    background-color: #fff;
}
 
/* The backgrounds for galleries. */
div#content .gallerybox div.thumb {
    /* Light gray padding */
    background-color: #F9F9F9;
}
/* Put a chequered background behind images, only visible if they have transparency.
   '.filehistory a img' and '#file img:hover' are handled by MediaWiki core (as of 1.19) */
.gallerybox .thumb img {
    background: #fff url(//bits.wikimedia.org/skins/common/images/Checker-16x16.png) repeat;
}
/* But not on articles, user pages, portals or with opt-out. */
.ns-0 .gallerybox .thumb img,
.ns-2 .gallerybox .thumb img,
.ns-100 .gallerybox .thumb img,
.nochecker .gallerybox .thumb img {
    background: #fff;
}
 
/* Category tree styling. Works in conjuction with [[MediaWiki:Categorytree-expand-bullet]],
   [[MediaWiki:Categorytree-collapse-bullet]] and [[MediaWiki:Categorytree-empty-bullet]]. */
#mw-subcategories ul {
    list-style: none none;
    margin-left: 0.25em;
}
.CategoryTreeChildren {
    margin-left: 1.25em;
}
 
/* Prevent floating boxes from overlapping any category listings,
   file histories, edit previews, and edit [Show changes] views. */
#mw-subcategories, #mw-pages, #mw-category-media,
#filehistory, #wikiPreview, #wikiDiff {
    clear: both;
}
 
body.rtl #mw-articlefeedbackv5, body.rtl #mw-articlefeedback {
    display: block;   /* Override inline block mode */
    margin-bottom: 1em;
    /* @noflip */
    clear: right;     /* Clear any info boxes that stick out */
    /* @noflip */
    float: right;     /* Prevents margin collapsing */
}
 
/* Toned down styling for update markers on watchlist and history pages. */
span.updatedmarker {
    background-color: transparent;
    color: #006400;
}
.mw-special-Watchlist .mw-changeslist-line-watched .mw-title {
    font-weight:normal;
}
.mw-special-Watchlist #mw-watchlist-resetbutton {
    display:none;
}
 
/* Selectively hide headers in WikiProject banners */
.wpb .wpb-header             { display: none; }
.wpbs-inner .wpb .wpb-header { display: block; }     /* for IE */
.wpbs-inner .wpb .wpb-header { display: table-row; } /* for real browsers */
.wpbs-inner .wpb-outside     { display: none; }      /* hide things that should only display outside shells */
 
/* Styling for Abuse Filter tags */
.mw-tag-markers {
    font-family:sans-serif;
    font-style:italic;
    font-size:90%;
}
 
/* Hide stuff meant for accounts with special permissions. Made visible again in
   [[MediaWiki:Group-sysop.css]] and [[MediaWiki:Group-accountcreator.css]]. */
.sysop-show, .accountcreator-show {
    display: none;
}
 
/* Remove bullets when there are multiple edit page warnings */
ul.permissions-errors > li {
    list-style: none none;
}
ul.permissions-errors {
    margin: 0;
}
 
/* No linewrap on the labels of the login/signup page */
body.page-Special_UserLogin .mw-label label,
body.page-Special_UserLogin_signup .mw-label label {
    white-space: nowrap;
}
 
/* Disable the automatic text-size adjust of WebKit on iPhones etc.
   It scales some text, and not the other. Use none, or fixed percentage instead.
   Use media selector, because defining a value, overwrites platform defaults. */
@media only screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none;
    }
}
 
/* Pie chart test: Transparent borders */
.transborder {
    border: solid transparent;
}
* html .transborder {  /* IE6 */
    border: solid #000001;
    filter: chroma(color=#000001);
}
 
/* Adjust font for inline HTML generated formulae */
span.texhtml {
    font-family: "Times New Roman", "Nimbus Roman No9 L", Times, serif;
    font-size: 118%;
    white-space: nowrap;
}
span.texhtml span.texhtml,
body.skin-standard span.texhtml,
body.skin-nostalgia span.texhtml,
body.skin-simple span.texhtml {
    font-size: 100%;
}
 
/* Fix so <syntaxhighlight> tags and .css and .js pages get normal text size.
   [[Bugzilla:26204]]. See also [[Wikipedia:Typography#The monospace 'bug']] */
div.mw-geshi div,
div.mw-geshi div pre,
span.mw-geshi,
pre.source-css,
pre.source-javascript,
pre.source-lua {
    font-family: monospace, Courier !important;
}
 
/* Fix styling of transcluded prefindex tables */
table#mw-prefixindex-list-table,
table#mw-prefixindex-nav-table {
    width: 98%;
}
 
/* For portals, added 2011-12-07 -bv
   On wide screens, show these as two columns
   On narrow and mobile screens, let them collapse into a single column */
.portal-column-left {
    float: left;
    width: 50%;
}
.portal-column-right {
    float: right;
    width: 49%;
}
.portal-column-left-wide {
    float: left;
    width: 60%;
}
.portal-column-right-narrow {
    float: right;
    width: 39%;
}
.portal-column-left-extra-wide {
    float: left;
    width: 70%;
}
.portal-column-right-extra-narrow {
    float: right;
    width: 29%;
}
@media only screen and (max-width: 800px) {
    /* Decouple the columns on narrow screens */
    .portal-column-left,
    .portal-column-right,
    .portal-column-left-wide,
    .portal-column-right-narrow,
    .portal-column-left-extra-wide,
    .portal-column-right-extra-narrow {
        float: inherit;
        width: inherit;
    }
}
 
/* For announcements */
#bodyContent .letterhead {
    background-image:url('//upload.wikimedia.org/wikipedia/commons/e/e0/Tan-page-corner.png');
    background-repeat:no-repeat;
    padding: 2em;
    background-color: #faf9f2;
}
 
/* Tree style lists */
.treeview ul {
    padding: 0;
    margin: 0;
}
.treeview li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style-image: none;
    zoom: 1; /* BE KIND TO IE6 */;
}
.treeview li li {
    background: url("//upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px;
    /* @noflip */
    padding-left: 20px;
    text-indent: 0.3em;
}
.treeview li li.lastline {
    background-position: 0 -5971px
}
.treeview li.emptyline > ul {
    /* @noflip */
    margin-left: -1px;
}
.treeview li.emptyline > ul > li:first-child {
    background-position: 0 9px
}
 
/* Make it possible to hide checkboxes in <inputbox> */
.inputbox-hidecheckboxes form .inputbox-element {
    display: none !important;
}
 
/* Hide charinsert base for those not using the gadget */
#editpage-specialchars {
    display: none;
}
 
/* work-around for [[bugzilla:23965]] (Kaltura advertisement) */
.k-player .k-attribution {
    visibility: hidden;
}
Strumenti personali

Varianti
Azioni
Navigazione
Strumenti
Share