User:DoubleAW/monobook.css
(Redirected from User:EdBoy002/monobook.css)
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin is at User:DoubleAW/monobook.js. |
/* <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> */