Files
roll20-character-sheets/solo10 For_the_quest/ftq.css
T
jarbascjunior2 3498d26948 New Sheet for the quest
New sheet to for the quest by 101 games
2024-11-06 18:07:30 -03:00

26 lines
505 B
CSS

.ficha-container {
position: relative;
width: 900px; /* Largura da ficha de personagem */
margin: 0 auto;
}
.ficha-imagem {
width: 100%;
height: auto;
}
.campo {
position: absolute;
background-color: rgba(255, 255, 255, 0.7); /* Fundo semitransparente */
border: 1px solid #000;
padding: 5px;
font-size: 18px;
font-family: Arial, sans-serif;
}
#attr_destino {
width: 20px;
height: 20px;
accent-color: red; /* Para alterar a cor de seleção */
}