Files
roll20-character-sheets/Mythras/templates/roll_templates/system.css
T

111 lines
2.9 KiB
CSS

/* Default Roll Template Styles */
.sheet-rolltemplate-system {
background: white;
font-family: 'Merriweather', serif;
font-size: 12px;
line-height: 18px;
color: black;
}
.sheet-rolltemplate-system.sheet-rolltemplate-darkmode {
background: #1f1f1f;
color: whitesmoke;
}
.sheet-rolltemplate-system div.sheet-border {
border: 2px solid #992600;
font-family: 'Merriweather', serif;
font-size: 12px;
line-height: 18px;
border-radius: 5px;
}
.sheet-rolltemplate-system div.sheet-header {
background: #992600;
color: whitesmoke;
}
.sheet-rolltemplate-system div.sheet-character {
font-size: 11px;
text-align: center;
}
.sheet-rolltemplate-system div.sheet-name {
font-family: "Sorts Mill Goudy", serif;
text-align: center;
font-size: 15px;
}
.sheet-rolltemplate-system div.sheet-table {
display: table;
width: 100%;
}
.sheet-rolltemplate-system div.sheet-tr {
display: table-row;
}
.sheet-rolltemplate-system div.sheet-th {
display:table-cell;
text-align: center;
background: dimgray;
color: whitesmoke;
padding: 1px 2px;
vertical-align: middle;
font-weight: normal;
white-space: nowrap;
}
.sheet-rolltemplate-system div.sheet-td {
display: table-cell;
text-align: center;
vertical-align: middle;
padding: 1px 2px;
white-space: nowrap;
}
.sheet-rolltemplate-system div.sheet-help {
cursor: help;
}
.sheet-rolltemplate-system div.sheet-pictos {
font-family: "Pictos";
}
.sheet-rolltemplate-system div.sheet-pictos-three {
font-family: "Pictos Three";
}
.sheet-rolltemplate-system div.sheet-full-width {
width: 100%;
}
.sheet-rolltemplate-system div.sheet-checkbox-width {
width: 16px;
}
.sheet-rolltemplate-system div.sheet-number-width-sm {
width: 25px;
}
.sheet-rolltemplate-system .inlinerollresult,
.sheet-rolltemplate-system.sheet-rolltemplate-darkmode .inlinerollresult {
display: inline-block;
text-align: center;
padding: 0;
margin: 0;
color: inherit;
border: none !important;
background: transparent !important;
height: 18px;
font-weight: inherit;
font-size: 12px;
font-family: 'Merriweather', serif;
}
.sheet-rolltemplate-system .inlinerollresult.fullcrit,
.sheet-rolltemplate-system.sheet-rolltemplate-darkmode .inlinerollresult.fullcrit {
border: none !important;
color: inherit;
background: transparent !important;
font-weight: inherit;
}
.sheet-rolltemplate-system .inlinerollresult.fullfail,
.sheet-rolltemplate-system.sheet-rolltemplate-darkmode .inlinerollresult.fullfail {
border: none !important;
color: inherit;
background: transparent !important;
font-weight: inherit;
}
.sheet-rolltemplate-system .inlinerollresult.importantroll,
.sheet-rolltemplate-system.sheet-rolltemplate-darkmode .inlinerollresult.importantroll {
border: none !important;
color: inherit;
background: transparent !important;
font-weight: inherit;
}