User:TrueCRaysball/monobook.css

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
/*Body*/
body {
   background-color: #000000;
   background: url(http://img405.imageshack.us/img405/6893/wsblueultimate2560x1600.jpg) 45%;
   background-repeat: no-repeat
   background-position: top left;
   background-attachment: fixed;
   font-family:  Arial Narrow;
}
 
#content
{
background-color:#ffffff;
color: #000000;
}
 
/* change background of unselected tabs */
#p-cactions ul li a { background: #cccccc; color: #0000cd;border:solid 2px #333333; -moz-border-radius-topleft: .5em; -moz-border-radius-topright: .5em; }
 
/* change background of selected tabs */
#p-cactions ul li.selected a { background: #454545; color: #cccccc; border:solid 2px #0000cd; -moz-border-radius-topleft: .5em; -moz-border-radius-topright: .5em; }
 
/* Tab rounding */
#p-cactions ul
{
        overflow:visible;
}
 
#p-cactions li
{
        border: 1px solid #aaaaaa;
        position: relative;
        float: left;
        -moz-border-radius-topleft: .5em;
        -moz-border-radius-topright: .5em;
}
 
/* Miscellaneous Corner-rounding */
#content {
    border: 2px solid #555555;
    background: #ffffff
    -moz-border-radius-topleft: 0.75em;
    -moz-border-radius-bottomleft: 0.75em;
}
 
#footer {
    border: 2px solid #0000cd;
    color: #0000cd;
    background-color: #cccccc
    -moz-border-radius: 6px;
}
 
/* Color of the edit search window  */
#searchInput { 
    border: 2px solid #555555 !important; 
    color: navy;
    font-weight: normal; 
}