Template:ColoredBox/style.css

From fattwiki
< Template:ColoredBox
Revision as of 23:46, 8 July 2022 by 108.41.227.72 (talk) (Change from dropshadow to solid border)
.mw-tpl-colorbox {
 box-sizing:border-box;
 margin:0.5em;
 border-radius:0.2em;
 background:#fff;
 border-width:2px;
 border-style:solid;
 border-color:#eaecf0;
}
.mw-tpl-colorbox-title {
 background:#eaecf0;
 color:#000000;
 border-radius:0.2em 0.2em 0 0;
 padding:0.5em 1em 0.5em 1em
}
.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
}