Utilisateur:Bdesham/monobook.css
Note : après avoir enregistré la page, vous devrez forcer le rechargement complet du cache de votre navigateur pour voir les changements.
Mozilla / Firefox / Konqueror / Safari : maintenez la touche Majuscule (Shift) en cliquant sur le bouton Actualiser (Reload) ou pressez Maj-Ctrl-R (Cmd-R sur Apple Mac) ;
Firefox (sur GNU/Linux) / Chrome / Internet Explorer / Opera : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl-F5./* <pre> */
/*
bdesham's monobook.css
version 2007-07-07
*/
/* general */
body {
font-family: "Palatino", "Palatino Linotype", "urw palladio l", "URW Palldio L", "Palladio", "Zapf Calligraphic", serif; /* if there's palatino, I'm gonna use it */
line-height: 1.1em;
}
h1 { text-shadow: 2px 2px 3px #cccccc; }
textarea {
font-size: 10pt;
font-family: /* "DejaVu Sans", "Bitstream Vera Sans", */ "Lucida Grande", "Helvetica", sans-serif;
background-color: #eeeeee;
color: #000030;
}
blockquote {
border-left: 2px solid #dddddd;
padding-left: 1.5em;
margin-left: 1.5em;
font-size: 12pt;
}
div#bodyContent { font-size: 14px; }
/* sans-serif fonts are more readable at these sizes */
div.portlet, div#footer { font-family: "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", "Helvetica", sans-serif; }
/* use a decent IPA-supporting font if one's available */
span.IPA { font-family: "DejaVu Serif", "Gentium", "HiraKakuPro-W3"; }
/* keep variables in running text the same font as the surrounding text */
span.texhtml { font-family: "Palatino", "Palatino Linotype", "urw palladio l", "URW Palldio L", "Palladio", "Zapf Calligraphic", serif; }
/* I know the deal with copyright at this point */
.copyrightwarning { display: none; }
/* links */
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:visited:hover { text-decoration: underline; }
#bodyContent a[href ^="http://"],
#bodyContent a[href ^="gopher://"],
#bodyContent a[href ^="https://"],
#bodyContent a[href ^="mailto:"],
#bodyContent a[href ^="news://"]
{
background: transparent;
padding-right: 0px;
}
#bodyContent a { padding-right: 0px; }
/* DEATH TO LIGHT BLUE!!!!11 */
#content, #content div.thumb,
#mytabs li, #mytabs li a,
#p-cactions li a
{
background-color: white;
}
/* personal toolbar */
div#p-personal ul a:hover,
div#p-personal ul a:visited:hover
{
background-color: transparent;
text-decoration: underline;
}
li#pt-userpage,
li#pt-anonuserpage,
li#pt-login
{
background: transparent;
}
li#pt-userpage {
text-transform: lowercase;
font-weight: bold;
}
/* </pre> */