MediaWiki:Common.css
Hinweis: Leere nach dem Speichern den Browser-Cache, um die Änderungen sehen zu können.
- Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
- Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
- Internet Explorer: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
- Opera: Gehe zu Menü → Einstellungen (Opera → Einstellungen auf dem Mac) und dann auf Datenschutz & Sicherheit → Browserdaten löschen → Gespeicherte Bilder und Dateien.
/* CSS placed here will be applied to all skins */ /* Modify width of sidebar */ #column-content { margin-left: -175px } #content { margin-left: 175px } .portlet { width: 165px } .notice_box{ background-color: #f0ea9c; padding: 10px; border: 1px dashed #bab366; } .vectorTabs{ margin-left:20px; } .imageTable{ width:600px; border-collapse:collapse; } .imageTable td{ padding:0; padding-bottom:6px; } /* The footer CSS for monobook is in http://www.biergärtenmünchen.de/skins/monobook/main.css?207 This can be overrided here */ /* hide footer texts #f-list{ display:none; } */ #footer { background: url(images/beer/Canvas.gif); border-top: 0px solid #adaaad; border-bottom: 0px solid #adaaad; margin:0px; padding:0px 0px 10px 0px; } #map_button { background-size: 100%; background-color: #f6cd52; color: #347a44; padding: 10px 20px; border: none; text-align:center; border-radius: 20px; cursor: pointer; font-size: 100%; font-weight: bold; -webkit-appearance:none; min-width: 160px; display:inline-block; margin:0px; } /* setting footer background #footer{ background: 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: #d9dfed; } textarea:focus, #searchInput:focus { background-color: #cfdeff; } /* 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 "Hauptseite" heading */ body.page-Hauptseite h1.firstHeading { display:none; } /* remove history tab */ #ca-history { display: none !important; } /* 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; } /* to use with <span class="nobr">don't break..</span> */ span.nobr { white-space: nowrap; } /* Pad Google AdSense box in portlet in sidebar */ #p-googleadsense .pBody { padding-top: 5px; text-align: center; } ins.adsbygoogle[data-ad-status='unfilled'] { display: none !important; } #map_button a.external { background: none; padding-right: 0; } #map_button { background-size: 100%; background-color: #cfdeff; color: #347a44; padding: 10px 20px; border: 1px solid #398ee7; text-align:center; border-radius: 20px; cursor: pointer; font-size: 100%; font-weight: bold; -webkit-appearance:none; min-width: 160px; display:inline-block; margin:5px 0px 5px 0px; } li.interlanguage-link::after { content: ' 🇬🇧'; }