User:Mitch Ames/common.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.
/* Set background colour of watchlist to white, so that not-followed (blue) and followed (purple) links are more easily distinguishable.
   https://en.wikipedia.org/w/index.php?title=Wikipedia:Village_pump_%28technical%29&diff=497544745&oldid=497543091
*/
.mw-special-Watchlist div#content{ background: white; }

/* Other examples of syntax:
.mw-special-Watchlist div#content a:visited{ background: black; }
.mw-special-Watchlist div#content a:link{ background: green; }
.mw-special-Watchlist div#content a:link{ color: orange; }
*/
.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; }

/* Stop the animations in Visual Editor
   Source: https://en.wikipedia.org/w/index.php?title=Wikipedia:VisualEditor/Feedback&diff=620990753&oldid=620989803#Stop_the_animation_please
*/
.oo-ui-window, .oo-ui-window-frame { transition: none !important; }