User:KelvSYC/monobook.css
Appearance
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 can be added at User:KelvSYC/monobook.js. |
/*
Namespace selector reference:
.ns-2 - User
.ns-3 - User talk
*/
a {
text-decoration: underline;
color: #0000FF !important;
}
/* CSS2.1 uses one colon for pseudo-classes, while the proposed namespace-aware CSS3 uses two (to distinguish it from an element inside another namespace). So that it is both backwards and forwards compatible, I have both here. */
a::visited { color: #7F007F !important; }
a::active { color: #FF0000 !important; }
a:visited { color: #7F007F !important; }
a:active { color: #FF0000 !important; }
a.new { color: #FF0000 !important; }
a.interwiki, a.external { color: #3366BB !important; }
a.stub { color: #772233 !important; }
#bodyContent ul > li, #p-navigation ul > li, #p-tb ul > li, #p-lang ul > li {
list-style-image: none;
line-height: normal !important;
}
#p-tb, #p-navigation, #p-lang, #p-personal, #p-logo {
position:fixed;
z-index:3;
width:120px;
}
#p-search {
width: 100%;
position:absolute;
left: 0;
top: 0;
z-index: 0;
background:none;
}
#p-search h5 { display: none; }
#p-search .pBody { background: none; text-align:right; border: none; }
#p-cactions { font-size: 100%; left: 125px; }
#p-cactions ul { margin: 0; }
#p-cactions li.selected { font-weight: bold; }
#p-cactions li a { text-transform: none; }
#p-cactions li { padding: 1px; }
/* hack until bug is fixed */
#p-cactions li.new a { color: #FF0000 !important; }
#p-personal { top: 155px; }
#p-navigation { top: 235px; }
#p-tb { top: 340px; }
.ns-2 #p-lang { top: 430px; }
.ns-2 #p-lang .pBody { max-height: 165px; overflow: auto; }
#p-lang { top: 410px; }
#p-lang .pBody { max-height: 185px; overflow: auto; }
#p-personal .pBody {
margin: 0;
background: White;
border: 1px solid #aaaaaa;
padding: 0 0.8em 0.3em 0.5em;
}
#p-personal ul {
list-style-type: square;
margin: 0.3em 0 0 1.5em;
padding:0;
text-align:left;
text-transform: none;
}
#p-personal li {
display: list-item;
padding:0;
margin: 0 0 0 0;
color:#000000;
}
#p-personal a {
text-decoration:underline !important;
}
li#pt-userpage { background: none }
#content { margin: 2.9em 0em 1em 125px; }
#footer {
margin: 0em 0em 1em 125px;
}
#globalWrapper { font-size:100%; }
h1, h2, h3, h4, h5, h6 {
font-family: "Bitstream Vera Sans", "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
}
#bodyContent * {
line-height:normal !important;
}
body {
font: x-small "Bitstream Vera Sans", Verdana, "Lucida Grande", Lucida, Helvetica, Arial, sans-serif;
background-attachment: fixed;
}