mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
48 lines
734 B
CSS
48 lines
734 B
CSS
|
|
h1 {
|
|
color: #black;
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
h3 {
|
|
color: #FFF;
|
|
background-color: #892621;
|
|
text-align: center;
|
|
border-radius: 7px 7px 7px 7px;
|
|
-webkit-box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.75);
|
|
-moz-box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.75);
|
|
box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.75);
|
|
font-family: 'serif';
|
|
|
|
}
|
|
|
|
.charsheet thead{
|
|
font-size: 10px;
|
|
}
|
|
|
|
.charsheet td.sheet-insanity{
|
|
font-weight: bold;
|
|
}
|
|
|
|
.charsheet td.sheet-unconscius{
|
|
font-weight: bold;
|
|
}
|
|
|
|
.charsheet td.sheet-unconscius2{
|
|
font-weight: bold;
|
|
text-align: right;
|
|
}
|
|
|
|
.charsheet td.sheet-dead{
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sheet-bottom{
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sheet-tdtitle{
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
} |