Vorlage:SubmersContentStyles/styles.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Weitere wiederverwendbare Inhaltsklassen ergänzt) |
(Klassen für ausgerichtete Absätze und Vergleichstabellen ergänzt) |
||
| Zeile 23: | Zeile 23: | ||
.submers-bold { | .submers-bold { | ||
font-weight: bold; | font-weight: bold; | ||
} | |||
.submers-justify { | |||
text-align: justify; | |||
} | |||
.submers-size-comparison { | |||
width: 60%; | |||
border-collapse: collapse; | |||
} | |||
.submers-size-comparison td { | |||
padding: 5px; | |||
border: 1px solid #a2a9b1; | |||
} | |||
.submers-size-comparison__name { | |||
width: 50%; | |||
} | |||
.submers-size-comparison__measure { | |||
width: 25%; | |||
} | |||
.submers-image-table--narrow { | |||
width: 90%; | |||
} | } | ||
Version vom 4. Juni 2026, 14:21 Uhr
.submers-image-table {
width: 100%;
border-collapse: collapse;
}
.submers-image-table td {
vertical-align: top;
}
.submers-clear {
clear: both;
}
.submers-small-text {
font-size: 12px;
}
.submers-heading-main {
font-size: 20px;
}
.submers-heading-subtitle {
font-size: 16px;
}
.author {
white-space: nowrap;
}
.submers-bold {
font-weight: bold;
}
.submers-justify {
text-align: justify;
}
.submers-size-comparison {
width: 60%;
border-collapse: collapse;
}
.submers-size-comparison td {
padding: 5px;
border: 1px solid #a2a9b1;
}
.submers-size-comparison__name {
width: 50%;
}
.submers-size-comparison__measure {
width: 25%;
}
.submers-image-table--narrow {
width: 90%;
}