MediaWiki:Common.css
Hinweis: Leere nach dem Veröffentlichen 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/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
- Opera: Strg+F5
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ /** MediaWiki * General tweaks */ .page-Hauptseite .firstHeading { display: none; } body { font-size: 16px; line-height: 25px; } .gallerytext { font-size: 14px !important; } div#globalWrapper { width: 990px; } div#content { border: 1px solid #AAA; } div#bodyContent { min-height: 500px; } /* Anmeldelink ausblenden */ #footer-places li#pt-login { display: none; } /* Kategorienformatierung */ .catlinks { border-color: #AAA -moz-use-text-color -moz-use-text-color; border-style: dotted none none; border-width: 1px medium medium; margin-top: 3em; } div#bodyContent div#catlinks.catlinks ul { padding-left: 6em !important; margin-top: -25px !important; } /* Entfernt den Kasten Werkzeuge aus der Seitenleiste */ #p-tb { display: none; } /* Vergrößert den Abstand zum unteren Rand */ #content { padding-bottom: 1.5em; } /* Ändert die Farbe der internen Verweise */ a { color: #008080; } /* Ändert die Farbe der Aktionsverweise */ #p-cactions li a { color: #008080; } /* Kategorieanzeige in Form einer Liste verhindern */ div#bodyContent div#catlinks.catlinks ul { list-style-type: none; padding: 0; margin: -20px 0 0 0; } div#bodyContent div#catlinks.catlinks li { display: inline; margin: 0 0 0 70px; /* Adjust spacing between items */ } div#bodyContent div#catlinks.catlinks div#mw-hidden-catlinks.mw-hidden-catlinks.mw-hidden-cats-ns-shown ul { margin: -20px 0 0 70px; /* Adjust the margin as needed */ } /* Standardtabelle */ .wikitable tbody th { color: #ffffff; background-color: #008080; } /* Sondertabelle */ .eikotable tbody th { color: #008080; } .eikotable th { border-style: none none solid solid; border-width: 1px; border-color: #008080; text-align: left; padding: 5px; } .eikotable td { border-style: none none solid solid; border-width: 1px; border-color: #008080; text-align: left; padding: 5px; } /* Schaltflächen für ‚Bearbeitungswerkzeuge‘ */ .my-buttons { padding: 0.5em; } .my-buttons a { color: black; background-color: #E6E6E6 !important; font-weight: bold; font-size: 0.9em; text-decoration: none; border: thin #003300 outset; padding: 0 .1em .1em; } .my-buttons a:hover, .my-buttons a:active { background-color: #E6E6E6; border-style: inset; } /* Abstand zwischen den Elementen in der Fußzeile */ div#footer li { margin: 0 0.5em; } /* Schaltfläche für Bookmarks */ a.snap_noshots img { margin-top: 1.5em; } /* Contact Page - Eingabefeld */ #mw-content-text form.visualClear fieldset table tbody tr.mw-htmlform-field-HTMLTextAreaField td.mw-input textarea#mw-input-wpText { width: 600px; } /* Semantic MediaWiki - Tabelle Version */ #mw-content-text.mw-content-ltr table.sortable thead tr th.Kurzbeschreibung { text-align: left; } /* Semantic MediaWiki - Kennzeichnung der Spezialattribute */ .smwbuiltin a, .smwbuiltin a.new { color: #FF8000 !important; } /* Semantic Forms - Datumseingabe - Tag */ #sfForm.createbox table.formtable tbody tr td span.dateInput input.dayInput { max-width: 2em; } /* Semantic Forms - Datumseingabe - Monat */ #sfForm.createbox table.formtable tbody tr td span.dateInput select.monthInput { max-width: 8em; } /* Semantic Forms - Datumseingabe - Jahr */ #sfForm.createbox table.formtable tbody tr td span.dateInput input.yearInput { max-width: 4em; }