Zuletzt bearbeitet vor einem Jahr
von Redaktion

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

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 #3498db;
border-left: solid 4px #2b80ea;
background:#d9edf7;
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: #3498db;
color: #2b80ea;
}
}
.notification-tip,.notification-Tipp {
.notification-tip,.notification-Tipp {
border-left: solid 4px #f2c412;
border-left: solid 4px #fdc300;
background:#FFF5C9;
background:#fff6d8;
}
}
.notification-tip.icon::before, .notification-Tipp.icon::before{
.notification-tip.icon::before, .notification-Tipp.icon::before{
content: "\f0eb";
content: "\f0eb";
color: #dbb213;
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 #c23c2b;
border-left: solid 4px #bd1d1d;
background: #f2dede
background: #f5dcdc;
}
}
.notification-warning.icon::before, .notification-Warnung.icon::before{
.notification-warning.icon::before, .notification-Warnung.icon::before{
content: "\f071";
content: "\f071";
color: #c23c2b;
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 #00b241;
border-left: solid 4px #94c11f;
background: #dff0d8;
background: #eff6dd;
}
}
.notification-example.icon::before, .notification-Beispiel.icon::before{
.notification-example.icon::before, .notification-Beispiel.icon::before{
content: "\f0a4";
content: "\f0a4";
color: #00b241;
color: #94c11f;
}
}
.notification-neutral, .notification-Neutral {
.notification-neutral, .notification-Neutral {
background:#eaeaea;  
border-left: solid 4px #747474;
background:#f1f3f9;  
padding:14px;
padding:14px;
}
.notification-neutral.icon, .notification-Neutral.icon {
text-indent:0;
}
}
.notification-neutral.icon::before, .notification-Neutral.icon::before{
.notification-neutral.icon::before, .notification-Neutral.icon::before{
content: "\f0a9 ";
content: "\f0a9 ";
color: #555;
color: #747474;
left: 10px;
left: 10px;
top: 8px;
top: 8px;

Aktuelle Version vom 29. August 2022, 14: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;
}
Keine Kategorien vergebenBearbeiten

Diskussionen