User:Chris Chittleborough/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.
 /* Weirdzo hack to move Edit-this-section links to LH margin; looks ugly! */
 .editsection {
   float: left !important;
   /* margin:0px !important; */
   /* display: inline !important; */
   font-size: x-small;
 }

 /* I want to see which external links I've visited */
 a.external:visited {
   color: #63a !important;
 }

 /* More font-size fiddling: cancel a 127% size change
  * in http://en.wikipedia.org/skins-1.5/monobook/main.css */
 #globalWrapper  { font-size: 100% !important; }
 input, textarea { font-size: 100%; }