Sie betrachten eine alte Version der Seite. Zur neuesten Version gehen.
Keine Kategorien vergeben
Infobox2
-
- vor 4 Jahren zuletzt von MLR bearbeitet
-
-
- Keine Statusinformation
< Vorlagen | Beispiel
Version vom 28. Februar 2020, 12:41 Uhr von Mlink-rodrigue (Diskussion | Beiträge)
Wie Vorlagen/Beispiel/Infobox, nur anders gestylt:
Hinweis: Das ist ein Hinweis.
Tipp: Das ist ein Tipp.
Achtung: Das ist eine Warnung.
Wichtig! Das ist wichtig.
Beispiel: Das ist ein Beispiel.
Das ist eine neutrale Box.
Css zu Mediawiki:Common.css
hinzufügen:
.notification-note {
border-left: solid 4px #3498db;
background:#d9edf7;
}
.notification-tip {
border-left: solid 4px #f2c412;
background:#FFF5C9;
}
.notification-warning {
border-left: solid 4px #c23c2b;
background: #f2dede
}
.notification-important {
border-left: solid 4px #ffa406;
background: #fedb9c;
}
.notification-example {
border-left: solid 4px #00b241;
background: #dff0d8;
}
.notification-backgroundbox {
background:#ffd67f;
padding:12px;
}
.notification-backgroundbox .boxlabel {
display:none;
}