MediaWiki:Monobook.css

De la Wikționar, dicționarul liber

Notă: După salvare, trebuie să treceți peste cache-ul browser-ului pentru a vedea modificările. Mozilla/Safari/Konqueror: țineți apăsat Shift în timp ce apăsați Reload (sau apăsați Ctrl-Shift-R), IE: apăsați Ctrl-F5, Opera: apăsați F5.

/* Edit this file to customize the monobook skin for the entire site */

/**
 * Pentru aparența monobook, Wikipedia vine cu o inovație.
 * Utilizatorii individuali pot să  adpateze formatul Wikipediei la cerințele lor.
 */

/* 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 : #FFEEFF; }
.ns-1 * #p-cactions li { background : #FFEEFF; }
.ns-1 * #p-cactions li a { background : #FFEEFF; }

/* 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 : #FFEEFF; }
.ns-3 * #p-cactions li { background : #FFEEFF; }
.ns-3 * #p-cactions li a { background : #FFEEFF; }

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

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

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

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

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

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

/* 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 : #FFEEFF; }
.ns-15 * #p-cactions li { background : #FFEEFF; }
.ns-15 * #p-cactions li a { background : #FFEEFF; }

/* numerele pare sunt pagini de discuție xxx  '0': 'articol',  '2': 'utilizator',  '4': 'wikipedia',  '6': 'imagine',  '8': 'mediawiki',  '10': 'format',  '12': 'ajutor',  '14': 'categorie' */

#globalWrapper {
 font-size: 130%;
}

/* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */
pre { overflow: auto; }

/* Alinează textul din tabel vertical, până sus */
table.nagore tbody {
 vertical-align: top;
}

#siteNotice { padding: 0.3em; text-align: center; margin-bottom: 0.5em; }

/* stil pentru "De la Wikipedia, enciclopedia liberă */
#siteSub {
 display: inline;
 font-weight: normal;
 font-size: 0.95em;
}

/* "Editează pagina asta" în aldine */
#ca-edit a {
 font-weight: bold !important;
}

/* [[bugzilla:02318]] - [[Special:Allpages]] should mark redirects distinctly */
.allpagesredirect {
 margin-left: 1em;
}

/* Formatare butoane introducere diacritice */
#my-buttons {
 padding: 0.5em;
}

#my-buttons a {
 color: black;
 background-color: #ccddee;
 font-weight: bold;
 font-size: 0.9em;
 text-decoration: none;
 border: thin #006699 outset;
 padding: 0 0.1em 0.1em 0.1em;
}

#my-buttons a:hover,
#my-buttons a:active {
 background-color: #bbccdd;
 border-style: inset;
}