2.590
Bearbeitungen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 294: | Zeile 294: | ||
} | } | ||
.warnung::before { | div.warnung::after { | ||
clear:both; | |||
} | |||
div.warnung::before { | |||
content: "Warnung"; | content: "Warnung"; | ||
background:url(/de/images/c/cb/Warning.png) no-repeat; | background:url(/de/images/c/cb/Warning.png) no-repeat; | ||
background-position:center; | background-position:center; | ||
background-size: | background-size:24px auto; | ||
width: | width:24px; | ||
height: | height:24px; | ||
line-height:24px; | |||
display:inline-block; | display:inline-block; | ||
color:rgba(0,0,0,0); | color:rgba(0,0,0,0); | ||
Zeile 307: | Zeile 312: | ||
} | } | ||
.warnung { | |||
div.warnung { | |||
font-weight:bold; | font-weight:bold; | ||
font-size: | font-size:120%; | ||
color:#ff0000; | color:#ff0000; | ||
float:left; | float:left; | ||
} | } |