User:Yaarrgh/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.
/* block styles */

#p-nav,#p-search,#p-tb
{
	border: 1px solid #d0d0d7;
	margin-left: 3px;
}

#p-nav h5,#p-search h5,#p-tb h5 
{
	display: block;
	padding: 3px 3px 7px 3px;
	background-color: #d9e4f9;
	border-bottom: 1px solid #d0d0d7;
	text-align: center;
	font-family: verdana,arial,sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}

div.pBody
{
	border: 0px;
}

/* link styles */

a
{
	font-weight: bold;
	text-decoration: none;
	color: #003399;
}

a:active
{
	color: #9966ff;
}

a:visited
{
	color: #003399;
}

a:hover
{
	text-decoration: underline;
}