Vorlage:InformationLYR/styles.css: Unterschied zwischen den Versionen

Aus CMO
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 8: Zeile 8:
   margin: 0.4em 0;
   margin: 0.4em 0;
   font-size: 95%;
   font-size: 95%;
   background-color: #F5F0F0;
   background-color: #F6F2F2;
   border: 1px solid #dcdcdc;
   border: 1px solid #D8CFCF;
}
}


Zeile 15: Zeile 15:
   vertical-align: top;
   vertical-align: top;
   padding: 0.3em 0.6em;
   padding: 0.3em 0.6em;
   border-bottom: 1px solid #e5e5e5;
   border-bottom: 1px solid #E7DEDE;
}
}



Aktuelle Version vom 15. Februar 2026, 12:58 Uhr

/* ---------------------------------
   Gedichtinformation: Tabellenlayout
   --------------------------------- */

table.informationlyr {
  width: 100%;
  border-collapse: collapse;
  margin: 0.4em 0;
  font-size: 95%;
  background-color: #F6F2F2;
  border: 1px solid #D8CFCF;
}

table.informationlyr td {
  vertical-align: top;
  padding: 0.3em 0.6em;
  border-bottom: 1px solid #E7DEDE;
}

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;
  }
}