MediaWiki:Common.css

Da Enciclopedia del Doppiaggio.it.
(Differenze fra le revisioni)
(Pagina svuotata)
 
(3 revisioni intermedie di un utente non mostrate)
Riga 1: Riga 1:
/* Gli stili CSS inseriti qui si applicano a tutte le skin */
 
  
body { font-size: 115%; }
 
body { font-family: Georgia; }
 
 
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
 
#p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: 0.4em; -moz-border-radius-topright: 0.4em; }
 
#content { -moz-border-radius-topleft: 0.6em; -moz-border-radius-bottomleft: 0.6em; }
 
div.pBody { -moz-border-radius-topright: 0.4em; -moz-border-radius-bottomright: 0.4em; }
 
 
/* correzione slideshow su IE */
 
.slideshow div {
 
  _position: absolute;
 
}
 
 
.slideshow div div {
 
  _position: static;
 
}
 
 
/*
 
* common.css
 
* This file contains CSS settings common to Wikistandard, Nostalgia and CologneBlue
 
* NOTA PER GLI ADMIN: Si prega di non modificare senza preventiva discussione!
 
*/
 
/*<pre><nowiki>*/
 
#footer { clear: both; background: #000!important; border: 1px solid #dedede; border-radius: 5px; }
 
/* 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 */
 
.printfooter {
 
        display: none;
 
}
 
 
/* table standards */
 
table {
 
    background-color:#FFFFFF;  /* bianco opaco, per evitare sovrapp. con le linee dei titoli di sezione */
 
}
 
 
table.rimage {
 
        float:right;
 
        margin-left:1em;
 
        margin-bottom:1em;
 
        text-align:center;
 
        font-size:smaller;
 
}
 
 
/* Riduce l'altezza della riga per <sup> e <sub> (es.: note) */
 
sup, sub {
 
    line-height: 1em;
 
}
 
 
/* thumbnails */
 
div.thumb {
 
    margin: 0.5em;
 
    text-align: center;
 
    width: auto;
 
}
 
div.thumb div {
 
    border: 1px solid #888888;
 
    background-color: #f7f7f7;
 
    padding: 2px;
 
    font-size: 95%;
 
    text-align: center;
 
    overflow: hidden;
 
}
 
div.thumb div * {
 
    border: none;
 
    background: none;
 
}
 
div.thumb img {
 
    border:1px solid #888888;
 
    margin-bottom:3px;
 
    background:#FFFFFF;
 
}
 
div.thumbcaption,
 
div.thumbcaption * {
 
    border: none !important;
 
    background: none !important;
 
}
 
div.thumbcaption {
 
    padding: 0.2em 0 0.2em 0 !important;
 
    text-align: left !important;
 
}
 
div.tright {
 
    border: none;
 
    margin: 0.5em 0 0.8em 1.4em;
 
}
 
div.tleft {
 
    border: none;
 
    margin: 0.5em 1.4em 0.8em 0;
 
}
 
 
/* Page history styling */
 
/* the auto-generated edit comments */
 
.autocomment { color: #4b4b4b; }
 
#pagehistory span.user {
 
    margin-left: 1.4em;
 
    margin-right: 0.4em;
 
}
 
#pagehistory span.minor { font-weight: bold; }
 
#pagehistory li { border: 1px solid White; }
 
#pagehistory li.selected {
 
    background-color:#f9f9f9;
 
    border:1px dashed #aaaaaa;
 
}
 
 
table.diff { background:white; }
 
td.diff-otitle { background:#ffffff; }
 
td.diff-ntitle { background:#ffffff; }
 
td.diff-addedline {
 
    background:#ccffcc;
 
    font-size: 80%;
 
}
 
td.diff-deletedline {
 
    background:#ffffaa;
 
    font-size: 80%;
 
}
 
td.diff-context {
 
    background:#eeeeee;
 
    font-size: 80%;
 
}
 
span.diffchange { color: red; font-weight: bold; }
 
 
img { border: none; }
 
img.tex { vertical-align: middle; }
 
span.texhtml { font-family: serif; }
 
 
 
#toc,
 
.toc {
 
border: 1px solid #bba;
 
background-color: #f7f8ff;
 
padding: 5px;
 
font-size: 95%;
 
text-align: center;
 
}
 
#toc h2,
 
.toc h2 {
 
display: inline;
 
border: none;
 
padding: 0;
 
font-size: 100%;
 
font-weight: bold;
 
}
 
#toc ul,
 
.toc ul {
 
list-style-type: none;
 
list-style-image: none;
 
margin-left: 0;
 
padding-left: 0;
 
text-align: left;
 
}
 
#toc ul ul,
 
.toc ul ul {
 
margin: 0 0 0 2em;
 
}
 
#toc .toctoggle,
 
.toc .toctoggle {
 
font-size: 94%;
 
}
 
 
.error {
 
color: red;
 
font-size: larger;
 
}
 
 
/* emulate center */
 
.center {
 
    width: 100%;
 
    text-align: center;
 
}
 
*.center * {
 
    margin-left: auto;
 
    margin-right: auto;
 
}
 
/* small for tables and similar */
 
.small, .small * { font-size: 94%; }
 
table.small { font-size: 100% }
 
 
/* use this instead of #toc for page content */
 
.toccolours {
 
    border:1px solid #aaaaaa;
 
    background-color:#f9f9f9;
 
    padding:5px;
 
    font-size: 95%;
 
}
 
#siteNotice {
 
    border:none;
 
    padding-left: 0.5em;
 
    padding-right: 0.5em;
 
}
 
.redirectText {
 
font-size:150%;
 
margin:5px;
 
}
 
/* Makes redirects appear in italics on [[Special:Allpages]] */
 
.allpagesredirect {
 
    font-style: italic;
 
}
 
.searchmatch {
 
font-weight: bold;
 
}
 
.sharedUploadNotice {
 
font-style: italic;
 
}
 
span.unpatrolled {
 
font-weight:bold;
 
color:red;
 
}
 
 
span.updatedmarker {
 
color:black;
 
background-color:#00FF00;
 
}
 
span.newpageletter {
 
font-weight:bold;
 
color:black;
 
background-color:yellow;
 
}
 
span.minoreditletter {
 
color:black;
 
background-color:#C5FFE6;
 
}
 
 
table.gallery {
 
        border:  1px solid #cccccc;
 
        margin:  2px;
 
        padding: 2px;
 
        background-color:#ffffff;
 
}
 
 
table.gallery tr {
 
        vertical-align:top;
 
}
 
 
table.gallery td {
 
      vertical-align:top;
 
      background-color:#f9f9f9;
 
      border: solid 2px white;
 
}
 
 
div.gallerybox {
 
        margin: 2px;
 
        width:  150px;
 
}
 
 
div.gallerybox div.thumb {
 
        text-align: center;
 
        border: 1px solid #cccccc;
 
        margin: 2px;
 
}
 
 
div.gallerytext {
 
        font-size: 94%;
 
        padding: 2px 4px;
 
}
 
 
span.comment {
 
font-style: italic;
 
}
 
 
span.changedby {
 
font-size: 95%;
 
}
 
 
.previewnote {
 
text-align: center;
 
color: #cc0000;
 
}
 
.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 {
 
text-decoration: line-through;
 
color: #888;
 
font-style: italic;
 
}
 
 
 
/* Classes for EXIF data display */
 
table.mw_metadata {
 
margin-left: 0.5em;
 
}
 
 
table.mw_metadata caption { font-weight: bold; }
 
table.mw_metadata th { font-weight: normal; }
 
table.mw_metadata td { padding: 0.1em; }
 
 
table.mw_metadata {
 
border: none;
 
border-collapse: collapse;
 
}
 
table.mw_metadata td, table.mw_metadata th {
 
border: 1px solid #aaaaaa;
 
padding-left: 4px;
 
padding-right: 4px;
 
}
 
table.mw_metadata th {
 
background-color: #f9f9f9;
 
}
 
table.mw_metadata td {
 
background-color: #fcfcfc;
 
}
 
table.mw_metadata td.spacer {
 
background: inherit;
 
border-top: none;
 
border-bottom: none;
 
}
 
table.collapsed tr.collapsable {
 
display: none;
 
}
 
 
.visualClear {
 
    clear: both;
 
}
 
 
#mw_trackbacks {
 
border: solid 1px #bbbbff;
 
background-color: #eeeeff;
 
padding: 0.2em;
 
}
 
 
/* Allmessages table */
 
 
#allmessagestable th {
 
background-color: #b2b2ff;
 
}
 
 
#allmessagestable tr.orig {
 
background-color: #ffe2e2;
 
}
 
 
#allmessagestable tr.new {
 
background-color: #e2ffe2;
 
}
 
 
#allmessagestable tr.def {
 
background-color: #f0f0ff;
 
}
 
 
#jump-to-nav {
 
  display: none;
 
}
 
 
/* caratteri per i template IPA, Unicode, polytonic */
 
/* "Inherit" resetta i fonts per tutti i browser eccetto MSIE6. Il commento vuoto deve essere presente */
 
.IPA {
 
        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;
 
        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;
 
        font-family /**/:inherit;
 
}
 
.polytonic {
 
        font-family: Athena, Gentium, Palatino Linotype, Arial Unicode MS, Lucida Sans Unicode, Lucida Grande, Code2000;
 
        font-family /**/:inherit;
 
}
 
 
  /* Stili per Wikipedia:CommonsTicker */
 
 
  .tList ul,    .tickerList ul li    { list-style: none; text-indent:-2em; margin-left:2em;  text-align:left; }
 
  .tList ul ul, .tickerList ul ul li { list-style: none; text-indent:0;    margin-left:1.5em; text-align:left; }
 
 
  .tAction_deleted:before    { content:" [CANC] "; color: #FF0000; font-family:monospace; font-weight:bold; font-size:100%; } 
 
  .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%; } 
 
  .tAction_removedTag:before  { content:" [-TAG] "; color: #00AA00; font-family:monospace; font-weight:bold; font-size:100%; } 
 
  .tAction_addedBad:before    { content:" [+TAG] "; color: #DD6600; font-family:monospace; font-weight:bold; font-size:100%; } 
 
  .tAction_removedBad:before  { content:" [-TAG] "; color: #00AA00; font-family:monospace; font-weight:bold; font-size:100%; } 
 
  .tAction_addedGood:before  { content:" [+ OK] "; color: #00AA00; font-family:monospace; font-weight:bold; font-size:100%; } 
 
  .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%;}
 
 
/* Class for links with loudspeaker icon next to them */
 
/* copiata da en.wiki per fare link con l'icona di un altoparlante */
 
 
.audiolink a{
 
    background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat !important;
 
    padding-left: 16px !important;
 
    padding-right: 0 !important;
 
}
 
 
.AvvisoTrasferito
 
{
 
    background-color: #EEF8FF;
 
    border: 1px solid black;
 
    margin: 5px;
 
    padding: 5px;
 
}
 
 
/* Geographical coordinates
 
 
To display coordinates using the notation in the source code, write this in your User:Username/monobook.css:
 
.geo-default { display: inline } .geo-nondefault { display: none }
 
.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. */
 
.geo { }
 
/***** end Geo-related */
 
 
/* Classi originariamente per Ref usate anche dal template coord - risolvono alcuni problemi di visualizzazione e di stampa */
 
/* per maggiori info vedere http://en.wikipedia.org/wiki/MediaWiki:Common.css */
 
.plainlinksneverexpand {
 
    background: none ! important;
 
    padding: 0 ! important;
 
}
 
.plainlinksneverexpand .urlexpansion {
 
    display: none ! important;
 
}
 
 
.plainlinksneverexpand a {
 
    background: none !important;
 
    padding: 0 !important;
 
}
 
 
.plainlinksneverexpand a.external.text:after {
 
    display: none !important;
 
}
 
.plainlinksneverexpand a.external.autonumber:after {
 
    display: none !important;
 
}
 
 
 
/* Classe per template Arabo */
 
.arabo{
 
  font-size:140%;
 
}
 
 
/* Classe per template Farsi */
 
.farsi{
 
  font-size:140%;
 
}
 
 
/* Classi per template Sinottici */
 
 
.sinottico {
 
    border:1px solid #aaaaaa;
 
    background-color:#f9f9f9;
 
    padding:3px;
 
    font-size: 95%;
 
    clear:right;
 
    width:250px;
 
    float:right;
 
    margin: 0 0 1em .5em;
 
    vertical-align: top;
 
}
 
 
.sinottico th {
 
    background-color: #f2f2f2;
 
    padding: 0em 0.5em;
 
    text-align: right;
 
    vertical-align: top;
 
}
 
 
.sinottico td {
 
    padding: 0em 0.2em;
 
    vertical-align: top;
 
}
 
 
.sinottico_testata th {
 
    font-size: 120%;
 
    padding: 0em 0.5em;
 
    background-color: #dedede;
 
    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;
 
}
 
/* Fine classi per template Sinottici */
 
 
.messagebox {
 
    border: 1px solid #aaa;
 
    background-color: #f9f9f9;
 
    width: 80%;
 
    margin: 0 auto 1em auto;
 
    padding: .2em;
 
}
 
 
/*Classe necessaria per rendere non visibili parte dei contenuti */
 
/*copiata qui perché presente solo in http://it.wikipedia.org/skins/monobook/main.css */
 
 
.hiddenStructure {
 
    display: none;
 
}
 
 
/* wikitable/prettytable class for skinning normal tables */
 
 
table.wikitable,
 
table.prettytable {
 
  margin: 1em 1em 1em 0;
 
  background: #f9f9f9;
 
  border: 1px #aaa solid;
 
  border-collapse: collapse;
 
}
 
 
table.wikitable th, table.wikitable td,
 
table.prettytable th, table.prettytable td {
 
  border: 1px #aaa solid;
 
  padding: 0.2em;
 
}
 
 
table.wikitable th,
 
table.prettytable th {
 
  background: #f2f2f2;
 
  text-align: center;
 
}
 
 
table.wikitable caption,
 
table.prettytable caption {
 
  margin-left: inherit;
 
  margin-right: inherit;
 
  font-weight: bold;
 
}
 
 
/* Stili del template avviso */
 
table.avviso {
 
  margin: 0 10%;                          /* Non si sovrappone ad altri elementi */
 
  border-collapse: collapse;
 
  background: #fbfbfb;
 
  border: 1px solid #aaa;
 
  border-left: 10px solid #1e90ff;        /* Colore blu di default */
 
}
 
table.avviso th.avviso-testo, table.avviso td.avviso-testo {      /* Corpo del messaggio */
 
  padding: 0.25em 0.5em;                  /* 0.5em sinistra/destra */
 
  width: 100%;                            /* Rende tutti i template della stessa lunghezza nonostante il testo interno */
 
}
 
table.avviso td.avviso-immagine {          /* Stile dell'immagine a sinistra */
 
  padding: 2px 0px 2px 0.5em;              /* 0.5em sinistra, 0px destra */
 
  text-align: center;
 
}
 
table.avviso td.avviso-immaginedestra {    /* Stile dell'immagine a destra */
 
  padding: 2px 4px 2px 0px;                /* 0px sinistra, 4px destra */
 
  text-align: center;
 
}
 
table.avviso-informazioni {
 
  border-left: 10px solid #1e90ff;        /* Blu */
 
}
 
table.avviso-cancella,
 
table.avviso-importante {
 
  border-left: 10px solid #b22222;        /* Rosso */
 
}
 
table.avviso-contenuto {
 
  border-left: 10px solid #f28500;        /* Arancio */
 
}
 
table.avviso-stile {
 
  border-left: 10px solid #f4c430;        /* Giallo */
 
}
 
table.avviso-statico {
 
  border-left: 10px solid limegreen;      /* Verde */
 
}
 
table.avviso-struttura {
 
  border-left: 10px solid #9932cc;        /* Viola */
 
}
 
table.avviso-generico {
 
  border-left: 10px solid #bba;            /* Grigio */
 
}
 
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 {
 
  clear:both;
 
  text-align:left;
 
  background-color: #EEF8FF;
 
  padding-bottom: 0.5em;
 
}
 
.itwiki_template_avviso_v {
 
  clear:both;
 
  float:right;
 
  width:16em;
 
  background-color: #EEF8FF;
 
}
 
.itwiki_template_avviso .intestazione, .itwiki_template_avviso_v .intestazione {
 
  font-weight:bold;
 
}
 
.itwiki_template_disclaimer {
 
  clear:both;
 
  display:block; /* per allargare anche le tabelle (se servissero) alla
 
                    larghezza della pagina (NON specificare "width"!) */
 
  text-align:center;
 
  border:1px solid #C00000;
 
  background-color: #FFFFFF;
 
  font-size: 90%;
 
}
 
.itwiki_template_disclaimer_v {
 
  clear:both;
 
  float:right;
 
  border:1px solid #C00000;
 
  background-color: #FFFFFF;
 
}
 
.itwiki_template_copyright {
 
  clear:both;
 
  display:block;
 
  text-align:left;
 
  background-color:#F1F1DE;
 
}
 
.itwiki_template_wikimedia {
 
  float:right;
 
  clear:right;
 
  border:solid #aaa 1px;
 
  width:22em;
 
  font-size:90%;
 
  background-color:#F9F9F9;
 
}
 
.itwiki_template_wikimedia .floatleft {
 
  border:.5em solid white;
 
}
 
.itwiki_template_wikimedia p {
 
  text-align:left;
 
}
 
.itwiki_template_babelbox {
 
  float:right;
 
  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;
 
  font-weight:bold;
 
  margin-left:2px;
 
}
 
.itwiki_template_babel {
 
  float:left;
 
  width:20em;
 
  background:#e0e8ff;
 
  border:solid #99b3ff 1px;
 
  margin:1px 1px 1px 0;
 
}
 
.itwiki_template_babel .sigla {
 
  background:#99b3ff;
 
  text-align:center;
 
  font-size:1.2em;
 
  font-weight:bold;
 
}
 
.itwiki_template_babel2 {
 
  float:left;
 
  width:20em;
 
  background:#c5fcdc;
 
  border:solid #6ef7a7 1px;
 
  margin:1px 1px 1px 0;
 
}
 
.itwiki_template_babel2 .sigla {
 
  background:#6ef7a7;
 
  text-align:center;
 
  font-size:1.2em;
 
  font-weight:bold;
 
}
 
.itwiki_template_babel .sigla,
 
.itwiki_template_babel2 .sigla {
 
  width:4em;
 
}
 
.itwiki_template_babel td,
 
.itwiki_template_babel2 td {
 
  font-size:.9em;
 
  line-height:1.2em;
 
  padding:5px;
 
}
 
.itwiki_template_babelbox .itwiki_template_babel,
 
.itwiki_template_babelbox .itwiki_template_babel2 {
 
  clear:left; /* perché i singoli template nel babelbox
 
                siano uno sotto l'altro */
 
}
 
.itwiki_template_toc {
 
    border: 1px solid #aaaaaa;
 
    background-color: #f9f9f9;
 
    padding: 0px;
 
    font-size: 95%;
 
}
 
 
/* classi per arrotondare i bordi dei div e delle tabelle */
 
.radius {
 
-moz-border-radius: 1em;
 
}
 
.radius_top {
 
-moz-border-radius-topright: 1em;
 
-moz-border-radius-topleft: 1em;
 
}
 
.radius_bottom {
 
-moz-border-radius-bottomright: 1em;
 
-moz-border-radius-bottomleft: 1em;
 
}
 
.rad {
 
-moz-border-radius: .5em;
 
}
 
 
 
/***********************
 
* FINE STILI TEMPLATE *
 
***********************/
 
 
/* Per elementi che non vanno stampati */
 
@media print {
 
    .noprint { display: none }
 
}
 
 
/**************************************
 
/* Classi per dynamic navigation bars *
 
**************************************/
 
 
.NavToggle {
 
  font-size: 95%;
 
  float:right;
 
}
 
 
div.BoxenVerschmelzen,
 
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 {
 
        border-style: none;
 
        border-style: hidden;
 
        margin: 0;
 
}
 
div.NavFrame + div.NavFrame {
 
        border-top-style: none;
 
        border-top-style: hidden;
 
}
 
div.NavPic {
 
        background-color: #ffffff;
 
        margin: 0px;
 
        padding-right: 2px;
 
        float: left;
 
}
 
div.NavFrame div.NavHead {
 
        font-weight: bold;
 
        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{
 
      color:#002BB8 !important;
 
}
 
 
/* Highlight per le note */
 
 
ol.references > li:target {
 
background-color: #DEF;
 
}
 
 
sup.reference:target {
 
background-color: #DEF;
 
}
 
 
/* BEGIN Template:Fumetto e animazione */
 
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{
 
color: black;
 
background-color: white;
 
vertical-align: bottom;
 
width: 65%;
 
min-width: 65%;
 
max-width: 65%;
 
}
 
tr.sinossifumettibreak{
 
border-top: 1px solid #AAA;
 
}
 
 
/* END  Template:Fumetto e animazione */
 
 
 
/* Rende il form di cancellazione trasparente nelle pagine con sfondo "colorato"*/
 
#deleteconfirm, #deleteconfirm>table {
 
    background: transparent;
 
}
 
 
/*
 
Serve per simulare le sottosezioni
 
nella sezione delle preferenze destinata ai gadgets,
 
visto che non si possono fare normalmente
 
*/
 
.tb-subsection {
 
    font-size: smaller;
 
}
 
 
/*
 
Stili per i box che si visualizzano al passaggio del mouse
 
Licenza: GFDL e Creative Commons Attribution 2.5
 
*/
 
.HopContent
 
{
 
display:none;
 
}
 
 
.HopFrame:hover .HopContent
 
{
 
display:block;
 
}
 
 
/* CATEGORIE NASCOSTE */
 
/* Se tutte le categorie di una voce sono nascoste, le mostra lo stesso (in modo da visualizzare il [altre] per poterci accedere) */
 
.catlinks-allhidden-mostra { display: block; }
 
 
/* Evita che i link vadano a capo */
 
.nowraplinks a {
 
    white-space: nowrap;
 
}
 
 
/* classi legate al template navbox generic */
 
table.navbox {            /* navbox container style */
 
  border:1px solid #aaa;
 
  width:100%;
 
  margin:auto;
 
  clear:both;
 
  text-align:center;
 
  padding:1px;
 
}
 
table.navbox + table.navbox {
 
  margin-top:-1px;        /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
 
}
 
.navbox-title, .navbox-abovebelow, table.navbox th {
 
  text-align:center;      /* title and above/below styles */
 
  padding-left:1em;
 
  padding-right:1em;
 
}
 
.navbox-group {          /* group style */
 
  white-space:nowrap;
 
  text-align:right;
 
  font-weight:bold;
 
  padding-left:1em;
 
  padding-right:1em;
 
}
 
.navbox, .navbox-subgroup {
 
  background:#fdfdfd;    /* Background color */
 
}
 
.navbox-list {
 
  border-color:#fdfdfd;  /* Must match background color */
 
}
 
.navbox-title, table.navbox th {
 
  background:#ccccff;    /* Level 1 color */
 
}
 
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
 
  background:#ddddff;    /* Level 2 color */
 
}
 
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
 
  background:#e6e6ff;    /* Level 3 color */
 
}
 
.navbox-even {
 
  background:#f7f7f7;    /* Even row striping */
 
}
 
.navbox-odd {
 
  background:transparent; /* Odd row striping */
 
}
 
 
/********************************************
 
/* Set di icone con effetto rollover (40px) *
 
********************************************/
 
 
#HILL40_dado a { display:block; height:40px; width:40px; background: url(http://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(http://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(http://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(http://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(http://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(http://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_facebook a { display:block; height:40px; width:40px; background: url(http://www.enciclopediadeldoppiaggio.it/images/1/18/HILL40_facebook_ROLLOVER.png);}
 
#HILL40_facebook a:hover { background-position: 0 -40px;}
 
#HILL40_facebook a:active { background-position: 0 -40px;}
 
 
#HILL40_youtube a { display:block; height:40px; width:40px; background: url(http://www.enciclopediadeldoppiaggio.it/images/1/18/HILL40_youtube_ROLLOVER.png);}
 
#HILL40_youtube a:hover { background-position: 0 -40px;}
 
#HILL40_youtube a:active { background-position: 0 -40px;}
 
 
#HILL40_rss a { display:block; height:40px; width:40px; background: url(http://www.enciclopediadeldoppiaggio.it/images/5/5a/HILL40_rss_ROLLOVER.png);}
 
#HILL40_rss a:hover { background-position: 0 -40px;}
 
#HILL40_rss a:active { background-position: 0 -40px;}
 
 
#HILL40_orologio a { display:block; height:40px; width:40px; background: url(http://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(http://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(http://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_twitter a { display:block; height:40px; width:40px; background: url(http://www.enciclopediadeldoppiaggio.it/images/b/b3/HILL40_twitter_ROLLOVER.png);}
 
#HILL40_twitter a:hover { background-position: 0 -40px;}
 
#HILL40_twitter a:active { background-position: 0 -40px;}
 
 
#HILL40_w a { display:block; height:40px; width:40px; background: url(http://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(http://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 */
 
.BGfiocco { background-image: url(http://www.enciclopediadeldoppiaggio.it/images/8/85/BGfiocco.png); background-position:bottom; }
 
 
/* Tentativo di Archenzo
 
* Copio incollo da en:MediaWiki:Common.css del 2010 01 23 */
 
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
 
th.mbox-text, td.mbox-text {    /* The message body cell(s) */
 
    border: none;
 
    padding: 0.25em 0.9em;      /* 0.9em left/right */
 
    width: 100%;    /* Make all mboxes the same width regardless of text length */
 
}
 
td.mbox-image {                  /* The left image cell */
 
    border: none;
 
    padding: 2px 0 2px 0.9em;    /* 0.9em left, 0px right */
 
    text-align: center;
 
}
 
td.mbox-imageright {            /* The right image cell */
 
    border: none;
 
    padding: 2px 0.9em 2px 0;    /* 0px left, 0.9em right */
 
    text-align: center;
 
}
 
td.mbox-empty-cell {        /* An empty narrow cell */
 
    border: none;
 
    padding: 0px;
 
    width: 1px;
 
}
 
 
/* 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.fmbox-system {
 
    clear: both;
 
    margin: 0.2em 0;
 
    border: 1px solid #aaa;
 
    background: #f9f9f9;
 
    padding: 0.25em 0.9em;
 
}
 
 
/**********************
 
/* Immagini di sfondo *
 
**********************/
 
 
/* Visualizza una lente d'ingrandimento su sfondo viola chiaro */
 
#HP_search { background-image: url(http://upload.wikimedia.org/wikipedia/it/3/3e/HP_search.png);}
 
 
/* Visualizza una lente d'ingrandimento su sfondo marrone chiaro (#FFFBF7) */
 
#BG_zoom { background-image: url(http://upload.wikimedia.org/wikipedia/commons/8/8c/BGzoom.png);}
 
 
/* Visualizza una sfumatura marrone chiaro-bianco per aree di grandi dimensioni */
 
#BG_sfum { background-image: url(http://upload.wikimedia.org/wikipedia/commons/a/a4/BG_sfum.jpg);}
 
 
/* Visualizza una sfumatura marrone chiaro-trasparente*/
 
.Sfum { background-image: url(http://upload.wikimedia.org/wikipedia/it/6/62/Sfum.png);}
 
 
/* Visualizza una sfumatura marrone chiaro-bianco per browser Internet Explorer*/
 
.Sfum2 { background-image: url(http://upload.wikimedia.org/wikipedia/commons/d/d0/Sfum.jpg);}
 
 
/* Visualizza una sfumatura verticale azzurro-bianco */
 
.BG_azzurro { background-image: url(http://upload.wikimedia.org/wikipedia/commons/2/27/BG_azzurro.jpg);}
 
 
/* Visualizza una sfumatura verticale azzurro-bianco (E0F0FF-FFFFFF) */
 
.E0F0FF-FFFFFF { background-image: url(http://upload.wikimedia.org/wikipedia/commons/b/b1/E0F0FF-FFFFFF.jpg); background-position:top; background-repeat:repeat-x;}
 
 
/* Visualizza l'icona del portale comunità su sfondo bianco */
 
.BG_comunità { background-image: url(http://upload.wikimedia.org/wikipedia/commons/f/f9/BG_comunit%C3%A0.jpg);}
 
 
/* Visualizza le immagini di sfondo del Portale Astronomia*/
 
.BenveAstro { background-image: url(http://upload.wikimedia.org/wikipedia/commons/f/ff/BenveAstro.png);}
 
 
.Attualità { background-image: url(http://upload.wikimedia.org/wikipedia/commons/a/ac/Attualit%C3%A0_dal_cielo.png);}
 
 
.VoceEvidenza { background-image: url(http://upload.wikimedia.org/wikipedia/commons/1/10/Voce_in_evidenza.png);}
 
 
.CieloMese { background-image: url(http://upload.wikimedia.org/wikipedia/commons/1/14/Cielo_del_Mese.png);}
 
 
.Almanacco { background-image: url(http://upload.wikimedia.org/wikipedia/commons/4/4a/Almanacco.png);}
 
 
.ContattiA { background-image: url(http://upload.wikimedia.org/wikipedia/commons/d/db/Contatti.png);}
 
 
.EventiMese { background-image: url(http://upload.wikimedia.org/wikipedia/commons/b/b2/Eventi_del_mese.png);}
 
 
.CategorieA { background-image: url(http://upload.wikimedia.org/wikipedia/commons/7/71/Categorie.png);}
 
 
.Luna { background-image: url(http://upload.wikimedia.org/wikipedia/commons/b/b1/Fasi_lunari.png);}
 
 
.SapeviA { background-image: url(http://upload.wikimedia.org/wikipedia/commons/1/18/Lo_sapevi_che.png);}
 
 
.ImmagineEvidenza { background-image: url(http://upload.wikimedia.org/wikipedia/commons/5/5f/ImmagineEvidenza.png);}
 
 
.VociVetrina { background-image: url(http://upload.wikimedia.org/wikipedia/commons/e/ec/VociVetrina.png);}
 
 
.PortaliA { background-image: url(http://upload.wikimedia.org/wikipedia/commons/5/5a/PortaliCorrelati.png);}
 
 
.AltriProgetti { background-image: url(http://upload.wikimedia.org/wikipedia/commons/4/44/ProgettiWikimedia.png);}
 
 
.BGblue3 { background-image: url(http://upload.wikimedia.org/wikipedia/commons/0/0a/BGblue3.jpg); background-position:top; background-repeat:repeat-x;}
 
 
.BGorange1 { background-image: url(http://upload.wikimedia.org/wikipedia/commons/0/02/BGorange1.jpg); background-position: top; background-repeat:repeat-x;}
 
 
.BGorange2 { background-image: url(http://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) */
 
.BGalpha { background-image: url(http://upload.wikimedia.org/wikipedia/it/5/55/BGalpha.png); background-position: top; background-repeat:repeat-x;}
 
 
.PPcornerTop { background-image: url(http://upload.wikimedia.org/wikipedia/it/e/e4/PPcornerTop2.gif); background-position:top left; background-repeat:no-repeat; width:10px; height:10px;}
 
 
.PPcornerBottom { background-image: url(http://upload.wikimedia.org/wikipedia/it/c/c1/PPcornerBottom.gif); background-position:bottom left; background-repeat:no-repeat; width:10px; height:10px;}
 
 
.PPradiusTop {background-image: url(http://upload.wikimedia.org/wikipedia/it/7/70/PPradiusTop.gif);   
 
  background-position:top left;
 
  background-repeat:no-repeat;
 
  width:13px;
 
  height:13px;
 
}
 
 
.PPradiusBottom {background-image: url(http://upload.wikimedia.org/wikipedia/it/7/70/PPradiusBottom.gif);
 
  background-position:bottom left;
 
  background-repeat:no-repeat;
 
  width:13px;
 
  height:13px;
 
}
 
 
.B-topright { background-image: url(http://upload.wikimedia.org/wikipedia/it/a/a8/B_topright.png); background-repeat:no-repeat; background-position: top right;
 
  width: 13px;
 
  height: 14px;
 
}
 
 
.B-topleft { background-image: url(http://upload.wikimedia.org/wikipedia/it/e/ea/B_topleft.png); background-repeat:no-repeat; background-position: top left;
 
  width: 13px;
 
  height: 14px;
 
}
 
 
.B-bottomright { background-image: url(http://upload.wikimedia.org/wikipedia/it/a/a9/B_bottomright.png); background-repeat:no-repeat; background-position: bottom right;
 
  width: 13px;
 
  height: 14px;
 
}
 
 
.B-bottomleft { background-image: url(http://upload.wikimedia.org/wikipedia/it/f/f3/B_bottomleft.png); background-repeat:no-repeat; background-position: bottom left;
 
  width: 13px;
 
  height: 14px;
 
}
 
 
.obliquo { background-image: url(http://upload.wikimedia.org/wikipedia/it/7/76/Obliquo.gif); background-repeat:repeat;}
 
/*</nowiki></pre>*/
 
 
/* Sfondo sfocato */
 
.BG_doppiaggio { background-image: url(http://www.enciclopediadeldoppiaggio.it/immagini/sfondodoppiaggio.png); background-position:top right; background-repeat: no-repeat;}
 
 
.BG_cinema { background-image: url(http://www.enciclopediadeldoppiaggio.it/immagini/sfondocinema.png); background-position:top right; background-repeat: no-repeat;}
 
 
.BG_televisione { background-image: url(http://www.enciclopediadeldoppiaggio.it/immagini/sfondotelevisione.png); background-position:top right; background-repeat: no-repeat;}
 
 
.BG_animazione { background-image: url(http://www.enciclopediadeldoppiaggio.it/immagini/sfondoanimazione.png); background-position:top right; background-repeat: no-repeat;}
 
 
.BG_videogames { background-image: url(http://www.enciclopediadeldoppiaggio.it/immagini/sfondovideogames.png); background-position:top right; background-repeat: no-repeat;}
 
 
/* Pulsanti di condivisione */
 
#n-Facebook {left: 10px;}
 
#n-Facebook a {background-image: url("http://www.facebook.com/favicon.ico");}
 
#n-Twitter {left: 35px;}
 
#n-Twitter a {background-image: url("http://twitter.com/favicon.ico");}
 
#n-MySpace {left: 60px;}
 
#n-MySpace a {background-image: url("http://www.myspace.com/favicon.ico");}
 
#n-Live {left: 85px;}
 
#n-Live a {background-image: url("http://www.msn.com/favicon.ico");}
 
#p-condividi .pBody {position: relative; height: 24px; overflow: hidden;}
 
#p-condividi ul li {display: block; position: absolute; top: 4px; max-width: 16px; max-height: 16px; overflow: hidden;}
 
#p-condividi ul li a {background-repeat: repeat-x; background-position: left center; background-attachment: scroll; font-size: 16px; padding-left: 100000px; padding-top: 0; color: transparent;}
 
 
/* Larghezza sidebar */
 
#column-content { margin-left: -15em }
 
#column-content #content { margin-left: 15em }
 
#p-logo a, #p-logo a:hover { width: 15em }
 
.portlet { width: 14em }
 
#p-cactions { left: 14em }
 
 
/* Nascondi tab */
 
#ca-viewsource { display: none !important; }
 
#ca-talk { display:none!important; }
 
 
/*Making Search Bar bigger */
 
 
#header {
 
height: 5em!important;
 
}
 
 
#header form #searchInput {
 
    background: none repeat scroll 0 0 #D9DBE1;
 
    border: 1px solid #9097A2;
 
    font-size: 100%!important;
 
    height: 30px!important;
 
    padding: 2px;
 
    width: 210px;
 
}
 
 
#searchGoButton {
 
    font-weight: bold;
 
    height: 30px!important;
 
    padding-left: 0.5em;
 
    padding-right: 0.5em;
 
}
 
 
input.searchButton {
 
    font-size: 95%;
 
    height: 30px!important;
 
    margin-top: 1px;
 
}
 
 
.portlet {
 
    width: 90em;
 
}
 
 
 
#column-content #content { margin-left: 0em; }
 
 
.page-Pagina_principale .comments {
 
    display: none!important;
 
}
 
 
.footercol1, .footercol2, .footercol3, .footercol4 {
 
    border-right: 1px solid #DEDEDE;
 
    float: left;
 
    margin-right: 10px;
 
    min-height: 150px;
 
    width: 253px;
 
}
 
 
 
#footercols {
 
    float: left;
 
    text-align: left;
 
}
 
 
.footercol4 {
 
border:0px!important;
 
}
 
 
ul#f-list {
 
    text-align: center;
 
    clear: both;
 
}
 
 
.portlet h5 {
 
display: none;
 
}
 
 
#f-list li {
 
float: left;
 
}
 
 
#skin-info {
 
    float: right;
 
    font-style: italic;
 
}
 
 
#footer h3 {
 
    border-bottom: 4px solid #DEDEDE;
 
    font-size: 17px;
 
    height: 20px;
 
width: 200px;
 
color:#fff;
 
}
 
#p-cactions {
 
background: none!important;
 
}
 
 
#footer table {
 
border-radius: 7px;
 
border: 0px!important;
 
background:#000;
 
}
 
 
#nav div h5 {
 
    color: #666666;
 
    display: block;
 
    font-weight: bold;
 
    padding: 4px 10px;
 
    font-size: 12px;
 
text-shadow: 0px 0px 0px transparent!important;
 
}
 
 
#nav div li a {
 
font-size: 12px;
 
text-shadow: 0px 0px 0px transparent!important;
 
}
 
#footer a {
 
color:white;
 
}
 
 
/* Menu orizzontale */
 
 
#mega-menu-1 {
 
font: normal 13px Arial, sans-serif;
 
list-style: none;
 
position: relative;
 
padding: 0;
 
margin: 0;
 
}
 
#mega-menu-1 li ul, #mega-menu-1 .sub {
 
display: none;
 
}
 
#mega-menu-1 .sub ul {
 
display: block;
 
}
 
#mega-menu-1 {
 
background: #222;
 
width: 100%;
 
height: 40px;
 
position: relative;
 
}
 
#mega-menu-1 li {
 
float: left;
 
margin: 0;
 
padding: 0;
 
font-weight: bold;
 
}
 
#mega-menu-1 li a {
 
float: left;
 
display: block;
 
color: #fff;
 
padding: 12px 25px;
 
background: #222;
 
text-decoration: none;
 
}
 
#mega-menu-1 li.mega-hover a, #mega-menu-1 li a:hover {
 
background: #CCC;
 
color: #000;
 
}
 
#mega-menu-1 li .sub-container {
 
position: absolute;
 
}
 
#mega-menu-1 li .sub {
 
background: #efefef;
 
padding: 15px;
 
border: 1px solid #ccc;
 
}
 
#mega-menu-1 li .sub .row {
 
width: 100%;
 
overflow: hidden;
 
clear: both;
 
}
 
#mega-menu-1 li .sub li {
 
list-style: none;
 
float: none;
 
width: 170px;
 
font-size: 1em;
 
font-weight: normal;
 
}
 
#mega-menu-1 li .sub li.mega-hdr {
 
margin: 0 10px 10px 0;
 
float: left;
 
}
 
#mega-menu-1 li .sub li.mega-hdr.last {
 
margin-right: 0;
 
}
 
#mega-menu-1 li .sub a {
 
background: none;
 
color: #111;
 
padding: 7px 10px;
 
display: block;
 
float: none;
 
font-size: 0.9em;
 
}
 
#mega-menu-1 li .sub li.mega-hdr a.mega-hdr-a {
 
padding: 5px 15px;
 
margin-bottom: 5px;
 
background: #6B6B6B;
 
text-transform: uppercase;
 
font-weight: bold;
 
color: #fff;
 
}
 
#mega-menu-1 li .sub li.mega-hdr a.mega-hdr-a:hover {
 
color: #000;
 
}
 
#mega-menu-1 .sub li.mega-hdr li a {
 
padding: 4px 5px;
 
font-weight: normal;
 
}
 
#mega-menu-1 .sub li.mega-hdr li a:hover {
 
color: #a32403;
 
background: #efefef;
 
}
 
#mega-menu-1 .sub ul li {
 
padding-right: 0;
 
}
 
#mega-menu-1 li .sub-container.non-mega .sub {
 
padding: 10px;
 
}
 
#mega-menu-1 li .sub-container.non-mega li {
 
padding: 0;
 
width: 190px;
 
margin: 0;
 
}
 
#mega-menu-1 li .sub-container.non-mega li a {
 
padding: 7px 5px 7px 22px;
 
}
 
#mega-menu-1 li .sub-container.non-mega li a:hover {
 
color: #a32403;
 
background: #efefef;
 
}
 

Versione attuale delle 23:36, 7 gen 2015


Strumenti personali
Varianti
Azioni
Navigazione
DOPPIAGGIO
INDICI A-Z
Strumenti