User:Phoenix-forgotten/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 is at User:Phoenix-forgotten/monobook.js. |
/* 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://wiki.riteme.site/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>*/