mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
196 lines
2.8 KiB
CSS
196 lines
2.8 KiB
CSS
.charsheet input{
|
|
width:95%;
|
|
height: 99%;
|
|
margin-left:5px;
|
|
margin-top:4px;
|
|
margin-bottom:3px;
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
-o-box-sizing: border-box;
|
|
-ms-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
.sheet-weaponName-column{
|
|
float: left;
|
|
width: 123px;
|
|
}
|
|
|
|
.sheet-weapon-column{
|
|
float: left;
|
|
width: 75px;
|
|
}
|
|
|
|
.sheet-whiteFieldWithInput{
|
|
padding-top:1px ;
|
|
padding-bottom:1px;
|
|
border-bottom:1px solid black;
|
|
border-right:3px solid black;
|
|
}
|
|
|
|
.sheet-justInput{
|
|
margin-top: 0px;
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.sheet-orangeField{
|
|
background-color: #F57C3E;
|
|
text-align: left;
|
|
padding-left:5px;
|
|
padding-right: 5px;
|
|
padding-top:9px ;
|
|
padding-bottom:8px;
|
|
border-right: 1px solid black;
|
|
}
|
|
|
|
.sheet-orangeFieldWithInput{
|
|
padding-top:1px;
|
|
padding-bottom:1px;
|
|
background-color: #F57C3E;
|
|
border-bottom:1px solid black;
|
|
}
|
|
|
|
|
|
.sheet-column33{
|
|
float: left;
|
|
width: 30%;
|
|
}
|
|
|
|
.sheet-column33-fixed{
|
|
float: left;
|
|
width: 240px;
|
|
}
|
|
.sheet-column66{
|
|
float:left;
|
|
width: 60%;
|
|
}
|
|
.sheet-column66-fixed{
|
|
float:left;
|
|
width: 480px;
|
|
}
|
|
|
|
.sheet-column50 {
|
|
float: left;
|
|
width: 45%;
|
|
}
|
|
|
|
.sheet-column50-fixed {
|
|
float: left;
|
|
width: 360px;
|
|
}
|
|
|
|
.sheet-column12 {
|
|
float: left;
|
|
width: 8%;
|
|
}
|
|
.sheet-column20 {
|
|
float: left;
|
|
width: 18%;
|
|
}
|
|
|
|
.sheet-smallInput{
|
|
width:44px;
|
|
}
|
|
|
|
/* Clear floats after the columns */
|
|
.sheet-row:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sheet-weapon-row{
|
|
border-left: 3px solid black;
|
|
border-right: 3px solid black;
|
|
border-bottom: 1px solid black;
|
|
|
|
}
|
|
|
|
|
|
.sheet-logo {
|
|
width:588px;
|
|
height: 164px;
|
|
}
|
|
|
|
|
|
|
|
.sheet-orangeFieldWithInput input{
|
|
background-color: #F57C3E;
|
|
border:0px;
|
|
}
|
|
|
|
|
|
.sheet-whiteFieldWithInput input{
|
|
border:0px;
|
|
}
|
|
|
|
|
|
.sheet-header{
|
|
font-weight: bolder;
|
|
font-size: 18px;
|
|
padding: 5px;
|
|
}
|
|
|
|
|
|
.sheet-border-thick{
|
|
border-left:3px solid black;
|
|
border-top:3px solid black;
|
|
|
|
}
|
|
|
|
.sheet-border-bottom-thick{
|
|
border-bottom: 3px solid black;
|
|
}
|
|
.sheet-border-left-thick{
|
|
border-left: 3px solid black;
|
|
}
|
|
|
|
.sheet-border-right-thick{
|
|
border-right: 3px solid black;
|
|
}
|
|
|
|
.sheet-border-bottom-thin{
|
|
border-bottom: 1px solid black;
|
|
|
|
}
|
|
|
|
.sheet-border-top-thin{
|
|
border-top: 1px solid black;
|
|
|
|
}
|
|
|
|
.sheet-border-left-thin{
|
|
border-left: 1px solid black;
|
|
}
|
|
|
|
.sheet-center{
|
|
text-align: center;
|
|
}
|
|
|
|
.sheet-utrustning{
|
|
vertical-align: top;
|
|
}
|
|
|
|
.sheet-pl3{
|
|
padding-left: 5px;
|
|
}
|
|
|
|
.sheet-innerText{
|
|
display: inline-block;
|
|
padding-left: 5px;
|
|
padding-right:5px;
|
|
width:35px;
|
|
}
|
|
|
|
.sheet-border-right-none{
|
|
border-right: 0px none transparent;
|
|
}
|
|
|
|
.sheet-border-bottom-none{
|
|
border-bottom: 0px none transparent;
|
|
}
|