Ativa o menu
Toggle preferences menu
Alternar menu pessoal
Não autenticado(a)
Your IP address will be publicly visible if you make any edits.

Predefinição:Ficha Criatura/styles.css: mudanças entre as edições

De Runas & Campeões
Sem resumo de edição
Sem resumo de edição
Linha 19: Linha 19:
border-top: 3px solid #897051;
border-top: 3px solid #897051;
float:left;
float:left;
width:70%;
width:55%;
padding: -5px;
padding: -5px;
vertical-align: bottom;
vertical-align: bottom;

Edição das 21h52min de 13 de dezembro de 2022

.sheetbox {
    border-radius: 5px;
    margin: 0 0 1em 1em;
    width: 100%;
}
.sheetbox #content {
    text-align: left;
}
.sheetbox-container {
	width: 100%;
	height: auto;
}
.sheetbox-image {
    text-align: center;
}

.sheetbox table {
	border-bottom: 3px solid #897051;
	border-top: 3px solid #897051;
	float:left;
	width:55%;
	padding: -5px;
	vertical-align: bottom;
}
.sheetbox tr:nth-child(even) {
	background: rgba(137, 112, 81, 0.3);
}
.sheetbox th {
    font-weight: normal;
    border-bottom: 2px solid #897051;
}

#atributos {
	text-align:center;
}
#Nome, #atributo, #titulo {
	font-weight: bold;
}
#Tipo {
	font-weight: normal;
	font-style: italic;
}
#colorido {
	color: #897051;
}
#borda-baixo, #titulo {
	border-bottom: 2px solid #897051;
}