Importer, Bürokraten, Moderatoren (CommentStreams), Strukturierte-Diskussionen-Bots, Oberflächenadministratoren, Push-Abonnementverwalter, Oversighter, Administratoren, Kampagnenbearbeiter (Hochladeassistent)
855
Bearbeitungen
(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; }“) |
K (11 Versionen von wikivoyage:Vorlage:Lizenz/styles.css importiert) |
||
| (10 dazwischenliegende Versionen von einem anderen Benutzer werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
.voy-license, .voy-restriction, .voy-license-information { | |||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
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; | ||
background-color: #f6f6f6; | background-color: #f6f6f6; | ||
} | } | ||
.voy-restriction { | |||
background-color: #e8f8e8; | background-color: #e8f8e8; | ||
border: 2px solid #80d080; | border: 2px solid #80d080; | ||
} | } | ||
.voy-license-information { | |||
border: 2px solid #6cc8f3; | |||
background-color: #F6F6F6; | |||
} | |||
.voy-license > div, .voy-restriction > div, .voy-license-information > div { | |||
padding: 1em; | padding: 1em; | ||
} | } | ||
.voy-license .voy-license-logo, .voy-restriction .voy-license-logo, | |||
.voy-license-information .voy-license-logo { | |||
width: 90px; | width: 90px; | ||
text-align: center; | text-align: center; | ||
flex: none; | |||
padding-right: 0; | padding-right: 0; | ||
} | |||
.voy-license .voy-license-extra, .voy-restriction .voy-license-extra | |||
.voy-license-information .voy-license-extra { | |||
padding-left: 0; | |||
} | |||
.voy-license .licensetpl_short, .voy-license .licensetpl_long, | |||
.voy-license .licensetpl_attr_req, .voy-license .licensetpl_link_req, | |||
.voy-license .licensetpl_link { | |||
display: none; | |||
} | } | ||