Monobook.css
Talk0
169pages 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>*/ /* special background */ body { background:url("http://images2.wikia.nocookie.net/logocreation/images/c/cd/Blue_Obsession_background.png") fixed 0px -75px #6E7B7C; color:darkblue; background-repeat:x-repeat; } /* change background of unselected tabs to dark blue */ #p-cactions ul li a { background: darkblue; } /* change background of selected tabs to blue */ #p-cactions ul li.selected a { background: blue; } /* change border colour of selected tabs to dark blue */ #p-cactions li.selected { border-color: darkblue; } /* change text colour of menu names in sidebar to white */ .portlet h5 { color: white; } /* increase sidebar width */ #column-content { margin-left: -15em } #column-content #content { margin-left: 15em } #p-logo a, #p-logo a:hover { width: 15em } #p-cactions { left: 14.5em } .portlet { width: 14em } div#column-content { margin-left: -14em } div#content { margin-left: 14em } /* change the position of the search box */ #p-search { left:0; min-width:1032px; position:absolute; top:22px; width:100%; border-bottom: 0 none; } #p-search h5{ display:none;} #p-search .pBody { float:right; margin-right:50px; width:255px; border-radius:4px 4px 0 0; -moz-border-radius:4px 4px 0 0; -webkit-border-radius:4px 4px 0 0; -o-border-radius:4px 4px 0 0; -khtml-border-radius:4px 4px 0 0; } /* special logo for Tag Team Racing Tips & Tricks pages */ body.page-Tag_Team_Racing_Tips_and_Tricks_-_Tutorial #p-logo a { background-image: url(http://images2.wikia.nocookie.net/__cb20120303131826/bandipediahighlights/images/f/f6/Tag_Team_Racing_Tips_%26_Tricks_Monobook.png) !important; } body.page-Tag_Team_Racing_Tips_and_Tricks_-_The_Midway_Part_1 #p-logo a { background-image: url(http://images2.wikia.nocookie.net/__cb20120303131826/bandipediahighlights/images/f/f6/Tag_Team_Racing_Tips_%26_Tricks_Monobook.png) !important; } /* special logo for Crashibabble */ body.ns-110 #p-logo a { background-image: url(http://images3.wikia.nocookie.net/__cb20120402095956/bandipediahighlights/images/8/8f/Crashibabble.png) !important; } body.ns-111 #p-logo a { background-image: url(http://images3.wikia.nocookie.net/__cb20120402095956/bandipediahighlights/images/8/8f/Crashibabble.png) !important; } /*</pre>*/