Vorlage:ÜbersichtCdtD/styles.css
Aus CMO
/* Ü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;
}