mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
a new character sheet for etoiles, a french indie game to play adventures like in Stargate SG1
57 lines
997 B
CSS
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;
|
|
}
|