Zuletzt bearbeitet vor einem Monat
von Monique

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. */
table.wikitable >tr > th {background-color:#ffffff; text-align:left}

/* Styles for section cards */
.sectionflex {display: flex; flex-wrap: wrap; justify-content:space-between;}
.sectionflex > div {padding:10px;}
.sectionflex.col1 > div {flex-basis:100%; padding:10px 20px 20px 20px; margin:10px 0;}
.sectionflex.col2 > div {flex-basis:49%; padding:10px 20px 20px 20px; margin:10px 0;}
.sectionflex.col3 > div {flex-basis:32%; padding:10px 20px 20px 20px; margin:10px 0;}
.sectionflex > div h2 {margin:0 0 1em 0; font-size:1.3em}
.sectionflex > div h3 {margin:1.2em 0 0 0; font-size:1em}
.sectionflex.frame > div {border: 1px solid #e7e7e7}
.sectionflex.background> div {background: #f1f3f9}
.sectionflex .ve-ce-branchNode-slug, .sectionflex span.mw-editsection {display:none}
@media (max-width: 767px) {.sectionflex.col2 > div, .sectionflex.col3 > div {flex-basis:100%; margin-top:2em}}

/*Page forms */
table.formtable th, table.formtable td {padding:5px}
.checkboxSwitches {padding:10px 0}
table.formtable input {width:25em}

/*Buchnummerierung ausblenden */
#n-book-panel .bs-articleNumber,#n-book-panel .bs-chapter-number,#n-book-panel .bookshelfui-chapterpager, .nav-item.list-group-item, .bs-chapter-number {display:none}
#n-book-panel .bookshelfui-chapterpager-heading h4 {margin:0.5em 0 0 -1em; border-bottom:1px solid #fff!important}

/*Letzte Änderungen pro Namensraum */
.recentchgs .mw-changeslist-line-inner-historyLink,.recentchgs .mw-plusminus-pos mw-diff-bytes,.recentchgs .mw-usertoollinks.mw-changeslist-links,.recentchgs .mw-changeslist-links,.recentchgs .mw-changeslist-legend  {display:none}

.recentchgs table.mw-changeslist-line  {margin:10px}