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

Aus skandinavien-wiki.net
KKeine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
div.voy-license {
.voy-license {
display: flex;
display: flex;
align-items: center;
align-items: center;
Zeile 13: Zeile 13:
border: 2px solid #80d080;
border: 2px solid #80d080;
}
}
div.voy-license div, div.restrictionStyle td {
.voy-license div, div.restrictionStyle td {
padding: 1em;
padding: 1em;
vertical-align: middle;
vertical-align: middle;
}
}
div.voy-license-logo, div.restrictionStyle td:first-child {
.voy-license-logo, div.restrictionStyle td:first-child {
width: 90px;
width: 90px;
text-align: center;
text-align: center;
padding-right: 0;
padding-right: 0;
}
.voy-license .licensetpl_short, .voy-license .licensetpl_long,
.voy-license .licensetpl_attr_req, .voy-license .licensetpl_link_req {
display: none;
}
}

Version vom 19. März 2022, 14:50 Uhr

.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;
}
.voy-license div, div.restrictionStyle td {
	padding: 1em;
	vertical-align: middle;
}
.voy-license-logo, div.restrictionStyle td:first-child {
	width: 90px;
	text-align: center;
	padding-right: 0;
}
.voy-license .licensetpl_short, .voy-license .licensetpl_long,
.voy-license .licensetpl_attr_req, .voy-license .licensetpl_link_req {
	display: none;
}