Usor:Bdesham/monobook.css

E Vicipaedia

Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac); IE: hold Ctrl while clicking Refresh, or press Ctrl-F5; Konqueror:: simply click the Reload button, or press F5; Opera users may need to completely clear their cache in Tools→Preferences.

/* <pre> */
/*
bdesham's monobook.css
version 2007-07-07
*/
 
/* general */
 
body {
	font-family: "Garamond", "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: 13pt; }
 
/* 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> */