User:Phoenix-forgotten/monobook.css
From Wikipedia, the free encyclopedia
If a message on your talk page led you here, please be wary of who left it. Code that you insert on this page could contain malicious content capable of compromising your account. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. If this is a .js page, the code will be executed when previewing the page.
Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.
/* Okay, for some reason the automatic <PRE> style goes away whenever I've edited this page. When I first view it, it's fine, but after I edited it, it went away, along with the browser-cache warning, just as if this weren't a CSS page. Only clearing the server's cache fixes it apparently. So the sequence goes: First view: Fine. After edit: broken. After {{purge|server purge}}: Fine again. */ /*<pre><nowiki>*/ #pt-userpage { /* attempt at hiding username on screen; not allowed, it seems */ color: white; display: none; } pre { overflow-x: auto; overflow-y: visible; } /* Testing the PRE auto-scroll: ----------------------------------------------------------------------------------------------------------foobar- */ /* overriding bizarro "http://en.wikipedia.org/w/index.php?title=-&action=raw&gen=css&maxage=2678400&smaxage=0&ts=20070315045556" css import */ a { text-decoration: none; } #p-cactions li, #p-cactions li a { -moz-border-radius-topleft: .5em; -moz-border-radius-topright: .5em; } #bottomtabs li, #bottomtabs li a { -moz-border-radius-bottomleft: .5em; -moz-border-radius-bottomright: .5em; } /** bottom tab styling (only Firefox-tested) */ #bottomtabs { background:transparent none repeat scroll 0%; border-collapse:collapse; font-size:95%; line-height:1.1em; margin:0pt; overflow:visible; padding-left:1em; position:relative; /* was absolute for top tabs, for obvious reasons */ left: 11.5em; bottom: .5em; white-space:nowrap; width:76%; } #bottomtabs .hiddenStructure { display: none; } #bottomtabs ul { list-style-image: none; list-style-position:outside; list-style-type: none; } #bottomtabs .pBody { background-color:transparent; border:0pt none; border-collapse:inherit; color:inherit; font-size:1em; padding:0pt; } #bottomtabs li { background:white none repeat scroll 0%; border-color: #AAAAAA; border-style:none solid solid; border-width:medium 1px 1px; display:inline; margin:0pt 0.3em 0pt 0pt; overflow:visible; padding:0pt 0pt 0.2em; } #bottomtabs li a, #bottomtabs li a:hover, #bottomtabs li.selected a { background-color: #f8fcff; } #bottomtabs li.selected { border-color: #fabd23; font-weight: bold; /* padding: 0.2em 0pt 0pt; why does the opposite exist in the upper tabs? */ } #bottomtabs li a { text-transform: lowercase; border:medium none; color:#002BB8; margin:0pt; padding:0.3em .8em 0pt; position:relative; text-decoration:none; z-index:0; } #bottomtabs li.selected a { z-index: 3; } #bottomtabs .new a { color:#ba0000; } #bottomtabs li a:hover { z-index: 3; text-decoration: none; } #bottomtabs h5 { display: none; } #bottomtabs li.istalk { margin-right: 0; } #bottomtabs li.istalk a { padding-right: 0.5em; } #bottom-ca-addsection a { padding-left: 0.4em; padding-right: 0.4em; } #bottom-ca-edit a { /* does the Wikipedia thing of emboldening the "edit" button */ font-weight:bold; } /* offsets to distinguish the tab groups */ li#bottom-ca-talk { margin-right: 1.6em; } li#bottom-ca-watch, li#bottom-ca-unwatch, li#bottom-ca-varlang-0, li#bottom-ca-print { margin-left: 1.6em; } /*</nowiki></pre>*/

