Monaco files/mspaintadventures
From the group that combats the Wikia skin, the Anti-Wikia alliance.
#wikia_header, #wikia_page { border: none; } #wikia_logo { background-image: url(http://images.wikia.com/mspaintadventures/images/3/36/Monaco_wikia_header.png); } * html #wikia_logo { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/mspaintadventures/images/3/36/Monaco_wikia_header.png', sizingMethod='crop'); } .headerMenuButton dt, .headerMenuButton dd { font-family: Courier, monospace; color: White; background-image: url(http://images.wikia.com/mspaintadventures/images/6/69/Monaco_header_button.png); } * html .headerMenuButton dt, * html .headerMenuButton dd { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.wikia.com/mspaintadventures/images/6/69/Monaco_header_button.png', sizingMethod='crop'); } #header_username a { font-family: Courier, monospace; text-transform: uppercase; color: #000000; } .color1, .color1 a { background-color: #EEEEEE; color: #000000; } .color2 { background-color: #DDDDDD; } #background_strip { background-color: #EEEEEE; border: none; } .firstHeading { font-family: Courier, monospace; font-weight: bold; font-size: xx-large; text-transform: uppercase; text-align: center; } .new { color: #111111; } .extiw { color: #3366bb !important; } #bodyContent a { font-family: Courier, monospace; font-weight: bold; text-transform: uppercase; color: #000000; } .selflink { font-family: Courier, monospace; font-weight: bold; text-transform: uppercase; color: #555555; } .extiw { color: #3366bb !important; } .external { color: #3366bb !important; } #page_bar { font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #000000; background-image: none; padding: none margin: none; } #page_controls a { font-weight: bold; color: White; text-transform: uppercase; } #page_tabs a { text-transform: lowercase; } #control_edit a,#control_viewsource a{color:#76d8ff;} #control_history a{color:#2dfaf8;} #control_move a{color:#fffa36} #control_watch a, #control_unwatch a{color:#ffbc3e;} #control_protect a,#control_unprotect a{color:#fffa36} #control_delete a,#control_undelete a{color:#2cff4b} #control_report-problem a{color:#ffffff} #control_addsection a{color:#2dfaf8} body,td,th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; margin-top: 0px; margin-bottom: 0px; } #page_bar { height: 20px; } #page_bar li { line-height: 14px; font-size: 9px; } #page_controls li div { bottom: -4px;} #page_controls li a { top: 3px; } #page_tabs li { line-height:14px; margin-top: 6px;} #page_bar {margin-left: 0px; margin-right: 0px; } <!---------------------------------------TABBER-------------------------------------> /* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */ /*-------------------------------------------------- REQUIRED to hide the non-active tab content. But do not hide them in the print stylesheet! --------------------------------------------------*/ .tabberlive .tabbertabhide { display:none; } /*-------------------------------------------------- .tabber = before the tabber interface is set up .tabberlive = after the tabber interface is set up --------------------------------------------------*/ .tabber { } .tabberlive { margin-top:0px !important; } /*-------------------------------------------------- ul.tabbernav = the tab navigation list li.tabberactive = the active tab --------------------------------------------------*/ ul.tabbernav { margin-bottom:10px !important; padding: 8px 0px 3px 0px !important; border-style: none !important; border-bottom: 1px solid #778; font: bold 12px Verdana, sans-serif; background: #C6C6C6 } ul.tabbernav li { list-style: none; margin: 0; display: inline; } ul.tabbernav li a { padding: 3px 0.25em; margin-left: 1px !important; border-style: none !important; border-bottom: none; background: #D4D4D4 !important; text-decoration: none; } ul.tabbernav li a:link { color: #000 !important; } ul.tabbernav li a:visited { color: #000 !important; } ul.tabbernav li a:hover { color: #000; background: #b8b8b8 !important; } ul.tabbernav li.tabberactive a { background: #E0E0E0 !important; border-style: none !important; } ul.tabbernav li.tabberactive a:hover { color: #000; background: #E0E0E0 !important; border-style: none !important; } /*-------------------------------------------------- .tabbertab = the tab content Add style only after the tabber interface is set up (.tabberlive) --------------------------------------------------*/ .tabberlive .tabbertab { padding:5px; border-style: none !important; border-top:0; /* If you don't want the tab size changing whenever a tab is changed you can set a fixed height */ /* height:200px; */ /* If you set a fix height set overflow to auto and you will get a scrollbar when necessary */ /* overflow:auto; */ } /* If desired, hide the heading since a heading is provided by the tab */ .tabberlive .tabbertab h2 { display:none; } .tabberlive .tabbertab h3 { display:none; } /* Example of using an ID to set different styles for the tabs on the page */ .tabberlive#tab1 { } .tabberlive#tab2 { } .tabberlive#tab2 .tabbertab { height:200px; overflow:auto; }