Vorlage:Colored box/hofstyle.css: Unterschied zwischen den Versionen
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 13: | Zeile 13: | ||
padding: 0.5em 1em 0.5em 1em; | padding: 0.5em 1em 0.5em 1em; | ||
font-family: Verdana, Geneva, sans-serif; | font-family: Verdana, Geneva, sans-serif; | ||
font-size: | font-size: 17px; | ||
letter-spacing: 0px; | letter-spacing: 0px; | ||
word-spacing: 0px; | word-spacing: 0px; | ||
Aktuelle Version vom 14. April 2025, 13:23 Uhr
.mw-tpl-colorbox {
box-sizing: border-box;
margin: 0.5em 0.5em 1em 0.5em;
border-radius: 0.4em;
background: #fff;
box-shadow: 0 0 0.2em #999999;
}
.mw-tpl-colorbox-title {
background: #EDC900;
color: #000000;
border-radius: 0.4em 0.4em 0 0;
padding: 0.5em 1em 0.5em 1em;
font-family: Verdana, Geneva, sans-serif;
font-size: 17px;
letter-spacing: 0px;
word-spacing: 0px;
color: #000000;
font-weight: 400;
text-decoration: none;
font-style: normal;
font-variant: small-caps;
text-transform: none;
background: #d19e1d;
background: linear-gradient(to right, #d19e1d, #ffd86e, #e3a812);
background: linear-gradient(to right, #d19e1d, #ffd86e, #e3a812);
}
.mw-tpl-colorbox-title-icon {
opacity: 0.8;
}
.mw-tpl-colorbox-title-corner {
float: right;
font-size: 0.7em;
}
.mw-tpl-colorbox-content {
padding: 0.5em 1em 0.5em 1em;
}
.mw-tpl-colorbox-content::after {
content: "";
display: block;
clear: both;
}