Files
roll20-character-sheets/Fate_Core/style.css
T
krathognis 29a940c754 Fate Core Character Sheet
Fate Core sheet Draft 1
2014-04-17 10:40:57 -05:00

45 lines
818 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: 1px 1px 1px 1px;
}
.sheet-skill2 {
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;
}