User:Maddie!/monobook.css
Appearance
(Redirected from User:Ashbey/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:Maddie!/monobook.js. |
#content, #mytabs li a, #p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a {background-color: #F0F8FF;}
/*
<pre>
*/
.usermessage {
background: LightBlue repeat-x scroll left top;
border: 1px solid royalblue;
color: #000;
font-weight: bold;
margin: 2em 0em 1em 0em;
padding: 0.5em 1em 0.5em 1em;
vertical-align: middle;
}
body {
background: lightsteelblue
}
#p-lang .pBody {
border: 3px solid #FF6600
background: aliceblue;
}
#p-navigation .pBody {
border: 3px solid #FF6600;
background: aliceblue;
}
#p-interaction .pBody {
border: 3px solid #FF6600;
background: aliceblue;
}
#p-tb .pBody {
border: 3px solid #FF6600;
background: aliceblue;
}
input[type="radio"],
input[type="checkbox"] { border:none; }
input[type="text"], input[type="submit"], textarea {
border: 2px solid #FF6600 !important;
input[type="text"], input[type="submit"], textarea, pre, #toc {
-moz-border-radius: 2px;
#p-cactions li {
-moz-border-radius-topleft: 12px;
-moz-border-radius-topright: 12px;
background-color: Silver;
}
#p-cactions li a {
background: Silver !important;
border-bottom: #FF6600;
padding-bottom: 1px;
}
#p-cactions #ca-editfirst a {
padding-left: .4em;
padding-right: .4em;
}
#footer {
margin-left: 13.6em;
border-left: 3px solid #FF6600;
border-right: 3px solid #FF6600;
-moz-border-radius-bottomleft: 12px;
-moz-border-radius-bottomright: 12px;
}
.pBody {
-moz-border-radius-topright: 12px;
-moz-border-radius-bottomright: 12px;
border-left: none 0 !important;
}
/*
</pre>
*/