Vorlage:ÜbersichtSA/styles.css: Unterschied zwischen den Versionen
Aus CMO
UweS (Diskussion | Beiträge) Die Seite wurde neu angelegt: „→--------------------------------- InformationSA: Tabellenlayout ---------------------------------: table.informationsa { width: 100%; border-collapse: collapse; margin: 0.4em 0; font-size: 95%; background-color: #fafafa; border: 1px solid #dcdcdc; } table.informationsa td { vertical-align: top; padding: 0.3em 0.6em; border-bottom: 1px solid #e5e5e5; } table.informationsa td:first-child { width: 20%; font-style: italic;…“ |
UweS (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
/* - | /* Übersichtstabelle für StuttgarterAusgabe-Bände */ | ||
.übersichtsa { | |||
width: 100%; | width: 100%; | ||
margin: 1em 0 0.4em 0; /* bündig, nicht zentriert */ | |||
border-collapse: collapse; | border-collapse: collapse; | ||
border: 1px solid #aaa; | |||
font-size: | border-radius: 6px; | ||
font-size: 100%; | |||
color: #333; | |||
text-align: left; | |||
} | } | ||
.übersichtsa td, | |||
.übersichtsa th { | |||
border: 1px solid #aaa; | |||
padding: 0.4em 0.6em; | |||
vertical-align: top; | vertical-align: top; | ||
} | } | ||
/* Kopfzeile – Werkgruppe und Bandtitel */ | |||
.übersichtsa tr:first-child td, | |||
font- | .übersichtsa tr:first-child th { | ||
color: # | background: #f7f7f7; | ||
font-size: 95%; | |||
color: #555; | |||
padding-left: 2em; /* leichte Einrückung */ | |||
} | } | ||
/* Mobil: volle Breite + kleinere Schrift + kompakteres Padding */ | |||
@media (max-width: 600px) { | |||
.übersichtsa { | |||
width: 100%; | |||
} | |||
.übersichtsa td, | |||
.übersichtsa th { | |||
padding: .25em; /* halbiertes Padding */ | |||
} | |||
.übersichtsa tr:first-child td, | |||
.übersichtsa tr:first-child th { | |||
font-size: 80%; | |||
} | |||
.übersichtsa tr:last-child td, | |||
.übersichtsa tr:last-child th { | |||
font-size: 70%; | |||
} | |||
} | } | ||
/* Links in der Übersicht: sehr dezentes, helles Blau */ | |||
.übersichtsa a, | |||
.übersichtsa a:link { | |||
color: #8ea7cf; /* hell, leicht graublau */ | |||
text-decoration: none; | |||
} | } | ||
.übersichtsa a:visited { | |||
color: #9aa1c0; /* minimal violetter, aber ähnlich hell */ | |||
color: # | |||
} | } | ||
/* | .übersichtsa a:hover { | ||
color: #5f7eb5; /* beim Hover etwas kräftiger */ | |||
text-decoration: underline; | |||
} | |||
/* aktueller Artikel (Selflink) */ | |||
.übersichtsa .mw-selflink, | |||
.übersichtsa strong.selflink { | |||
color: #666; /* helles Grau */ | |||
font-weight: bold; /* dezent hervorgehoben */ | |||
text-decoration: none; | |||
cursor: default; | |||
} | |||
/* Trennzeichen zwischen den Gedichttiteln (|) etwas blasser */ | |||
.übersichtsa { | |||
color: #777; /* Standardtextfarbe für reine Zeichen */ | |||
} | } | ||
Aktuelle Version vom 23. Oktober 2025, 10:49 Uhr
/* Übersichtstabelle für StuttgarterAusgabe-Bände */
.übersichtsa {
width: 100%;
margin: 1em 0 0.4em 0; /* bündig, nicht zentriert */
border-collapse: collapse;
border: 1px solid #aaa;
border-radius: 6px;
font-size: 100%;
color: #333;
text-align: left;
}
.übersichtsa td,
.übersichtsa th {
border: 1px solid #aaa;
padding: 0.4em 0.6em;
vertical-align: top;
}
/* Kopfzeile – Werkgruppe und Bandtitel */
.übersichtsa tr:first-child td,
.übersichtsa tr:first-child th {
background: #f7f7f7;
font-size: 95%;
color: #555;
padding-left: 2em; /* leichte Einrückung */
}
/* Mobil: volle Breite + kleinere Schrift + kompakteres Padding */
@media (max-width: 600px) {
.übersichtsa {
width: 100%;
}
.übersichtsa td,
.übersichtsa th {
padding: .25em; /* halbiertes Padding */
}
.übersichtsa tr:first-child td,
.übersichtsa tr:first-child th {
font-size: 80%;
}
.übersichtsa tr:last-child td,
.übersichtsa tr:last-child th {
font-size: 70%;
}
}
/* Links in der Übersicht: sehr dezentes, helles Blau */
.übersichtsa a,
.übersichtsa a:link {
color: #8ea7cf; /* hell, leicht graublau */
text-decoration: none;
}
.übersichtsa a:visited {
color: #9aa1c0; /* minimal violetter, aber ähnlich hell */
}
.übersichtsa a:hover {
color: #5f7eb5; /* beim Hover etwas kräftiger */
text-decoration: underline;
}
/* aktueller Artikel (Selflink) */
.übersichtsa .mw-selflink,
.übersichtsa strong.selflink {
color: #666; /* helles Grau */
font-weight: bold; /* dezent hervorgehoben */
text-decoration: none;
cursor: default;
}
/* Trennzeichen zwischen den Gedichttiteln (|) etwas blasser */
.übersichtsa {
color: #777; /* Standardtextfarbe für reine Zeichen */
}