Vorlage:Colored box/hofstyle.css: Unterschied zwischen den Versionen
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 3: | Zeile 3: | ||
margin: 0.5em 0.5em 1em 0.5em; | margin: 0.5em 0.5em 1em 0.5em; | ||
border-radius: 0.4em; | border-radius: 0.4em; | ||
background: | background: #fff; | ||
box-shadow: 0 0 0.2em #999999; | box-shadow: 0 0 0.2em #999999; | ||
} | } | ||
| Zeile 13: | Zeile 13: | ||
padding: 0.5em 1em 0.5em 1em; | padding: 0.5em 1em 0.5em 1em; | ||
font-size: 1.0em; | font-size: 1.0em; | ||
background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%); | |||
} | } | ||
Version vom 14. April 2025, 13:10 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-size: 1.0em;
background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%);
}
.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;
}