Vorlage:ÜbersichtCdtD/styles.css: Unterschied zwischen den Versionen
Aus CMO
UweS (Diskussion | Beiträge) Die Seite wurde neu angelegt: „→Übersichtstabelle für Humoristische-Lyrik-Bände: .übersichtcdtd { 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; } .übersichtcdtd td, .übersichtcdtd th { border: 1px solid #aaa; padding: 0.4em 0.6em; vertical-align: top; } →Kopfzeile – Werkgruppe und Bandtitel: .übersichtcdtd…“ |
UweS (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
/* Übersichtstabelle für Humoristische-Lyrik-Bände */ | /* Übersichtstabelle für Humoristische-Lyrik-Bände (CD „Galgenlieder“ u.ä.) */ | ||
.übersichtcdtd { | .übersichtcdtd { | ||
width: 100%; | width: 100%; | ||
margin: 1em 0 0.4em 0; | margin: 1em 0 0.4em 0; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
border: 1px solid # | border: 1px solid #b86b3f; | ||
border-radius: 6px; | border-radius: 6px; | ||
font-size: 100%; | font-size: 100%; | ||
color: # | color: #5a3a24; | ||
text-align: left; | text-align: left; | ||
background: #fdf7f1; | |||
} | } | ||
.übersichtcdtd td, | .übersichtcdtd td, | ||
.übersichtcdtd th { | .übersichtcdtd th { | ||
border: 1px solid # | border: 1px solid #d3a67c; | ||
padding: 0.4em 0.6em; | padding: 0.4em 0.6em; | ||
vertical-align: top; | vertical-align: top; | ||
} | } | ||
.übersichtcdtd tr:first-child td, | .übersichtcdtd tr:first-child td, | ||
.übersichtcdtd tr:first-child th { | .übersichtcdtd tr:first-child th { | ||
background: # | background: #f3e0c9; | ||
font-size: 95%; | font-size: 95%; | ||
color: # | color: #5a3a24; | ||
padding-left: 2em; | padding-left: 2em; | ||
} | } | ||
@media (max-width: 600px) { | @media (max-width: 600px) { | ||
.übersichtcdtd { | .übersichtcdtd { | ||
| Zeile 34: | Zeile 33: | ||
.übersichtcdtd td, | .übersichtcdtd td, | ||
.übersichtcdtd th { | .übersichtcdtd th { | ||
padding: .25em; | padding: .25em; | ||
} | } | ||
.übersichtcdtd tr:first-child td, | .übersichtcdtd tr:first-child td, | ||
| Zeile 46: | Zeile 45: | ||
} | } | ||
.übersichtcdtd a, | .übersichtcdtd a, | ||
.übersichtcdtd a:link { | .übersichtcdtd a:link { | ||
color: # | color: #a45529; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
.übersichtcdtd a:visited { | .übersichtcdtd a:visited { | ||
color: # | color: #7d3c1e; | ||
} | } | ||
.übersichtcdtd a:hover { | .übersichtcdtd a:hover { | ||
color: # | color: #c66431; | ||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
.übersichtcdtd .mw-selflink, | .übersichtcdtd .mw-selflink, | ||
.übersichtcdtd strong.selflink { | .übersichtcdtd strong.selflink { | ||
color: # | color: #5a3a24; | ||
font-weight: bold; | font-weight: bold; | ||
text-decoration: none; | text-decoration: none; | ||
cursor: default; | cursor: default; | ||
} | } | ||
.übersichtcdtd { | .übersichtcdtd { | ||
color: # | color: #7f5d3e; | ||
} | } | ||
Aktuelle Version vom 21. November 2025, 17:17 Uhr
/* Übersichtstabelle für Humoristische-Lyrik-Bände (CD „Galgenlieder“ u.ä.) */
.übersichtcdtd {
width: 100%;
margin: 1em 0 0.4em 0;
border-collapse: collapse;
border: 1px solid #b86b3f;
border-radius: 6px;
font-size: 100%;
color: #5a3a24;
text-align: left;
background: #fdf7f1;
}
.übersichtcdtd td,
.übersichtcdtd th {
border: 1px solid #d3a67c;
padding: 0.4em 0.6em;
vertical-align: top;
}
.übersichtcdtd tr:first-child td,
.übersichtcdtd tr:first-child th {
background: #f3e0c9;
font-size: 95%;
color: #5a3a24;
padding-left: 2em;
}
@media (max-width: 600px) {
.übersichtcdtd {
width: 100%;
}
.übersichtcdtd td,
.übersichtcdtd th {
padding: .25em;
}
.übersichtcdtd tr:first-child td,
.übersichtcdtd tr:first-child th {
font-size: 80%;
}
.übersichtcdtd tr:last-child td,
.übersichtcdtd tr:last-child th {
font-size: 70%;
}
}
.übersichtcdtd a,
.übersichtcdtd a:link {
color: #a45529;
text-decoration: none;
}
.übersichtcdtd a:visited {
color: #7d3c1e;
}
.übersichtcdtd a:hover {
color: #c66431;
text-decoration: underline;
}
.übersichtcdtd .mw-selflink,
.übersichtcdtd strong.selflink {
color: #5a3a24;
font-weight: bold;
text-decoration: none;
cursor: default;
}
.übersichtcdtd {
color: #7f5d3e;
}