User:TrueCRaysball/monobook.css

From Wikiquote
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/*Body*/
body {
   background-color: #000000;
   background: url(http://img36.imageshack.us/img36/2232/cr90bg.png) 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; 
}