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

99 lines
2.6 KiB
CSS

/* Default Roll Template Styles */
.sheet-rolltemplate-weapon {
background: white;
font-family: 'Merriweather', serif;
font-size: 12px;
line-height: 18px;
color: black;
}
.sheet-rolltemplate-weapon.sheet-rolltemplate-darkmode {
background: #1f1f1f;
color: whitesmoke;
}
.sheet-rolltemplate-weapon div.sheet-border {
border: 2px solid #811818;
font-family: 'Merriweather', serif;
font-size: 12px;
line-height: 18px;
border-radius: 5px;
}
.sheet-rolltemplate-weapon div.sheet-header {
background: #811818;
color: whitesmoke;
}
.sheet-rolltemplate-weapon div.sheet-character {
font-size: 11px;
text-align: center;
}
.sheet-rolltemplate-weapon div.sheet-name {
font-family: "Sorts Mill Goudy", serif;
text-align: center;
font-size: 15px;
}
.sheet-rolltemplate-weapon div.sheet-table {
display: table;
width: 100%;
}
.sheet-rolltemplate-weapon div.sheet-tr {
display: table-row;
}
.sheet-rolltemplate-weapon 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-weapon div.sheet-td {
display: table-cell;
text-align: center;
vertical-align: middle;
padding: 1px 2px;
white-space: nowrap;
}
.sheet-rolltemplate-weapon div.sheet-help {
cursor: help;
}
.sheet-rolltemplate-weapon div.sheet-bold {
font-weight: bold;
}
.sheet-rolltemplate-weapon .inlinerollresult,
.sheet-rolltemplate-weapon.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-weapon .inlinerollresult.fullcrit,
.sheet-rolltemplate-weapon.sheet-rolltemplate-darkmode .inlinerollresult.fullcrit {
border: none !important;
color: inherit;
background: transparent !important;
font-weight: inherit;
}
.sheet-rolltemplate-weapon .inlinerollresult.fullfail,
.sheet-rolltemplate-weapon.sheet-rolltemplate-darkmode .inlinerollresult.fullfail {
border: none !important;
color: inherit;
background: transparent !important;
font-weight: inherit;
}
.sheet-rolltemplate-weapon .inlinerollresult.importantroll,
.sheet-rolltemplate-weapon.sheet-rolltemplate-darkmode .inlinerollresult.importantroll {
border: none !important;
color: inherit;
background: transparent !important;
font-weight: inherit;
}