Zuletzt bearbeitet vor 4 Monaten
von Tim

MediaWiki:Common.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
 
(7 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/* Stil für die Infobox */
.infobox {
.infobox {
    border: 1px solid #aaa;
  border: 1px solid #dee2e6;
    border-collapse: collapse;
  border-collapse: collapse;
    width: 100%;
  width: 100%;
    margin: 1em 0;
  margin: 1em 0;
    font-size: 90%;
  font-size: 90%;
  float: right;
  overflow-wrap: break-word;
}
}


.infobox caption {
.infobox-title {
    font-weight: bold;
  font-weight: bold;
    background-color: #C00C00;
  background-color: #c00c00;
    font-size:120%;
  font-size: 120%;
    color: #FFF;
  color: #fff;
    padding: 0.5em;
  padding: 0.5em;
    text-align: center;
  text-align: center;
}
}
 
.infobox-subtitle {
.infobox th,
  font-weight: bold;
.infobox td {
  font-size: 120%;
    border: 1px solid #aaa;
  padding: 0.5em;
    padding: 0.4em 0.6em;
  text-align: center;
  border-top: 1px solid #dee2e6;
}
}


.infobox th {
.infobox-image {
    background-color: #f5f5f5;
  text-align: center;
    text-align: left;
  margin-bottom: 0.5em;
    font-weight: normal;
  margin-top: 0.5em;
}
}


.infobox td {
.infobox-image img {
    text-align: left;
  max-width: 100%;
  height: auto;
}
}


.infobox-image {
.infobox-row {
    text-align: center;
  border-top: 1px solid #dee2e6;
    margin-bottom: 0.5em;
  padding: 0.5em;
}
  display: flex;
 
  justify-content: space-between;
.infobox-image img {
  flex-wrap: wrap;
    max-width: 100%;
    height: auto;
    border: 1px solid #ccc;
}
}


.infobox-label {
.infobox-label {
    font-weight: bold;
  white-space: nowrap;
    white-space: nowrap;
}
}


.infobox-data {
.infobox-data {
    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