Zuletzt bearbeitet vor einem Monat
von Monique

MediaWiki:Common.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 18: Zeile 18:
.checkboxSwitches {padding:10px 0}
.checkboxSwitches {padding:10px 0}
table.formtable input {width:25em}
table.formtable input {width:25em}
/*Buchnummerierung ausblenden */
.bs-articleNumber, .bs-chapter-number {display:none}

Version vom 5. April 2023, 09:22 Uhr

/* 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.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 */
.bs-articleNumber, .bs-chapter-number {display:none}