User:Bdesham/monobook.css

From Wikiquote
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press 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> */