Files
roll20-character-sheets/Super_T_Show/supertvshow.css
T
jarbascjunior2 30c34cb99f Super TV Show
Sheet for super tv show by Universo   simulado
2024-09-10 16:25:22 -03:00

21 lines
391 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: 16px;
font-family: Arial, sans-serif;
}