diff --git a/Ars_Magica_5th/Ars_Magica_5th.css b/Ars_Magica_5th/Ars_Magica_5th.css index f2358ed97c..1cd85e4fdd 100644 --- a/Ars_Magica_5th/Ars_Magica_5th.css +++ b/Ars_Magica_5th/Ars_Magica_5th.css @@ -1887,6 +1887,15 @@ button.sheet-critical:hover, button.sheet-critical:active { .sheet-rolltemplate-custom .sheet-crt-subtitle { font-size:.9em; } +.sheet-rolltemplate-custom .sheet-crt-container .inlinerollresult { + background-color: var(--roll-bg-color); + border-color: var(--roll-bg-color); + color: var(--roll-text-color); +} +.sheet-rolltemplate-custom .sheet-crt-container a { + background-color: var(--button-bg-color); + color: var(--button-text-color); +} /* example colors */ .sheet-rolltemplate-custom .sheet-crt-container { @@ -1894,6 +1903,14 @@ button.sheet-critical:hover, button.sheet-critical:active { --header-bg-color: rgba(112,32,130,1); --header-text-color: #FFF; } +.sheet-rolltemplate-custom .sheet-crt-container .inlinerollresult { + --roll-bg-color: #FEF68E; + --roll-text-color: #000; +} +.sheet-rolltemplate-custom .sheet-crt-container a { + --button-bg-color: #ce0f69; + --button-text-color: #FFF; +} /* .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-red { @@ -1910,541 +1927,1570 @@ button.sheet-critical:hover, button.sheet-critical:active { --header-bg-color: #f0f8ff; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-aliceblue .inlinerollresult { + --roll-bg-color: #f0f8ff; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-aliceblue a { + --button-bg-color: #f0f8ff; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-antiquewhite { --header-bg-color: #faebd7; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-antiquewhite .inlinerollresult { + --roll-bg-color: #faebd7; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-antiquewhite a { + --button-bg-color: #faebd7; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-aqua { --header-bg-color: #00ffff; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-aqua .inlinerollresult { + --roll-bg-color: #00ffff; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-aqua a { + --button-bg-color: #00ffff; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-aquamarine { --header-bg-color: #7fffd4; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-aquamarine .inlinerollresult { + --roll-bg-color: #7fffd4; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-aquamarine a { + --button-bg-color: #7fffd4; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-azure { --header-bg-color: #f0ffff; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-azure .inlinerollresult { + --roll-bg-color: #f0ffff; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-azure a { + --button-bg-color: #f0ffff; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-beige { --header-bg-color: #f5f5dc; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-beige .inlinerollresult { + --roll-bg-color: #f5f5dc; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-beige a { + --button-bg-color: #f5f5dc; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-bisque { --header-bg-color: #ffe4c4; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-bisque .inlinerollresult { + --roll-bg-color: #ffe4c4; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-bisque a { + --button-bg-color: #ffe4c4; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-black { --header-bg-color: #000000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-black .inlinerollresult { + --roll-bg-color: #000000; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-black a { + --button-bg-color: #000000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-blanchedalmond { --header-bg-color: #ffebcd; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-blanchedalmond .inlinerollresult { + --roll-bg-color: #ffebcd; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-blanchedalmond a { + --button-bg-color: #ffebcd; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-blue { --header-bg-color: #0000ff; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-blue .inlinerollresult { + --roll-bg-color: #0000ff; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-blue a { + --button-bg-color: #0000ff; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-blueviolet { --header-bg-color: #8a2be2; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-blueviolet .inlinerollresult { + --roll-bg-color: #8a2be2; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-blueviolet a { + --button-bg-color: #8a2be2; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-brown { --header-bg-color: #a52a2a; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-brown .inlinerollresult { + --roll-bg-color: #a52a2a; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-brown a { + --button-bg-color: #a52a2a; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-burlywood { --header-bg-color: #deb887; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-burlywood .inlinerollresult { + --roll-bg-color: #deb887; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-burlywood a { + --button-bg-color: #deb887; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-cadetblue { --header-bg-color: #5f9ea0; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-cadetblue .inlinerollresult { + --roll-bg-color: #5f9ea0; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-cadetblue a { + --button-bg-color: #5f9ea0; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-chartreuse { --header-bg-color: #7fff00; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-chartreuse .inlinerollresult { + --roll-bg-color: #7fff00; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-chartreuse a { + --button-bg-color: #7fff00; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-chocolate { --header-bg-color: #d2691e; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-chocolate .inlinerollresult { + --roll-bg-color: #d2691e; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-chocolate a { + --button-bg-color: #d2691e; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-coral { --header-bg-color: #ff7f50; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-coral .inlinerollresult { + --roll-bg-color: #ff7f50; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-coral a { + --button-bg-color: #ff7f50; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-cornflowerblue { --header-bg-color: #6495ed; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-cornflowerblue .inlinerollresult { + --roll-bg-color: #6495ed; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-cornflowerblue a { + --button-bg-color: #6495ed; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-cornsilk { --header-bg-color: #fff8dc; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-cornsilk .inlinerollresult { + --roll-bg-color: #fff8dc; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-cornsilk a { + --button-bg-color: #fff8dc; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-crimson { --header-bg-color: #dc143c; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-crimson .inlinerollresult { + --roll-bg-color: #dc143c; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-crimson a { + --button-bg-color: #dc143c; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-cyan { --header-bg-color: #00ffff; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-cyan .inlinerollresult { + --roll-bg-color: #00ffff; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-cyan a { + --button-bg-color: #00ffff; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-darkblue { --header-bg-color: #00008b; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkblue .inlinerollresult { + --roll-bg-color: #00008b; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkblue a { + --button-bg-color: #00008b; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-darkcyan { --header-bg-color: #008b8b; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkcyan .inlinerollresult { + --roll-bg-color: #008b8b; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkcyan a { + --button-bg-color: #008b8b; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-darkgoldenrod { --header-bg-color: #b8860b; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkgoldenrod .inlinerollresult { + --roll-bg-color: #b8860b; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkgoldenrod a { + --button-bg-color: #b8860b; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-darkgray { --header-bg-color: #a9a9a9; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkgray .inlinerollresult { + --roll-bg-color: #a9a9a9; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkgray a { + --button-bg-color: #a9a9a9; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-darkgreen { --header-bg-color: #006400; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkgreen .inlinerollresult { + --roll-bg-color: #006400; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkgreen a { + --button-bg-color: #006400; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-darkgrey { --header-bg-color: #a9a9a9; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkgrey .inlinerollresult { + --roll-bg-color: #a9a9a9; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkgrey a { + --button-bg-color: #a9a9a9; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-darkkhaki { --header-bg-color: #bdb76b; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkkhaki .inlinerollresult { + --roll-bg-color: #bdb76b; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkkhaki a { + --button-bg-color: #bdb76b; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-darkmagenta { --header-bg-color: #8b008b; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkmagenta .inlinerollresult { + --roll-bg-color: #8b008b; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkmagenta a { + --button-bg-color: #8b008b; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-darkolivegreen { --header-bg-color: #556b2f; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkolivegreen .inlinerollresult { + --roll-bg-color: #556b2f; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkolivegreen a { + --button-bg-color: #556b2f; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-darkorange { --header-bg-color: #ff8c00; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkorange .inlinerollresult { + --roll-bg-color: #ff8c00; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkorange a { + --button-bg-color: #ff8c00; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-darkorchid { --header-bg-color: #9932cc; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkorchid .inlinerollresult { + --roll-bg-color: #9932cc; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkorchid a { + --button-bg-color: #9932cc; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-darkred { --header-bg-color: #8b0000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkred .inlinerollresult { + --roll-bg-color: #8b0000; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkred a { + --button-bg-color: #8b0000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-darksalmon { --header-bg-color: #e9967a; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darksalmon .inlinerollresult { + --roll-bg-color: #e9967a; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darksalmon a { + --button-bg-color: #e9967a; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-darkseagreen { --header-bg-color: #8fbc8f; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkseagreen .inlinerollresult { + --roll-bg-color: #8fbc8f; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkseagreen a { + --button-bg-color: #8fbc8f; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-darkslateblue { --header-bg-color: #483d8b; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkslateblue .inlinerollresult { + --roll-bg-color: #483d8b; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkslateblue a { + --button-bg-color: #483d8b; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-darkslategray { --header-bg-color: #2f4f4f; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkslategray .inlinerollresult { + --roll-bg-color: #2f4f4f; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkslategray a { + --button-bg-color: #2f4f4f; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-darkslategrey { --header-bg-color: #2f4f4f; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkslategrey .inlinerollresult { + --roll-bg-color: #2f4f4f; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkslategrey a { + --button-bg-color: #2f4f4f; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-darkturquoise { --header-bg-color: #00ced1; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkturquoise .inlinerollresult { + --roll-bg-color: #00ced1; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkturquoise a { + --button-bg-color: #00ced1; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-darkviolet { --header-bg-color: #9400d3; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkviolet .inlinerollresult { + --roll-bg-color: #9400d3; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-darkviolet a { + --button-bg-color: #9400d3; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-deeppink { --header-bg-color: #ff1493; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-deeppink .inlinerollresult { + --roll-bg-color: #ff1493; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-deeppink a { + --button-bg-color: #ff1493; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-deepskyblue { --header-bg-color: #00bfff; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-deepskyblue .inlinerollresult { + --roll-bg-color: #00bfff; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-deepskyblue a { + --button-bg-color: #00bfff; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-dimgray { --header-bg-color: #696969; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-dimgray .inlinerollresult { + --roll-bg-color: #696969; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-dimgray a { + --button-bg-color: #696969; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-dimgrey { --header-bg-color: #696969; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-dimgrey .inlinerollresult { + --roll-bg-color: #696969; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-dimgrey a { + --button-bg-color: #696969; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-dodgerblue { --header-bg-color: #1e90ff; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-dodgerblue .inlinerollresult { + --roll-bg-color: #1e90ff; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-dodgerblue a { + --button-bg-color: #1e90ff; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-firebrick { --header-bg-color: #b22222; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-firebrick .inlinerollresult { + --roll-bg-color: #b22222; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-firebrick a { + --button-bg-color: #b22222; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-floralwhite { --header-bg-color: #fffaf0; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-floralwhite .inlinerollresult { + --roll-bg-color: #fffaf0; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-floralwhite a { + --button-bg-color: #fffaf0; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-forestgreen { --header-bg-color: #228b22; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-forestgreen .inlinerollresult { + --roll-bg-color: #228b22; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-forestgreen a { + --button-bg-color: #228b22; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-fuchsia { --header-bg-color: #ff00ff; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-fuchsia .inlinerollresult { + --roll-bg-color: #ff00ff; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-fuchsia a { + --button-bg-color: #ff00ff; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-gainsboro { --header-bg-color: #dcdcdc; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-gainsboro .inlinerollresult { + --roll-bg-color: #dcdcdc; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-gainsboro a { + --button-bg-color: #dcdcdc; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-ghostwhite { --header-bg-color: #f8f8ff; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-ghostwhite .inlinerollresult { + --roll-bg-color: #f8f8ff; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-ghostwhite a { + --button-bg-color: #f8f8ff; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-gold { --header-bg-color: #ffd700; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-gold .inlinerollresult { + --roll-bg-color: #ffd700; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-gold a { + --button-bg-color: #ffd700; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-goldenrod { --header-bg-color: #daa520; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-goldenrod .inlinerollresult { + --roll-bg-color: #daa520; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-goldenrod a { + --button-bg-color: #daa520; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-gray { --header-bg-color: #808080; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-gray .inlinerollresult { + --roll-bg-color: #808080; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-gray a { + --button-bg-color: #808080; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-green { --header-bg-color: #008000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-green .inlinerollresult { + --roll-bg-color: #008000; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-green a { + --button-bg-color: #008000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-greenyellow { --header-bg-color: #adff2f; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-greenyellow .inlinerollresult { + --roll-bg-color: #adff2f; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-greenyellow a { + --button-bg-color: #adff2f; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-grey { --header-bg-color: #808080; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-grey .inlinerollresult { + --roll-bg-color: #808080; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-grey a { + --button-bg-color: #808080; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-honeydew { --header-bg-color: #f0fff0; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-honeydew .inlinerollresult { + --roll-bg-color: #f0fff0; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-honeydew a { + --button-bg-color: #f0fff0; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-hotpink { --header-bg-color: #ff69b4; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-hotpink .inlinerollresult { + --roll-bg-color: #ff69b4; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-hotpink a { + --button-bg-color: #ff69b4; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-indianred { --header-bg-color: #cd5c5c; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-indianred .inlinerollresult { + --roll-bg-color: #cd5c5c; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-indianred a { + --button-bg-color: #cd5c5c; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-indigo { --header-bg-color: #4b0082; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-indigo .inlinerollresult { + --roll-bg-color: #4b0082; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-indigo a { + --button-bg-color: #4b0082; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-ivory { --header-bg-color: #fffff0; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-ivory .inlinerollresult { + --roll-bg-color: #fffff0; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-ivory a { + --button-bg-color: #fffff0; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-khaki { --header-bg-color: #f0e68c; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-khaki .inlinerollresult { + --roll-bg-color: #f0e68c; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-khaki a { + --button-bg-color: #f0e68c; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-lavender { --header-bg-color: #e6e6fa; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lavender .inlinerollresult { + --roll-bg-color: #e6e6fa; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lavender a { + --button-bg-color: #e6e6fa; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-lavenderblush { --header-bg-color: #fff0f5; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lavenderblush .inlinerollresult { + --roll-bg-color: #fff0f5; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lavenderblush a { + --button-bg-color: #fff0f5; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-lawngreen { --header-bg-color: #7cfc00; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lawngreen .inlinerollresult { + --roll-bg-color: #7cfc00; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lawngreen a { + --button-bg-color: #7cfc00; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-lemonchiffon { --header-bg-color: #fffacd; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lemonchiffon .inlinerollresult { + --roll-bg-color: #fffacd; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lemonchiffon a { + --button-bg-color: #fffacd; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-lightblue { --header-bg-color: #add8e6; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lightblue .inlinerollresult { + --roll-bg-color: #add8e6; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lightblue a { + --button-bg-color: #add8e6; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-lightcoral { --header-bg-color: #f08080; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lightcoral .inlinerollresult { + --roll-bg-color: #f08080; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lightcoral a { + --button-bg-color: #f08080; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-lightcyan { --header-bg-color: #e0ffff; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lightcyan .inlinerollresult { + --roll-bg-color: #e0ffff; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lightcyan a { + --button-bg-color: #e0ffff; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-lightgoldenrodyellow { --header-bg-color: #fafad2; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lightgoldenrodyellow .inlinerollresult { + --roll-bg-color: #fafad2; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lightgoldenrodyellow a { + --button-bg-color: #fafad2; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-lightgray { --header-bg-color: #d3d3d3; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lightgray .inlinerollresult { + --roll-bg-color: #d3d3d3; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lightgray a { + --button-bg-color: #d3d3d3; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-lightgreen { --header-bg-color: #90ee90; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lightgreen .inlinerollresult { + --roll-bg-color: #90ee90; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lightgreen a { + --button-bg-color: #90ee90; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-lightgrey { --header-bg-color: #d3d3d3; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lightgrey .inlinerollresult { + --roll-bg-color: #d3d3d3; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lightgrey a { + --button-bg-color: #d3d3d3; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-lightpink { --header-bg-color: #ffb6c1; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lightpink .inlinerollresult { + --roll-bg-color: #ffb6c1; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lightpink a { + --button-bg-color: #ffb6c1; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-lightsalmon { --header-bg-color: #ffa07a; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lightsalmon .inlinerollresult { + --roll-bg-color: #ffa07a; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lightsalmon a { + --button-bg-color: #ffa07a; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-lightseagreen { --header-bg-color: #20b2aa; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lightseagreen .inlinerollresult { + --roll-bg-color: #20b2aa; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lightseagreen a { + --button-bg-color: #20b2aa; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-lightskyblue { --header-bg-color: #87cefa; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lightskyblue .inlinerollresult { + --roll-bg-color: #87cefa; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lightskyblue a { + --button-bg-color: #87cefa; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-lightslategray { --header-bg-color: #778899; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lightslategray .inlinerollresult { + --roll-bg-color: #778899; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lightslategray a { + --button-bg-color: #778899; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-lightslategrey { --header-bg-color: #778899; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lightslategrey .inlinerollresult { + --roll-bg-color: #778899; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lightslategrey a { + --button-bg-color: #778899; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-lightsteelblue { --header-bg-color: #b0c4de; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lightsteelblue .inlinerollresult { + --roll-bg-color: #b0c4de; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lightsteelblue a { + --button-bg-color: #b0c4de; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-lightyellow { --header-bg-color: #ffffe0; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lightyellow .inlinerollresult { + --roll-bg-color: #ffffe0; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lightyellow a { + --button-bg-color: #ffffe0; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-lime { --header-bg-color: #00ff00; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lime .inlinerollresult { + --roll-bg-color: #00ff00; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-lime a { + --button-bg-color: #00ff00; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-limegreen { --header-bg-color: #32cd32; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-limegreen .inlinerollresult { + --roll-bg-color: #32cd32; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-limegreen a { + --button-bg-color: #32cd32; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-linen { --header-bg-color: #faf0e6; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-linen .inlinerollresult { + --roll-bg-color: #faf0e6; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-linen a { + --button-bg-color: #faf0e6; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-magenta { --header-bg-color: #ff00ff; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-magenta .inlinerollresult { + --roll-bg-color: #ff00ff; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-magenta a { + --button-bg-color: #ff00ff; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-maroon { --header-bg-color: #800000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-maroon .inlinerollresult { + --roll-bg-color: #800000; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-maroon a { + --button-bg-color: #800000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-mediumaquamarine { --header-bg-color: #66cdaa; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-mediumaquamarine .inlinerollresult { + --roll-bg-color: #66cdaa; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-mediumaquamarine a { + --button-bg-color: #66cdaa; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-mediumblue { --header-bg-color: #0000cd; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-mediumblue .inlinerollresult { + --roll-bg-color: #0000cd; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-mediumblue a { + --button-bg-color: #0000cd; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-mediumorchid { --header-bg-color: #ba55d3; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-mediumorchid .inlinerollresult { + --roll-bg-color: #ba55d3; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-mediumorchid a { + --button-bg-color: #ba55d3; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-mediumpurple { --header-bg-color: #9370db; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-mediumpurple .inlinerollresult { + --roll-bg-color: #9370db; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-mediumpurple a { + --button-bg-color: #9370db; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-mediumseagreen { --header-bg-color: #3cb371; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-mediumseagreen .inlinerollresult { + --roll-bg-color: #3cb371; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-mediumseagreen a { + --button-bg-color: #3cb371; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-mediumslateblue { --header-bg-color: #7b68ee; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-mediumslateblue .inlinerollresult { + --roll-bg-color: #7b68ee; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-mediumslateblue a { + --button-bg-color: #7b68ee; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-mediumspringgreen { --header-bg-color: #00fa9a; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-mediumspringgreen .inlinerollresult { + --roll-bg-color: #00fa9a; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-mediumspringgreen a { + --button-bg-color: #00fa9a; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-mediumturquoise { --header-bg-color: #48d1cc; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-mediumturquoise .inlinerollresult { + --roll-bg-color: #48d1cc; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-mediumturquoise a { + --button-bg-color: #48d1cc; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-mediumvioletred { --header-bg-color: #c71585; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-mediumvioletred .inlinerollresult { + --roll-bg-color: #c71585; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-mediumvioletred a { + --button-bg-color: #c71585; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-midnightblue { --header-bg-color: #191970; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-midnightblue .inlinerollresult { + --roll-bg-color: #191970; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-midnightblue a { + --button-bg-color: #191970; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-mintcream { --header-bg-color: #f5fffa; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-mintcream .inlinerollresult { + --roll-bg-color: #f5fffa; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-mintcream a { + --button-bg-color: #f5fffa; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-mistyrose { --header-bg-color: #ffe4e1; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-mistyrose .inlinerollresult { + --roll-bg-color: #ffe4e1; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-mistyrose a { + --button-bg-color: #ffe4e1; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-moccasin { --header-bg-color: #ffe4b5; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-moccasin .inlinerollresult { + --roll-bg-color: #ffe4b5; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-moccasin a { + --button-bg-color: #ffe4b5; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-navajowhite { --header-bg-color: #ffdead; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-navajowhite .inlinerollresult { + --roll-bg-color: #ffdead; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-navajowhite a { + --button-bg-color: #ffdead; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-navy { --header-bg-color: #000080; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-navy .inlinerollresult { + --roll-bg-color: #000080; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-navy a { + --button-bg-color: #000080; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-oldlace { --header-bg-color: #fdf5e6; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-oldlace .inlinerollresult { + --roll-bg-color: #fdf5e6; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-oldlace a { + --button-bg-color: #fdf5e6; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-olive { --header-bg-color: #808000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-olive .inlinerollresult { + --roll-bg-color: #808000; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-olive a { + --button-bg-color: #808000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-olivedrab { --header-bg-color: #6b8e23; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-olivedrab .inlinerollresult { + --roll-bg-color: #6b8e23; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-olivedrab a { + --button-bg-color: #6b8e23; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-orange { --header-bg-color: #ffa500; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-orange .inlinerollresult { + --roll-bg-color: #ffa500; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-orange a { + --button-bg-color: #ffa500; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-orangered { --header-bg-color: #ff4500; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-orangered .inlinerollresult { + --roll-bg-color: #ff4500; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-orangered a { + --button-bg-color: #ff4500; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-orchid { --header-bg-color: #da70d6; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-orchid .inlinerollresult { + --roll-bg-color: #da70d6; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-orchid a { + --button-bg-color: #da70d6; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-palegoldenrod { --header-bg-color: #eee8aa; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-palegoldenrod .inlinerollresult { + --roll-bg-color: #eee8aa; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-palegoldenrod a { + --button-bg-color: #eee8aa; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-palegreen { --header-bg-color: #98fb98; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-palegreen .inlinerollresult { + --roll-bg-color: #98fb98; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-palegreen a { + --button-bg-color: #98fb98; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-paleturquoise { --header-bg-color: #afeeee; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-paleturquoise .inlinerollresult { + --roll-bg-color: #afeeee; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-paleturquoise a { + --button-bg-color: #afeeee; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-palevioletred { --header-bg-color: #db7093; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-palevioletred .inlinerollresult { + --roll-bg-color: #db7093; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-palevioletred a { + --button-bg-color: #db7093; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-papayawhip { --header-bg-color: #ffefd5; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-papayawhip .inlinerollresult { + --roll-bg-color: #ffefd5; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-papayawhip a { + --button-bg-color: #ffefd5; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-peachpuff { --header-bg-color: #ffdab9; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-peachpuff .inlinerollresult { + --roll-bg-color: #ffdab9; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-peachpuff a { + --button-bg-color: #ffdab9; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-peru { --header-bg-color: #cd853f; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-peru .inlinerollresult { + --roll-bg-color: #cd853f; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-peru a { + --button-bg-color: #cd853f; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-pink { --header-bg-color: #ffc0cb; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-pink .inlinerollresult { + --roll-bg-color: #ffc0cb; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-pink a { + --button-bg-color: #ffc0cb; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-plum { --header-bg-color: #dda0dd; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-plum .inlinerollresult { + --roll-bg-color: #dda0dd; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-plum a { + --button-bg-color: #dda0dd; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-powderblue { --header-bg-color: #b0e0e6; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-powderblue .inlinerollresult { + --roll-bg-color: #b0e0e6; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-powderblue a { + --button-bg-color: #b0e0e6; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-purple { --header-bg-color: #800080; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-purple .inlinerollresult { + --roll-bg-color: #800080; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-purple a { + --button-bg-color: #800080; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-red { --header-bg-color: #ff0000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-red .inlinerollresult { + --roll-bg-color: #ff0000; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-red a { + --button-bg-color: #ff0000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-rosybrown { --header-bg-color: #bc8f8f; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-rosybrown .inlinerollresult { + --roll-bg-color: #bc8f8f; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-rosybrown a { + --button-bg-color: #bc8f8f; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-royalblue { --header-bg-color: #4169e1; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-royalblue .inlinerollresult { + --roll-bg-color: #4169e1; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-royalblue a { + --button-bg-color: #4169e1; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-saddlebrown { --header-bg-color: #8b4513; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-saddlebrown .inlinerollresult { + --roll-bg-color: #8b4513; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-saddlebrown a { + --button-bg-color: #8b4513; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-salmon { --header-bg-color: #fa8072; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-salmon .inlinerollresult { + --roll-bg-color: #fa8072; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-salmon a { + --button-bg-color: #fa8072; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-sandybrown { --header-bg-color: #f4a460; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-sandybrown .inlinerollresult { + --roll-bg-color: #f4a460; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-sandybrown a { + --button-bg-color: #f4a460; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-seagreen { --header-bg-color: #2e8b57; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-seagreen .inlinerollresult { + --roll-bg-color: #2e8b57; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-seagreen a { + --button-bg-color: #2e8b57; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-seashell { --header-bg-color: #fff5ee; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-seashell .inlinerollresult { + --roll-bg-color: #fff5ee; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-seashell a { + --button-bg-color: #fff5ee; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-sienna { --header-bg-color: #a0522d; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-sienna .inlinerollresult { + --roll-bg-color: #a0522d; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-sienna a { + --button-bg-color: #a0522d; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-silver { --header-bg-color: #c0c0c0; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-silver .inlinerollresult { + --roll-bg-color: #c0c0c0; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-silver a { + --button-bg-color: #c0c0c0; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-skyblue { --header-bg-color: #87ceeb; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-skyblue .inlinerollresult { + --roll-bg-color: #87ceeb; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-skyblue a { + --button-bg-color: #87ceeb; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-slateblue { --header-bg-color: #6a5acd; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-slateblue .inlinerollresult { + --roll-bg-color: #6a5acd; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-slateblue a { + --button-bg-color: #6a5acd; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-slategray { --header-bg-color: #708090; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-slategray .inlinerollresult { + --roll-bg-color: #708090; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-slategray a { + --button-bg-color: #708090; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-slategrey { --header-bg-color: #708090; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-slategrey .inlinerollresult { + --roll-bg-color: #708090; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-slategrey a { + --button-bg-color: #708090; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-snow { --header-bg-color: #fffafa; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-snow .inlinerollresult { + --roll-bg-color: #fffafa; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-snow a { + --button-bg-color: #fffafa; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-springgreen { --header-bg-color: #00ff7f; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-springgreen .inlinerollresult { + --roll-bg-color: #00ff7f; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-springgreen a { + --button-bg-color: #00ff7f; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-steelblue { --header-bg-color: #4682b4; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-steelblue .inlinerollresult { + --roll-bg-color: #4682b4; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-steelblue a { + --button-bg-color: #4682b4; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-tan { --header-bg-color: #d2b48c; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-tan .inlinerollresult { + --roll-bg-color: #d2b48c; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-tan a { + --button-bg-color: #d2b48c; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-teal { --header-bg-color: #008080; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-teal .inlinerollresult { + --roll-bg-color: #008080; + --roll-text-color: #FFF; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-teal a { + --button-bg-color: #008080; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-thistle { --header-bg-color: #d8bfd8; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-thistle .inlinerollresult { + --roll-bg-color: #d8bfd8; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-thistle a { + --button-bg-color: #d8bfd8; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-tomato { --header-bg-color: #ff6347; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-tomato .inlinerollresult { + --roll-bg-color: #ff6347; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-tomato a { + --button-bg-color: #ff6347; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-turquoise { --header-bg-color: #40e0d0; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-turquoise .inlinerollresult { + --roll-bg-color: #40e0d0; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-turquoise a { + --button-bg-color: #40e0d0; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-violet { --header-bg-color: #ee82ee; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-violet .inlinerollresult { + --roll-bg-color: #ee82ee; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-violet a { + --button-bg-color: #ee82ee; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-wheat { --header-bg-color: #f5deb3; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-wheat .inlinerollresult { + --roll-bg-color: #f5deb3; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-wheat a { + --button-bg-color: #f5deb3; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-white { --header-bg-color: #ffffff; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-white .inlinerollresult { + --roll-bg-color: #ffffff; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-white a { + --button-bg-color: #ffffff; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-whitesmoke { --header-bg-color: #f5f5f5; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-whitesmoke .inlinerollresult { + --roll-bg-color: #f5f5f5; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-whitesmoke a { + --button-bg-color: #f5f5f5; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-yellow { --header-bg-color: #ffff00; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-yellow .inlinerollresult { + --roll-bg-color: #ffff00; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-yellow a { + --button-bg-color: #ffff00; + --button-text-color: #000; +} .sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-color-yellowgreen { --header-bg-color: #9acd32; --header-text-color: #000; } +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-yellowgreen .inlinerollresult { + --roll-bg-color: #9acd32; +} +.sheet-rolltemplate-custom .sheet-crt-container.sheet-crt-rlcolor-yellowgreen a { + --button-bg-color: #9acd32; + --button-text-color: #000; +} /* Allprops part */ .sheet-rolltemplate-custom .sheet-crt-content { diff --git a/Ars_Magica_5th/Ars_Magica_5th.html b/Ars_Magica_5th/Ars_Magica_5th.html index 94a6227d1f..886db7a509 100644 --- a/Ars_Magica_5th/Ars_Magica_5th.html +++ b/Ars_Magica_5th/Ars_Magica_5th.html @@ -2268,15 +2268,35 @@ This file is automatically generated from a template. Any change will be overwri custom - : This is the improved default template created by Jakob. See - - https://wiki.roll20.net/Building_Character_Sheets/Roll_Templates#Jakob.27s_Better_Default_Rolltemplate - - for details. All CSS v3 colors are supported by the - - color - - key (names must be all lowercase) + : +
  • @@ -2609,6 +2629,28 @@ This file is automatically generated from a template. Any change will be overwri Changelog