User:Fabiform/monobook.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* 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; }