mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
57 lines
649 B
CSS
57 lines
649 B
CSS
.sheet-label{
|
|
color:green;
|
|
}
|
|
.sheet-attrInput{
|
|
font-size:30px;
|
|
height:50px;
|
|
width:50px
|
|
}
|
|
|
|
.sheet-bar{
|
|
width:100%;
|
|
background-color:rgba(102, 102, 102,.4);
|
|
padding:10px;
|
|
overflow:hidden;
|
|
}
|
|
|
|
.sheet-attribute{
|
|
width:20%;
|
|
float:left;
|
|
}
|
|
|
|
.sheet-column{
|
|
width:33%;
|
|
float:left;
|
|
padding: 15px;
|
|
}
|
|
|
|
.sheet-column5{
|
|
width:20%;
|
|
float:left;
|
|
padding: 15px;
|
|
}
|
|
.sheet-column4{
|
|
width:25%;
|
|
float:left;
|
|
padding: 15px;
|
|
}
|
|
|
|
.charsheet{
|
|
background-color:#333333;
|
|
color:green!important;
|
|
overflow:hidden;
|
|
height:100%;
|
|
}
|
|
|
|
select{
|
|
position:relative;
|
|
top:4px;
|
|
}
|
|
|
|
.charsheet *{
|
|
box-sizing:border-box;
|
|
}
|
|
|
|
label, p, h1,h2,h3{
|
|
color:#00bd46;
|
|
} |