Utente:Vinceguldo/cologneblue.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>
*/

.rcheader, .rcoptions, .edittools, #mw-movepagetext, #mw-histlegend, .newarticle { display:none; }

#jsErrors { display:block !important; }

a:link, a:visited, a:hover, a:active {
text-decoration: none;
}

/* add golden yellow border on left-side boxes */
.pBody {
border: 1px solid #fabd23;
-moz-border-radius: 0.75ex;
}

/* make the image the page background as well as the background for the "diff" table */
body, table.diff {
background: url(http://images2.wikia.nocookie.net/__cb20070712190734/wowwiki/images/9/95/KbBackground.jpg);
}

/* change the unpatrolled icons from ugly red to a nice yellowish-green */
span.unpatrolled {
color: chartreuse;
}

/* hide the individual diff cell backgrounds so the background shows through */
td.diff-otitle, td.diff-ntitle {
background-color:transparent;
}

/* fail-safe for JS code to remove ads */
#ads_topleft, #ads-left, #ads-botleft, .usermessage {
display:none;
}

/* fix code problem on print view */
code {
background-color: #A9A9A9;
color: #000000;
}
code > a {color: #000000;}

/* color recent changes byte-size */
.mw-plusminus-neg {
color: #F07902;
}

.mw-plusminus-pos {
color: #1EFF00;
}

.mw-plusminus-null {
color: #9D9D9D;
}

/* background for talk icon when there is new messages */
li#pt-mytalkicon {
background: url(http://images1.wikia.nocookie.net/__cb20070607020020/wowwiki/images/5/51/Availablequesticon.png) no-repeat;
cursor: pointer;
}

/* un-bold personal links */
#p-personal {
font-weight: normal;
}

.toc {
border: 1px solid black;
background-color: #282828;
padding: 0.5ex 2ex 1ex 1ex;
font-size: 85%;
font-family: Tahoma, sans-serif;
-moz-border-radius: 0.75ex;
}

.usermessage {
display:none;
}

#elinksDiv {
position:relative;
top:-5px;
margin-bottom:-17px;
}

.rows-Drops { display:table-row; }
.rows-Quests, .rows-Trains, .rows-Collection { display:none; }

/*
</pre>
*/