Mais ações
Criou página com '.Playtest{ border: 2px solid #897051; border-radius: 15px; margin:auto; width:50%; text-align:center; padding: 0; } .Playtest-text{ font-weight: bold; border-bottom: 1px solid #897051; color: #897051; } .RegionInfo table{ width:50%; float:right; } .RegionInfo th{ text-align:center; font-weight: normal; }' |
Sem resumo de edição |
||
| (12 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
| Linha 2: | Linha 2: | ||
border: 2px solid #897051; | border: 2px solid #897051; | ||
border-radius: 15px; | border-radius: 15px; | ||
margin: | margin: 0px 15px 15px 15px; | ||
width: | width:40%; | ||
text-align:center; | text-align:center; | ||
padding: 0; | padding: 0; | ||
float:right; | |||
} | } | ||
.Playtest-text{ | .Playtest-text{ | ||
| Linha 13: | Linha 14: | ||
} | } | ||
.RegionInfo table{ | .RegionInfo table{ | ||
width: | width:100%; | ||
} | } | ||
.RegionInfo th{ | .RegionInfo th{ | ||
text-align:center; | text-align:center; | ||
font-weight: normal; | 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; | |||
} | } | ||
Edição atual tal como às 16h00min de 12 de dezembro de 2022
.Playtest{
border: 2px solid #897051;
border-radius: 15px;
margin: 0px 15px 15px 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;
}