K (1 Version importiert) |
K (1 Version importiert) |
||
(Eine dazwischenliegende Version von einem anderen Benutzer wird nicht angezeigt) | |||
Zeile 21: | Zeile 21: | ||
} | } | ||
.notification-note, .notification-Hinweis { | .notification-note, .notification-Hinweis { | ||
border-left: solid 4px # | border-left: solid 4px #2b80ea; | ||
background:# | background:#dfecfc; | ||
} | } | ||
.boxlabel { | .boxlabel { | ||
Zeile 30: | Zeile 30: | ||
.notification-note.icon::before, .notification-Hinweis.icon::before{ | .notification-note.icon::before, .notification-Hinweis.icon::before{ | ||
content: "\f05a "; | content: "\f05a "; | ||
color: # | color: #2b80ea; | ||
} | } | ||
.notification-tip,.notification-Tipp { | .notification-tip,.notification-Tipp { | ||
border-left: solid 4px # | border-left: solid 4px #fdc300; | ||
background:# | background:#fff6d8; | ||
} | } | ||
.notification-tip.icon::before, .notification-Tipp.icon::before{ | .notification-tip.icon::before, .notification-Tipp.icon::before{ | ||
content: "\f0eb"; | content: "\f0eb"; | ||
color: # | color: #fdc300; | ||
font-size: 1.7em; | font-size: 1.7em; | ||
margin-left: 5px; | margin-left: 5px; | ||
} | } | ||
.notification-warning, .notification-Warnung { | .notification-warning, .notification-Warnung { | ||
border-left: solid 4px # | border-left: solid 4px #bd1d1d; | ||
background: # | background: #f5dcdc; | ||
} | } | ||
.notification-warning.icon::before, .notification-Warnung.icon::before{ | .notification-warning.icon::before, .notification-Warnung.icon::before{ | ||
content: "\f071"; | content: "\f071"; | ||
color: # | color: #bd1d1d; | ||
} | } | ||
.notification-important, .notification-Wichtig { | .notification-important, .notification-Wichtig { | ||
Zeile 60: | Zeile 60: | ||
} | } | ||
.notification-example, .notification-Beispiel { | .notification-example, .notification-Beispiel { | ||
border-left: solid 4px # | border-left: solid 4px #94c11f; | ||
background: # | background: #eff6dd; | ||
} | } | ||
.notification-example.icon::before, .notification-Beispiel.icon::before{ | .notification-example.icon::before, .notification-Beispiel.icon::before{ | ||
content: "\f0a4"; | content: "\f0a4"; | ||
color: # | color: #94c11f; | ||
} | } | ||
.notification-neutral, .notification-Neutral { | .notification-neutral, .notification-Neutral { | ||
background:# | border-left: solid 4px #747474; | ||
background:#f1f3f9; | |||
padding:14px; | padding:14px; | ||
} | } | ||
.notification-neutral.icon::before, .notification-Neutral.icon::before{ | .notification-neutral.icon::before, .notification-Neutral.icon::before{ | ||
content: "\f0a9 "; | content: "\f0a9 "; | ||
color: # | color: #747474; | ||
left: 10px; | left: 10px; | ||
top: 8px; | top: 8px; |
Aktuelle Version vom 29. August 2022, 13:59 Uhr
/* Infoboxes */
.hw-messagebox {
padding: 14px;
margin: 2em 0 1em 0;
display: block;
position:relative;
clear:both;
}
.hw-messagebox.icon {
padding-left: 35px;
}
.hw-messagebox.icon:before {
position: absolute;
font-size: 1.6em;
top: 8px;
font-family: "fontawesome";
left:8px;
}
.hw-messagebox p {
margin:0
}
.notification-note, .notification-Hinweis {
border-left: solid 4px #2b80ea;
background:#dfecfc;
}
.boxlabel {
font-weight:bold;
padding-right:0.5em;
}
.notification-note.icon::before, .notification-Hinweis.icon::before{
content: "\f05a ";
color: #2b80ea;
}
.notification-tip,.notification-Tipp {
border-left: solid 4px #fdc300;
background:#fff6d8;
}
.notification-tip.icon::before, .notification-Tipp.icon::before{
content: "\f0eb";
color: #fdc300;
font-size: 1.7em;
margin-left: 5px;
}
.notification-warning, .notification-Warnung {
border-left: solid 4px #bd1d1d;
background: #f5dcdc;
}
.notification-warning.icon::before, .notification-Warnung.icon::before{
content: "\f071";
color: #bd1d1d;
}
.notification-important, .notification-Wichtig {
border-left: solid 4px #ffa406;
background: #fedb9c;
margin-left: 2px;
}
.notification-important.icon::before, .notification-Wichtig.icon::before{
content: "\f06a";
color: #ffa406;
}
.notification-example, .notification-Beispiel {
border-left: solid 4px #94c11f;
background: #eff6dd;
}
.notification-example.icon::before, .notification-Beispiel.icon::before{
content: "\f0a4";
color: #94c11f;
}
.notification-neutral, .notification-Neutral {
border-left: solid 4px #747474;
background:#f1f3f9;
padding:14px;
}
.notification-neutral.icon::before, .notification-Neutral.icon::before{
content: "\f0a9 ";
color: #747474;
left: 10px;
top: 8px;
}
.notification-neutral .boxlabel, .notification-Neutral .boxlabel {
display:none;
}