Vorlage:InformationLYR/styles.css: Unterschied zwischen den Versionen
Aus CMO
UweS (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
UweS (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 6: | Zeile 6: | ||
width: 100%; | width: 100%; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
margin: 0. | margin: 0.4em 0; | ||
font-size: 95%; | font-size: 95%; | ||
background-color: #fafafa; | background-color: #fafafa; | ||
Version vom 20. Oktober 2025, 01:37 Uhr
/* ---------------------------------
Gedichtinformation: Tabellenlayout
--------------------------------- */
table.informationlyr {
width: 100%;
border-collapse: collapse;
margin: 0.4em 0;
font-size: 95%;
background-color: #fafafa;
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;
}
}