User:Schweiwikist/monobook.css
From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Firefox/Mozilla/Safari: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Internet Explorer: press Ctrl-F5, Opera/Konqueror: press F5.
.navpopup { !important; font-family: "Georgia" !important; !important; font-size: tiny !important; } /* <pre> */ #p-about, #p-logo, #p-nav, #p-navigation, #p-search, #p-interaction, #p-tb, #p-lang { font: x-small Georgia,"Georgia",serif; font-size:104%; position: fixed; } /* add ~1.4em every time they add a navigation link */ #p-interaction { margin-top: 194px; top: 10.3em; } #p-tb { margin-top: 208px; top: 19.3em; } #p-navigation { margin-top: 20px; top: 11em; } #p-search { margin-top: 192px; top: 34.7em; } /* Going to need to get creative with this one (why did they put the user bar/actions in the same div? why???) */ #p-lang { display: none; margin-top: 160px; top: 25em; } #p-lang .pBody { height: 20em; overflow: scroll; } body { background-attachment: fixed; padding-right: 1em; } #footer { margin-left: 13.6em; border-left: 1px solid #fabd23; border-right: 1px solid #fabd23; -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; } #content { color:#000000; font: x-small Georgia,"Georgia",serif; font-size:108%; -moz-border-radius-topleft: 12px; -moz-border-radius-topright: 12px; margin: 2.4em 1.0em 0 11.5em; /* top right bottom left */ border: 1px solid #aaaaaa; border-right: 1px solid #aaaaaa; } #p-cactions { margin-left: 15px; font: x-small Georgia,"Georgia",serif; font-size:92%; } #p-cactions li { -moz-border-radius-topleft: 12px; -moz-border-radius-topright: 12px; background-color: white; } // This chunk makes the menus draw your attention slightly #column-one ul {opacity: 0.8;} #column-one ul:hover {opacity: 1} // This chunk makes the links in the body text // less intrusive (and adds interactivity) #bodyContent a {color: black; border-bottom: 1px solid #aaaaff;} #bodyContent a:visited {color: #555555; border-bottom: 1px dotted #dddddd;} #bodyContent p:hover a, #bodyContent li:hover a, #bodyContent blockquote:hover a {color: black; border-bottom: 1px solid blue; text-decoration:none;} #bodyContent p:hover a:hover, #bodyContent li:hover a:hover, #bodyContent blockquote:hover a:hover {color: blue; text-decoration:none;} #bodyContent a.new, #bodyContent a:visited.new {color: black; border-bottom: 1px solid red;} #bodyContent p:hover a.new, #bodyContent li:hover a.new, #bodyContent blockquote:hover a.new {color: black; border-bottom: 1px solid red; text-decoration:none;} #bodyContent p:hover a:hover.new, #bodyContent li:hover a:hover.new, #bodyContent blockquote:hover a:hover.new {color: red; text-decoration:none;} #p-cactions li a { background: none transparent !important; border-bottom: solid white; padding-bottom: 1px; } #p-cactions #ca-editfirst a { padding-left: .4em; padding-right: .4em; } /* </pre> */