Jump to content

User:DoubleAW/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.
/* <pre><nowiki> */
/* Hide the special characters and warnings in edit mode */ 
#editpage-copywarn, #editpage-copywarn2, #editpage-copywarn3, #edittools_cyrillic, #edittools_greek, #edittools_ipa, #footer { display: none; }
/* No Site Notice */
#siteNotice { display: none; }
/* Links */
a, a:visited, #p-personal, #p-personal li a { color: blue; }

a:hover {
	color: darkred;
	text-decoration: none;
}

li#pt-userpage, #p-personal li a:hover, #p-personal li a {
	background: none;
	padding-bottom: 0px;
}

#p-personal li a:hover {
	color: #CC0000;
	font-weight: normal;
}

/* Rounded border for Categories box and Navigation boxes (on the left) */
#catlinks, .pBody {
	padding: 0 5px 0 5px;
	margin-top: 0.5em;
	-moz-border-radius: 0.5em;
	border: 1px solid dodgerblue;
	background-color: white;
}

.infobox {
	padding: 5px 5px 0 5px;
	margin-top: 0.5em;
	-moz-border-radius: 0.5em;
	border: 1px solid dodgerblue;
	background-color: white;
}

#p-personal { text-align: center; }

#wpSummary {
	padding: 3px 8px 3px 8px;
	margin-top: 1em;
	-moz-border-radius: .5em;
	border: 1px solid dodgerblue;
	clear: both;
}

#wpTextbox1 {
	padding: 3px;
	padding-right: 0px;
	font: 9pt Courier;
	background: #FBFEFF;
	-moz-border-radius: .25em;
	border: 1px solid dodgerblue;
}

.standard-talk, .messagebox { -moz-border-radius: .5em; }

#globalWrapper {
	width: 98%;
	padding-left: 5px;
}

#content {
	border: 1px solid dodgerblue;
	-moz-border-radius: .5em;
	padding: 5px;
}
table.persondata {
	display:table;
	border: 1px #505050 solid;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 3px;
}
.persondata-label {
	color: #505050;
	font-weight: bold;
}
/* </nowiki></pre> */