mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 12:12:30 +00:00
Fixed Consequences label Fixed skill pyramid formatting Added demo.png created sheet.json
52 lines
965 B
CSS
52 lines
965 B
CSS
.sheet-header {
|
|
min-width: 800px;
|
|
background: black;
|
|
color: white;
|
|
clear: both;
|
|
margin-bottom: 4px;
|
|
}
|
|
.sheet-colHead {
|
|
min-width: 600px;
|
|
background: black;
|
|
color: white;
|
|
clear: both;
|
|
margin-bottom: 4px;
|
|
}
|
|
.sheet-colHeadSmall {
|
|
|
|
background: black;
|
|
color: white;
|
|
clear: both;
|
|
margin-bottom: 4px;
|
|
}
|
|
.sheet-inText {
|
|
border-style: solid;
|
|
border-color: gray;
|
|
border-width: 1px 1px 1px 1px;
|
|
clear: both;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.sheet-skill {
|
|
border-style: solid;
|
|
border-color: black;
|
|
border-width: 2px 2px 2px 2px;
|
|
}
|
|
|
|
.sheet-skill2 {
|
|
background-color: #E3E3E3;
|
|
border-style: solid;
|
|
border-color: gray;
|
|
border-width: 1px 1px 1px 1px;
|
|
}
|
|
.sheet-checkDark {
|
|
border-style: solid;
|
|
border-color: black;
|
|
border-width: 1px 1px 1px 1px;
|
|
}
|
|
|
|
.sheet-checkLight {
|
|
border-style: solid;
|
|
background-color: #E3E3E3;
|
|
border-width: 1px 1px 1px 1px;
|
|
} |