added pathfinder 40 css

This commit is contained in:
Chris B
2016-03-20 10:52:41 -04:00
parent 5bd6ec5f9f
commit 79f8ff696c
+467 -107
View File
@@ -7,26 +7,58 @@
.sheet-spell_ranges1-show:not(:checked)~.sheet-spell_ranges1,
.sheet-spell_ranges2-show:not(:checked)~.sheet-spell_ranges2,
.sheet-spell-misc-show:not(:checked)~.sheet-spell-misc,
.sheet-buffs-show:not(:checked)~.sheet-buffs,
.sheet-buffs2-show:not(:checked)~.sheet-buffs2 {
display: none;
.sheet-b-str-show:not(:checked)~.sheet-b-str,
.sheet-b-dex-show:not(:checked)~.sheet-b-dex,
.sheet-b-con-show:not(:checked)~.sheet-b-con,
.sheet-b-int-show:not(:checked)~.sheet-b-int,
.sheet-b-wis-show:not(:checked)~.sheet-b-wis,
.sheet-b-cha-show:not(:checked)~.sheet-b-cha,
.sheet-b-ranged-show:not(:checked)~.sheet-b-ranged,
.sheet-b-melee-show:not(:checked)~.sheet-b-melee,
.sheet-b-dmg-show:not(:checked)~.sheet-b-dmg,
.sheet-b-ac-show:not(:checked)~.sheet-b-ac,
.sheet-b-touch-show:not(:checked)~.sheet-b-touch,
.sheet-b-cmd-show:not(:checked)~.sheet-b-cmd,
.sheet-b-hp-temp-show:not(:checked)~.sheet-b-hp-temp,
.sheet-b-fort-show:not(:checked)~.sheet-b-fort,
.sheet-b-will-show:not(:checked)~.sheet-b-will,
.sheet-b-ref-show:not(:checked)~.sheet-b-ref,
.sheet-b-check-show:not(:checked)~.sheet-b-check,
.sheet-b-casterlevel-show:not(:checked)~.sheet-b-casterlevel {
display:none !important;
}
.sheet-expand-show:checked ~div .sheet-sect-show:checked ~.sheet-expand {
display:none;
}
.sheet-table {
display: table;
width: 100%;
}
/* these are all the same */
input[type="checkbox"].sheet-options-show, input[type="checkbox"].sheet-desc-show,
input[type="checkbox"].sheet-repeating_ids-show {
opacity: 0;height: 1.5em; position: relative; top: 0; left: 0; cursor: pointer; z-index: 1;
}
input[type="checkbox"].sheet-options-show{
width:70px;
margin:0px -15px 0px -55px;
}
input[type="checkbox"].sheet-desc-show{
width:90px;
margin:0px -15px 0px -75px;
}
input[type="checkbox"].sheet-repeating_ids-show{
width:40px;
margin:0px -15px 0px -25px;
}
.dialog .charsheet .repitem.repitembroken,
.sheet-repeating-fields .dialog .charsheet .repitem.repitembroken,
div.repitem.repitembroken,
.sheet-repeating-fields div.repitem.repitembroken {
border:3px dashed red !important;
}
.sheet-table-buff {
display: table;
}
.sheet-small-label {
font-size: 85% !important;
font-style: italic;
@@ -65,9 +97,7 @@ div.repitem.repitembroken,
margin: 0 auto;
color: black;
}
.sheet-center {
text-align: center;
}
/* this is ignored even with !important */
div.sheet-section.sheet-section-core div.sheet-table-flow{
overflow-x:auto;
@@ -82,17 +112,10 @@ span.sheet-entry-wide textarea {
}
.sheet-entry_med, input[type="text"].sheet-entry_med,
span.sheet-entry_med {
/*min-width:60px;
width:100px;*/
width:8em;
text-align:left;
}
.sheet-buff-toggle,
span.sheet-table-data.sheet-buff-toggle {
width:4em;
min-width:4em;
/*width:42px;*/
}
.sheet-divider, span.sheet-divider,
.sheet-divider-lg , span.sheet-divider-lg {
width:.75em;
@@ -108,51 +131,97 @@ span.sheet-table-data.sheet-divider-lg, span.sheet-table-data.sheet-divider {
span.sheet-table-header.sheet-divider-lg,span.sheet-table-header.sheet-divider {
vertical-align:bottom;
}
span.sheet-table-header.sheet-buff-cell, span.sheet-table-data.sheet-buff-cell {
/*width:40px;*/
/*width:3em;*/
min-width:2.5em;
max-width:3.5em;
.sheet-table-buff {
display: table;
float: left;
}
.sheet-buff-row {
display: table-row;
vertical-align: bottom;
}
.sheet-sect-buff input[type="checkbox"].sheet-counted {
opacity:0 ; cursor:pointer ; z-index:1;
}
/* to put the buffs on the same line as buffname and number these next needed */
.sheet-sect-buff input[type="checkbox"].sheet-counted ,
.sheet-sect-buff input[type="checkbox"].sheet-counted + span,
.sheet-sect-buff .sheet-buff-toggle,
.sheet-sect-buff .sheet-buff-name {
float:left;
display:inline-block;
width:auto;
}
.sheet-sect-buff .sheet-buff-toggle input[type="checkbox"] {
width:15px;height:15px;
}
.sheet-sect-buff input[type="checkbox"].sheet-counted ,
.sheet-sect-buff input[type="checkbox"].sheet-counted + span {
width:4em;
position:relative;
height:2em;
}
.sheet-sect-buff input[type="checkbox"].sheet-counted {
margin-top:-1em;
margin-right:-4em;
}
/* to put the buffs on the same line as buffname and number the above needed */
.sheet-table-buff input[type="text"].sheet-skill-macro-text {
width:8em;
}
.sheet-sect-buff .sheet-buff-name input[type="text"] {
width:20em;
}
.sheet-sect-buff .sheet-options span {
margin-right:2em;
display:inline-block;
}
.sheet-sect-buff .sheet-options span input[type="checkbox"] {
margin-left:.5em;
}
.sheet-sect-buff input.sheet-options-show, .sheet-sect-buff input.sheet-desc-show,
.sheet-sect-buff input.sheet-repeating_ids-show {
width:auto;
margin-left:0;
}
.sheet-sect-buff .sheet-options-show + span,
.sheet-sect-buff input.sheet-desc-show + span,
.sheet-sect-buff input.sheet-repeating_ids-show + span {
margin-right:0;
}
/* narrow when two columns */
input[type="checkbox"].sheet-split-column-show:checked ~div.sheet-sect-buff .repitem .sheet-buff-name input[type="text"] {
width:8em;
}
input[type="checkbox"].sheet-split-column-show:checked ~div.sheet-sect-buff .repitem .sheet-table-buff input[type="text"].sheet-skill-macro-text {
width:3.5em;
}
input[type="checkbox"].sheet-split-column-show:checked ~div.sheet-sect-buff .repitem .sheet-table-buff input.sheet-calc {
width:3.5em;
}
input[type="checkbox"].sheet-split-column-show:checked ~div.sheet-sect-buff .repitem input.sheet-counted,
input[type="checkbox"].sheet-split-column-show:checked ~div.sheet-sect-buff .repitem input.sheet-counted + span,
input[type="checkbox"].sheet-split-column-show:checked ~div.sheet-sect-buff .repitem .sheet-buff-toggle {
width:2.5em;
}
input[type="checkbox"].sheet-split-column-show:checked ~div.sheet-sect-buff .repitem .sheet-options span {
margin-right:.5em;
}
.sheet-center {
text-align: center;
margin-left:0px;
margin-right:0px;
}
span.sheet-table-data.sheet-buff-cell {
padding-left:1px;
padding-right:1px;
}
span.sheet-table-header.sheet-buff-cell {
padding-left:0px;
padding-right:0px;
}
.sheet-table-data.sheet-buff-cell .sheet-calc,
span.sheet-table-data.sheet-buff-cell input[readonly],
span.sheet-table-data.sheet-buff-cell input.sheet-calc,
span.sheet-table-data.sheet-buff-cell input[type="number"].sheet-calc {
text-align: left;
padding-left:2px;
padding-right:0px;
padding-top:2px;
padding-bottom:2px;
margin-left:1px;
margin-right:1px;
margin-top:0px;
margin-bottom:0px;
border-width:0px;
/*width:3em;*/
min-width:2.5em;
max-width:3.5em;
}
span.sheet-table-data.sheet-buff-cell textarea.sheet-skill-macro-text,
span.sheet-table-data.sheet-buff-cell input[type="text"].sheet-skill-macro-text {
text-align: left;
padding-left:2px;
padding-right:0px;
margin-left:0px;
margin-right:0px;
/*width:3em;*/
min-width:2.5em;
max-width:3.5em;
}
.sheet-left {
text-align: left;
@@ -165,10 +234,6 @@ span.sheet-table-data.sheet-buff-cell input[type="text"].sheet-skill-macro-text
vertical-align: bottom;
width: 100%;
}
.sheet-buff-row {
display: table-row;
vertical-align: bottom;
}
.sheet-table-row-name {
display: table-cell;
text-align: center;
@@ -195,6 +260,7 @@ input[type="text"], input[type="number"] {
background-color: transparent;
border: 0 solid #000;
border-bottom-width: 1px;
margin-top: 1px;
}
span.sheet-table-data.sheet-center, span.sheet-table-data {
padding-left:1px;
@@ -234,7 +300,7 @@ input.sheet-calc, textarea.sheet-calc {
}
input[type="text"], select {
width: 100%;
margin: 0;
margin: 1px 0 0 0;
}
select {
min-width:6em;
@@ -402,6 +468,7 @@ input.sheet-spellclass-tab2:checked + span.sheet-spellclass-tab2 {
font-family: "Pictos";
font-size: 14px;
}
.sheet-text-button {
font-size: 100%;
color: #FFF;
@@ -413,7 +480,7 @@ button:hover,
button:active {
background-image: none;
}
/*show and hide*/
/* collapse/expand rows within repeating section */
input[type="checkbox"] + span:not(.sheet-not-sheet-show)::before {
display: inline-block;
content: '►';
@@ -427,33 +494,40 @@ input[type="checkbox"]:checked + span:not(.sheet-not-sheet-show)::before {
input[type="checkbox"]:hover + span:not(.sheet-not-sheet-show) {
color:#ff0000;
}
/* min/max repeating rows */
/* min/max all repeating rows lock/unlock */
input[type="checkbox"].sheet-expand-show + span:not(.sheet-not-sheet-show)::before {
content: ')';
content: ')';
display: inline-block;
width: auto;
font-size: .75em;
width: 1.2em;
font-size: .85em;
background-color: rgba(0, 0, 0, 0);
color: #000;
border-radius: 5px;
border: 1px solid #808080;
padding: 0 5px 1px 5px;
height:1.4em;
margin-bottom: 2px;
border: 1px solid rgba(0, 0, 0, 0.21);
padding: 0px 2px 4px 2px;
margin: 2px;
height: 1.2em;
font-family: "Pictos";
text-align: center;
vertical-align: middle;
}
input[type="checkbox"].sheet-expand-show:checked + span:not(.sheet-not-sheet-show)::before {
content: '(';
content: '(';
display: inline-block;
width: auto;
font-size: .75em;
width: 1.2em;
font-size: .85em;
background-color: #4a6486;
color: #FFF;
padding: 0 5px 2px 5px;
height:1.4em;
margin-bottom: 2px;
border-radius: 5px;
border: 1px solid rgba(0, 0, 0, 0);
padding: 0 2px 4px 2px;
margin: 2px;
height: 1.2em;
font-family: "Pictos";
text-align: center;
vertical-align: middle;
}
/*highlight text*/
input[name*="condition"]:checked + b:not(.sheet-offCase),
input[name*="notes"]:checked + b:not(.sheet-offCase),
input[name*="iterative"]:checked + b:not(.sheet-offCase),
@@ -481,7 +555,7 @@ input[type="checkbox"].sheet-counted:checked + span:not(.sheet-not-sheet-show)::
content: counter(sheet-rep-items) '. ▼' !important;
width: auto !important;
}
/* end repeating item counter*/
.sheet-no-pad-right {
padding-right: 0 !important;
}
@@ -529,10 +603,11 @@ textarea {
border-radius: 3px;
}
.sheet-skill-macro-text {
max-width:5em;
max-height: 1.85em;
overflow: hidden;
white-space: nowrap;
resize: none;
resize:none;
margin: 0;
}
.sheet-repeating-weapon-macro-text {
@@ -542,6 +617,7 @@ textarea {
resize:vertical;
}
.charsheet .sheet-weapon-notes,
.sheet-buff-notes,
.sheet-init-notes,
.sheet-speed-notes {
height: 2.15em;
@@ -550,46 +626,148 @@ textarea {
resize:vertical;
}
.charsheet .repcontainer .repitem {
padding: 5px 0 5px 0 !important;
margin: 5px 0 5px 0 !important;
border: 2px solid #CCCCCC !important;
border-radius: 3px !important;
}
.charsheet button[type=roll] {
margin: 2px 2px 0 2px !important;
padding: 1px;
margin: 1px 0 1px 0;
border: 2px solid #CCCCCC;
border-radius: 3px;
vertical-align:top;
overflow: hidden;
}
.sheet-repeating-sect {
position:relative;
}
input[type="checkbox"].sheet-split-column-show {
opacity:0;
z-index:1;
width:2em;
height:1.4em;
margin-left:-20px;
float:right;
}
input[type="checkbox"].sheet-split-column-show + span:not(.sheet-not-sheet-show)::before {
float:right;
width:1.2em;
height:1em;
margin-top:2px;
display: inline-block;
font-weight:bold;
font-size: .85em;
border-radius: 5px;
border: 1px solid #808080;
padding: 0 1px 5px 4px;
vertical-align: middle;
content:'☷';
background-color: rgba(0, 0, 0, 0);
color: #000;
}
input[type="checkbox"].sheet-split-column-show:checked + span:not(.sheet-not-sheet-show)::before {
content:'☰';
background-color: #4a6486;
color: #FFF;
}
input.sheet-sect-show {
opacity:0;
position:relative;
cursor:pointer;
z-index:1;
height:1.5em;
top:0;
left:0;
}
input.sheet-counted {
opacity:0;
width:3.5%;
min-width:2em;
position:absolute;
cursor:pointer;
z-index:1;
height:1.5em;
top:15px;
}
input.sheet-counted + span {
width:3.5%;
min-width:2em;
}
span.sheet-repeating-rollbutton {
width:4%;
}
input[type="checkbox"].sheet-split-column-show:checked input.sheet-counted {
width:5.5%;
}
input[type="checkbox"].sheet-split-column-show:checked input.sheet-counted + span {
width:8%;
}
input[type="checkbox"].sheet-split-column-show:checked span.sheet-repeating-rollbutton {
width:6%;
}
/*Expand to cross both columns */
.sheet-repeating-sect .repcontrol {
display:block;
clear:both;
width:100%;
}
/* 2-column repeating section */
.sheet-repeating-sect .repitem {
display: block;
width:100%;
padding-top:2px;
}
input.sheet-split-column-show:not(:checked) ~div .repitem {
clear:both;
}
input.sheet-split-column-show:checked ~div .repitem {
width:50%;
display:inline-block;
}
input.sheet-split-column-show:checked ~div .repitem:nth-child(even){
float:right;
}
input.sheet-split-column-show:checked ~div .repitem:nth-child(odd){
float:left;
}
/* shrink when moving and hide button decorations */
.sheet-repeating-sect .repcontainer.ui-sortable.editmode .sheet-expand {
display:none;
}
.charsheet button[type="roll"] {
margin: 2px 2px 0 2px !important;
}
/* custom labels for repitem buttons */
[data-groupname=repeating_buff] > button.btn.repcontrol_add::after {
content: " New Buff";
}
[data-groupname=repeating_class-ability] > button.btn.repcontrol_add::after {
content: " New Class Ability";
}
[data-groupname=repeating_mythic-ability] > button.btn.repcontrol_add::after {
content: " New Mythic Ability";
}
[data-groupname=repeating_weapon] > button.btn.repcontrol_add::after {
content: " New Weapon";
}
[data-groupname=repeating_feat] > button.btn.repcontrol_add::after {
content: " New Feat";
}
[data-groupname=repeating_mythic-feat] > button.btn.repcontrol_add::after {
content: " New Mythic Feat";
}
[data-groupname=repeating_item] > button.btn.repcontrol_add::after {
content: " New Item";
}
[data-groupname=repeating_belonging] > button.btn.repcontrol_add::after {
content: " New Belonging";
}
[data-groupname=repeating_racial-trait] > button.btn.repcontrol_add::after {
content: " New Racial Trait";
}
[data-groupname=repeating_trait] > button.btn.repcontrol_add::after {
content: " New Trait";
}
.charsheet .repcontrol_add,
.charsheet .repcontrol_edit,
.charsheet .repcontrol_del,
@@ -602,15 +780,11 @@ textarea {
float: right;
margin-right: 5px;
width: 1.5em;
}
button[type=roll].sheet-blank-roll-button::before {
button[type="roll"].sheet-blank-roll-button::before {
content: ' ';
}
.sheet-options {
width:99.6%;
padding: 2px 0 2px 0;
border: 1px solid #808080;
@@ -651,7 +825,7 @@ button[type=roll].sheet-blank-roll-button::before {
.sheet-rolltemplate-pf_spell .sheet-header-image {
float: right;
display: table-cell;
padding: 2px 0px 2px 2px;
padding: 0;
vertical-align: middle;
min-width: 30px;
}
@@ -736,7 +910,7 @@ button[type=roll].sheet-blank-roll-button::before {
.sheet-rolltemplate-pf_attack .sheet-header-image {
float: right;
display: table-cell;
padding: 2px 0px 2px 2px;
padding: 0;
vertical-align: middle;
min-width: 30px;
}
@@ -820,7 +994,7 @@ button[type=roll].sheet-blank-roll-button::before {
.sheet-rolltemplate-pf_defense .sheet-header-image {
float: right;
display: table-cell;
padding: 2px 0px 2px 2px;
padding: 0;
vertical-align: middle;
min-width: 30px;
}
@@ -905,7 +1079,7 @@ button[type=roll].sheet-blank-roll-button::before {
.sheet-rolltemplate-pf_generic .sheet-header-image {
float: right;
display: table-cell;
padding: 2px 0px 2px 2px;
padding: 0;
vertical-align: middle;
min-width: 30px;
}
@@ -991,7 +1165,7 @@ button[type=roll].sheet-blank-roll-button::before {
.sheet-rolltemplate-pf_block .sheet-header-image {
float: right;
display: table-cell;
padding: 2px 0px 2px 2px;
padding: 0;
vertical-align: middle;
min-width: 30px;
}
@@ -1040,4 +1214,190 @@ button[type=roll].sheet-blank-roll-button::before {
.sheet-rolltemplate-pf_block .inlinerollresult.importantroll {
color: #FFF;
background-color: #4A57ED;
}
div.sheet-table-data.sheet-cssbutton {
margin: 0px;
padding: 8px 4px 20px 4px;
font-family: arial;
font-weight: bold;
font-size: .85em;
color: #000000;
background: #FFFFFF;
}
div.sheet-table-data.sheet-cssbutton label {
float:left;
}
/* turn off the arrow */
.sheet-cssbutton input[type="checkbox"] + span:not(.sheet-not-sheet-show)::before {
content:none;
width:0;
height:0;
}
div.sheet-table-data.sheet-cssbutton label span,
div.sheet-table-data.sheet-cssbutton input:not(:checked) + span
{
background: #FFFFFF;
color:#000000;
font-family: arial;
font-weight: bold;
font-size: 1em;
text-align:center;
padding: 2px 2px;
margin-top: -4px;
display:block;
border: 2px solid #000000;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
content:none;
}
div.sheet-table-data.sheet-cssbutton label input {
position:absolute;
top:-15px;
content:none;
}
div.sheet-table-data.sheet-cssbutton label input:hover + span {
background: #E8E8E8;
color:#000000;
}
div.sheet-table-data.sheet-cssbutton input:checked + span,
div.sheet-table-data.sheet-cssbutton input:checked + span:hover {
background-color: #4a6486;
color:#000000;
}
/* header colors */
.sheet-rolltemplate-pf_spell.sheet-color-white tr td.sheet-header,.sheet-rolltemplate-pf_spell.sheet-color-white .sheet-subtitle,
.sheet-rolltemplate-pf_attack.sheet-color-white tr td.sheet-header,.sheet-rolltemplate-pf_attack.sheet-color-white .sheet-subtitle,
.sheet-rolltemplate-pf_generic.sheet-color-white tr td.sheet-header,.sheet-rolltemplate-pf_generic.sheet-color-white .sheet-subtitle,
.sheet-rolltemplate-pf_defense.sheet-color-white tr td.sheet-header,.sheet-rolltemplate-pf_defense.sheet-color-white .sheet-subtitle,
.sheet-rolltemplate-pf_block.sheet-color-white tr td.sheet-header,.sheet-rolltemplate-pf_block.sheet-color-white .sheet-subtitle {
background-color:#ffffff;
border-color:#ffffff;
}
.sheet-rolltemplate-pf_spell.sheet-color-grey tr td.sheet-header,.sheet-rolltemplate-pf_spell.sheet-color-grey .sheet-subtitle,
.sheet-rolltemplate-pf_attack.sheet-color-grey tr td.sheet-header,.sheet-rolltemplate-pf_attack.sheet-color-grey .sheet-subtitle,
.sheet-rolltemplate-pf_generic.sheet-color-grey tr td.sheet-header,.sheet-rolltemplate-pf_generic.sheet-color-grey .sheet-subtitle,
.sheet-rolltemplate-pf_defense.sheet-color-grey tr td.sheet-header,.sheet-rolltemplate-pf_defense.sheet-color-grey .sheet-subtitle,
.sheet-rolltemplate-pf_block.sheet-color-grey tr td.sheet-header,.sheet-rolltemplate-pf_block.sheet-color-grey .sheet-subtitle {
background-color:#A3A3A3;
border-color:#A3A3A3;
}
.sheet-rolltemplate-pf_spell.sheet-color-darkgrey tr td.sheet-header,.sheet-rolltemplate-pf_spell.sheet-color-darkgrey .sheet-subtitle,
.sheet-rolltemplate-pf_attack.sheet-color-darkgrey tr td.sheet-header,.sheet-rolltemplate-pf_attack.sheet-color-darkgrey .sheet-subtitle,
.sheet-rolltemplate-pf_generic.sheet-color-darkgrey tr td.sheet-header,.sheet-rolltemplate-pf_generic.sheet-color-darkgrey .sheet-subtitle,
.sheet-rolltemplate-pf_defense.sheet-color-darkgrey tr td.sheet-header,.sheet-rolltemplate-pf_defense.sheet-color-darkgrey .sheet-subtitle,
.sheet-rolltemplate-pf_block.sheet-color-darkgrey tr td.sheet-header,.sheet-rolltemplate-pf_block.sheet-color-darkgrey .sheet-subtitle {
background-color:#525252;
border-color:#525252;
}
.sheet-rolltemplate-pf_spell.sheet-color-red tr td.sheet-header,.sheet-rolltemplate-pf_spell.sheet-color-red .sheet-subtitle,
.sheet-rolltemplate-pf_attack.sheet-color-red tr td.sheet-header,.sheet-rolltemplate-pf_attack.sheet-color-red .sheet-subtitle,
.sheet-rolltemplate-pf_generic.sheet-color-red tr td.sheet-header,.sheet-rolltemplate-pf_generic.sheet-color-red .sheet-subtitle,
.sheet-rolltemplate-pf_defense.sheet-color-red tr td.sheet-header,.sheet-rolltemplate-pf_defense.sheet-color-red .sheet-subtitle,
.sheet-rolltemplate-pf_block.sheet-color-red tr td.sheet-header,.sheet-rolltemplate-pf_block.sheet-color-red .sheet-subtitle {
background-color:#D60010;
border-color:#D60010;
}
.sheet-rolltemplate-pf_spell.sheet-color-darkred tr td.sheet-header,.sheet-rolltemplate-pf_spell.sheet-color-darkred .sheet-subtitle,
.sheet-rolltemplate-pf_attack.sheet-color-darkred tr td.sheet-header,.sheet-rolltemplate-pf_attack.sheet-color-darkred .sheet-subtitle,
.sheet-rolltemplate-pf_generic.sheet-color-darkred tr td.sheet-header,.sheet-rolltemplate-pf_generic.sheet-color-darkred .sheet-subtitle,
.sheet-rolltemplate-pf_defense.sheet-color-darkred tr td.sheet-header,.sheet-rolltemplate-pf_defense.sheet-color-darkred .sheet-subtitle,
.sheet-rolltemplate-pf_block.sheet-color-darkred tr td.sheet-header,.sheet-rolltemplate-pf_block.sheet-color-darkred .sheet-subtitle {
background-color:#85000A;
border-color:#85000A;
}
.sheet-rolltemplate-pf_spell.sheet-color-orange tr td.sheet-header,.sheet-rolltemplate-pf_spell.sheet-color-orange .sheet-subtitle,
.sheet-rolltemplate-pf_attack.sheet-color-orange tr td.sheet-header,.sheet-rolltemplate-pf_attack.sheet-color-orange .sheet-subtitle,
.sheet-rolltemplate-pf_generic.sheet-color-orange tr td.sheet-header,.sheet-rolltemplate-pf_generic.sheet-color-orange .sheet-subtitle,
.sheet-rolltemplate-pf_defense.sheet-color-orange tr td.sheet-header,.sheet-rolltemplate-pf_defense.sheet-color-orange .sheet-subtitle,
.sheet-rolltemplate-pf_block.sheet-color-orange tr td.sheet-header,.sheet-rolltemplate-pf_block.sheet-color-orange .sheet-subtitle {
background-color:#DC6B00;
border-color:#DC6B00;
}
.sheet-rolltemplate-pf_spell.sheet-color-darkorange tr td.sheet-header,.sheet-rolltemplate-pf_spell.sheet-color-darkorange .sheet-subtitle,
.sheet-rolltemplate-pf_attack.sheet-color-darkorange tr td.sheet-header,.sheet-rolltemplate-pf_attack.sheet-color-darkorange .sheet-subtitle,
.sheet-rolltemplate-pf_generic.sheet-color-darkorange tr td.sheet-header,.sheet-rolltemplate-pf_generic.sheet-color-darkorange .sheet-subtitle,
.sheet-rolltemplate-pf_defense.sheet-color-darkorange tr td.sheet-header,.sheet-rolltemplate-pf_defense.sheet-color-darkorange .sheet-subtitle,
.sheet-rolltemplate-pf_block.sheet-color-darkorange tr td.sheet-header,.sheet-rolltemplate-pf_block.sheet-color-darkorange .sheet-subtitle {
background-color:#7F3E00;
border-color:#7F3E00;
}
.sheet-rolltemplate-pf_spell.sheet-color-yellow tr td.sheet-header,.sheet-rolltemplate-pf_spell.sheet-color-yellow .sheet-subtitle,
.sheet-rolltemplate-pf_attack.sheet-color-yellow tr td.sheet-header,.sheet-rolltemplate-pf_attack.sheet-color-yellow .sheet-subtitle,
.sheet-rolltemplate-pf_generic.sheet-color-yellow tr td.sheet-header,.sheet-rolltemplate-pf_generic.sheet-color-yellow .sheet-subtitle,
.sheet-rolltemplate-pf_defense.sheet-color-yellow tr td.sheet-header,.sheet-rolltemplate-pf_defense.sheet-color-yellow .sheet-subtitle,
.sheet-rolltemplate-pf_block.sheet-color-yellow tr td.sheet-header,.sheet-rolltemplate-pf_block.sheet-color-yellow .sheet-subtitle {
background-color:#FCED24;
border-color:#FCED24;
}
.sheet-rolltemplate-pf_spell.sheet-color-darkyellow tr td.sheet-header,.sheet-rolltemplate-pf_spell.sheet-color-darkyellow .sheet-subtitle,
.sheet-rolltemplate-pf_attack.sheet-color-darkyellow tr td.sheet-header,.sheet-rolltemplate-pf_attack.sheet-color-darkyellow .sheet-subtitle,
.sheet-rolltemplate-pf_generic.sheet-color-darkyellow tr td.sheet-header,.sheet-rolltemplate-pf_generic.sheet-color-darkyellow .sheet-subtitle,
.sheet-rolltemplate-pf_defense.sheet-color-darkyellow tr td.sheet-header,.sheet-rolltemplate-pf_defense.sheet-color-darkyellow .sheet-subtitle,
.sheet-rolltemplate-pf_block.sheet-color-darkyellow tr td.sheet-header,.sheet-rolltemplate-pf_block.sheet-color-darkyellow .sheet-subtitle {
background-color:#dbcb00;
border-color:#dbcb00;
}
.sheet-rolltemplate-pf_spell.sheet-color-green tr td.sheet-header,.sheet-rolltemplate-pf_spell.sheet-color-green .sheet-subtitle,
.sheet-rolltemplate-pf_attack.sheet-color-green tr td.sheet-header,.sheet-rolltemplate-pf_attack.sheet-color-green .sheet-subtitle,
.sheet-rolltemplate-pf_generic.sheet-color-green tr td.sheet-header,.sheet-rolltemplate-pf_generic.sheet-color-green .sheet-subtitle,
.sheet-rolltemplate-pf_defense.sheet-color-green tr td.sheet-header,.sheet-rolltemplate-pf_defense.sheet-color-green .sheet-subtitle,
.sheet-rolltemplate-pf_block.sheet-color-green tr td.sheet-header,.sheet-rolltemplate-pf_block.sheet-color-green .sheet-subtitle {
background-color:#11B400;
border-color:#11B400;
}
.sheet-rolltemplate-pf_spell.sheet-color-darkgreen tr td.sheet-header,.sheet-rolltemplate-pf_spell.sheet-color-darkgreen .sheet-subtitle,
.sheet-rolltemplate-pf_attack.sheet-color-darkgreen tr td.sheet-header,.sheet-rolltemplate-pf_attack.sheet-color-darkgreen .sheet-subtitle,
.sheet-rolltemplate-pf_generic.sheet-color-darkgreen tr td.sheet-header,.sheet-rolltemplate-pf_generic.sheet-color-darkgreen .sheet-subtitle,
.sheet-rolltemplate-pf_defense.sheet-color-darkgreen tr td.sheet-header,.sheet-rolltemplate-pf_defense.sheet-color-darkgreen .sheet-subtitle,
.sheet-rolltemplate-pf_block.sheet-color-darkgreen tr td.sheet-header,.sheet-rolltemplate-pf_block.sheet-color-darkgreen .sheet-subtitle {
background-color:#0B7000;
border-color:#0B7000;
}
.sheet-rolltemplate-pf_spell.sheet-color-blue tr td.sheet-header,.sheet-rolltemplate-pf_spell.sheet-color-blue .sheet-subtitle,
.sheet-rolltemplate-pf_attack.sheet-color-blue tr td.sheet-header,.sheet-rolltemplate-pf_attack.sheet-color-blue .sheet-subtitle,
.sheet-rolltemplate-pf_generic.sheet-color-blue tr td.sheet-header,.sheet-rolltemplate-pf_generic.sheet-color-blue .sheet-subtitle,
.sheet-rolltemplate-pf_defense.sheet-color-blue tr td.sheet-header,.sheet-rolltemplate-pf_defense.sheet-color-blue .sheet-subtitle,
.sheet-rolltemplate-pf_block.sheet-color-blue tr td.sheet-header,.sheet-rolltemplate-pf_block.sheet-color-blue .sheet-subtitle {
background-color:#325eff;
border-color:#325eff;
}
.sheet-rolltemplate-pf_spell.sheet-color-darkblue tr td.sheet-header,.sheet-rolltemplate-pf_spell.sheet-color-darkblue .sheet-subtitle,
.sheet-rolltemplate-pf_attack.sheet-color-darkblue tr td.sheet-header,.sheet-rolltemplate-pf_attack.sheet-color-darkblue .sheet-subtitle,
.sheet-rolltemplate-pf_generic.sheet-color-darkblue tr td.sheet-header,.sheet-rolltemplate-pf_generic.sheet-color-darkblue .sheet-subtitle,
.sheet-rolltemplate-pf_defense.sheet-color-darkblue tr td.sheet-header,.sheet-rolltemplate-pf_defense.sheet-color-darkblue .sheet-subtitle,
.sheet-rolltemplate-pf_block.sheet-color-darkblue tr td.sheet-header,.sheet-rolltemplate-pf_block.sheet-color-darkblue .sheet-subtitle {
background-color:#001896;
border-color:#001896;
}
.sheet-rolltemplate-pf_spell.sheet-color-purple tr td.sheet-header,.sheet-rolltemplate-pf_spell.sheet-color-purple .sheet-subtitle,
.sheet-rolltemplate-pf_attack.sheet-color-purple tr td.sheet-header,.sheet-rolltemplate-pf_attack.sheet-color-purple .sheet-subtitle,
.sheet-rolltemplate-pf_generic.sheet-color-purple tr td.sheet-header,.sheet-rolltemplate-pf_generic.sheet-color-purple .sheet-subtitle,
.sheet-rolltemplate-pf_defense.sheet-color-purple tr td.sheet-header,.sheet-rolltemplate-pf_defense.sheet-color-purple .sheet-subtitle,
.sheet-rolltemplate-pf_block.sheet-color-purple tr td.sheet-header,.sheet-rolltemplate-pf_block.sheet-color-purple .sheet-subtitle {
background-color:#740091;
border-color:#740091;
}
.sheet-rolltemplate-pf_spell.sheet-color-darkpurple tr td.sheet-header,.sheet-rolltemplate-pf_spell.sheet-color-darkpurple .sheet-subtitle,
.sheet-rolltemplate-pf_attack.sheet-color-darkpurple tr td.sheet-header,.sheet-rolltemplate-pf_attack.sheet-color-darkpurple .sheet-subtitle,
.sheet-rolltemplate-pf_generic.sheet-color-darkpurple tr td.sheet-header,.sheet-rolltemplate-pf_generic.sheet-color-darkpurple .sheet-subtitle,
.sheet-rolltemplate-pf_defense.sheet-color-darkpurple tr td.sheet-header,.sheet-rolltemplate-pf_defense.sheet-color-darkpurple .sheet-subtitle,
.sheet-rolltemplate-pf_block.sheet-color-darkpurple tr td.sheet-header,.sheet-rolltemplate-pf_block.sheet-color-darkpurple .sheet-subtitle {
background-color:#430054;
border-color:#430054;
}