Margit (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Margit (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 4: | Zeile 4: | ||
/* Styles for section cards */ | /* Styles for section cards */ | ||
.sectionflex {display: flex; flex-wrap: wrap; justify-content:space-between;} | .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.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.col2 > div {flex-basis:49%; padding:10px 20px 20px 20px; margin:10px 0;} | ||
Zeile 20: | Zeile 21: | ||
/*Buchnummerierung ausblenden */ | /*Buchnummerierung ausblenden */ | ||
.bs-articleNumber, .bs-chapter-number, .bookshelfui-chapterpager {display:none} | #n-book-panel .bs-articleNumber,#n-book-panel .bs-chapter-number,#n-book-panel .bookshelfui-chapterpager {display:none} | ||
/*Letzte Änderungen pro Namensraum */ | /*Letzte Änderungen pro Namensraum */ |
Version vom 6. April 2023, 09:50 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 > 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 {display:none}
/*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}