Vorlage:Bildrechte/style.css: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/* Container für Überschrift+Content-Box */
/* Container für Content-Box */
.content-box {
.content-box {
     position: relative;
     position: relative;
Zeile 9: Zeile 9:
     width: 100%;
     width: 100%;
     max-width: 500px;
     max-width: 500px;
}
/* Header-Tab */
.box-header {
  position: relative;
  width: max-content;
  max-width: 85%;
  padding: 0.7rem 0.8rem;
  background: rgba(0,0,0,0.08);
  border-radius: 6px 6px 0 0;
  margin: 0;
  margin-bottom: -5px;
}
.box-header h2 {
  font-size: 0.9rem;
  margin: -2px 0 0 0;
  padding: 0;
  font-weight: bold;
  border-bottom: 0;
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
}
}


Zeile 204: Zeile 182:
     display: block;
     display: block;
     width: auto;
     width: auto;
  }
  /* Box-Header bleibt bei Textbreite */
  .box-header {
    max-width: 85%;
   }
   }
}
}
Zeile 256: Zeile 229:
/* Print Styles */
/* Print Styles */
@media print {
@media print {
  .box-header,
   .box-content {
   .box-content {
     box-shadow: none;
     box-shadow: none;
  }
  .box-content {
     border: 1px solid #000;
     border: 1px solid #000;
     page-break-inside: avoid;
     page-break-inside: avoid;