Monobook.css
Talk0
36,665pages on
this wiki
this wiki
MediaWiki page
Note: After saving, you have to bypass your browser's cache to see the changes.
- Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button, or press Ctrl+F5.
- Firefox: hold down the Shift key while clicking Reload; alternatively press Ctrl+F5 or Ctrl-Shift-R.
- Opera users have to clear their caches through Tools→Preferences
- Konqueror and Safari users can just click the Reload button.
- Chrome: press Ctrl+F5 or Shift+F5
/* <pre style="overflow: scroll"><nowiki> */ /* NON MONOBOOK SPECIFIC STUFF TO BE MOVED TO [[MediaWiki:Common.css]]! */ /*@import "http://swfanon.wikia.com/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css";*/ /* Display text below main article header, located at MediaWiki:tagline */ #siteSub { display: inline; font-size: 0.9em; font-weight: normal; font-style: italic; } /* background image & font style */ body { background: #B8BEC5 url(http://images2.wikia.nocookie.net/__cb20101213201843/swfanon/images/2/2e/CoruscantWikiBackground.jpg) no-repeat fixed; font-family: Verdana, "Lucida Grande", "Lucida Sans", Arial, sans-serif; } #globalWrapper { font-size: 13px; } .portlet { font-size: 1em; } #column-one { font-size: 0.95em; } div.tleft { border: none; } div.tright { margin-left: 13px; } .content-bg { background: white; } .portlet .pBody, #column-content, #content, #p-cactions li, #catlinks { border-width: 0; } #p-cactions li a, #p-cactions li.selected a { border-color: white; } a:link, a:visited { /* text-decoration: none; */ } a:hover, a.new:hover, li.new a:hover { color: orange; text-decoration: underline; } /* div.tleft, div.tright, div.thumb { border-color: transparent; } */ div.tleft div, div.tright div, div.thumb div { border-width: 0; background: #F2F5FD; } div.tleft a.internal img, div.tright a.internal img, div.thumb a.internal img { border-width: 0; } #p-cactions { margin-left: 1em; } #p-personal ul { font-weight: bold; } /* What's this, totally undocumented piece of code? */ .content-bg { background: #DEDEE1; } /* table of contents etc. */ #catlinks, #toc, .toc { background: #f2f5fd; } /* Header tweaks h1, h2 { border-color: #D8E9FC; }*/ /* User icon next to your username */ li#pt-userpage, li#pt-anonuserpage, li#pt-login { background: url(http://images.wikia.com/swfanon/images/8/81/User_icon.png) top left no-repeat; } /* Getting Related Pages to show up correctly (from kingdomhearts.wikia.com) */ .RelatedPagesModule { clear: both; margin: 0 10px; } .RelatedPagesModule h2 { border-bottom: solid 1px #d9d9d9; font-size: 18px; margin-top: 14px; overflow: hidden; } .RelatedPagesModule ul * { display: inline-block; list-style: none; margin: 5px 0 15px; } .RelatedPagesModule ul:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .RelatedPagesModule li { float: left; line-height: 1.4em; margin-left: 25px; padding: 0; position: relative; width: 200px; } .RelatedPagesModule li:first-child { margin-left: 0; } .RelatedPagesModule li img { width: 200px; height: 100px; display: inline-block; } .RelatedPagesModule .articleSnippet { height: 100px; overflow: hidden; width: 190px; } .RelatedPagesModule .articleSnippet:before { content: '\201C'; font-size: 70px; left: 0; position: absolute; top: 25px; } .RelatedPagesModule .articleSnippet p { font-size: 16px; height: 80px; line-height: 1.25em; margin-left: 35px; overflow: hidden; padding: 0; } .RelatedPagesModule .more { display: block; margin: 5px 0; } /* </nowiki></pre> */ .cleared { clear: both; } /* Search popup */ #search-icon-wrapper { cursor: pointer; } #search-popup { position: absolute; background: #f2f5f9; text-align: left; z-index: 8; } #title-eraicons { float: right; position: absolute; right: 13px; top: 58px; } /* Override font for the sake of {{Quote}} */ .quote q { font-family: Verdana, Helvetica, Arial, sans-serif; }