Utente:Emc2/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.

/*<pre>*/
a {
 text-decoration: none;
}

/*
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2
*/
#bodyContent a.external,
#bodyContent a[href ^="gopher://"] {
	background: none !important;
	padding-right: 0 !important;
        color: #679d08 !important;
}
#bodyContent a[href ^="https://"],
.link-https {
	background: none !important;
	padding-right: 0 !important;
        color: #679d08 !important;
}
#bodyContent a[href ^="mailto:"],
.link-mailto {
	background: none !important;
	padding-right: 0 !important;
        color: #de7809 !important;
}
#bodyContent a[href ^="news://"] {
	background: none !important;
	padding-right: 0 !important;
        color: #679d08 !important;
}
#bodyContent a[href ^="ftp://"],
.link-ftp {
	background: none !important;
	padding-right: 0 !important;
        color: #767676 !important;
}
#bodyContent a[href ^="irc://"],
.link-irc {
	background: none !important;
	padding-right: 0 !important;
        color: #a12729 !important;
}
/* disable interwiki styling */
#bodyContent a.extiw,
#bodyContent a.extiw:active {
	color: #36b;
	background: none;
	padding: 0;
}
#bodyContent a.external {
	color: #36b;
}
/* this can be used in the content area to switch off
special external link styling */
#bodyContent .plainlinks a {
	background: none !important;
	padding: 0 !important;
        color: #002bb8 !important;
}

/*</pre>*/