Files
roll20-character-sheets/Aquelarre/aquelarre.css
T

70 lines
1.2 KiB
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 {
background: #f1f1f1;
}
.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;
}
.sheet-rolltemplate-aquelarre {
border: 1px solid #000;
}
.sheet-rolltemplate-aquelarre div {
padding: 5px 10px;
background: #fff;
}
.sheet-rolltemplate-aquelarre .sheet-rolltemplate-header {
background-color: #892621;
box-shadow: inset 0px 0px 11px 0px rgba(0,0,0,0.75);
color: #fff;
font-weight: bold;
text-align: center;
}
.sheet-rolltemplate-aquelarre .sheet-rolltemplate-header a {
color: #fff;
display: block;
margin-bottom: 10px;
}