User:Renesis/monobook.css
From Simple English Wikipedia, the free encyclopedia
Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac); IE: hold Ctrl while clicking Refresh, or press Ctrl-F5; Konqueror:: simply click the Reload button, or press F5; Opera users may need to completely clear their cache in Tools→Preferences.
/*<pre><nowiki>*/
body { background-image:none; font-family:'Lucida Grande', 'Verdana', 'Arial', 'Helvetica', 'sans-serif'; }
/* This hides the edittools on all pages */
/* Other tools: #edittools_main, #edittools_name, #edittools_wikimarkup */
#edittools_characters,
#edittools_greek,
#edittools_cyrillic,
#edittools_ipa,
#edittools_symbols,
#editpage-copywarn2,
#editpage-copywarn3 { display:none; }
/* This un-hides the edittools on the MediaWiki:Edittools page (so I can see what's on that page) */
.page-MediaWiki_Edittools #edittools_characters
.page-MediaWiki_Edittools #edittools_greek,
.page-MediaWiki_Edittools #edittools_cyrillic,
.page-MediaWiki_Edittools #edittools_ipa,
.page-MediaWiki_Edittools #edittools_symbols { display:inline; }
.page-MediaWiki_Edittools #editpage-copywarn2,
.page-MediaWiki_Edittools #editpage-copywarn3 { display:block; }
.previewnote {
background-color: #A8F569; /*#69C2F5;*/
border: 1px solid #57AB13; /*#007CC4;*/
color: black;
font-weight: bold;
margin: 1em 0 1em;
padding: .5em 1em;
vertical-align: middle;
text-indent:0em;
}
/*</nowiki></pre>*/

