Zuletzt bearbeitet vor 4 Monaten
von Tim

MediaWiki:Common.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
 
(6 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 5: Zeile 5:
   margin: 1em 0;
   margin: 1em 0;
   font-size: 90%;
   font-size: 90%;
  float: right;
  overflow-wrap: break-word;
}
}


Zeile 26: Zeile 28:
   text-align: center;
   text-align: center;
   margin-bottom: 0.5em;
   margin-bottom: 0.5em;
  margin-top: 0.5em;
}
}


Zeile 31: Zeile 34:
   max-width: 100%;
   max-width: 100%;
   height: auto;
   height: auto;
  border: 1px solid #ccc;
}
}


Zeile 38: Zeile 40:
   padding: 0.5em;
   padding: 0.5em;
   display: flex;
   display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
}


.infobox-label {
.infobox-label {
  flex: 1;
   white-space: nowrap;
   white-space: nowrap;
}
}


.infobox-data {
.infobox-data {
  flex: 2;
   padding-left: 1em;
   padding-left: 1em;
  margin-left: auto;
}
}
/*dpl column layout - avoid header orphans */
.dplcategory {-webkit-column-count:3;column-count:3;}
.dplcategory .mw-category .mw-category-group {display:block}
.dplcategory .mw-category-group {margin:0 2em 2em 2em;}
.dplcategory .mw-category-group h3 {break-after:avoid}
.dplcategory .mw-category-group h3 {margin:0 0 0.3em; border-bottom:1px solid #e2e2e2}

Aktuelle Version vom 24. August 2024, 13:20 Uhr

.infobox {
  border: 1px solid #dee2e6;
  border-collapse: collapse;
  width: 100%;
  margin: 1em 0;
  font-size: 90%;
  float: right;
  overflow-wrap: break-word;
}

.infobox-title {
  font-weight: bold;
  background-color: #c00c00;
  font-size: 120%;
  color: #fff;
  padding: 0.5em;
  text-align: center;
}
.infobox-subtitle {
  font-weight: bold;
  font-size: 120%;
  padding: 0.5em;
  text-align: center;
  border-top: 1px solid #dee2e6;
}

.infobox-image {
  text-align: center;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.infobox-image img {
  max-width: 100%;
  height: auto;
}

.infobox-row {
  border-top: 1px solid #dee2e6;
  padding: 0.5em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.infobox-label {
  white-space: nowrap;
}

.infobox-data {
  padding-left: 1em;
  margin-left: auto;
}
/*dpl column layout - avoid header orphans */
.dplcategory {-webkit-column-count:3;column-count:3;}
.dplcategory .mw-category .mw-category-group {display:block}
.dplcategory .mw-category-group {margin:0 2em 2em 2em;}
.dplcategory .mw-category-group h3 {break-after:avoid}
.dplcategory .mw-category-group h3 {margin:0 0 0.3em; border-bottom:1px solid #e2e2e2}
Keine Kategorien vergebenBearbeiten