Mudanças entre as edições de "Predefinição:Worldboss box/style.css"
Ir para navegação
Ir para pesquisar
| Linha 15: | Linha 15: | ||
padding: 0.5em 1em 0.5em 1em; | padding: 0.5em 1em 0.5em 1em; | ||
text-align: center; | text-align: center; | ||
font-size: | font-size: 20px; | ||
} | } | ||
Edição das 23h50min de 27 de maio de 2022
.mw-tpl-colorbox {
box-sizing: border-box;
margin: 0.5em 0.5em 1em 21em;
border-radius: 0.2em;
background: #fff;
box-shadow: 0 0 0.2em #999999;
width: 960px;
height: 90px;
}
.mw-tpl-colorbox-title {
background: #eaecf0;
color: #000000;
border-radius: 0.2em 0.2em 0 0;
padding: 0.5em 1em 0.5em 1em;
text-align: center;
font-size: 20px;
}
.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;
}