mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
1112 lines
38 KiB
CSS
1112 lines
38 KiB
CSS
/* ----------------------- classes for area display toggles -----------------------*/
|
|
.sheet-switch-pc-show:not(:checked)~.sheet-switch-pc {display:none;}
|
|
.sheet-switch-npc-show:not(:checked)~.sheet-switch-npc {display:none;}
|
|
|
|
.sheet-pc-spells-show:not(:checked)~.sheet-pc-spells {display:none;}
|
|
.sheet-pc-charrpinfo-show:not(:checked)~.sheet-pc-charrpinfo {display:none;}
|
|
.sheet-pc-combat-show:not(:checked)~.sheet-pc-combat {display:none;}
|
|
.sheet-pc-charnotes-show:not(:checked)~.sheet-pc-charnotes {display:none;}
|
|
.sheet-pc-saveblock-show:not(:checked)~.sheet-pc-saveblock {display:none;}
|
|
.sheet-pc-savemacros-show:not(:checked)~.sheet-pc-savemacros {display:none;}
|
|
.sheet-pc-baseattackmacros-show:not(:checked)~.sheet-pc-baseattackmacros {display:none;}
|
|
.sheet-pc-statblock-show:not(:checked)~.sheet-pc-statblock {display:none;}
|
|
.sheet-pc-abilitymacros-show:not(:checked)~.sheet-pc-abilitymacros {display:none;}
|
|
.sheet-pc-equipment-show:not(:checked)~.sheet-pc-equipment {display:none;}
|
|
.sheet-pc-acequipment-show:not(:checked)~.sheet-pc-acequipment {display:none;}
|
|
.sheet-pc-acother-show:not(:checked)~.sheet-pc-acother {display:none;}
|
|
.sheet-pc-singleuseequipment-show:not(:checked)~.sheet-pc-singleuseequipment {display:none;}
|
|
.sheet-pc-magicequipment-show:not(:checked)~.sheet-pc-magicequipment {display:none;}
|
|
.sheet-pc-stdequipment-show:not(:checked)~.sheet-pc-stdequipment {display:none;}
|
|
.sheet-pc-otherequipment-show:not(:checked)~.sheet-pc-otherequipment {display:none;}
|
|
.sheet-pc-encumbrance-show:not(:checked)~.sheet-pc-encumbrance {display:none;}
|
|
.sheet-pc-weapons-show:not(:checked)~.sheet-pc-weapons {display:none;}
|
|
.sheet-pc-skills-show:not(:checked)~.sheet-pc-skills {display:none;}
|
|
.sheet-pc-pronouns-show:not(:checked)~.sheet-pc-pronouns {display:none;}
|
|
.sheet-pc-summons-show:not(:checked)~.sheet-pc-summons {display:none;}
|
|
.sheet-pc-notes-show:not(:checked)~.sheet-pc-notes {display:none;}
|
|
.sheet-pc-rolltemplates-show:not(:checked)~.sheet-pc-rolltemplates {display:none;}
|
|
.sheet-pc-deflectioncalc-show:not(:checked)~.sheet-pc-deflectioncalc {display:none;}
|
|
.sheet-pc-armorbonuscalc-show:not(:checked)~.sheet-pc-armorbonuscalc {display:none;}
|
|
.sheet-pc-dodgecalc-show:not(:checked)~.sheet-pc-dodgecalc {display:none;}
|
|
.sheet-pc-abilityaccalc-show:not(:checked)~.sheet-pc-abilityaccalc {display:none;}
|
|
.sheet-pc-naturalarmorcalc-show:not(:checked)~.sheet-pc-naturalarmorcalc {display:none;}
|
|
.sheet-pc-miscaccalc-show:not(:checked)~.sheet-pc-miscaccalc {display:none;}
|
|
|
|
.sheet-pc-weapon1-show:not(:checked)~.sheet-pc-weapon1 {display:none;}
|
|
.sheet-pc-weapon2-show:not(:checked)~.sheet-pc-weapon2 {display:none;}
|
|
.sheet-pc-weapon3-show:not(:checked)~.sheet-pc-weapon3 {display:none;}
|
|
.sheet-pc-weapon4-show:not(:checked)~.sheet-pc-weapon4 {display:none;}
|
|
.sheet-pc-weapon5-show:not(:checked)~.sheet-pc-weapon5 {display:none;}
|
|
.sheet-pc-weapon6-show:not(:checked)~.sheet-pc-weapon6 {display:none;}
|
|
.sheet-pc-weapon7-show:not(:checked)~.sheet-pc-weapon7 {display:none;}
|
|
.sheet-pc-weapon8-show:not(:checked)~.sheet-pc-weapon8 {display:none;}
|
|
.sheet-pc-weapon9-show:not(:checked)~.sheet-pc-weapon9 {display:none;}
|
|
.sheet-pc-weapon10-show:not(:checked)~.sheet-pc-weapon10 {display:none;}
|
|
.sheet-pc-weapon11-show:not(:checked)~.sheet-pc-weapon11 {display:none;}
|
|
|
|
.sheet-pc-spells0-show:not(:checked)~.sheet-pc-spells0 {display:none;}
|
|
.sheet-pc-spells1-show:not(:checked)~.sheet-pc-spells1 {display:none;}
|
|
.sheet-pc-spells2-show:not(:checked)~.sheet-pc-spells2 {display:none;}
|
|
.sheet-pc-spells3-show:not(:checked)~.sheet-pc-spells3 {display:none;}
|
|
.sheet-pc-spells4-show:not(:checked)~.sheet-pc-spells4 {display:none;}
|
|
.sheet-pc-spells5-show:not(:checked)~.sheet-pc-spells5 {display:none;}
|
|
.sheet-pc-spells6-show:not(:checked)~.sheet-pc-spells6 {display:none;}
|
|
.sheet-pc-spells7-show:not(:checked)~.sheet-pc-spells7 {display:none;}
|
|
.sheet-pc-spells8-show:not(:checked)~.sheet-pc-spells8 {display:none;}
|
|
.sheet-pc-spells9-show:not(:checked)~.sheet-pc-spells9 {display:none;}
|
|
.sheet-pc-spells10-show:not(:checked)~.sheet-pc-spells10 {display:none;}
|
|
.sheet-pc-spells11-show:not(:checked)~.sheet-pc-spells11 {display:none;}
|
|
|
|
.sheet-pc-other1-show:not(:checked)~.sheet-pc-other1 {display:none;}
|
|
.sheet-pc-other2-show:not(:checked)~.sheet-pc-other2 {display:none;}
|
|
.sheet-pc-other3-show:not(:checked)~.sheet-pc-other3 {display:none;}
|
|
.sheet-pc-other4-show:not(:checked)~.sheet-pc-other4 {display:none;}
|
|
|
|
.sheet-pc-notes1-show:not(:checked)~.sheet-pc-notes1 {display:none;}
|
|
.sheet-pc-notes2-show:not(:checked)~.sheet-pc-notes2 {display:none;}
|
|
.sheet-pc-notes3-show:not(:checked)~.sheet-pc-notes3 {display:none;}
|
|
.sheet-pc-notes4-show:not(:checked)~.sheet-pc-notes4 {display:none;}
|
|
|
|
.sheet-pc-rolltemplates-show:not(:checked)~.sheet-pc-rolltemplates {display:none;}
|
|
|
|
.sheet-colorred {
|
|
display: inline-block;
|
|
text-align: center;
|
|
}
|
|
|
|
.charsheet label {
|
|
display: inline-block;
|
|
width: 75px;
|
|
text-align: left;
|
|
}
|
|
|
|
.charsheet input {
|
|
background-color: transparent;
|
|
border-style: solid;
|
|
border-color: black;
|
|
border-width: 0px 0px 2px 0px;
|
|
}
|
|
|
|
.charsheet input.sheet-inputbox {
|
|
background-color: transparent;
|
|
border-style: solid;
|
|
border-color: black;
|
|
border-width: 1px 1px 1px 1px;
|
|
}
|
|
|
|
.even {
|
|
border: 1px solid black;
|
|
background-color: #AAA;
|
|
}
|
|
|
|
.odd {
|
|
border: 1px solid black;
|
|
background-color: #DDD;
|
|
}
|
|
|
|
fieldset {
|
|
display: none;
|
|
}
|
|
|
|
.charsheet {
|
|
background-color: white;
|
|
background-repeat: repeat-y;
|
|
background-image: url("https://i.imgur.com/rVI00pJ.jpg");
|
|
}
|
|
|
|
.charsheet table th {
|
|
font-size: 0.8em;
|
|
text-align: center;
|
|
}
|
|
|
|
.charsheet table td.sheet-statlabel-big-gray {
|
|
background-color: gray;
|
|
color: white;
|
|
font-size: 0.9em;
|
|
text-align: center;
|
|
}
|
|
|
|
.charsheet table td.sheet-statlabel-big {
|
|
border: 1px solid white;
|
|
background-color: black;
|
|
color: white;
|
|
font-size: 0.9em;
|
|
text-align: center;
|
|
}
|
|
.charsheet table td.sheet-statlabel {
|
|
border: 1px solid white;
|
|
background-color: black;
|
|
color: white;
|
|
font-size: 0.7em;
|
|
text-align: center;
|
|
}
|
|
.charsheet table td {
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
|
|
select.sheet-dtype {
|
|
width: 60px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.sheet-input-noborder {
|
|
background-color: transparent;
|
|
border-style: solid;
|
|
border-color: transparent;
|
|
border-width: 0px 0px 0px 0px;
|
|
}
|
|
|
|
.sheet-statlabel-encumbrance {
|
|
border: 1px solid white;
|
|
background-color: black;
|
|
color: white;
|
|
font-size: 0.65em;
|
|
text-align: center;
|
|
}
|
|
|
|
.sheet-statlabel-weapons {
|
|
display: table-cell;
|
|
border: 1px solid white;
|
|
background-color: black;
|
|
color: white;
|
|
font-size: 0.7em;
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
.sheet-table-name {
|
|
display: table-caption;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
color: white;
|
|
background-color: black;
|
|
width: 100%;
|
|
}
|
|
|
|
.sheet-table-header {
|
|
display: table-cell;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
vertical-align: bottom;
|
|
line-height: 90%;
|
|
}
|
|
|
|
.sheet-table-header-left {
|
|
display: table-cell;
|
|
text-align: left;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sheet-table-header2-left {
|
|
display: table-cell;
|
|
text-align: left;
|
|
font-weight: bold;
|
|
font-size: 0.7em;
|
|
}
|
|
|
|
.sheet-table-header-right {
|
|
display: table-cell;
|
|
text-align: right;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.sheet-table-header2 {
|
|
display: table-cell;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
font-size: 0.7em;
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
.sheet-table-header3 {
|
|
display: table-cell;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
font-size: 0.7em;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.sheet-table-encumbrance {
|
|
display: table-cell;
|
|
font-size: 0.65em;
|
|
width: 133px;
|
|
}
|
|
|
|
.sheet-table-load {
|
|
display: table-cell;
|
|
font-size: 0.65em;
|
|
width: 95px;
|
|
}
|
|
|
|
.sheet-table-left {
|
|
display: table-cell;
|
|
text-align: left;
|
|
}
|
|
|
|
.sheet-table-right {
|
|
display: table-cell;
|
|
text-align: right;
|
|
}
|
|
|
|
.sheet-table-center {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.sheet-table-data-left {
|
|
display: table-cell;
|
|
text-align: left;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.sheet-table-data-right {
|
|
display: table-cell;
|
|
text-align: right;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.sheet-table-data-center {
|
|
display: table-cell;
|
|
text-align: center;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.sheet-table-data-center1 {
|
|
display: table-cell;
|
|
text-align: center;
|
|
vertical-align: top;
|
|
background-color: grey;
|
|
}
|
|
|
|
.sheet-table-data-center-sm {
|
|
display: table-cell;
|
|
text-align: center;
|
|
font-size: 0.7em;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.sheet-table-data-center-skills {
|
|
display: table-cell;
|
|
width: 28px;
|
|
}
|
|
|
|
.sheet-table-data-center-skills-rep {
|
|
display: table-cell;
|
|
width: 31px;
|
|
}
|
|
|
|
.sheet-table-col {
|
|
display: table-col;
|
|
vertical-align: center;
|
|
width: 100%;
|
|
}
|
|
|
|
.sheet-table-row {
|
|
display: table-row;
|
|
vertical-align: top;
|
|
width: 100%;
|
|
}
|
|
|
|
.sheet-table-row-name {
|
|
display: table-cell;
|
|
text-align: center;
|
|
color: white;
|
|
background-color: black;
|
|
font-weight: bold;
|
|
line-height: 90%;
|
|
}
|
|
|
|
.sheet-table-row-small {
|
|
display: table-cell;
|
|
width: 40px;
|
|
}
|
|
|
|
textarea { height: auto; }
|
|
|
|
input, select {
|
|
width:100%;
|
|
}
|
|
|
|
/* Take out the spinner arrows on number inputs. */
|
|
input[type=number] {
|
|
-moz-appearance: textfield;
|
|
}
|
|
input[type=number]::-webkit-outer-spin-button,
|
|
input[type=number]::-webkit-inner-spin-button {
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
/* -----------------------Skinned checkbox for Arrow toggles (?/?)----------------------- */
|
|
/* Hide actual checkbox */
|
|
input.sheet-arrow[type="checkbox"]{
|
|
opacity: 0;
|
|
width: 16px;
|
|
height: 16px;
|
|
position: relative;
|
|
top: 5px;
|
|
left: 6px;
|
|
margin: -10px;
|
|
cursor: pointer;
|
|
z-index: 1;
|
|
}
|
|
|
|
/* Fake checkbox */
|
|
input.sheet-arrow[type="checkbox"] + span::before{
|
|
margin-right: 4px;
|
|
line-height: 14px;
|
|
text-align: center;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
|
|
content: "?";
|
|
width: 14px;
|
|
height: 14px;
|
|
font-size: 12px;
|
|
}
|
|
input.sheet-arrow[type="checkbox"]:checked + span::before { content: "?"; }
|
|
|
|
/* -----------------------Skinned checkbox for Y/N toggles----------------------- */
|
|
/* Hide actual checkbox */
|
|
input.sheet-yesno[type="checkbox"]{
|
|
opacity: 0;
|
|
width: 16px;
|
|
height: 16px;
|
|
position: relative;
|
|
top: 5px;
|
|
left: 6px;
|
|
margin: -10px;
|
|
cursor: pointer;
|
|
z-index: 1;
|
|
}
|
|
|
|
/* Fake checkbox */
|
|
input.sheet-yesno[type="checkbox"] + span::before{
|
|
margin-right: 4px;
|
|
line-height: 14px;
|
|
text-align: center;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
|
|
content: "N";
|
|
width: 14px;
|
|
height: 14px;
|
|
font-size: 12px;
|
|
}
|
|
input.sheet-yesno[type="checkbox"]:checked + span::before { content: "Y"; }
|
|
|
|
/* -----------------------Skinned Radio button for PC/NPC button----------------------- */
|
|
/* Hide actual radio button */
|
|
input.sheet-switch[type="radio"]{
|
|
opacity: 0;
|
|
width: 16px;
|
|
height: 16px;
|
|
position: relative;
|
|
top: 5px;
|
|
left: 6px;
|
|
margin: -10px;
|
|
cursor: pointer;
|
|
z-index: 1;
|
|
}
|
|
|
|
/* Fake radio button */
|
|
input.sheet-switch[type="radio"] + span::before{
|
|
margin-right: 4px;
|
|
line-height: 14px;
|
|
text-align: center;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
|
|
content: "?";
|
|
width: 14px;
|
|
height: 14px;
|
|
font-size: 12px;
|
|
}
|
|
input.sheet-switch[type="radio"]:checked + span::before { content: "?"; }
|
|
|
|
/* -----------------------Fake tabs style1 (reskinned radio button; fixed to work properly in firefox----------------------- */
|
|
div.sheet-tab-content { display: none; }
|
|
|
|
input.sheet-tab1:checked ~ div.sheet-tab1,
|
|
input.sheet-tab2:checked ~ div.sheet-tab2,
|
|
input.sheet-tab3:checked ~ div.sheet-tab3,
|
|
input.sheet-tab4:checked ~ div.sheet-tab4,
|
|
input.sheet-tab5:checked ~ div.sheet-tab5,
|
|
input.sheet-tab6:checked ~ div.sheet-tab6,
|
|
input.sheet-tab7:checked ~ div.sheet-tab7,
|
|
input.sheet-tab8:checked ~ div.sheet-tab8,
|
|
input.sheet-tab9:checked ~ div.sheet-tab9,
|
|
input.sheet-tab10:checked ~ div.sheet-tab10,
|
|
input.sheet-tab99:checked ~ div.sheet-tab99
|
|
{
|
|
display: block;
|
|
}
|
|
|
|
input.sheet-tab1:checked + span.sheet-tab1,
|
|
input.sheet-tab2:checked + span.sheet-tab2,
|
|
input.sheet-tab3:checked + span.sheet-tab3,
|
|
input.sheet-tab4:checked + span.sheet-tab4,
|
|
input.sheet-tab5:checked + span.sheet-tab5,
|
|
input.sheet-tab6:checked + span.sheet-tab6,
|
|
input.sheet-tab7:checked + span.sheet-tab7,
|
|
input.sheet-tab8:checked + span.sheet-tab8,
|
|
input.sheet-tab9:checked + span.sheet-tab9,
|
|
input.sheet-tab10:checked + span.sheet-tab10,
|
|
input.sheet-tab99:checked + span.sheet-tab99
|
|
{
|
|
background: gray;
|
|
color: white;
|
|
}
|
|
|
|
input.sheet-tab
|
|
{
|
|
width: 70px;
|
|
height: 20px;
|
|
position: relative;
|
|
top: 5px;
|
|
left: 6px;
|
|
margin: -1.5px;
|
|
cursor: pointer;
|
|
opacity: 0;
|
|
z-index: 9999;
|
|
}
|
|
span.sheet-tab {
|
|
text-align: center;
|
|
display: inline-block;
|
|
font-size: 13px;
|
|
background: white;
|
|
color: gray;
|
|
font-weight: bold;
|
|
width: 70px;
|
|
height: 20px;
|
|
cursor: pointer;
|
|
position: relative;
|
|
margin-left: -75px;
|
|
}
|
|
input.sheet-tab::before
|
|
{
|
|
content: attr(title);
|
|
|
|
border: solid 1px #a8a8a8;
|
|
border-bottom-color: black;
|
|
text-align: center;
|
|
display: inline-block;
|
|
|
|
background: #fff;
|
|
background: -moz-linear-gradient(to top, #c8c8c8, #fff, #c8c8c8);
|
|
background: -webkit-linear-gradient(to top, #c8c8c8, #fff, #c8c8c8);
|
|
background: -ms-linear-gradient(to top, #c8c8c8, #fff, #c8c8c8);
|
|
background: -o-linear-gradient(to top, #c8c8c8, #fff, #c8c8c8);
|
|
background: linear-gradient(to top, #c8c8c8, #fff, #c8c8c8);
|
|
|
|
width: 50px;
|
|
height: 20px;
|
|
font-size: 18px;
|
|
}
|
|
|
|
input.sheet-tab:checked::before
|
|
{
|
|
background: #dcdcdc;
|
|
background: -moz-linear-gradient(to top, #fcfcfc, #dcdcdc, #fcfcfc);
|
|
background: -webkit-linear-gradient(to top, #fcfcfc, #dcdcdc, #fcfcfc);
|
|
background: -ms-linear-gradient(to top, #fcfcfc, #dcdcdc, #fcfcfc);
|
|
background: -o-linear-gradient(to top, #fcfcfc, #dcdcdc, #fcfcfc);
|
|
background: linear-gradient(to top, #fcfcfc, #dcdcdc, #fcfcfc);
|
|
border-bottom-color: #fff;
|
|
}
|
|
|
|
input.sheet-tab:not(:first-child)::before
|
|
{
|
|
border-left: none;
|
|
}
|
|
|
|
div.sheet-tab-content
|
|
{
|
|
border-top-color: #000; /* black */
|
|
margin: 2px 0 0 5px;
|
|
padding: 5px;
|
|
}
|
|
|
|
/* -----------------------tabs style2 (with label) works even in firefox ----------------------- */
|
|
.sheet-character-sheet,
|
|
.sheet-expand
|
|
{
|
|
display: none;
|
|
padding: 3px;
|
|
}
|
|
|
|
.sheet-expand:checked ~ .sheet-show
|
|
{
|
|
display: block;
|
|
background-color: white;
|
|
margin: 1px 0px 0px -2px;
|
|
}
|
|
|
|
.sheet-tab
|
|
{
|
|
display: inline-block;
|
|
text-align: center;
|
|
margin: -2px;
|
|
padding: 2px;
|
|
width: 124px;
|
|
height: 24px;
|
|
background-color: gray;
|
|
border-top-left-radius: 1em 3em;
|
|
border-top-right-radius: 1em 3em;
|
|
border: solid thin gray;
|
|
border-bottom: none;
|
|
}
|
|
|
|
.sheet-expand:checked ~ .sheet-tab
|
|
{
|
|
background-color: white;
|
|
}
|
|
|
|
label
|
|
{
|
|
display: inline;
|
|
}
|
|
|
|
label,
|
|
label div
|
|
{
|
|
font-size: 12px;
|
|
font-weight: normal;
|
|
}
|
|
|
|
textarea {
|
|
height: auto;
|
|
color: black;
|
|
}
|
|
|
|
input {
|
|
color: black;
|
|
}
|
|
|
|
input, select {
|
|
width:100%;
|
|
}
|
|
|
|
|
|
/* ----------------------- Roll Templates ----------------------- */
|
|
/* -----------------------Attacks----------------------- */
|
|
.sheet-rolltemplate-SagaBornAttack table {
|
|
width: 100%;
|
|
padding: 2px;
|
|
border: 1px solid;
|
|
background: url(https://i.imgur.com/AuM1Sak.png);
|
|
background-size: cover;
|
|
background-position: center center;
|
|
text-align: left;
|
|
}
|
|
.sheet-rolltemplate-SagaBornAttack th { /* Header for the attack template */
|
|
color: rgb(126, 45, 64); /* reddish color */
|
|
padding-left: 5px;
|
|
line-height: 1.6em; /* a little extra vertical spacing of the lines in the header to help the name/title stand out. */
|
|
font-size: 1.2em; /* the name is slightly larger than the rest */
|
|
text-align: left;
|
|
font-family: "Arial", Helvetica, sans-serif;
|
|
font-variant: small-caps;
|
|
}
|
|
.sheet-rolltemplate-SagaBornAttack .sheet-header-attack { /* Header for pcflag and npcflag */
|
|
color: rgb(126, 45, 64); /* reddish color */
|
|
font-family: "Arial", Helvetica, sans-serif;
|
|
font-variant: small-caps;
|
|
text-align: left;
|
|
}
|
|
.sheet-rolltemplate-SagaBornAttack .sheet-header-initiative { /* Header for initflag */
|
|
color: rgb(204, 153, 51); /* golden color */
|
|
font-family: "Arial", Helvetica, sans-serif;
|
|
font-variant: small-caps;
|
|
text-align: left;
|
|
}
|
|
.sheet-rolltemplate-SagaBornAttack .sheet-header-spell{ /* Header for spellflag */
|
|
color: rgb(45, 64, 126); /* blue */
|
|
font-family: "Arial", Helvetica, sans-serif;
|
|
font-variant: small-caps;
|
|
text-align: left;
|
|
}
|
|
.sheet-rolltemplate-SagaBornAttack .sheet-header-ability { /* Header for abilityflag */
|
|
color: rgb(204, 115, 51); /* orangy brown color */
|
|
font-family: "Arial", Helvetica, sans-serif;
|
|
font-variant: small-caps;
|
|
text-align: left;
|
|
}
|
|
.sheet-rolltemplate-SagaBornAttack .sheet-header-save { /* Header for saveflag */
|
|
color: rgb(153, 77, 153); /* purple */
|
|
font-family: "Arial", Helvetica, sans-serif;
|
|
font-variant: small-caps;
|
|
text-align: left;
|
|
}
|
|
.sheet-rolltemplate-SagaBornAttack .sheet-header-skill { /* Header for skillflag */
|
|
color: rgb(64, 126, 45); /* green */
|
|
font-family: "Arial", Helvetica, sans-serif;
|
|
font-variant: small-caps;
|
|
text-align: left;
|
|
}
|
|
.sheet-rolltemplate-SagaBornAttack .sheet-header-skillcat{ /* Header for skillcatflag */
|
|
color: rgb(45, 126, 107); /* teal color */
|
|
font-family: "Arial", Helvetica, sans-serif;
|
|
font-variant: small-caps;
|
|
text-align: left;
|
|
}
|
|
.sheet-rolltemplate-SagaBornAttack .sheet-header-basic{ /* The header for basicflag */
|
|
background-color: gray;
|
|
color: white;
|
|
text-align: center;
|
|
/*color: rgba(112,32,130,1);*/
|
|
}
|
|
.sheet-rolltemplate-SagaBornAttack .sheet-subheader { /* black text and italics for subtags and subtags2 */
|
|
color: #000; /* black */
|
|
font-size: 1em; /* Make sure the subtags are normal-sized instead of large. */
|
|
font-style: italic;
|
|
text-align: left;
|
|
}
|
|
.sheet-rolltemplate-SagaBornAttack .sheet-arrow-right { /* the divider for pcflag; a right pointing isoscelese triangle */
|
|
border-top: 3px solid transparent;
|
|
border-bottom: 3px solid transparent;
|
|
border-left: 180px solid rgb(126, 45, 64); /* reddish color */
|
|
}
|
|
.sheet-rolltemplate-SagaBornAttack .sheet-arrow-left { /* the divider for npcflag; a left pointing isoscelese triangle */
|
|
border-top: 3px solid transparent;
|
|
border-bottom: 3px solid transparent;
|
|
border-right: 180px solid rgb(126, 45, 64); /* reddish color */
|
|
}
|
|
.sheet-rolltemplate-SagaBornAttack .sheet-arrow-spell { /* the divider for spellflag; basically two isoscelese triangles (one pointing up, the other down) joined at their points. */
|
|
border-top: 3px solid rgb(45, 64, 126); /* blue */
|
|
border-bottom: 3px solid rgb(45, 64, 126); /* blue */
|
|
border-left: 90px solid transparent;
|
|
border-right: 90px solid transparent;
|
|
}
|
|
.sheet-rolltemplate-SagaBornAttack .sheet-arrow-ability { /* the divider for abilityflag; a rectangle missing a downward pointing isoscelese triangle */
|
|
border-top: 3px solid transparent;
|
|
border-bottom: 3px solid rgb(204, 115, 51); /* orangy brown color */
|
|
border-left: 90px solid rgb(204, 115, 51); /* orangy brown color */
|
|
border-right: 90px solid rgb(204, 115, 51); /* orangy brown color */
|
|
}
|
|
.sheet-rolltemplate-SagaBornAttack .sheet-arrow-save { /* thick solid line, 3px thick */
|
|
border-top: 3px solid rgb(153, 77, 153); /* purple */
|
|
border-bottom: 3px solid rgb(153, 77, 153); /* purple */
|
|
border-left: 90px solid rgb(153, 77, 153); /* purple */
|
|
border-right: 90px solid rgb(153, 77, 153); /* purple */
|
|
}
|
|
.sheet-rolltemplate-SagaBornAttack .sheet-arrow-skill { /* 2 short isoscelese triangles, one pointing right and the other left */
|
|
border-top: 3px solid transparent;
|
|
border-bottom: 3px solid transparent;
|
|
border-left: 90px solid rgb(64, 126, 45); /* green */
|
|
border-right: 90px solid rgb(64, 126, 45); /* green */
|
|
}
|
|
.sheet-rolltemplate-SagaBornAttack .sheet-arrow-skillcat { /* upwards pointing isoscelese triangle */
|
|
border-top: 3px solid transparent;
|
|
border-bottom: 3px solid rgb(45, 126, 107); /* teal color */
|
|
border-left: 90px solid transparent;
|
|
border-right: 90px solid transparent;
|
|
}
|
|
.sheet-rolltemplate-SagaBornAttack .sheet-arrow-initiative { /* thin solid line, 1px thick */
|
|
border-top: 1px solid rgb(204, 153, 51); /* golden color */
|
|
border-bottom: 1px solid rgb(204, 153, 51); /* golden color */
|
|
border-left: 90px solid rgb(204, 153, 51); /* golden color */
|
|
border-right: 90px solid rgb(204, 153, 51); /* golden color */
|
|
}
|
|
.sheet-rolltemplate-SagaBornAttack .sheet-solid-full { /* thick solid line (reddish), 3px thick---Not used in html coding */
|
|
border-top: 3px solid rgb(126, 45, 64); /* reddish color */
|
|
border-bottom: 3px solid rgb(126, 45, 64); /* reddish color */
|
|
border-left: 180px solid rgb(126, 45, 64); /* reddish color */
|
|
border-right: 0px solid rgb(126, 45, 64); /* reddish color */
|
|
}
|
|
.sheet-rolltemplate-SagaBornAttack .sheet-tcat { /* italics */
|
|
font-style: italic;
|
|
}
|
|
.sheet-rolltemplate-SagaBornAttack .sheet-dcolor { /* color for the damage/crit damage area; ie the wording/rolls in {{damage1= something}} or {{critdmg1=something}}. only found in the attack template */
|
|
color: rgb(193, 80, 107); /* paler reddish color*/
|
|
}
|
|
.sheet-rolltemplate-SagaBornAttack td {
|
|
padding-left: 5px;
|
|
}
|
|
.sheet-rolltemplate-SagaBornAttack .sheet-tr-repeating:nth-child(even){
|
|
background-color: #eee; /* pale grey color for background of alternating rows */
|
|
}
|
|
.sheet-rolltemplate-SagaBornAttack .inlinerollresult { /* inline roll background is transparent and it has no border */
|
|
background-color: transparent;
|
|
border: none;
|
|
}
|
|
.sheet-rolltemplate-SagaBornAttack .inlinerollresult.fullcrit {
|
|
color: #3FB315; /* strong green for crit results for the inline roll */
|
|
border: none;
|
|
}
|
|
.sheet-rolltemplate-SagaBornAttack .inlinerollresult.fullfail {
|
|
color: #B31515; /* strong red for fumble results for the inline roll */
|
|
border: none;
|
|
}
|
|
.sheet-rolltemplate-SagaBornAttack .inlinerollresult.importantroll {
|
|
color: #4A57ED; /* blue for mixed fumble/crit results for the inline roll */
|
|
border: none;
|
|
}
|
|
|
|
/* -----------------------std roll checks----------------------- */
|
|
.sheet-rolltemplate-SagaBornStdRoll table {
|
|
width: 100%;
|
|
padding: 2px;
|
|
border: 1px solid;
|
|
background: url(https://i.imgur.com/AuM1Sak.png);
|
|
background-size: cover;
|
|
background-position: center center;
|
|
text-align: left;
|
|
}
|
|
.sheet-rolltemplate-SagaBornStdRoll th {
|
|
/*color: rgb(45, 126, 107); /* teal color */*/
|
|
padding-left: 5px;
|
|
line-height: 1.6em; /* a little extra vertical spacing of the lines in the header to help the name/title stand out. */
|
|
font-size: 1.2em; /* the name is slightly larger than the rest */
|
|
text-align: left;
|
|
/*text-align: center;*/
|
|
}
|
|
.sheet-rolltemplate-SagaBornStdRoll .sheet-header-attack { /* Header for pcflag and npcflag */
|
|
color: rgb(126, 45, 64); /* reddish color */
|
|
font-family: "Arial", Helvetica, sans-serif;
|
|
font-variant: small-caps;
|
|
text-align: left;
|
|
}
|
|
.sheet-rolltemplate-SagaBornStdRoll .sheet-header-initiative { /* Header for initflag */
|
|
color: rgb(204, 153, 51); /* golden color */
|
|
font-family: "Arial", Helvetica, sans-serif;
|
|
font-variant: small-caps;
|
|
text-align: left;
|
|
}
|
|
.sheet-rolltemplate-SagaBornStdRoll .sheet-header-spell{ /* Header for spellflag */
|
|
color: rgb(45, 64, 126); /* blue */
|
|
font-family: "Arial", Helvetica, sans-serif;
|
|
font-variant: small-caps;
|
|
text-align: left;
|
|
}
|
|
.sheet-rolltemplate-SagaBornStdRoll .sheet-header-ability { /* Header for abilityflag */
|
|
color: rgb(204, 115, 51); /* orangy brown color */
|
|
font-family: "Arial", Helvetica, sans-serif;
|
|
font-variant: small-caps;
|
|
text-align: left;
|
|
}
|
|
.sheet-rolltemplate-SagaBornStdRoll .sheet-header-save { /* Header for saveflag */
|
|
color: rgb(153, 77, 153); /* purple */
|
|
font-family: "Arial", Helvetica, sans-serif;
|
|
font-variant: small-caps;
|
|
text-align: left;
|
|
}
|
|
.sheet-rolltemplate-SagaBornStdRoll .sheet-header-skill { /* Header for skillflag */
|
|
color: rgb(64, 126, 45); /* green */
|
|
font-family: "Arial", Helvetica, sans-serif;
|
|
font-variant: small-caps;
|
|
text-align: left;
|
|
}
|
|
.sheet-rolltemplate-SagaBornStdRoll .sheet-header-skillcat{ /* Header for skillcatflag */
|
|
color: rgb(45, 126, 107); /* teal color */
|
|
font-family: "Arial", Helvetica, sans-serif;
|
|
font-variant: small-caps;
|
|
text-align: left;
|
|
}
|
|
.sheet-rolltemplate-SagaBornStdRoll .sheet-header-basic{ /* The header for basicflag */
|
|
background-color: gray;
|
|
color: white;
|
|
text-align: center;
|
|
/*color: rgba(112,32,130,1);*/
|
|
}
|
|
.sheet-rolltemplate-SagaBornStdRoll .sheet-subheader { /* black text and italics for subtags and subtags2 */
|
|
color: #000; /* black */
|
|
font-size: 1em; /* Make sure the subtags are normal-sized instead of large. */
|
|
font-style: italic;
|
|
text-align: left;
|
|
}
|
|
.sheet-rolltemplate-SagaBornStdRoll .sheet-arrow-right { /* the divider for pcflag; a right pointing isoscelese triangle */
|
|
border-top: 3px solid transparent;
|
|
border-bottom: 3px solid transparent;
|
|
border-left: 180px solid rgb(126, 45, 64); /* reddish color */
|
|
}
|
|
.sheet-rolltemplate-SagaBornStdRoll .sheet-arrow-left { /* the divider for npcflag; a left pointing isoscelese triangle */
|
|
border-top: 3px solid transparent;
|
|
border-bottom: 3px solid transparent;
|
|
border-right: 180px solid rgb(126, 45, 64); /* reddish color */
|
|
}
|
|
.sheet-rolltemplate-SagaBornStdRoll .sheet-arrow-spell { /* the divider for spellflag; basically two isoscelese triangles (one pointing up, the other down) joined at their points. */
|
|
border-top: 3px solid rgb(45, 64, 126); /* blue */
|
|
border-bottom: 3px solid rgb(45, 64, 126); /* blue */
|
|
border-left: 90px solid transparent;
|
|
border-right: 90px solid transparent;
|
|
}
|
|
.sheet-rolltemplate-SagaBornStdRoll .sheet-arrow-ability { /* the divider for abilityflag; a rectangle missing a downward pointing isoscelese triangle */
|
|
border-top: 3px solid transparent;
|
|
border-bottom: 3px solid rgb(204, 115, 51); /* orangy brown color */
|
|
border-left: 90px solid rgb(204, 115, 51); /* orangy brown color */
|
|
border-right: 90px solid rgb(204, 115, 51); /* orangy brown color */
|
|
}
|
|
.sheet-rolltemplate-SagaBornStdRoll .sheet-arrow-save { /* thick solid line, 3px thick */
|
|
border-top: 3px solid rgb(153, 77, 153); /* purple */
|
|
border-bottom: 3px solid rgb(153, 77, 153); /* purple */
|
|
border-left: 90px solid rgb(153, 77, 153); /* purple */
|
|
border-right: 90px solid rgb(153, 77, 153); /* purple */
|
|
}
|
|
.sheet-rolltemplate-SagaBornStdRoll .sheet-arrow-skill { /* 2 short isoscelese triangles, one pointing right and the other left */
|
|
border-top: 3px solid transparent;
|
|
border-bottom: 3px solid transparent;
|
|
border-left: 90px solid rgb(64, 126, 45); /* green */
|
|
border-right: 90px solid rgb(64, 126, 45); /* green */
|
|
}
|
|
.sheet-rolltemplate-SagaBornStdRoll .sheet-arrow-skillcat { /* upwards pointing isoscelese triangle */
|
|
border-top: 3px solid transparent;
|
|
border-bottom: 3px solid rgb(45, 126, 107); /* teal color */
|
|
border-left: 90px solid transparent;
|
|
border-right: 90px solid transparent;
|
|
}
|
|
.sheet-rolltemplate-SagaBornStdRoll .sheet-arrow-initiative { /* thin solid line, 1px thick */
|
|
border-top: 1px solid rgb(204, 153, 51); /* golden color */
|
|
border-bottom: 1px solid rgb(204, 153, 51); /* golden color */
|
|
border-left: 90px solid rgb(204, 153, 51); /* golden color */
|
|
border-right: 90px solid rgb(204, 153, 51); /* golden color */
|
|
}
|
|
.sheet-rolltemplate-SagaBornStdRoll .sheet-tcat { /* italics */
|
|
font-style: italic;
|
|
}
|
|
.sheet-rolltemplate-SagaBornStdRoll td {
|
|
padding-left: 5px;
|
|
text-align: left;
|
|
}
|
|
.sheet-rolltemplate-SagaBornStdRoll .sheet-tr-repeating:nth-child(even){
|
|
background-color:#eee; /* pale grey color for background of alternating rows */
|
|
opacity: 0.5;
|
|
}
|
|
.sheet-rolltemplate-SagaBornStdRoll .inlinerollresult { /* inline roll background is transparent and it has no border */
|
|
background-color: transparent;
|
|
border: none;
|
|
}
|
|
.sheet-rolltemplate-SagaBornStdRoll .inlinerollresult.fullcrit {
|
|
color: #3FB315; /* strong green for crit results for the inline roll */
|
|
border: none;
|
|
}
|
|
.sheet-rolltemplate-SagaBornStdRoll .inlinerollresult.fullfail {
|
|
color: #B31515; /* strong red for fumble results for the inline roll */
|
|
border: none;
|
|
}
|
|
.sheet-rolltemplate-SagaBornStdRoll .inlinerollresult.importantroll {
|
|
color: #4A57ED; /* blue for mixed fumble/crit results for the inline roll */
|
|
border: none;
|
|
}
|
|
|
|
/* -----------------------initiative checks----------------------- */
|
|
.sheet-rolltemplate-SagaBornInitiative table {
|
|
width: 100%;
|
|
padding: 2px;
|
|
border: 1px solid;
|
|
background: url(https://i.imgur.com/AuM1Sak.png);
|
|
background-size: cover;
|
|
background-position: center center;
|
|
}
|
|
.sheet-rolltemplate-SagaBornInitiative th {
|
|
color: rgb(204, 153, 51); /* golden color */
|
|
padding-left: 5px;
|
|
/*line-height: 1.6em; /* a little extra vertical spacing of the lines in the header to help the name/title stand out. */
|
|
font-size: 1.2em; /* the name is slightly larger than the rest */*/
|
|
text-align: left;
|
|
font-family: "Arial", Helvetica, sans-serif;
|
|
font-variant: small-caps;
|
|
}
|
|
.sheet-rolltemplate-SagaBornInitiative .sheet-header-attack { /* Header for pcflag and npcflag */
|
|
color: rgb(126, 45, 64); /* reddish color */
|
|
font-family: "Arial", Helvetica, sans-serif;
|
|
font-variant: small-caps;
|
|
text-align: left;
|
|
}
|
|
.sheet-rolltemplate-SagaBornInitiative .sheet-header-initiative { /* Header for initflag */
|
|
color: rgb(204, 153, 51); /* golden color */
|
|
font-family: "Arial", Helvetica, sans-serif;
|
|
font-variant: small-caps;
|
|
text-align: left;
|
|
}
|
|
.sheet-rolltemplate-SagaBornInitiative .sheet-header-spell{ /* Header for spellflag */
|
|
color: rgb(45, 64, 126); /* blue */
|
|
font-family: "Arial", Helvetica, sans-serif;
|
|
font-variant: small-caps;
|
|
text-align: left;
|
|
}
|
|
.sheet-rolltemplate-SagaBornInitiative .sheet-header-ability { /* Header for abilityflag */
|
|
color: rgb(204, 115, 51); /* orangy brown color */
|
|
font-family: "Arial", Helvetica, sans-serif;
|
|
font-variant: small-caps;
|
|
text-align: left;
|
|
}
|
|
.sheet-rolltemplate-SagaBornInitiative .sheet-header-save { /* Header for saveflag */
|
|
color: rgb(153, 77, 153); /* purple */
|
|
font-family: "Arial", Helvetica, sans-serif;
|
|
font-variant: small-caps;
|
|
text-align: left;
|
|
}
|
|
.sheet-rolltemplate-SagaBornInitiative .sheet-header-skill { /* Header for skillflag */
|
|
color: rgb(64, 126, 45); /* green */
|
|
font-family: "Arial", Helvetica, sans-serif;
|
|
font-variant: small-caps;
|
|
text-align: left;
|
|
}
|
|
.sheet-rolltemplate-SagaBornInitiative .sheet-header-skillcat{ /* Header for skillcatflag */
|
|
color: rgb(45, 126, 107); /* teal color */
|
|
font-family: "Arial", Helvetica, sans-serif;
|
|
font-variant: small-caps;
|
|
text-align: left;
|
|
}
|
|
.sheet-rolltemplate-SagaBornInitiative .sheet-header-basic{ /* The header for basicflag */
|
|
background-color: gray;
|
|
color: white;
|
|
text-align: center;
|
|
/*color: rgba(112,32,130,1);*/
|
|
}
|
|
.sheet-rolltemplate-SagaBornInitiative .sheet-subheader { /* black text and italics for subtags and subtags2 */
|
|
color: #000; /* black */
|
|
font-size: 1em; /* Make sure the subtags are normal-sized instead of large. */
|
|
font-style: italic;
|
|
text-align: left;
|
|
}
|
|
.sheet-rolltemplate-SagaBornInitiative .sheet-arrow-right { /* the divider for pcflag; a right pointing isoscelese triangle */
|
|
border-top: 3px solid transparent;
|
|
border-bottom: 3px solid transparent;
|
|
border-left: 180px solid rgb(126, 45, 64); /* reddish color */
|
|
}
|
|
.sheet-rolltemplate-SagaBornInitiative .sheet-arrow-left { /* the divider for npcflag; a left pointing isoscelese triangle */
|
|
border-top: 3px solid transparent;
|
|
border-bottom: 3px solid transparent;
|
|
border-right: 180px solid rgb(126, 45, 64); /* reddish color */
|
|
}
|
|
.sheet-rolltemplate-SagaBornInitiative .sheet-arrow-spell { /* the divider for spellflag; basically two isoscelese triangles (one pointing up, the other down) joined at their points. */
|
|
border-top: 3px solid rgb(45, 64, 126); /* blue */
|
|
border-bottom: 3px solid rgb(45, 64, 126); /* blue */
|
|
border-left: 90px solid transparent;
|
|
border-right: 90px solid transparent;
|
|
}
|
|
.sheet-rolltemplate-SagaBornInitiative .sheet-arrow-ability { /* the divider for abilityflag; a rectangle missing a downward pointing isoscelese triangle */
|
|
border-top: 3px solid transparent;
|
|
border-bottom: 3px solid rgb(204, 115, 51); /* orangy brown color */
|
|
border-left: 90px solid rgb(204, 115, 51); /* orangy brown color */
|
|
border-right: 90px solid rgb(204, 115, 51); /* orangy brown color */
|
|
}
|
|
.sheet-rolltemplate-SagaBornInitiative .sheet-arrow-save { /* thick solid line, 3px thick */
|
|
border-top: 3px solid rgb(153, 77, 153); /* purple */
|
|
border-bottom: 3px solid rgb(153, 77, 153); /* purple */
|
|
border-left: 90px solid rgb(153, 77, 153); /* purple */
|
|
border-right: 90px solid rgb(153, 77, 153); /* purple */
|
|
}
|
|
.sheet-rolltemplate-SagaBornInitiative .sheet-arrow-skill { /* 2 short isoscelese triangles, one pointing right and the other left */
|
|
border-top: 3px solid transparent;
|
|
border-bottom: 3px solid transparent;
|
|
border-left: 90px solid rgb(64, 126, 45); /* green */
|
|
border-right: 90px solid rgb(64, 126, 45); /* green */
|
|
}
|
|
.sheet-rolltemplate-SagaBornInitiative .sheet-arrow-skillcat { /* upwards pointing isoscelese triangle */
|
|
border-top: 3px solid transparent;
|
|
border-bottom: 3px solid rgb(45, 126, 107); /* teal color */
|
|
border-left: 90px solid transparent;
|
|
border-right: 90px solid transparent;
|
|
}
|
|
.sheet-rolltemplate-SagaBornInitiative .sheet-arrow-initiative { /* thin solid line, 1px thick */
|
|
border-top: 1px solid rgb(204, 153, 51); /* golden color */
|
|
border-bottom: 1px solid rgb(204, 153, 51); /* golden color */
|
|
border-left: 90px solid rgb(204, 153, 51); /* golden color */
|
|
border-right: 90px solid rgb(204, 153, 51); /* golden color */
|
|
}
|
|
.sheet-rolltemplate-SagaBornInitiative .sheet-tcat { /* italics */
|
|
font-style: italic;
|
|
text-align: left;
|
|
}
|
|
.sheet-rolltemplate-SagaBornInitiative td {
|
|
padding-left: 5px;
|
|
}
|
|
.sheet-rolltemplate-SagaBornInitiative .inlinerollresult { /* inline roll background is transparent and it has no border */
|
|
background-color: transparent;
|
|
border: none;
|
|
}
|
|
.sheet-rolltemplate-SagaBornInitiative .inlinerollresult.fullcrit {
|
|
color: #3FB315; /* strong green for crit results for the inline roll */
|
|
border: none;
|
|
}
|
|
.sheet-rolltemplate-SagaBornInitiative .inlinerollresult.fullfail {
|
|
color: #B31515; /* strong red for fumble results for the inline roll */
|
|
border: none;
|
|
}
|
|
.sheet-rolltemplate-SagaBornInitiative .inlinerollresult.importantroll {
|
|
color: #4A57ED; /* blue for mixed fumble/crit results for the inline roll */
|
|
border: none;
|
|
}
|
|
/* -----------------------stats roll checks----------------------- */
|
|
.sheet-rolltemplate-SagaBornStats table {
|
|
width: 100%;
|
|
padding: 2px;
|
|
border: 1px solid;
|
|
background-image: url("https://i.imgur.com/AuM1Sak.png");
|
|
background-size: cover;
|
|
text-align: left;
|
|
border-collapse: separate;
|
|
}
|
|
.sheet-rolltemplate-SagaBornStats .sheet-header-attack { /* Header for pcflag and npcflag */
|
|
color: rgb(126, 45, 64); /* reddish color */
|
|
font-family: "Arial", Helvetica, sans-serif;
|
|
font-variant: small-caps;
|
|
text-align: left;
|
|
}
|
|
.sheet-rolltemplate-SagaBornStats .sheet-arrow-right { /* the divider for pcflag; a right pointing isoscelese triangle */
|
|
border-top: 3px solid transparent;
|
|
border-bottom: 3px solid transparent;
|
|
border-left: 180px solid rgb(126, 45, 64); /* reddish color */
|
|
}
|
|
|
|
.sheet-rolltemplate-SagaBornStats .sheet-arrow-ability { /* the divider for abilityflag; a rectangle missing a downward pointing isoscelese triangle */
|
|
border-top: 3px solid transparent;
|
|
border-bottom: 3px solid rgb(204, 115, 51); /* orangy brown color */
|
|
border-left: 90px solid rgb(204, 115, 51); /* orangy brown color */
|
|
border-right: 90px solid rgb(204, 115, 51); /* orangy brown color */
|
|
}
|
|
.sheet-rolltemplate-SagaBornStats .sheet-subheader { /* black text and italics for subtags and subtags2 */
|
|
color: #000; /* black */
|
|
font-size: 1em; /* Make sure the subtags are normal-sized instead of large. */
|
|
font-style: italic;
|
|
text-align: left;
|
|
}
|
|
.sheet-rolltemplate-SagaBornStats .sheet-ac {
|
|
border-radius: 30px 30px 200px 200px ;
|
|
border: 2px solid black;
|
|
text-align: center;
|
|
border-collapse: separate;
|
|
}
|
|
.sheet-rolltemplate-SagaBornStats .sheet-saves {
|
|
background: linear-gradient(to bottom, black 50%, white 50%);
|
|
border-radius: 5px;
|
|
border: 2px solid black;
|
|
text-align: center;
|
|
|
|
border-collapse: separate;
|
|
}
|
|
|
|
.sheet-rolltemplate-SagaBornStats .sheet-twotone {
|
|
background: linear-gradient(to left, black 75%, white 25%);
|
|
border-radius: 5px;
|
|
|
|
height: 30px;
|
|
border: 2px solid black;
|
|
}
|
|
.sheet-rolltemplate-SagaBornStats .sheet-threetone {
|
|
background: linear-gradient(to left, white, white 25%, black 25%, black 75%, white 75%);
|
|
border-radius: 5px;
|
|
|
|
border: 2px solid black;
|
|
text-align: center;
|
|
}
|
|
.sheet-rolltemplate-SagaBornStats .inlinerollresult{
|
|
background-color: transparent;
|
|
border: none;
|
|
}
|
|
.sheet-rolltemplate-SagaBornStats a[href^="~"],
|
|
.sheet-rolltemplate-SagaBornStats .sheet-roll-cell a[href^="~"],
|
|
.sheet-rolltemplate-SagaBornStats label span [href^="~"] {
|
|
background-color: var(--sheet-pf-bg);
|
|
color: var(--sheet-pf-text);
|
|
padding: 2px 4px 1px 4px;
|
|
margin: 2px -1px 1px 0px;
|
|
font-weight: normal;
|
|
display: inline-block;
|
|
border: 1px solid #789;
|
|
border-radius: 2px;
|
|
font-size: .75rem;
|
|
}
|