Files
roll20-character-sheets/Fate_Core/style.css
T
Andrew Bailey fd9fe43c1b Fate Core sheet updates
Fixed Consequences label
Fixed skill pyramid formatting
Added demo.png
created sheet.json
2014-04-18 13:55:18 -05:00

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;
}