Vorlage:InformationLYR/styles.css: Unterschied zwischen den Versionen
Aus CMO
UweS (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
UweS (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 8: | Zeile 8: | ||
margin: 0.4em 0; | margin: 0.4em 0; | ||
font-size: 95%; | font-size: 95%; | ||
background-color: # | background-color: #F6F2F2; | ||
border: 1px solid #dcdcdc; | border: 1px solid #dcdcdc; | ||
} | } | ||
Version vom 14. Februar 2026, 17:12 Uhr
/* ---------------------------------
Gedichtinformation: Tabellenlayout
--------------------------------- */
table.informationlyr {
width: 100%;
border-collapse: collapse;
margin: 0.4em 0;
font-size: 95%;
background-color: #F6F2F2;
border: 1px solid #dcdcdc;
}
table.informationlyr td {
vertical-align: top;
padding: 0.3em 0.6em;
border-bottom: 1px solid #e5e5e5;
}
table.informationlyr td:first-child {
width: 20%;
font-style: italic;
color: #444;
white-space: nowrap;
}
table.informationlyr td:last-child {
width: 80%;
color: #111;
}
table.informationlyr tr:last-child td {
border-bottom: none;
}
/* Platzhalter „–“ aus Vorlage:LeeresFeld */
.gf-placeholder {
color: #999;
}
/* ------------------------------
Druckansicht
------------------------------ */
@media print {
table.informationlyr {
border: 1px solid #999;
background: none;
font-size: 90%;
width: 100%;
page-break-inside: avoid;
}
table.informationlyr td {
border: none;
padding: 0.2em 0.5em;
color: #000;
}
table.informationlyr td:first-child {
font-style: italic;
color: #000;
width: 25%;
}
table.informationlyr td:last-child {
width: 75%;
}
.gf-placeholder {
color: #555;
}
}