Skip to content

Commit

Permalink
Small Update for Basic Roleplaying
Browse files Browse the repository at this point in the history
Added roll template for Resistance, Characteristic and Sanity Checks.
  • Loading branch information
KPhan1212 authored Dec 14, 2020
1 parent ce3ce39 commit 0d3e9d3
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion Basic_Roleplaying/Basic_Roleplaying.css
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,43 @@ button[type="roll"].sheet-plain-major-wound::before
border: 1px solid;
background-color: #ffffff;
}


.sheet-rolltemplate-characteristicRoll th {
text-align: centre;
color: #ffffff;
background-color: #000000;
}
.sheet-rolltemplate-characteristicRoll table {
width: 230px;
padding: 2px;
border: 1px solid;
background-color: #ffffff;
}

.sheet-rolltemplate-ResistanceRoll th {
text-align: centre;
color: #ffffff;
background-color: #000000;
}
.sheet-rolltemplate-ResistanceRoll table {
width: 230px;
padding: 2px;
border: 1px solid;
background-color: #ffffff;
}

.sheet-rolltemplate-sanityRoll th {
text-align: centre;
color: #ffffff;
background-color: #000000;
}
.sheet-rolltemplate-sanityRoll table {
width: 230px;
padding: 2px;
border: 1px solid;
background-color: #ffffff;
}

.sheet-rolltemplate-melee-roll th {
text-align: centre;
color: #ffffff;
Expand Down

0 comments on commit 0d3e9d3

Please sign in to comment.