User:Lsy098~enwiki/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.
#content, #content table #fafaf9
#p-cactions ul li a { background: #fafaf9; }

/*
 ** Diff rendering
 */
 table.diff { background:fafaf9 ; }
 td.diff-otitle { background:#ffffff; }
 td.diff-ntitle { background:#ffffff; }
 td.diff-addedline { background:#B1FEC2; }
 td.diff-deletedline { background:#D8E093; }
 td.diff-context { background:#EAEAEA}

/* changes the colour of pre areas  */
pre { background: none}

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

/* change colour of selected tabs */
#p-cactions ul li.selected a { background:fafaf9; }

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

#p-cactions li a:hover { z-index: 3; text-decoration: none; }
#p-cactions li.selected a:hover { z-index: 3; }

body, #globalWrapper { font: inherit !important; }

input.searchButton {
    background-color: #a1bcd3 !important;
    border: 1px outset !important;  
}
#searchInput { border: 1px inset !important; }

a {
    text-decoration: underline;
    color: blue;
}

a.interwiki, a.external {color: #02798B; }

a.stub { 
    text-decoration: underline;
    color: #C33100;}

a:visited { color:#7C0087; }
a:active, a.new { color: ff0000; }