User:Dmharvey/monobook.css
From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Firefox/Mozilla/Safari: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Internet Explorer: press Ctrl-F5, Opera/Konqueror: press F5.
/* Make texvc HTML output look more similar to surrounding text */ span.texhtml { font-family: sans-serif; } /* make diffs easier to read */ td.diff-addedline, td.diff-deletedline, td.diff-context { font-size: 115%; font-family: monospace; } span.diffchange { font-weight: bold; } /* make <nowiki><pre></nowiki> stuff easier to read */ pre { font-size: 115% } /* make edit box easier to work with */ textarea#wpTextbox1 { font-size: 115%; font-family: monospace; }