MediaWiki:Monobook.css

Da Wikizziunariu, lu dizziunariu a cuntinutu lìbbiru.

Nota: doppu aviri sarvatu, hai a puliri la cache di lu tò browser pi vìdiri li canciamenti: Mozilla: clicca supra reload (oppure ctrl-r), IE / Opera: ctrl-f5, Safari: cmd-r, Konqueror ctrl-r.

/* <pre> */
/* Li stili CSS nziriti ccà s'àpplicanu a l'utenti chi usanu la skin Monobook */
/* 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;
}
/* Visualizza i bordi arrotondati sui browser basati su Geko */
.pBody {
   padding: 0.1em 0.1em;
   -moz-border-radius-topright: 1em;
   -moz-border-radius-bottomright: 1em;
}
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topright: 0.8em;
  -moz-border-radius-topleft: 0.8em;
}
#content {
  -moz-border-radius-topleft: 0.8em;
}

/* Colori di default */ 
#content { color : black; } 
#content { background : white; } 
#p-cactions li { background : white; } 
#p-cactions li a { background : white; } 

/* Colore di fondo degli articoli */
.ns-0 * #content { color : black; } 
.ns-0 * #content { background : white; }
.ns-0 * #p-cactions li { background : white; }
.ns-0 * #p-cactions li a { background : white; }

/* Colore di fondo delle pagine di discussione articoli */
.ns-1 * #content { color : black; } 
.ns-1 * #content { background : #FFFFEE; }
.ns-1 * #p-cactions li { background : #FFFFEE; }
.ns-1 * #p-cactions li a { background : #FFFFEE; }

/* Colore di fondo delle pagine Utenti */
.ns-2 * #content { color : black; } 
.ns-2 * #content { background : white; }
.ns-2 * #p-cactions li { background : white; }
.ns-2 * #p-cactions li a { background : white; }

/* Colore di fondo delle pagine di discussione Utenti */
.ns-3 * #content { color : black; } 
.ns-3 * #content { background : #FFFFEE; }
.ns-3 * #p-cactions li { background : #FFFFEE; }
.ns-3 * #p-cactions li a { background : #FFFFEE; }

/* Colore di fondo delle pagine Wikizionario */
.ns-4 * #content { color : black; } 
.ns-4 * #content { background : #EEFFEE; }
.ns-4 * #p-cactions li { background : #EEFFEE; }
.ns-4 * #p-cactions li a { background : #EEFFEE; }

/* Colore di fondo delle pagine di discussione Wikizionario */
.ns-5 * #content { color : black; } 
.ns-5 * #content { background : #FFFFEE; }
.ns-5 * #p-cactions li { background : #FFFFEE; }
.ns-5 * #p-cactions li a { background : #FFFFEE; }

/* Colore di fondo delle pagine di discussione Immagine */
.ns-7 * #content { background : #FFFFEE; }
.ns-7 * #content { color : black; } 
.ns-7 * #p-cactions li { background : #FFFFEE; }
.ns-7 * #p-cactions li a { background : #FFFFEE; }

/* Colore di fondo delle pagine MediaWiki */
.ns-8 * #content { color : black; } 
.ns-8 * #content { background : #EEEEFF; }
.ns-8 * #p-cactions li { background : #EEEEFF; }
.ns-8 * #p-cactions li a { background : #EEEEFF; }

/* Colore di fondo delle pagine di discussione MediaWiki */
.ns-9 * #content { color : black; } 
.ns-9 * #content { background : #FFFFEE; }
.ns-9 * #p-cactions li { background : #FFFFEE; }
.ns-9 * #p-cactions li a { background : #FFFFEE; }

/* Colore di fondo delle pagine di discussione Template */
.ns-11 * #content { color : black; } 
.ns-11 * #content { background : #FFFFEE; }
.ns-11 * #p-cactions li { background : #FFFFEE; }
.ns-11 * #p-cactions li a { background : #FFFFEE; }

/* Colore di fondo delle pagine Aiuto */
.ns-12 * #content { color : black; } 
.ns-12 * #content { background : #FFEEEE; }
.ns-12 * #p-cactions li { background : #FFEEEE; }
.ns-12 * #p-cactions li a { background : #FFEEEE; }

/* Colore di fondo delle pagine di discussione Aiuto */
.ns-13 * #content { color : black; } 
.ns-13 * #content { background : #FFEEEE; }
.ns-13 * #p-cactions li { background : #FFEEEE; }
.ns-13 * #p-cactions li a { background : #FFEEEE; }

/* Colore di fondo delle pagine di discussione Categoria */
.ns-15 * #content { color : black; } 
.ns-15 * #content { background : #FFFFEE; }
.ns-15 * #p-cactions li { background : #FFFFEE; }
.ns-15 * #p-cactions li a { background : #FFFFEE; }

/* Colore di fondo delle pagine di discussione Categoria */
.ns-100 * #content { color : black; } 
.ns-100 * #content { background : #EEEEEE; }
.ns-100 * #p-cactions li { background : #EEEEEE; }
.ns-100 * #p-cactions li a { background : #EEEEEE; }

/* i numeri dispari sono pagine di discussione xxx  '0': 'articolo',  '2': 'utente',  '4': 'Wikizionario',  '6': 'immagine',  '8': 'mediawiki',  '10': 'template',  '12': 'aiuto',  '14': 'categoria' */

/* Per scrivere sotto il titolo di ogni pagina "Da Wikizziunariu, lu dizziunariu lìbbiru e multilingui" */
#siteSub {
    display: inline;
    font-size: 90%;
    font-weight: normal;
    font-style:italic;
    border-bottom: none;
}

#bodyContent #siteSub a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    padding-right: 0;
}
/* </pre>*/