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

keine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
.voy-license {
.voy-license, .voy-restriction {
display: flex;
display: flex;
align-items: center;
align-items: center;
Zeile 9: Zeile 9:
background-color: #f6f6f6;
background-color: #f6f6f6;
}
}
.voy-license div {
.voy-restriction {
background-color: #e8f8e8;
border: 2px solid #80d080;
}
.voy-license div, .voy-restriction div {
padding: 1em;
padding: 1em;
}
}
.voy-license .voy-license-logo {
.voy-license .voy-license-logo, .voy-restriction .voy-license-logo {
width: 90px;
width: 90px;
text-align: center;
text-align: center;
}
}
.voy-license .voy-license-text, .voy-license .voy-license-extra {
.voy-license .voy-license-text, .voy-license .voy-license-extra,
.voy-restriction .voy-license-text, .voy-restriction .voy-license-extra {
padding-left: 0;
padding-left: 0;
}
}
Anonymer Benutzer