mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
32 lines
407 B
CSS
32 lines
407 B
CSS
table {
|
|
width:100%;
|
|
}
|
|
|
|
.sheet-fullwidth {
|
|
width:100%;
|
|
}
|
|
|
|
.sheet-almostfull {
|
|
width:200px;
|
|
}
|
|
|
|
.sheet-label-almostfull {
|
|
width:75px;
|
|
}
|
|
|
|
.charsheet .sheet-section-space {
|
|
border-bottom:2px solid #444;
|
|
margin-top:20px;
|
|
margin-bottom:20px;
|
|
}
|
|
|
|
h2 {
|
|
border-bottom:1px solid #940000;
|
|
margin-bottom:10px;
|
|
color:#940000;
|
|
}
|
|
|
|
span {
|
|
padding-left:5px;
|
|
padding-right:5px;
|
|
} |