Vorlage:Lizenz/styles.css: Unterschied zwischen den Versionen
(Die Seite wurde neu angelegt: „div.voy-license { display: flex; align-items: center; clear: both; width: 100%; margin: 0.5em auto; border: 2px solid #80F000; background-color: #f6f6f6; } div.restrictionStyle { background-color: #e8f8e8; border: 2px solid #80d080; } div.voy-license div, div.restrictionStyle td { padding: 1em; vertical-align: middle; } div.voy-license-logo, div.restrictionStyle td:first-child { width: 90px; text-align: center; padding-right: 0; }“) |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 4: | Zeile 4: | ||
clear: both; | clear: both; | ||
width: 100%; | width: 100%; | ||
box-sizing: border-box; | |||
margin: 0.5em auto; | margin: 0.5em auto; | ||
border: 2px solid #80F000; | border: 2px solid #80F000; | ||
Version vom 19. März 2022, 14:20 Uhr
div.voy-license {
display: flex;
align-items: center;
clear: both;
width: 100%;
box-sizing: border-box;
margin: 0.5em auto;
border: 2px solid #80F000;
background-color: #f6f6f6;
}
div.restrictionStyle {
background-color: #e8f8e8;
border: 2px solid #80d080;
}
div.voy-license div, div.restrictionStyle td {
padding: 1em;
vertical-align: middle;
}
div.voy-license-logo, div.restrictionStyle td:first-child {
width: 90px;
text-align: center;
padding-right: 0;
}