Files
roll20-character-sheets/ADnD_2E_Revised/css/rolltemplates.css
T
Peter Bjerg Lidegaard 11d03dea61 Merge branch 'master' into ADnD_2E_Revised-Player_option_qol
# Conflicts:
#	ADnD_2E_Revised/2ESheet.html
#	ADnD_2E_Revised/html/changelog.html
#	ADnD_2E_Revised/html/tabs/dm-screen.html
2024-09-12 19:39:16 +02:00

728 lines
34 KiB
CSS

/*/ Styles for 2ESheet rolltemplates /*/
.sheet-rolltemplate-darkmode .inlinerollresult {
color: rgb(255, 171, 0);
}
.sheet-rolltemplate-2Edefault .sheet-ignore-inlineroll .inlinerollresult,
.sheet-rolltemplate-2Eattack .sheet-ignore-inlineroll .inlinerollresult,
.sheet-rolltemplate-2Espell .sheet-ignore-inlineroll .inlinerollresult,
.sheet-rolltemplate-2Eprotscroll .sheet-ignore-inlineroll .inlinerollresult,
.sheet-rolltemplate-2Echeck .sheet-ignore-inlineroll .inlinerollresult,
.sheet-rolltemplate-2Einversecheck .sheet-ignore-inlineroll .inlinerollresult,
.sheet-rolltemplate-2Egrenademiss .sheet-ignore-inlineroll .inlinerollresult,
.sheet-rolltemplate-2Epocrit .sheet-ignore-inlineroll .inlinerollresult,
.sheet-rolltemplate-2Esave .sheet-ignore-inlineroll .inlinerollresult,
.sheet-rolltemplate-2Epsionic .sheet-ignore-inlineroll .inlinerollresult {
background-color: inherit;
border: none;
color: #000000;
padding: 0;
font-weight: inherit;
font-size: inherit;
}
.sheet-rolltemplate-2Edefault div.sheet-template-container,
.sheet-rolltemplate-2Eattack div.sheet-template-container,
.sheet-rolltemplate-2Espell div.sheet-template-container,
.sheet-rolltemplate-2Eprotscroll div.sheet-template-container,
.sheet-rolltemplate-2Echeck div.sheet-template-container,
.sheet-rolltemplate-2Einversecheck div.sheet-template-container,
.sheet-rolltemplate-2Egrenademiss div.sheet-template-container,
.sheet-rolltemplate-2Epocrit div.sheet-template-container,
.sheet-rolltemplate-2Esave div.sheet-template-container,
.sheet-rolltemplate-2Epsionic div.sheet-template-container {
border: none;
text-align: left;
}
.sheet-rolltemplate-2Edefault table,
.sheet-rolltemplate-2Eattack table,
.sheet-rolltemplate-2Espell table,
.sheet-rolltemplate-2Eprotscroll table,
.sheet-rolltemplate-2Echeck table,
.sheet-rolltemplate-2Einversecheck table,
.sheet-rolltemplate-2Egrenademiss table,
.sheet-rolltemplate-2Epocrit table,
.sheet-rolltemplate-2Esave table,
.sheet-rolltemplate-2Epsionic table {
width: 100%;
}
.sheet-rolltemplate-2Edefault th,
.sheet-rolltemplate-2Eattack th,
.sheet-rolltemplate-2Espell th,
.sheet-rolltemplate-2Eprotscroll th,
.sheet-rolltemplate-2Echeck th,
.sheet-rolltemplate-2Einversecheck th,
.sheet-rolltemplate-2Egrenademiss th,
.sheet-rolltemplate-2Epocrit th,
.sheet-rolltemplate-2Esave th,
.sheet-rolltemplate-2Epsionic th {
font-size: 12pt;
font-weight: bold;
font-family: "verdana", "tahoma", "ariel", sans-serif;
text-align: center;
color: white;
border: none;
padding: 2px;
margin: 0;
background-color: transparent;
}
.sheet-rolltemplate-2Edefault tr:nth-child(n+2) th,
.sheet-rolltemplate-2Eattack tr:nth-child(n+2) th,
.sheet-rolltemplate-2Espell tr:nth-child(n+2) th,
.sheet-rolltemplate-2Eprotscroll tr:nth-child(n+2) th,
.sheet-rolltemplate-2Echeck tr:nth-child(n+2) th,
.sheet-rolltemplate-2Einversecheck tr:nth-child(n+2) th,
.sheet-rolltemplate-2Egrenademiss tr:nth-child(n+2) th,
.sheet-rolltemplate-2Epocrit tr:nth-child(n+2) th,
.sheet-rolltemplate-2Esave tr:nth-child(n+2) th,
.sheet-rolltemplate-2Epsionic tr:nth-child(n+2) th {
font-size: 8pt;
font-weight: normal;
font-style: italic;
padding: 1px;
vertical-align: top;
}
.sheet-rolltemplate-2Edefault div.sheet-template-head,
.sheet-rolltemplate-2Eattack div.sheet-template-head,
.sheet-rolltemplate-2Espell div.sheet-template-head,
.sheet-rolltemplate-2Eprotscroll div.sheet-template-head,
.sheet-rolltemplate-2Echeck div.sheet-template-head,
.sheet-rolltemplate-2Einversecheck div.sheet-template-head,
.sheet-rolltemplate-2Egrenademiss div.sheet-template-head,
.sheet-rolltemplate-2Epocrit div.sheet-template-head,
.sheet-rolltemplate-2Esave div.sheet-template-head,
.sheet-rolltemplate-2Epsionic div.sheet-template-head {
border: 1px solid #000000;
border-top-right-radius: 8px;
border-top-left-radius: 8px;
padding: 5px 3px 3px;
margin-bottom: 0;
}
.sheet-rolltemplate-2Edefault div.sheet-template-head.sheet-red,
.sheet-rolltemplate-2Eattack div.sheet-template-head.sheet-red,
.sheet-rolltemplate-2Espell div.sheet-template-head.sheet-red,
.sheet-rolltemplate-2Eprotscroll div.sheet-template-head.sheet-red,
.sheet-rolltemplate-2Echeck div.sheet-template-head.sheet-red,
.sheet-rolltemplate-2Einversecheck div.sheet-template-head.sheet-red,
.sheet-rolltemplate-2Egrenademiss div.sheet-template-head.sheet-red,
.sheet-rolltemplate-2Epocrit div.sheet-template-head.sheet-red,
.sheet-rolltemplate-2Esave div.sheet-template-head.sheet-red,
.sheet-rolltemplate-2Epsionic div.sheet-template-head.sheet-red {
background: #a01616;
}
.sheet-rolltemplate-2Edefault div.sheet-template-head.sheet-yellow,
.sheet-rolltemplate-2Eattack div.sheet-template-head.sheet-yellow,
.sheet-rolltemplate-2Espell div.sheet-template-head.sheet-yellow,
.sheet-rolltemplate-2Eprotscroll div.sheet-template-head.sheet-yellow,
.sheet-rolltemplate-2Echeck div.sheet-template-head.sheet-yellow,
.sheet-rolltemplate-2Einversecheck div.sheet-template-head.sheet-yellow,
.sheet-rolltemplate-2Egrenademiss div.sheet-template-head.sheet-yellow,
.sheet-rolltemplate-2Epocrit div.sheet-template-head.sheet-yellow,
.sheet-rolltemplate-2Esave div.sheet-template-head.sheet-yellow,
.sheet-rolltemplate-2Epsionic div.sheet-template-head.sheet-yellow {
background: #cdcd00;
}
.sheet-rolltemplate-2Edefault div.sheet-template-head.sheet-blue,
.sheet-rolltemplate-2Eattack div.sheet-template-head.sheet-blue,
.sheet-rolltemplate-2Espell div.sheet-template-head.sheet-blue,
.sheet-rolltemplate-2Eprotscroll div.sheet-template-head.sheet-blue,
.sheet-rolltemplate-2Echeck div.sheet-template-head.sheet-blue,
.sheet-rolltemplate-2Einversecheck div.sheet-template-head.sheet-blue,
.sheet-rolltemplate-2Egrenademiss div.sheet-template-head.sheet-blue,
.sheet-rolltemplate-2Epocrit div.sheet-template-head.sheet-blue,
.sheet-rolltemplate-2Esave div.sheet-template-head.sheet-blue,
.sheet-rolltemplate-2Epsionic div.sheet-template-head.sheet-blue {
background: #06aedc;
}
.sheet-rolltemplate-2Edefault div.sheet-template-head.sheet-dark-blue,
.sheet-rolltemplate-2Eattack div.sheet-template-head.sheet-dark-blue,
.sheet-rolltemplate-2Espell div.sheet-template-head.sheet-dark-blue,
.sheet-rolltemplate-2Eprotscroll div.sheet-template-head.sheet-dark-blue,
.sheet-rolltemplate-2Echeck div.sheet-template-head.sheet-dark-blue,
.sheet-rolltemplate-2Einversecheck div.sheet-template-head.sheet-dark-blue,
.sheet-rolltemplate-2Egrenademiss div.sheet-template-head.sheet-dark-blue,
.sheet-rolltemplate-2Epocrit div.sheet-template-head.sheet-dark-blue,
.sheet-rolltemplate-2Esave div.sheet-template-head.sheet-dark-blue,
.sheet-rolltemplate-2Epsionic div.sheet-template-head.sheet-dark-blue {
background: #1f2354;
}
.sheet-rolltemplate-2Edefault div.sheet-template-head.sheet-green,
.sheet-rolltemplate-2Eattack div.sheet-template-head.sheet-green,
.sheet-rolltemplate-2Espell div.sheet-template-head.sheet-green,
.sheet-rolltemplate-2Eprotscroll div.sheet-template-head.sheet-green,
.sheet-rolltemplate-2Echeck div.sheet-template-head.sheet-green,
.sheet-rolltemplate-2Einversecheck div.sheet-template-head.sheet-green,
.sheet-rolltemplate-2Egrenademiss div.sheet-template-head.sheet-green,
.sheet-rolltemplate-2Epocrit div.sheet-template-head.sheet-green,
.sheet-rolltemplate-2Esave div.sheet-template-head.sheet-green,
.sheet-rolltemplate-2Epsionic div.sheet-template-head.sheet-green {
background: #093a01;
}
.sheet-rolltemplate-2Edefault div.sheet-template-head.sheet-orange,
.sheet-rolltemplate-2Eattack div.sheet-template-head.sheet-orange,
.sheet-rolltemplate-2Espell div.sheet-template-head.sheet-orange,
.sheet-rolltemplate-2Eprotscroll div.sheet-template-head.sheet-orange,
.sheet-rolltemplate-2Echeck div.sheet-template-head.sheet-orange,
.sheet-rolltemplate-2Einversecheck div.sheet-template-head.sheet-orange,
.sheet-rolltemplate-2Egrenademiss div.sheet-template-head.sheet-orange,
.sheet-rolltemplate-2Epocrit div.sheet-template-head.sheet-orange,
.sheet-rolltemplate-2Esave div.sheet-template-head.sheet-orange,
.sheet-rolltemplate-2Epsionic div.sheet-template-head.sheet-orange {
background: #e67e22;
}
.sheet-rolltemplate-2Edefault div.sheet-template-head.sheet-gray,
.sheet-rolltemplate-2Eattack div.sheet-template-head.sheet-gray,
.sheet-rolltemplate-2Espell div.sheet-template-head.sheet-gray,
.sheet-rolltemplate-2Eprotscroll div.sheet-template-head.sheet-gray,
.sheet-rolltemplate-2Echeck div.sheet-template-head.sheet-gray,
.sheet-rolltemplate-2Einversecheck div.sheet-template-head.sheet-gray,
.sheet-rolltemplate-2Egrenademiss div.sheet-template-head.sheet-gray,
.sheet-rolltemplate-2Epocrit div.sheet-template-head.sheet-gray,
.sheet-rolltemplate-2Esave div.sheet-template-head.sheet-gray,
.sheet-rolltemplate-2Epsionic div.sheet-template-head.sheet-gray {
background: #7f8c8d;
}
.sheet-rolltemplate-2Edefault div.sheet-template-head.sheet-brown,
.sheet-rolltemplate-2Eattack div.sheet-template-head.sheet-brown,
.sheet-rolltemplate-2Espell div.sheet-template-head.sheet-brown,
.sheet-rolltemplate-2Eprotscroll div.sheet-template-head.sheet-brown,
.sheet-rolltemplate-2Echeck div.sheet-template-head.sheet-brown,
.sheet-rolltemplate-2Einversecheck div.sheet-template-head.sheet-brown,
.sheet-rolltemplate-2Egrenademiss div.sheet-template-head.sheet-brown,
.sheet-rolltemplate-2Epocrit div.sheet-template-head.sheet-brown,
.sheet-rolltemplate-2Esave div.sheet-template-head.sheet-brown,
.sheet-rolltemplate-2Epsionic div.sheet-template-head.sheet-brown {
background: #935116;
}
.sheet-rolltemplate-2Edefault div.sheet-template-head.sheet-purple,
.sheet-rolltemplate-2Eattack div.sheet-template-head.sheet-purple,
.sheet-rolltemplate-2Espell div.sheet-template-head.sheet-purple,
.sheet-rolltemplate-2Eprotscroll div.sheet-template-head.sheet-purple,
.sheet-rolltemplate-2Echeck div.sheet-template-head.sheet-purple,
.sheet-rolltemplate-2Einversecheck div.sheet-template-head.sheet-purple,
.sheet-rolltemplate-2Egrenademiss div.sheet-template-head.sheet-purple,
.sheet-rolltemplate-2Epocrit div.sheet-template-head.sheet-purple,
.sheet-rolltemplate-2Esave div.sheet-template-head.sheet-purple,
.sheet-rolltemplate-2Epsionic div.sheet-template-head.sheet-purple {
background: #bb07d8;
}
.sheet-rolltemplate-2Edefault div.sheet-template-head.sheet-dark-purple,
.sheet-rolltemplate-2Eattack div.sheet-template-head.sheet-dark-purple,
.sheet-rolltemplate-2Espell div.sheet-template-head.sheet-dark-purple,
.sheet-rolltemplate-2Eprotscroll div.sheet-template-head.sheet-dark-purple,
.sheet-rolltemplate-2Echeck div.sheet-template-head.sheet-dark-purple,
.sheet-rolltemplate-2Einversecheck div.sheet-template-head.sheet-dark-purple,
.sheet-rolltemplate-2Egrenademiss div.sheet-template-head.sheet-dark-purple,
.sheet-rolltemplate-2Epocrit div.sheet-template-head.sheet-dark-purple,
.sheet-rolltemplate-2Esave div.sheet-template-head.sheet-dark-purple,
.sheet-rolltemplate-2Epsionic div.sheet-template-head.sheet-dark-purple {
background: #512E5F;
}
.sheet-rolltemplate-2Edefault .sheet-template-body,
.sheet-rolltemplate-2Eattack .sheet-template-body,
.sheet-rolltemplate-2Espell .sheet-template-body,
.sheet-rolltemplate-2Eprotscroll .sheet-template-body,
.sheet-rolltemplate-2Echeck .sheet-template-body,
.sheet-rolltemplate-2Einversecheck .sheet-template-body,
.sheet-rolltemplate-2Egrenademiss .sheet-template-body,
.sheet-rolltemplate-2Epocrit .sheet-template-body,
.sheet-rolltemplate-2Esave .sheet-template-body,
.sheet-rolltemplate-2Epsionic .sheet-template-body {
border: 1px solid black;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
background: #727272;
padding: 4px;
margin-top: -1px;
}
.sheet-rolltemplate-2Edefault .sheet-template-body table,
.sheet-rolltemplate-2Eattack .sheet-template-body table,
.sheet-rolltemplate-2Espell .sheet-template-body table,
.sheet-rolltemplate-2Eprotscroll .sheet-template-body table,
.sheet-rolltemplate-2Echeck .sheet-template-body table,
.sheet-rolltemplate-2Einversecheck .sheet-template-body table,
.sheet-rolltemplate-2Egrenademiss .sheet-template-body table,
.sheet-rolltemplate-2Epocrit .sheet-template-body table,
.sheet-rolltemplate-2Esave .sheet-template-body table,
.sheet-rolltemplate-2Epsionic .sheet-template-body table {
border: 1px solid black;
}
.sheet-rolltemplate-2Edefault .sheet-template-body tr:nth-child(even),
.sheet-rolltemplate-2Eattack .sheet-template-body tr:nth-child(even),
.sheet-rolltemplate-2Espell .sheet-template-body tr:nth-child(even),
.sheet-rolltemplate-2Eprotscroll .sheet-template-body tr:nth-child(even),
.sheet-rolltemplate-2Echeck .sheet-template-body tr:nth-child(even),
.sheet-rolltemplate-2Einversecheck .sheet-template-body tr:nth-child(even),
.sheet-rolltemplate-2Egrenademiss .sheet-template-body tr:nth-child(even),
.sheet-rolltemplate-2Epocrit .sheet-template-body tr:nth-child(even),
.sheet-rolltemplate-2Esave .sheet-template-body tr:nth-child(even),
.sheet-rolltemplate-2Epsionic .sheet-template-body tr:nth-child(even) {
background-color: #e0e0e0;
}
.sheet-rolltemplate-2Edefault .sheet-template-body tr:nth-child(odd),
.sheet-rolltemplate-2Eattack .sheet-template-body tr:nth-child(odd),
.sheet-rolltemplate-2Espell .sheet-template-body tr:nth-child(odd),
.sheet-rolltemplate-2Eprotscroll .sheet-template-body tr:nth-child(odd),
.sheet-rolltemplate-2Echeck .sheet-template-body tr:nth-child(odd),
.sheet-rolltemplate-2Einversecheck .sheet-template-body tr:nth-child(odd),
.sheet-rolltemplate-2Egrenademiss .sheet-template-body tr:nth-child(odd),
.sheet-rolltemplate-2Epocrit .sheet-template-body tr:nth-child(odd),
.sheet-rolltemplate-2Esave .sheet-template-body tr:nth-child(odd),
.sheet-rolltemplate-2Epsionic .sheet-template-body tr:nth-child(odd) {
background-color: #f4f4f4;
}
.sheet-rolltemplate-2Edefault .sheet-template-body td,
.sheet-rolltemplate-2Eattack .sheet-template-body td,
.sheet-rolltemplate-2Espell .sheet-template-body td,
.sheet-rolltemplate-2Eprotscroll .sheet-template-body td,
.sheet-rolltemplate-2Echeck .sheet-template-body td,
.sheet-rolltemplate-2Einversecheck .sheet-template-body td,
.sheet-rolltemplate-2Egrenademiss .sheet-template-body td,
.sheet-rolltemplate-2Epocrit .sheet-template-body td,
.sheet-rolltemplate-2Esave .sheet-template-body td,
.sheet-rolltemplate-2Epsionic .sheet-template-body td {
border: 1px solid black;
color: #000000;
font-family: "verdana", sans-serif;
margin: 0;
padding: 4px;
}
/*#region Styles for the 2Edefault Template /*/
.sheet-rolltemplate-2Edefault .sheet-template-head {
background: #093a01;
}
.sheet-rolltemplate-2Edefault td.sheet-template-default-key {
border-right: none;
font-size: 9pt;
font-weight: bold;
text-align: center;
text-transform: capitalize;
}
.sheet-rolltemplate-2Edefault td.sheet-template-default-value {
border-left: none;
font-size: 10pt;
text-align: center;
}
.sheet-rolltemplate-2Edefault td.sheet-template-default-desc {
font-size: 9pt;
text-align: left;
}
.sheet-rolltemplate-2Edefault td.sheet-template-default-desc.sheet-justify {
text-align: justify;
}
.sheet-rolltemplate-2Edefault td.sheet-template-default-desc.sheet-center {
text-align: center;
}
/*#endregion*/
/*#region Styles for the 2Eattack Template /*/
.sheet-rolltemplate-2Eattack .sheet-template-head {
background: #a01616;
}
.sheet-rolltemplate-2Eattack .sheet-template-body td {
border: 0;
}
.sheet-rolltemplate-2Eattack td {
width: 33%;
padding: 5px;
text-align: center;
background-color: #f4f4f4;
}
.sheet-rolltemplate-2Eattack td.sheet-template-attack-image {
background-repeat: no-repeat;
background-size: 50px 50px;
background-position: center;
height: 50px;
text-align: center;
border-bottom: none;
}
.sheet-rolltemplate-2Eattack td.sheet-template-attack-image .inlinerollresult {
display: inline-block;
font-size: 12pt;
font-weight: bold;
text-align: center;
vertical-align: middle;
color: black;
border: none;
background-color: transparent;
}
.sheet-rolltemplate-2Eattack td.sheet-template-attack-image .inlinerollresult.fullcrit {
color: #093a01;
}
.sheet-rolltemplate-2Eattack td.sheet-template-attack-image .inlinerollresult.fullfail {
color: #a01616;
}
.sheet-rolltemplate-2Eattack td.sheet-template-attack-image .inlinerollresult.importantroll {
color: #000000;
}
.sheet-rolltemplate-2Eattack td.sheet-template-attack-ac {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ADnD_2E_Revised/img/rolltemplate/ac.png");
}
.sheet-rolltemplate-2Eattack td.sheet-template-attack-dmg {
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/ADnD_2E_Revised/img/rolltemplate/dmg.png");
}
.sheet-rolltemplate-2Eattack span {
font-size: 10pt;
}
.sheet-rolltemplate-2Eattack span.sheet-weapon-used {
font-style: italic;
color: black;
}
.sheet-rolltemplate-2Eattack span.sheet-attack-crit,
.sheet-rolltemplate-2Eattack span.sheet-attack-fumble {
font-weight: normal;
padding: 2px;
}
/*#endregion*/
/*#region Styles for the 2Espell & 2Eprotscroll Template /*/
.sheet-rolltemplate-2Espell .sheet-template-head,
.sheet-rolltemplate-2Epsionic .sheet-template-head,
.sheet-rolltemplate-2Eprotscroll .sheet-template-head {
background: #1f2354;
}
.sheet-rolltemplate-2Espell td.sheet-spell-c1,
.sheet-rolltemplate-2Epsionic td.sheet-spell-c1,
.sheet-rolltemplate-2Eprotscroll td.sheet-spell-c1 {
font-size: 10pt;
text-align: center;
width: 50%;
}
.sheet-rolltemplate-2Espell td.sheet-spell-c2,
.sheet-rolltemplate-2Epsionic td.sheet-spell-c2,
.sheet-rolltemplate-2Eprotscroll td.sheet-spell-c2 {
font-size: 9pt;
text-align: justify;
}
.sheet-rolltemplate-2Espell span.sheet-spell-prop,
.sheet-rolltemplate-2Epsionic span.sheet-spell-prop,
.sheet-rolltemplate-2Eprotscroll span.sheet-spell-prop {
font-size: 9pt;
font-weight: bold;
text-align: center;
}
/*#endregion*/
/*#region Styles for the 2Esave, 2Echeck, and 2Einversecheck Template /*/
.sheet-rolltemplate-2Esave .sheet-template-head {
background: #e67e22;
}
.sheet-rolltemplate-2Echeck .sheet-template-head,
.sheet-rolltemplate-2Einversecheck .sheet-template-head {
background: #512E5F;
}
/*#endregion*/
/*#region Styles for the 2Egrenade Template /*/
.sheet-rolltemplate-2Egrenademiss {
/*Overwrite roll commands to look like a button*/
}
.sheet-rolltemplate-2Egrenademiss .sheet-template-head {
background: #B7A64E;
}
.sheet-rolltemplate-2Egrenademiss td.sheet-grenade-c1 {
font-size: 9pt;
font-weight: bold;
text-align: center;
}
.sheet-rolltemplate-2Egrenademiss .sheet-hit-text {
font-size: 10pt;
}
.sheet-rolltemplate-2Egrenademiss .sheet-miss-text {
font-size: 8pt;
}
.sheet-rolltemplate-2Egrenademiss a[href^="`"] {
background-color: rgb(206, 15, 105);
padding: 5px;
color: white;
display: inline-block;
border: 1px solid white;
}
.sheet-rolltemplate-2Egrenademiss p:last-child {
margin-bottom: 0;
}
/*#endregion*/
/*#region Styles for the 2Epocrit Template*/
.sheet-rolltemplate-2Epocrit .sheet-template-head {
background: #a01616;
}
.sheet-rolltemplate-2Epocrit .sheet-template-body td {
font-size: 10pt;
}
.sheet-rolltemplate-2Epocrit p:last-child,
.sheet-rolltemplate-2Epocrit div:last-child {
margin-bottom: 0;
}
.sheet-rolltemplate-2Epocrit p .inlinerollresult,
.sheet-rolltemplate-2Epocrit div .inlinerollresult {
font-size: 10pt;
}
.sheet-rolltemplate-2Epocrit .sheet-template-injury {
font-size: 9pt;
font-style: italic;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 0 0 9px;
}
.sheet-rolltemplate-2Epocrit .sheet-template-injury > span {
display: inline-block;
margin-left: 8px;
text-indent: -8px;
}
.sheet-rolltemplate-2Epocrit .sheet-template-injury ul {
margin: 0 0 0 5px;
}
.sheet-rolltemplate-2Epocrit .sheet-template-injury ul li::marker {
content: "-";
}
.sheet-rolltemplate-2Epocrit .sheet-template-injury ul li span {
padding-left: 3px;
display: block;
}
/*#endregion*/
/*#region Roll checks Template*/
.sheet-rolltemplate-2Espell tr.sheet-check,
.sheet-rolltemplate-2Esave tr.sheet-check,
.sheet-rolltemplate-2Echeck tr.sheet-check,
.sheet-rolltemplate-2Einversecheck tr.sheet-check,
.sheet-rolltemplate-2Egrenademiss tr.sheet-check,
.sheet-rolltemplate-2Epsionic tr.sheet-check {
border: none;
}
.sheet-rolltemplate-2Espell tr.sheet-check td,
.sheet-rolltemplate-2Esave tr.sheet-check td,
.sheet-rolltemplate-2Echeck tr.sheet-check td,
.sheet-rolltemplate-2Einversecheck tr.sheet-check td,
.sheet-rolltemplate-2Egrenademiss tr.sheet-check td,
.sheet-rolltemplate-2Epsionic tr.sheet-check td {
font-size: 10pt;
font-weight: bold;
text-align: center;
border: none;
}
.sheet-rolltemplate-2Espell tr.sheet-check td:nth-child(odd),
.sheet-rolltemplate-2Esave tr.sheet-check td:nth-child(odd),
.sheet-rolltemplate-2Echeck tr.sheet-check td:nth-child(odd),
.sheet-rolltemplate-2Einversecheck tr.sheet-check td:nth-child(odd),
.sheet-rolltemplate-2Egrenademiss tr.sheet-check td:nth-child(odd),
.sheet-rolltemplate-2Epsionic tr.sheet-check td:nth-child(odd) {
width: 50%;
}
.sheet-rolltemplate-2Espell tr.sheet-check td:nth-child(even),
.sheet-rolltemplate-2Esave tr.sheet-check td:nth-child(even),
.sheet-rolltemplate-2Echeck tr.sheet-check td:nth-child(even),
.sheet-rolltemplate-2Einversecheck tr.sheet-check td:nth-child(even),
.sheet-rolltemplate-2Egrenademiss tr.sheet-check td:nth-child(even),
.sheet-rolltemplate-2Epsionic tr.sheet-check td:nth-child(even) {
width: 1%;
}
/*#endregion*/
/*#region Success, Failure, Info sections*/
.sheet-rolltemplate-2Eattack .sheet-template-body .sheet-template-result,
.sheet-rolltemplate-2Espell .sheet-template-body .sheet-template-result,
.sheet-rolltemplate-2Esave .sheet-template-body .sheet-template-result,
.sheet-rolltemplate-2Echeck .sheet-template-body .sheet-template-result,
.sheet-rolltemplate-2Einversecheck .sheet-template-body .sheet-template-result,
.sheet-rolltemplate-2Epsionic .sheet-template-body .sheet-template-result,
.sheet-rolltemplate-2Egrenademiss .sheet-template-body .sheet-template-result {
font-size: 12pt;
font-weight: bold;
font-style: italic;
text-align: center;
color: #ffffff;
}
.sheet-rolltemplate-2Eattack .sheet-template-body .sheet-template-result .inlinerollresult,
.sheet-rolltemplate-2Espell .sheet-template-body .sheet-template-result .inlinerollresult,
.sheet-rolltemplate-2Esave .sheet-template-body .sheet-template-result .inlinerollresult,
.sheet-rolltemplate-2Echeck .sheet-template-body .sheet-template-result .inlinerollresult,
.sheet-rolltemplate-2Einversecheck .sheet-template-body .sheet-template-result .inlinerollresult,
.sheet-rolltemplate-2Epsionic .sheet-template-body .sheet-template-result .inlinerollresult,
.sheet-rolltemplate-2Egrenademiss .sheet-template-body .sheet-template-result .inlinerollresult {
background-color: transparent;
border: none;
}
.sheet-rolltemplate-2Eattack .sheet-template-body .sheet-template-result span.sheet-template-result-description,
.sheet-rolltemplate-2Espell .sheet-template-body .sheet-template-result span.sheet-template-result-description,
.sheet-rolltemplate-2Esave .sheet-template-body .sheet-template-result span.sheet-template-result-description,
.sheet-rolltemplate-2Echeck .sheet-template-body .sheet-template-result span.sheet-template-result-description,
.sheet-rolltemplate-2Einversecheck .sheet-template-body .sheet-template-result span.sheet-template-result-description,
.sheet-rolltemplate-2Epsionic .sheet-template-body .sheet-template-result span.sheet-template-result-description,
.sheet-rolltemplate-2Egrenademiss .sheet-template-body .sheet-template-result span.sheet-template-result-description {
font-size: 10pt;
font-weight: normal;
padding: 2px;
}
.sheet-rolltemplate-2Eattack .sheet-template-success,
.sheet-rolltemplate-2Espell .sheet-template-success,
.sheet-rolltemplate-2Esave .sheet-template-success,
.sheet-rolltemplate-2Echeck .sheet-template-success,
.sheet-rolltemplate-2Einversecheck .sheet-template-success,
.sheet-rolltemplate-2Epsionic .sheet-template-success,
.sheet-rolltemplate-2Egrenademiss .sheet-template-success {
background-color: #093a01;
}
.sheet-rolltemplate-2Eattack .sheet-template-failure,
.sheet-rolltemplate-2Espell .sheet-template-failure,
.sheet-rolltemplate-2Esave .sheet-template-failure,
.sheet-rolltemplate-2Echeck .sheet-template-failure,
.sheet-rolltemplate-2Einversecheck .sheet-template-failure,
.sheet-rolltemplate-2Epsionic .sheet-template-failure,
.sheet-rolltemplate-2Egrenademiss .sheet-template-failure {
background-color: #a01616;
}
.sheet-rolltemplate-2Eattack .sheet-template-info,
.sheet-rolltemplate-2Espell .sheet-template-info,
.sheet-rolltemplate-2Esave .sheet-template-info,
.sheet-rolltemplate-2Echeck .sheet-template-info,
.sheet-rolltemplate-2Einversecheck .sheet-template-info,
.sheet-rolltemplate-2Epsionic .sheet-template-info,
.sheet-rolltemplate-2Egrenademiss .sheet-template-info {
background-color: #001BB5;
}
/*#endregion*/
/*#region Styles for Optional table for Spells, Psionics, Protscrolls, and Proficiencies*/
.sheet-rolltemplate-2Espell .sheet-template-body .sheet-spell-table,
.sheet-rolltemplate-2Epsionic .sheet-template-body .sheet-spell-table {
border: none;
}
.sheet-rolltemplate-2Espell .sheet-template-body .sheet-spell-table tr,
.sheet-rolltemplate-2Epsionic .sheet-template-body .sheet-spell-table tr {
background-color: transparent;
}
.sheet-rolltemplate-2Espell .sheet-spell-table td,
.sheet-rolltemplate-2Epsionic .sheet-spell-table td {
text-align: left;
vertical-align: top;
min-width: 40px;
border: none;
margin: 0;
padding: 0;
}
.sheet-rolltemplate-2Espell .sheet-spell-table td.sheet-spell-fixed,
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-fixed td,
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-fixed1 td:nth-child(1),
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-fixed2 td:nth-child(2),
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-fixed3 td:nth-child(3),
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-fixed4 td:nth-child(4),
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-fixed5 td:nth-child(5),
.sheet-rolltemplate-2Epsionic .sheet-spell-table td.sheet-spell-fixed,
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-fixed td,
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-fixed1 td:nth-child(1),
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-fixed2 td:nth-child(2),
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-fixed3 td:nth-child(3),
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-fixed4 td:nth-child(4),
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-fixed5 td:nth-child(5) {
white-space: nowrap;
}
.sheet-rolltemplate-2Espell .sheet-spell-table td.sheet-spell-min,
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-min td,
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-min1 td:nth-child(1),
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-min2 td:nth-child(2),
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-min3 td:nth-child(3),
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-min4 td:nth-child(4),
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-min5 td:nth-child(5),
.sheet-rolltemplate-2Epsionic .sheet-spell-table td.sheet-spell-min,
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-min td,
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-min1 td:nth-child(1),
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-min2 td:nth-child(2),
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-min3 td:nth-child(3),
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-min4 td:nth-child(4),
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-min5 td:nth-child(5) {
width: 1px;
min-width: 20px;
}
.sheet-rolltemplate-2Espell .sheet-spell-table td.sheet-spell-center,
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-center td,
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-center1 td:nth-child(1),
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-center2 td:nth-child(2),
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-center3 td:nth-child(3),
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-center4 td:nth-child(4),
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-center5 td:nth-child(5),
.sheet-rolltemplate-2Epsionic .sheet-spell-table td.sheet-spell-center,
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-center td,
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-center1 td:nth-child(1),
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-center2 td:nth-child(2),
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-center3 td:nth-child(3),
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-center4 td:nth-child(4),
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-center5 td:nth-child(5) {
text-align: center;
}
.sheet-rolltemplate-2Espell .sheet-spell-table td.sheet-spell-justify,
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-justify td,
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-justify1 td:nth-child(1),
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-justify2 td:nth-child(2),
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-justify3 td:nth-child(3),
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-justify4 td:nth-child(4),
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-justify5 td:nth-child(5),
.sheet-rolltemplate-2Epsionic .sheet-spell-table td.sheet-spell-justify,
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-justify td,
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-justify1 td:nth-child(1),
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-justify2 td:nth-child(2),
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-justify3 td:nth-child(3),
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-justify4 td:nth-child(4),
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-justify5 td:nth-child(5) {
text-align: justify;
}
.sheet-rolltemplate-2Espell .sheet-spell-table td.sheet-spell-left,
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-left td,
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-left1 td:nth-child(1),
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-left2 td:nth-child(2),
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-left3 td:nth-child(3),
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-left4 td:nth-child(4),
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-left5 td:nth-child(5),
.sheet-rolltemplate-2Epsionic .sheet-spell-table td.sheet-spell-left,
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-left td,
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-left1 td:nth-child(1),
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-left2 td:nth-child(2),
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-left3 td:nth-child(3),
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-left4 td:nth-child(4),
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-left5 td:nth-child(5) {
text-align: left;
}
.sheet-rolltemplate-2Espell .sheet-spell-table td.sheet-spell-right,
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-right td,
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-right1 td:nth-child(1),
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-right2 td:nth-child(2),
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-right3 td:nth-child(3),
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-right4 td:nth-child(4),
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-right5 td:nth-child(5),
.sheet-rolltemplate-2Epsionic .sheet-spell-table td.sheet-spell-right,
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-right td,
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-right1 td:nth-child(1),
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-right2 td:nth-child(2),
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-right3 td:nth-child(3),
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-right4 td:nth-child(4),
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-right5 td:nth-child(5) {
text-align: right;
}
.sheet-rolltemplate-2Espell .sheet-spell-table td.sheet-spell-bottom,
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-bottom td,
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-bottom1 td:nth-child(1),
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-bottom2 td:nth-child(2),
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-bottom3 td:nth-child(3),
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-bottom4 td:nth-child(4),
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-bottom5 td:nth-child(5),
.sheet-rolltemplate-2Epsionic .sheet-spell-table td.sheet-spell-bottom,
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-bottom td,
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-bottom1 td:nth-child(1),
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-bottom2 td:nth-child(2),
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-bottom3 td:nth-child(3),
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-bottom4 td:nth-child(4),
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-bottom5 td:nth-child(5) {
vertical-align: bottom;
}
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-gray-pair3 tr:nth-child(6n+1),
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-gray-pair3 tr:nth-child(6n+2),
.sheet-rolltemplate-2Espell .sheet-spell-table.sheet-spell-gray-pair3 tr:nth-child(6n+3),
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-gray-pair3 tr:nth-child(6n+1),
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-gray-pair3 tr:nth-child(6n+2),
.sheet-rolltemplate-2Epsionic .sheet-spell-table.sheet-spell-gray-pair3 tr:nth-child(6n+3) {
background-color: rgba(0, 0, 0, 0.1);
}
/*#endregion*/