User:Mitch Ames/monobook.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
![]() | The accompanying .js page for this skin is at User:Mitch Ames/monobook.js. |
/* 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; }