Vorlage:InformationHUM/styles.css

Aus CMO
/* ---------------------------------
   Gedichtinformation: Tabellenlayout
   --------------------------------- */

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

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

table.informationhum td:first-child {
  width: 20%;
  font-style: italic;
  color: #444;
  white-space: nowrap;
}

table.informationhum td:last-child {
  width: 80%;
  color: #111;
}

table.informationhum tr:last-child td {
  border-bottom: none;
}

/* Platzhalter „–“ aus Vorlage:LeeresFeld */
.gf-placeholder {
  color: #999;
}

/* ------------------------------
   Druckansicht
   ------------------------------ */
@media print {

  table.informationhum {
    border: 1px solid #999;
    background: none;
    font-size: 90%;
    width: 100%;
    page-break-inside: avoid;
  }

  table.informationhum td {
    border: none;
    padding: 0.2em 0.5em;
    color: #000;
  }

  table.informationhum td:first-child {
    font-style: italic;
    color: #000;
    width: 25%;
  }

  table.informationhum td:last-child {
    width: 75%;
  }

  .gf-placeholder {
    color: #555;
  }
}