User:Lsy098/monobook.css

From Simple English Wikipedia, the free encyclopedia

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.
#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: #E8F3ED }

/* 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; }