mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 04:02:29 +00:00
160 lines
2.2 KiB
CSS
160 lines
2.2 KiB
CSS
.sheet-container {
|
|
background-color:#ffffff;
|
|
}
|
|
|
|
.sheet-line {
|
|
clear:both;
|
|
border-bottom: 6px solid black;
|
|
}
|
|
|
|
.sheet-col {
|
|
width:254px;
|
|
float:none;
|
|
text-align:left;
|
|
padding:10px;
|
|
}
|
|
|
|
.sheet-nav {
|
|
height:80px;
|
|
width:40px;
|
|
float:left;
|
|
padding:5px;
|
|
}
|
|
|
|
.sheet-section-left {
|
|
width:100px;
|
|
float:left;
|
|
padding:10px;
|
|
}
|
|
|
|
.sheet-section-middle {
|
|
line-height:35px;
|
|
width:320px;
|
|
float:left;
|
|
padding:10px;
|
|
}
|
|
|
|
.sheet-section-right {
|
|
line-height:40px;
|
|
width:300px;
|
|
float:left;
|
|
padding:10px;
|
|
}
|
|
|
|
.sheet-footer {
|
|
background-color:black;
|
|
color:white;
|
|
clear:both;
|
|
text-align:center;
|
|
padding:5px;
|
|
}
|
|
|
|
.sheet-text {
|
|
line-height:30px;
|
|
text-size:1.5em;
|
|
}
|
|
|
|
.sheet-description {
|
|
width:420px;
|
|
height:85px;>
|
|
}
|
|
|
|
.sheet-gear {
|
|
width:240px;
|
|
height:350px;>
|
|
}
|
|
|
|
.sheet-wideinput {
|
|
width:310px;
|
|
}
|
|
|
|
.sheet-wideinput2 {
|
|
width:300px;
|
|
}
|
|
|
|
.sheet-label {
|
|
background-color:black;
|
|
color:white;
|
|
clear:both;
|
|
text-align:center;
|
|
padding:1px;
|
|
}
|
|
|
|
.sheet-attribute {
|
|
font-size:1.4em;
|
|
font-weight:bold;
|
|
margin-right: 10px;
|
|
float:left;
|
|
width:30px;
|
|
}
|
|
|
|
.sheet-tag-att {
|
|
float:left;
|
|
left: 63px;
|
|
position:relative;
|
|
font-size:0.6em;
|
|
line-height:10px;
|
|
margin-top:5px;
|
|
width:230px;
|
|
}
|
|
|
|
.sheet-tag-xp1 {
|
|
float:left;
|
|
left: 35px;
|
|
position:relative;
|
|
font-size:0.6em;
|
|
line-height:10px;
|
|
margin-top:5px;
|
|
width:230px;
|
|
}
|
|
|
|
.sheet-tag-xp {
|
|
float:left;
|
|
font-size:0.6em;
|
|
line-height:10px;
|
|
width:70px;
|
|
padding:1px;
|
|
margin-top:5px;
|
|
margin-right:10px;
|
|
}
|
|
|
|
.sheet-tag-else {
|
|
float:left;
|
|
font-size:0.6em;
|
|
line-height:10px;
|
|
width:40px;
|
|
padding:1px;
|
|
margin-top:5px;
|
|
margin-right:10px;
|
|
}
|
|
|
|
.sheet-tag-wpn {
|
|
float:left;
|
|
font-size:0.6em;
|
|
line-height:10px;
|
|
width:20px;
|
|
padding:1px;
|
|
margin-top:5px;
|
|
margin-right:10px;
|
|
}
|
|
|
|
.sheet-tag-stat {
|
|
float:left;
|
|
position:relative;
|
|
font-size:0.6em;
|
|
line-height:10px;
|
|
margin-top:5px;
|
|
width:230px;
|
|
}
|
|
|
|
.sheet-stat {
|
|
float:left;
|
|
width:30px;
|
|
font-weight:bold;
|
|
line-height:30px;
|
|
}
|
|
|
|
.sheet-small {
|
|
width:45px;
|
|
}
|