Zuletzt bearbeitet vor 4 Monaten
von Tim

MediaWiki:Common.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
 
(11 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.infobox {
.infobox {
    border: 1px solid #a2a9b1;
  border: 1px solid #dee2e6;
    width: 22em;
  border-collapse: collapse;
    padding: 0.5em;
  width: 100%;
    font-size: 95%;
  margin: 1em 0;
    line-height: 1.5em;
  font-size: 90%;
  float: right;
  overflow-wrap: break-word;
}
}


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


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


.infobox-image img {
.infobox-image img {
    max-width: 100%;
  max-width: 100%;
}
  height: auto;
 
.infobox-image-caption {
    font-size: 85%;
    text-align: center;
    padding: 0.5em 0;
}
}


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


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


.infobox-data {
.infobox-data {
    flex: 2;
  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