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 14: Linha 14:
.sheetbox-image {
.sheetbox-image {
     text-align: center;
     text-align: center;
border-bottom: 5px solid #897051;
}
}


Linha 21: Linha 20:
}
}


.topleft{
position: absolute;
top: 265px;
left: 24px;
font-size: 18px;
color: #FFF;
padding: 5px;
background: #897051;
}
.sheetbox table {
.sheetbox table {
width:50%;
width:50%;
Linha 38: Linha 28:
}
}
.sheetbox th {
.sheetbox th {
     text-align: right;
     font-weight: normal;
    vertical-align: top;
    width: 30px;
    padding-left: 10px;
}
}
.sheetbox td {
.sheetbox td {
     vertical-align: top;
     vertical-align: bottom;
}
 
#Nome, #atributo, #titulo {
font-weight: bold;
}
#Tipo {
font-weight: normal;
font-style: italic;
}
#colorido {
color: #897051;
}
}

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

.sheetbox {
    border-left: 5px solid #897051;
    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 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;
}