Utente:Mαρκος/vector.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.

a:visited { color:#002BB8; }

a, a:visited, a:active
{
color: #002BB8;
}

/*
Overriding the typography refresh - see https://www.mediawiki.org/wiki/Typography_refresh
To use it, copy the following code to [[Special:Mypage/vector.css]].
Alternatively, choose a skin other than Vector in your preferences.
Works ok for me with Firefox 27.0.1 and Ubuntu 12.04 LTS, but has not been tested
in different environments. There may also still be glitches of one sort or another.
Let me know if you have any suggestions for improving it.
*/
 
/* Fonts and colours */
html, body {
	font-family: sans-serif; /* This is only necessary on mediawiki.org; if you
are on another wiki, it's probably better to remove it. */
}
div#content h1,
div#content h2,
div#content #firstHeading {
	font-family: inherit; /* This should only be necessary on Wikimedia wikis.
Third-party MediaWiki apparently doesn't have serif headers, so you can remove
this for a third-party wiki. */
}
div#content.mw-body {
	color: #000;
}
/* Font size */
div#content.mw-body {
	margin-left: 11em;
}
#bodyContent {
	font-size: 0.8em;
}
div#content h1,
div#content #firstHeading {
	font-size: 1.6em;
	margin-bottom: 0.1em;
}
div#content h3 {
	font-size: 132%;
}
div#content h4 {
	font-size: 116%;
}
div#content h5 {
	font-size: 100%;
}
div#content h6 {
	font-size: 80%;
}
#bodyContent, .mw-body-content, div#content dd, div#content ol, div#content ul, td.diff-context {
	line-height: 1.5em !important;
}