User:Fabiform/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:Fabiform/monobook.js. |
/* suppress the little person icon by my username */
li#pt-userpage,
li#pt-anonuserpage,
li#pt-login { background: none }
/* replace the book in the background with something else */
body { background: #F0FFE3; }
/* always underline links */
a { text-decoration: underline; }
/* link colors - standard plus my stub colour */
a { color: #0000FF; }
a:visited { color: #7F007F; }
a:active, a.new { color: #FF0000; }
a.interwiki, a.external { color: #3366BB; }
a.stub { color: rgb(0,102,0); }
/* underline top menu links, no hover tricks */
#p-personal li a { text-decoration: underline; }
#p-personal li a:hover { background-color: #F0FFE3; text-decoration: underline;}
/* tabs */
#p-cactions ul li a { background: #C7FDC7; }
#mytabs ul li a { background: #C7FDC7; }
/* selected tabs */
#p-cactions ul li.selected a { background: white; }
#mytabs ul li.selected a { background: white; }
/* selected tabs border */
#p-cactions li.selected { border-color: #aaaaaa; }
#mytabs li.selected { border-color: #aaaaaa; }
/* tab bottom not removed on hover */
#p-cactions li a:hover { z-index: 0; text-decoration: none; }
#p-cactions li.selected a:hover { z-index: 3; }
/* style the search box and the buttons below it */
input.searchButton {
background-color: #efefef !important;
border: 1px outset !important;
}
#SearchInput { border: 1px inset !important; }
/* 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: #C7FDC7;
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; }
/* offsets to distinguish the tab groups */
li#mytabs-ca-talk { margin-right: 1.6em; }
li#mytabs-ca-watch { margin-left: 1.6em; }