Utente:Lucas Malor/monobook.css

Da Wikipedia, l'enciclopedia libera.
Vai alla navigazione Vai alla ricerca

Questa pagina definisce alcuni parametri di aspetto e comportamento generale di tutte le pagine. Per personalizzarli vedi Aiuto:Stile utente.


Nota: dopo aver salvato è necessario pulire la cache del proprio browser per vedere i cambiamenti (per le pagine globali è comunque necessario attendere qualche minuto). Per Mozilla / Firefox / Safari: fare clic su Ricarica tenendo premuto il tasto delle maiuscole, oppure premere Ctrl-F5 o Ctrl-R (Command-R su Mac); per Chrome: premere Ctrl-Shift-R (Command-Shift-R su un Mac); per Konqueror: premere il pulsante Ricarica o il tasto F5; per Opera può essere necessario svuotare completamente la cache dal menù Strumenti → Preferenze; per Internet Explorer: mantenere premuto il tasto Ctrl mentre si preme il pulsante Aggiorna o premere Ctrl-F5.

/*** http://it.wikipedia.org/wiki/MediaWiki:Monobook.css ***/


/* classi per arrotondare i bordi dei div e delle tabelle */

.radius {
   -moz-border-radius: 0px !important;
}

.radius_top {
   -moz-border-radius-topright: 0px !important;
   -moz-border-radius-topleft: 0px !important;
}

.radius_bottom {
   -moz-border-radius-bottomright: 0px !important;
   -moz-border-radius-bottomleft: 0px !important;
}

.rad {
   -moz-border-radius: 0px !important;
}

.pBody {
   -moz-border-radius-topright: 0px !important;
}

#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topright: 0px !important;
  -moz-border-radius-topleft: 0px !important;
}

#content {
   -moz-border-radius-topleft: 0px !important;
}

/**********************
/* Immagini di sfondo *
 **********************/

/* Visualizza una lente d'ingrandimento su sfondo viola chiaro */
#HP_search {
   background-image: none !important;
}

/* Visualizza una lente d'ingrandimento su sfondo marrone chiaro (#FFFBF7) */
#BG_zoom {
   background-image: none !important;
}

/* Visualizza il logo di Wikipedia su sfondo marrone chiaro (#FFFBF7) */
#BG_wiki {
   background-image: none !important;
}

/* Visualizza una sfumatura marrone chiaro-bianco per aree di grandi dimensioni */
#BG_sfum {
   background-image: none !important;
}

/* Visualizza una sfumatura marrone chiaro-trasparente*/
.Sfum {
   background-image: none !important;
}

/* Visualizza una sfumatura marrone chiaro-bianco per browser Internet Explorer*/
.Sfum2 {
   background-image: none !important;
}

/* Visualizza una sfumatura verticale azzurro-bianco */
.BG_azzurro {
   background-image: none !important;
}

/* Visualizza una sfumatura verticale azzurro-bianco (E0F0FF-FFFFFF) */
.E0F0FF-FFFFFF {
   background-image: none !important; 
   background-position: 0% 0% !important; 
   background-repeat: no-repeat !important;
}

/* Visualizza l'icona del portale comunità su sfondo bianco */
.BG_comunità {
   background-image: none !important;
}

.BGblue1 {
   background-image: none !important; 
   background-position: 0% 0% !important; 
   background-repeat: no-repeat !important;
}

.BGorange1 {
   background-image: none !important; 
   background-position: 0% 0% !important; 
   background-repeat: no-repeat !important;
}

.BGorange2 {
   background-image: none !important; 
   background-position: 0% 0% !important; 
   background-repeat: no-repeat !important;
}

/* Visualizza una sfumatura su sfondo qualsiasi (solo firefox/mozilla) */
.BGalpha {
   background-image: none !important; 
   background-position: 0% 0% !important; 
   background-repeat: no-repeat !important;
}

.PPcornerTop {
   background-image: none !important; 
   background-position: 0% 0% !important; 
   background-repeat: no-repeat !important; 
   width:auto !important; 
   height:auto !important;
}

.PPcornerBottom {
   background-image: none !important; 
   background-position: 0% 0% !important; 
   background-repeat: no-repeat !important; 
   width:auto !important; 
   height:auto !important;
}

.PPradiusTop {
   background-image: none !important;    
   background-position: 0% 0% !important; 
   background-repeat: no-repeat !important; 
   width:auto !important; 
   height:auto !important;
}

.PPradiusBottom {
   background-image: none !important; 
   background-position: 0% 0% !important; 
   background-repeat: no-repeat !important; 
   width:auto !important; 
   height:auto !important;
}

.B-topright {
   background-image: none !important; 
   background-repeat: no-repeat !important; 
   background-position: 0% 0% !important; 
   width:auto !important; 
   height:auto !important;
}

.B-topleft {
   background-image: none !important; 
   background-repeat: no-repeat !important; 
   background-position: 0% 0% !important; 
   width:auto !important; 
   height:auto !important;
}

.B-bottomright {
   background-image: none !important; 
   background-repeat: no-repeat !important; 
   background-position: 0% 0% !important;
   width:auto !important; 
   height:auto !important;
}

.B-bottomleft {
   background-image: none !important; 
   background-repeat: no-repeat !important; 
   background-position: 0% 0% !important; 
   width:auto !important; 
   height:auto !important;
}

.obliquo {
   background-image: none !important;
   background-repeat: no-repeat !important;
}



/*** /skins-1.5/monobook/main.css?104 ***/


div.multipageimagenavbox {
   -moz-border-radius: 0px !important;
}