Difference between revisions of "MediaWiki:Common.css"
From MunichBeerGardens.com
Line 16: | Line 16: | ||
/* colour input fields */ | /* colour input fields */ | ||
textarea, #searchInput { | textarea, #searchInput { | ||
− | background-color: # | + | background-color: #cfdeff url(/images/beer/Bavarian_pattern_small.png); |
} | } | ||
Revision as of 18:23, 15 May 2010
/* CSS placed here will be applied to all skins */ #f-list{ display:none; } #footer{ background: #f5f5f5 url(/images/beer/Bavarian_pattern_small.png); border-top: 0px solid #001e80; border-bottom: 0px solid #001e80; height:31px; margin:0px; padding:0px; } /* colour input fields */ textarea, #searchInput { background-color: #cfdeff url(/images/beer/Bavarian_pattern_small.png); } textarea:focus, #searchInput:focus { background-color: #e4f3e1; } /* remove math button */ #mw-editbutton-math { display: none; } /* remove mediawiki logo */ #f-poweredbyico { display: none; } /* remove permanent link */ #t-permalink{ display: none; } /* remove print version link */ #t-print{ display: none; } /* remove "Main Page" heading */ body.page-Main_Page h1.firstHeading { display:none; } /* reCaptcha style */ .recaptchatable .recaptcha_image_cell, #recaptcha_table { background-color:#f5f5f5 !important; //reCaptcha widget background color } #recaptcha_table { border-color: #8c8c8c !important; //reCaptcha widget border color } #recaptcha_response_field { border-color: #8c8c8c !important; //Text input field border color background-color:#696969 !important; //Text input field background color } /* Pretty tables (to replace Template:prettytable) */ .prettytable { margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; border-spacing: 0; padding: 0; font-size: 95%;" } .prettytable th { border: 1px #aaa solid; margin: 0; padding: 4px; } .prettytable td { border: 1px #aaa solid; margin: 0; padding: 4px; } .MediaTransformError td { display: none; } /* to use with <span class="nobr">don't break..</span> */ span.nobr { white-space: nowrap; }