User:Sannse/monobook.css
|
Note: After saving, you have to bypass your browser's cache to see the changes. Mozilla/Safari/Konqueror: hold down Shift while clicking Reload (or press Ctrl-Shift-R), IE: press Ctrl-F5, Opera: press F5.
/* bottom tab styling, tab optics (not for IE currently) */ #mytabs { position:static; margin: -0.5em 0 0 11.5em; white-space:nowrap; overflow: visible; padding: 0 0 0 1em; font-size: 95%; } #mytabs li { background: #F8FCFF; display: inline; border: 1px solid #aaaaaa; padding: 0 0 0.2em 0; margin: 0 0.3em 0 0; } #mytabs li a { padding: 0.3em 0.8em 0 0.8em; text-decoration: none; text-transform: lowercase; position: relative; } #mytabs li.selected { background: white; } #mytabs li.selected a { z-index: 3; } #mytabs .new a { color:#ba0000; } #mytabs h5 { display: none; } .hiddenlinks { A:link{color:#F8FCFF} A:visited{color:#F8FCFF} A:active{color:#F8FCFF} }