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 2: Linha 2:
     border-left: 5px solid #897051;
     border-left: 5px solid #897051;
     border-radius: 5px;
     border-radius: 5px;
    margin: 0 0 1em 1em;
 
     width: 100%;
     width: 100%;
}
}

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

.sheetbox {
    border-left: 5px solid #897051;
    border-radius: 5px;

    width: 100%;
}
.sheetbox #content {
    text-align: left;
}
.sheetbox-container {
	width: 100%;
	height: auto;
}
.sheetbox-image {
    text-align: center;
}

.sheetbox img{
	border-radius: 0px 5px 0px 0px;
}

.sheetbox table {
	 width:50%;
}
.sheetbox tr:nth-child(even) {
	background: rgba(137, 112, 81, 0.3);
	border: 5px solid rgba(137, 112, 81, 0.3);
}
.sheetbox th {
    font-weight: normal;
}

.sheetbox td {
    vertical-align: bottom;
}

#Nome, #atributo, #titulo {
	font-weight: bold;
}
#Tipo {
	font-weight: normal;
	font-style: italic;
}
#colorido {
	color: #897051;
}