Mais ações
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 6: | Linha 6: | ||
text-align:center; | text-align:center; | ||
padding: 0; | padding: 0; | ||
float: | float:right; | ||
} | } | ||
.Playtest-text{ | .Playtest-text{ | ||
Edição das 15h59min de 12 de dezembro de 2022
.Playtest{
border: 2px solid #897051;
border-radius: 15px;
margin:15px;
width:40%;
text-align:center;
padding: 0;
float:right;
}
.Playtest-text{
font-weight: bold;
border-bottom: 1px solid #897051;
color: #897051;
}
.RegionInfo table{
width:100%;
}
.RegionInfo th{
text-align:center;
font-weight: normal;
}
#dourado-title{
font-weight: bold;
color: #897051;
border-bottom: 1px solid #897051;
width:100%;
padding-bottom:-10px;
}
#dourado{
font-weight: bold;
color: #897051;
}
.collapsible {
background-color: #777;
color: white;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
}
.active, .collapsible:hover {
background-color: #555;
}
.content {
padding: 0 18px;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
background-color: #f1f1f1;
}