mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-03 05:32:32 +00:00
45 lines
818 B
CSS
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;
|
|
} |