Zuletzt bearbeitet vor 2 Monaten
von Margit Link-Rodrigue

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

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 10: Zeile 10:
padding-left: 35px;
padding-left: 35px;
}
}
.hw-messagebox.icon:before {
.hw-messagebox.icon::before {
position: absolute;
position: absolute;
font-size: 1.6em;
font-size: 1.6em;
Zeile 24: Zeile 24:
background:#d9edf7;
background:#d9edf7;
}
}
.notification-note a, .notification-Hinweis a
{color:#1e68a3}
.notification-bsversion {
border-left: solid 4px #b0cbf4;
background:#d8e8fd
}
.notification-bsversion.old {
border-left: solid 4px #f8c57f;
background:#fdeed9
}
.notification-bsversion.icon::before{
content: "\f069";
color: #b0cbf4
}
.boxlabel {
.boxlabel {
font-weight:bold;
font-weight:bold;

Aktuelle Version vom 12. Januar 2024, 16:07 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 #3498db;
background:#d9edf7;
}

.notification-note a, .notification-Hinweis a
{color:#1e68a3}
.notification-bsversion {
border-left: solid 4px #b0cbf4;
background:#d8e8fd
}

.notification-bsversion.old {
border-left: solid 4px #f8c57f;
background:#fdeed9
}

.notification-bsversion.icon::before{
content: "\f069";
color: #b0cbf4
}


.boxlabel {	
font-weight:bold;
padding-right:0.5em;
}
.notification-note.icon::before, .notification-Hinweis.icon::before{
content: "\f05a ";
color: #3498db;
}
.notification-tip,.notification-Tipp {
border-left: solid 4px #f2c412;
background:#FFF5C9;
}
.notification-tip.icon::before, .notification-Tipp.icon::before{
content: "\f0eb";
color: #dbb213;
font-size: 1.7em;
margin-left: 5px;
}
.notification-warning, .notification-Warnung  {
border-left: solid 4px #c23c2b;
background: #f2dede
}
.notification-warning.icon::before, .notification-Warnung.icon::before{
content: "\f071";
color: #c23c2b;
}
.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 #00b241;
background: #dff0d8;
}
.notification-example.icon::before, .notification-Beispiel.icon::before{
content: "\f0a4";
color: #00b241;
}
.notification-neutral, .notification-Neutral {
background:#f1f3f9; 
padding:14px;
}
.notification-neutral.icon, .notification-Neutral.icon {
text-indent:0;
}
.notification-neutral.icon::before, .notification-Neutral.icon::before{
content: "\f0a9 ";
color: #555;
left: 10px;
top: 8px;
}
.notification-neutral .boxlabel, .notification-Neutral .boxlabel {
display:none;
}
Keine Kategorien vergebenBearbeiten

Diskussionen