Jump to content

User:Mitch Ames/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.
/* Main Monobook skin:
   https://en.wikipedia.org/wiki/MediaWiki:Monobook.css
*/

/* Set background colour of all pages to white
   https://en.wikipedia.org/w/index.php?title=Wikipedia:Village_pump_(technical)&oldid=1270402959#Background_colour_for_Talk_and_other_pages
*/
div#content,
div#p-cactions li a:hover,
div#p-cactions li.selected a,
div#content div.thumb {
  background-color:white !important;
}

/* For watchlist set visited links to purple so that not-visited (blue) and visited (purple) links are more easily distinguishable.
   (The default visited colour is barely distinguishable from blue.)
   https://en.wikipedia.org/w/index.php?title=Wikipedia:Village_pump_%28technical%29&diff=497544745&oldid=497543091
*/
.mw-special-Watchlist div#content a:visited{ color: purple; }

/* Set height of edit box
   https://meta.wikimedia.org/wiki/Tech/News/2017/03
*/
#wpTextbox1 { height: 52em; }