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.
/* BEGIN LIGHT BLUE SECTION */
/* Make all non-mainspace pages have a light blue content area. This is done by
   setting the background color for all #content areas to light blue and then
   overriding it for any #content enclosed in a .ns-0 (main namespace). I then
   do the same for the "tab" background colors. --Lupo */

/* Changing to counteract this. I finally noticed it and hate it */
 
/* Make content area light <s>blue</s> white in all namespaces <s>except articles (main namespace)</s> */
 
#content, 
#p-cactions li.selected, #p-cactions li a:hover, #p-cactions li.selected a {
    background-color: #FFFFFF; /* a light blue */
}
#p-cactions li a {
    background-color: #FBFBFB;
}
#content div.thumb {
    border-color: #FFFFFF;
}

/* END LIGHT BLUE SECTION */