Files
roll20-character-sheets/carbon-2185-quickstart/carbon2185quickstart.css
T
wizardeddas c4d6b2a1b1 Create character sheet for Carbon 2185 (#5132)
* [carbon-2185-quickstart] Creat sheet for new game

Character sheet for the Carbon 2185 Quickstart rules, a new rpg based on D&D 5e that recently completed a successful campaign on Kickstarter. The full game will be released in June. Quickstart rules can be downloaded by signing up at www.carbon2185.com

* Update sheet.json

* Create new character sheet for Carbon 2185

Full character sheet for the game Carbon 2185 www.carbon2185.com
2019-06-03 16:48:06 -05:00

120 lines
2.1 KiB
CSS

.sheet-charsheet {
min-width: 800px;
}
.sheet-divTable {
display: table;
width: 100%;
background-color: #FFFFFF;
}
.sheet-divTableRow {
display: table-row;
border: 1px solid #999999;
}
.sheet-divTableHeading {
background-color: #EEE;
display: table-header-group;
}
.sheet-divTableCell, .sheet-divTableHead {
display: table-cell;
padding: 3px 10px;
text-align: center;
vertical-align: top;
}
.sheet-divTableCell3 {
display: table-cell;
padding: 3px 10px;
width: 33%;
text-align: center;
vertical-align: top;
}
.sheet-divTableHeading {
background-color: #EEE;
display: table-header-group;
font-weight: bold;
}
.sheet-divTableFoot {
background-color: #EEE;
display: table-footer-group;
font-weight: bold;
}
.sheet-divTableBody {
display: table-row-group;
}
.sheet-attribute_mod {
font-size: x-large;
width: 80px;
height: 80px;
text-align: center;
}
.sheet-attribute_score {
width:30px;
height: 30px;
position: relative;
text-align: center;
}
.sheet-contain {
border: 1px solid black;
padding: 5px;
}
.sheet-allt {
text-align: left;
}
.sheet-hpmax {
position: relative;
bottom: 20px;
float: left;
}
.sheet-hitdie {
float: left;
position: relative;
bottom: -10px;
right: 75px;
}
.sheet-hp {
width: 50px;
height: 50px;
text-align: center;
font-size: x-large;
}
.sheet-hpbox {
width: 100%;
height: 20px;
}
.sheet-spacer {
height: 3px;
}
.sheet-smallft { font-size: small; }
.sheet-w10 { width: 10%; }
.sheet-w15 { width: 15%; }
.sheet-w20 { width: 20%; }
.sheet-w25 { width: 25%; }
.sheet-w30 { width: 30%; }
.sheet-w35 { width: 35%; }
.sheet-w40 { width: 40%; }
.sheet-w45 { width: 45%; }
.sheet-w60 { width: 60%; }
.sheet-w80 { width: 80%; }
.sheet-w85 { width: 85%; }
.sheet-w90 { width: 90%; }
.sheet-w95 { width: 95%; }
.sheet-w100 { width: 100%; }
.sheet-w25p { width: 25px; }
.sheet-w50p { width: 50px; }
.sheet-w75p { width: 75px; }
td { text-align: center; }
.sheet-logo { height: 50px; }
.sheet-equiplabel {
text-align: center;
width: 85%;
}
.sheet-weightlabel {
text-align: center;
width: 15%;
}
.sheet-cntrtxt {
width: 100%;
text-align: center;
}
.sheet-inpcntr {
text-align: center;
}