Difference between revisions of "MediaWiki:Common.css"
From MunichBeerGardens.com
m |
m |
||
(35 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
.portlet { width: 165px } | .portlet { width: 165px } | ||
− | + | /* move top left tabs to right as width of sidebar was expanded */ | |
− | + | .vectorTabs{ | |
− | margin-left: | + | margin-left:20px; |
− | |||
} | } | ||
Line 36: | Line 35: | ||
} | } | ||
− | + | #footer-places-privacy, #footer-places-about, #footer-places-disclaimer, #footer-poweredbyico{ | |
− | # | + | display:none; |
+ | } | ||
Line 76: | Line 76: | ||
border-spacing: 0; | border-spacing: 0; | ||
padding: 0; | padding: 0; | ||
− | font-size: 95%; | + | font-size: 95%; |
} | } | ||
+ | |||
+ | .catlinks { display: none; } | ||
.prettytable th { | .prettytable th { | ||
Line 94: | Line 96: | ||
display: none; | display: none; | ||
} | } | ||
+ | |||
+ | ins.adsbygoogle[data-ad-status='unfilled'] { | ||
+ | display: none !important; | ||
+ | } |
Revision as of 17:56, 30 July 2023
/* CSS placed here will be applied to all skins */ /* For MonoBook specfic rules, see MediaWiki:Monobook.css */ /* Modify width of sidebar */ #column-content { margin-left: -175px } #content { margin-left: 175px } .portlet { width: 165px } /* move top left tabs to right as width of sidebar was expanded */ .vectorTabs{ margin-left:20px; } .notice_box{ background-color: #f0ea9c; padding: 10px; border: 1px dashed #bab366; } /* colour input fields */ textarea, #searchInput { background-color: #b8deb1; } textarea:focus, #searchInput:focus { background-color: #e4f3e1; } /* remove math button */ #mw-editbutton-math { display: none; } #footer-places-privacy, #footer-places-about, #footer-places-disclaimer, #footer-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%; } .catlinks { display: none; } .prettytable th { border: 1px #aaa solid; margin: 0; padding: 4px; } .prettytable td { border: 1px #aaa solid; margin: 0; padding: 4px; } .MediaTransformError td { display: none; } ins.adsbygoogle[data-ad-status='unfilled'] { display: none !important; }