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
#p-cactions ul li a { background: #f5f5f5; }
#ca-patrol a{background:red !important;text-color:yellow !important;}
/* stop background image from scrolling with content area */
body { background-attachment: fixed; }

/* replace the book in the background with something else */
/*body { background: Gray; }*/

/* suppress the person icon by your username */
li#pt-userpage { background: url(http://en.wikipedia.org/upload/wiki.png) !important}

/* changes the background of pre areas  */
pre { background: White}

/* change the logo */
/*#p-logo a { background: url(http://en.wikipedia.org/upload/wiki.png) 35% 50% no-repeat !important; }*/


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

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

/* change background of mouseover tabs */
#p-cactions ul li.hover a { background: white; }

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

/* change border background of hover tabs */
#p-cactions li.hover { border-color: #aaaaaa; }

/* tab bottom not removed on hover */
/*#p-cactions li a:hover { z-index: 0; text-decoration: none; }*/
/*#p-cactions li.selected a:hover { z-index: 3; }*/

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

/* standard link colors */
:link { color: #0000FF; }
:link:visited { color: #7F007F; }
:link:active, :link.new { color: #FF0000; }
:link.interwiki, :link.external { color: #3366BB; }
:link.stub { color: #772233; }

/* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */
pre { overflow: auto; }

/* strikeout Upload File link as a reminder to upload to Commons instead */
li#t-upload { text-decoration: line-through; }
.mw-plusminus-pos {
    color:green;
}

.mw-plusminus-neg {
    color:red;
    font-weight:bold;
}
HTML {scrollbar-face-color:#FF6600; scrollbar-highlight-color:#009900; scrollbar-3dlight-color:#FF0000; scrollbar-darkshadow-color:#0000FF; scrollbar-shadow-color:#00FF00; scrollbar-arrow-color:#FFFFCC; scrollbar-track-color:#FFFFCC;}

#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 1em !important;
  -moz-border-radius-topright: 1em !important;
}
#content { 
  -moz-border-radius-topleft: 1em !important; 
  -moz-border-radius-bottomleft: 1em !important;
}
div.pBody {
  -moz-border-radius-topright: 1em !important;
  -moz-border-radius-bottomright: 1em !important;
}

/* same following the css3 draft specs, any browsers supporting this? */
#p-cactions ul li, #p-cactions ul li a {  
  border-radius-topleft: 1em !important;
  border-radius-topright: 1em !important;
}
#content { 
  border-radius-topleft: 1em !important;
  border-radius-bottomleft: 1em !important;
}
div.pBody {
  border-radius-topright: 1em !important;
  border-radius-bottomright: 1em !important;
}