User:Bdesham/monobook.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* general */

body {
    background: #f9f9f9; /* Plain, flat gray instead of the book image */
	font-family: "Palatino", "Palatino Linotype", "urw palladio l", "URW Palldio L", "Palladio", "Zapf Calligraphic", serif; /* if there's palatino, I'm gonna use it */
}

div#globalWrapper {
	max-width: 1234px;
	margin-left: auto;
	margin-right: auto;
}

.mw-body {
	line-height: 1.7em;
}

h1 {
	text-shadow: #cccccc 1px 1px 2px;
}

textarea.mw-editfont-monospace, textarea.mw-editfont-sans-serif, textarea.mw-editfont-serif {
	font-size: 10pt;
	font-family: "Menlo", "Lucida Grande", "Helvetica", sans-serif;
	background-color: #f6f6f6;
	line-height: 1.2em !important;
}

div#content,
.ns-0 div#content {
    background-color: #fafafa;
}

div#content blockquote {
	border-left: 3px solid #dddddd;
	padding-left: 1.5em;
	margin-left: 1.5em;
	line-height: 1.5em;
	font-size: 100%;
}

div#column-one {
	position: relative;
	padding-top: 0;
}

div#column-one > div.portlet {
	float: left;
}

div#bodyContent {
	font-size: 14px;
}

#mw-content-text h2,
#mw-content-text p,
#mw-content-text ul,
#mw-content-text ol,
#mw-content-text dl {
	max-width: 800px;
}

#mw-content-text blockquote {
	max-width: 800px;
	box-sizing: border-box;
}

#mw-content-text table.cquote.pullquote {
	max-width: 800px;
	margin-left: 0 !important;
}

div#content {
	border-right: 1px solid #9A9A9A !important;
}

/* fix tabs */
div#p-cactions > div.pBody {
	padding-top: 1px;
}

/* fix TOC */
table#toc {
	width: 400px;
}

/* 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;
	font-size: 100%;
}

/* I know the deal with copyright at this point */
.copyrightwarning {
	display: none;
}

/* use normal-sized text in {Information} */
.toccolours {
	font-size: 100%;
}

/* make language markers both more obvious and less obtrusive */
span.language {
	color: #559955;
	font-size: 70%;
	font-family: "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", "Helvetica", sans-serif;
	text-transform: uppercase;
}

/* links */

a:link {
    text-decoration: none;
    color: #0030CE;
}
a:visited {
    text-decoration: none;
    color: #7528FB;
}
a:hover { text-decoration: underline; }
a:visited:hover { text-decoration: underline; }

a.external
{
	background: transparent !important;
	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;
}