Zuletzt bearbeitet vor einem Monat
von Monique

MediaWiki:Common.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
table.wikitable >tr > th {background-color:#ffffff; text-align:left}
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 */
/*Page forms */

Version vom 6. April 2023, 16:34 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
table.wikitable >tr > th {background-color:#ffffff; text-align:left}

/*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}