Vorlage:SubmersContentStyles/styles.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Klassen für ausgerichtete Absätze und Vergleichstabellen ergänzt) |
(Formular-Preview-Klasse ergänzt) |
||
| Zeile 43: | Zeile 43: | ||
.submers-image-table--narrow { | .submers-image-table--narrow { | ||
width: 90%; | width: 90%; | ||
} | |||
.submers-form-preview { | |||
display: none; | |||
padding-bottom: 25px; | |||
margin-bottom: 25px; | |||
border-bottom: 1px solid #aaaaaa; | |||
} | } | ||
Version vom 4. Juni 2026, 16:27 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%;
}
.submers-form-preview {
display: none;
padding-bottom: 25px;
margin-bottom: 25px;
border-bottom: 1px solid #aaaaaa;
}