User:KelvSYC/monobook.css
From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Mozilla/Safari: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Internet Explorer: press Ctrl-F5, Opera/Konqueror: press F5.
/* 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; }