MediaWiki:Monobook.css
From Wikinews, the free news source you can write!
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. — More skins
/* ==edit this file to customize the monobook skin for the entire site== */ /*No auto preview. save and then use shift+ctrlR in moz/Fx or ctrl+F5 in Ie */ /*If you put a background image, add it to [[Wikinews:Important images not directly linked that if are deleted you will incur many peoples wrath]] and make sure it's protected.*/ body { background: #F8F8F8; } #siteSub { display: inline; font-size: 100%; font-weight: normal; font-style: italic; } /* Thanks to Wikipedia BIG TIME. */ body.page-Main_Page #deleteconfirm, body.page-Portal_Wikipedia #deleteconfirm, body.page-Main_Page #t-cite, body.page-Main_Page #lastmod, body.page-Portal_Wikipedia #lastmod, body.page-Main_Page #siteSub, body.page-Portal_Wikipedia #siteSub, body.page-Main_Page #mw-revisiontag, body.page-Portal_Wikipedia #contentSub, body.page-Main_Page h1.firstHeading, body.page-Portal_Wikipedia h1.firstHeading { display: none !important; } /*rss icon. see [[template talk:latest news]] */ *.rss { color: #FFFFFF; background-color: #FF5500; background-image: none !important; border-color: #FF5500; border-style: outset; text-decoration: none !important; padding-left: 0.2em; padding-right: 0.2em; border-width: 0.15em; font-size: 95%; line-height: 95%; font-family: verdana, sans-serif; font-weight: bold; } /* hide heading for Main Page (Monobook skin only) */ BODY.page-Main_Page H1.firstHeading { display: none; } /* hide category links for main page */ BODY.page-Main_Page #catlinks { display: none; } s, strike { color: #777 !important; } /* move comment tab closer to talk tab */ li#ca-talk { margin-right: 0.3em !important; } li#ca-edit { margin-left: 1.6em !important; } #coordinates { position: absolute; z-index: 1; border: none; background: none; right: 30px; top: 3.7em; float: right; margin: 0.0em; padding: 0.0em; line-height: 1.5em; text-align: right; text-indent: 0; font-size: 85%; text-transform: none; white-space: nowrap; } /* float in the title bar (Ex little FA icons in top-right corner) */ /*! important is to overide legacy inline stuff */ .float_in_title { position: absolute; z-index: 100; right: 20px; top: 20px !important;}
