User:Danny B-)/monobook.css

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Danny B-) (talk | contribs) at 09:53, 4 August 2004. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Jump to navigation Jump to search
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.
/* make the background behind the content area and the tabs a light grey */
#content, #content table
#p-cactions ul li a { background: #f5f5f5; }


/* use browser prefs for text size and font */
body, #globalWrapper { font: inherit !important; }

/* change colour of unselected tabs */
#p-cactions ul li a { background: #66CCFF; }

/* change border colour of selected tabs */
#p-cactions li.selected { border-color: #000080; }

/* style the search box and the buttons below it */
input.searchButton {
    background-color: #CCFFFF !important;
    border: 1px outset !important;  
}
#searchInput { border: 1px outset !important; }