Files
roll20-character-sheets/Aquelarre/aquelarre.css
T
2018-09-11 09:19:11 -05:00

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