Files
roll20-character-sheets/etoiles/etoiles.css
T
eric blaise bed0efe4ee new character sheet etoiles homebrew game
a new character sheet for etoiles, a french indie game to play adventures like in Stargate SG1
2020-11-28 16:33:12 +01:00

57 lines
997 B
CSS

.sheet-bgmain {
width: 830px;
max-width: 830px;
height: 660px;
max-height: 660px;
background-color : white;
background-image: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/etoiles/BG.png');
background-repeat:no-repeat;
background-position:top center;
background-size: auto;
padding:4px;
font-size:14px;
}
.sheet-col-1,.sheet-col-2,.sheet-col-3{
float:left;
}
.sheet-col-1{
width:33%;
}
.sheet-col-3{
width:10%;
}
.sheet-descripteur, .sheet-faille,.sheet-mintext{
margin-bottom:10px;
}
.sheet-col-2 label,.sheet-col-2 input{
font-size:22px;
}
.sheet-col-3 input, .sheet-col-3 select {
width:133px;
}
.sheet-col-1 input {
width:150px;
}
.sheet-col-2 {
margin-left:80px;
margin-right:150px;
padding-top:150px;
width:20%;
}
.sheet-col-4 {
width:40%;
height:auto;
min-height:150px;
position:absolute;
top: 560px; left: 250px;
}
.sheet-col-4 select{
width:55px;
}
.sheet-col-4 input {
width:100px;
}