diff --git a/Tales Of Argosa/ReadMe.md b/Tales Of Argosa/ReadMe.md new file mode 100644 index 000000000000..9177d103a06f --- /dev/null +++ b/Tales Of Argosa/ReadMe.md @@ -0,0 +1,33 @@ +# Tales of Argosa Character Sheet + +This is a character sheet for use on Roll20.net with Tales of Argosa. + +## Features +This version of the sheet incorporates roll templates and autocalculates hit and damage values. It does not require access to features of the Dev server or the API. + +**Attribute clarifications:** + +* GS = Great Success +* TF = Terrible Failure +(Tales of Argosa page 64, "Great Success and terrible Failure") + +### Changelog +* -- LFG -- +* 12 June 2016 original version. +* 06 November 2018 expanded fields and features. +* 18 February 2019 several fixes and updates for deluxe edition of LFG. +* 02 October 2019 fixed/refined repeating skills +* 08 March 2023 overhauled, bug fixed, and updated +* -- TOA -- +* 05 November 2024 adaptation to the second edition "Tales of Argosa". + +### Credit Where Credit is Due +The CSS and much of the layout is lifted from the excellent work of John Myles ([@Actoba](https://app.roll20.net/users/427494/actoba) on roll20) and the 5e Dungeons and Dragons sheet. + +Initial Version by the creator of Low Fantasy Gaming, Stephen J Grodzicki. + +Expanded fields and features contributed by David E. Durrett Jr. ([@Davemania](https://app.roll20.net/users/76/davemania) on roll20) + +Overhauled, bug fixed, and updated by Lova Carlsson ([@Lova](https://app.roll20.net/users/6554602/lova) on roll20) + +Adaptation to Tales of Argosa, by Romain Audemar ([@Rolldur](https://app.roll20.net/users/8727831/rolldur) on roll20) diff --git a/Tales Of Argosa/TOASheet.css b/Tales Of Argosa/TOASheet.css new file mode 100644 index 000000000000..4efea1628986 --- /dev/null +++ b/Tales Of Argosa/TOASheet.css @@ -0,0 +1,1507 @@ +.ui-dialog .charsheet .repcontainer .repitem .itemcontrol .repcontrol_del { + float: left!important; +} + +.ui-dialog .charsheet .repcontainer .repitem .itemcontrol { + z-index: 99999!important; +} + +.sheet-rolltemplate-5eDefault .sheet-rt-card { + width:95%; + background-color:#FFFFFF; + font-size: 11px; + + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; + + border: black 1px solid; + padding: 5px 0px; + + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + +/* Generic header */ +.sheet-rolltemplate-5eDefault .sheet-rt-header { + text-align: center; + position: relative; + color: #fff; + margin: 0 -10px 10px -10px; + padding: 5px 0; + background-color: #5c5c5c; + background-image: linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0)); + -moz-box-shadow: 0 2px 0 rgba(0,0,0,.3); + -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.3); + box-shadow: 0 2px 0 rgba(0,0,0,.3); +} + +.sheet-rolltemplate-5eDefault .sheet-rt-header:before, +.sheet-rolltemplate-5eDefault .sheet-rt-header:after { + content: ''; + position: absolute; + border-style: solid; + border-color: transparent; + bottom: -10px; +} + +.sheet-rolltemplate-5eDefault .sheet-rt-header:before { + border-width: 0 10px 10px 0; + border-right-color: #222; + left: 0; +} + +.sheet-rolltemplate-5eDefault .sheet-rt-header:after { + border-width: 0 0 10px 10px; + border-left-color: #222; + right: 0; +} + +.sheet-rolltemplate-5eDefault .sheet-rt-title { + font-size: 1.5em; +} + +/* Melee header*/ +.sheet-rolltemplate-5eDefault .sheet-rt-header.sheet-attack { + background-color: #2C5D28; +} + +.sheet-rolltemplate-5eDefault .sheet-rt-header.sheet-attack:before { + border-right-color: #375035; +} + +.sheet-rolltemplate-5eDefault .sheet-rt-header.sheet-attack:after { + border-left-color: #375035; +} + +/* Spell header */ +.sheet-rolltemplate-5eDefault .sheet-rt-header.sheet-spell{ + background-color: #45285D; +} + +.sheet-rolltemplate-5eDefault .sheet-rt-header.sheet-spell:before { + border-right-color: #443550; +} + +.sheet-rolltemplate-5eDefault .sheet-rt-header.sheet-spell:after { + border-left-color: #443550; +} + +/* Ability check header */ +.sheet-rolltemplate-5eDefault .sheet-rt-header.sheet-ability{ + background-color: #28595D; +} + +.sheet-rolltemplate-5eDefault .sheet-rt-header.sheet-ability:before { + border-right-color: #354E50; +} + +.sheet-rolltemplate-5eDefault .sheet-rt-header.sheet-ability:after { + border-left-color: #354E50; +} + +/* Saving throw header */ +.sheet-rolltemplate-5eDefault .sheet-rt-header.sheet-feature{ + background-color: #5D2828; +} + +.sheet-rolltemplate-5eDefault .sheet-rt-header.sheet-feature:before { + border-right-color: #503535; +} + +.sheet-rolltemplate-5eDefault .sheet-rt-header.sheet-feature:after { + border-left-color: #503535; +} + +/* DDM header */ +.sheet-rolltemplate-5eDefault .sheet-rt-header.sheet-ddm{ + background-color: #240F0F; +} + +.sheet-rolltemplate-5eDefault .sheet-rt-header.sheet-ddm:before { + border-right-color: #1F1414; +} + +.sheet-rolltemplate-5eDefault .sheet-rt-header.sheet-ddm:after { + border-left-color: #1F1414; +} + +.sheet-rolltemplate-5eDefault .sheet-row:nth-child(even) { + + background-color: #E9EDEE; +} + +.sheet-rolltemplate-5eDefault .sheet-rt-key { + font-weight: bold; + font-family: Arial, Helvetica, sans-serif; + font-size: 1.1em; + + -moz-text-decoration-color: #D64541; + text-decoration-color: #D64541; + + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + + max-width: 120px; + padding: 2px 2px 2px 0px; +} + +.sheet-rolltemplate-5eDefault .sheet-rt-key-wide { + font-weight: bold; + font-family: Arial, Helvetica, sans-serif; + font-size: 1.1em; + + -moz-text-decoration-color: #D64541; + text-decoration-color: #D64541; + + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + + padding: 2px 2px 2px 0px +} + +.sheet-rolltemplate-5eDefault .sheet-rt-value { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + + margin-top: 2px ; +} + +.sheet-rolltemplate-5eDefault .sheet-main-content { + +} + +.sheet-rolltemplate-5eDefault .sheet-main-content hr.sheet-roll { + width: 80%; + margin-left: auto; + margin-right: auto; + + color: #D64541; + background-color: #D64541; + height: 1px; +} + +.sheet-rolltemplate-5eDefault .sheet-rt-emote { + font-style: italic; + font-size: 11px; + font-family: Arial; + text-align: center; + + border: green 1px dashed; + border-radius: 5px; + + padding: 0px 5px; + margin: 0px 5px 5px 5px; +} + +/** ROLL TEMPLATE STYLING ENDS HERE **/ + + +/** TOOLTIPS **/ + +/* Tooltip container */ +.sheet-tooltip { + position: relative; + display: inline-block; +} + +/* Tooltip text */ +.sheet-tooltip .sheet-tooltiptext-right, +.sheet-tooltip .sheet-tooltiptext-middle, +.sheet-tooltip .sheet-tooltiptext-left{ + visibility: hidden; + width: 170px; + background-color: #555; + color: #fff; + text-align: center; + padding: 5px; + border-radius: 6px; + + /* Position the tooltip text */ + position: absolute; + z-index: 1; + bottom: 125%; + left: 50%; + + /* Fade in tooltip */ + opacity: 0; + transition: opacity 0.3s; +} + +/* Tooltips at edge of sheet */ +.sheet-tooltip .sheet-tooltiptext-right { + margin-left: -150px; +} + +.sheet-tooltip .sheet-tooltiptext-middle { + margin-left: -85px; +} + +.sheet-tooltip .sheet-tooltiptext-left { + margin-left: -20px; +} + +/* Tooltip arrow */ +.sheet-tooltip .sheet-tooltiptext-right::after, +.sheet-tooltip .sheet-tooltiptext-middle::after, +.sheet-tooltip .sheet-tooltiptext-left::after { + content: ""; + position: absolute; + top: 100%; + margin-left: -5px; + border-width: 5px; + border-style: solid; + border-color: #555 transparent transparent transparent; +} + +.sheet-tooltip .sheet-tooltiptext-right::after { + left: 85%; +} + +.sheet-tooltip .sheet-tooltiptext-middle::after { + left: 50%; +} + +.sheet-tooltip .sheet-tooltiptext-left::after { + left: 15%; +} + +/* Show the tooltip text when you mouse over the tooltip container */ +.sheet-tooltip:hover .sheet-tooltiptext-right, +.sheet-tooltip:hover .sheet-tooltiptext-middle, +.sheet-tooltip:hover .sheet-tooltiptext-left { + visibility: visible; + opacity: 1; +} + +/** TOOLTIPS END **/ + + +/* overall wrapper to fix moving width issues with overflow on hidden sections */ +.sheet-overall-wrapper { + max-width: 832px; + min-width: 832px; +} + +/* Tweak repeating section buttons so they have a bottom margin and dont overflow when in edit mode. */ +div[class^="repcontrol"] { + min-height: 28px!important; + margin-bottom: 5px; +} + +div[class="repcontainer editmode"] ~ div[class^="repcontrol"] button[class="btn repcontrol_add"] { + visibility: hidden; +} + +.sheet-hide-it { + display: none; +} + +div[class^="sheet-luckcheck"] { + display: none; +} +input.sheet-luckcheck:checked ~ div.sheet-luckcheck-normal, +input.sheet-luckstrcheck:checked ~ div.sheet-luckcheck-str, +input.sheet-luckdexcheck:checked ~ div.sheet-luckcheck-dex, +input.sheet-luckconcheck:checked ~ div.sheet-luckcheck-con, +input.sheet-luckintcheck:checked ~ div.sheet-luckcheck-int, +input.sheet-luckpercheck:checked ~ div.sheet-luckcheck-per, +input.sheet-luckwillcheck:checked ~ div.sheet-luckcheck-will, +input.sheet-luckchacheck:checked ~ div.sheet-luckcheck-cha { + display: block; +} + +/* Sheet Tabs */ + +input.sheet-tab { + width: 13.4%; + height: 20px; + cursor: pointer; + position: relative; + opacity: 0; + z-index: 9999; +} + +span.sheet-tab { + text-align: center; + display: inline-block; + font-size: 13px; + background: #999; + color: white; + font-weight: bold; + border-radius: 4px; + width: 13.4%; + height: 20px; + cursor: pointer; + position: relative; + margin-left: -13.4%; +} + +input.sheet-tab:hover + span.sheet-tab, span.sheet-tab:hover { + background: #ababab; +} + +div[class^="sheet-section"], +div[class^="sheet-spell-page"], +div[class^="sheet-gear-page"] { + display: none; +} + +input.sheet-tab-settings:checked ~ div.sheet-section-settings, +input.sheet-tab1:checked ~ div.sheet-section-main, +input.sheet-tab2:checked ~ div.sheet-section-class, +input.sheet-tab3:checked ~ div.sheet-section-combat, +input.sheet-tab4:checked ~ div.sheet-section-spellbook, +input.sheet-tab5:checked ~ div.sheet-section-gear, +input.sheet-tab6:checked ~ div.sheet-section-injuries, +input.sheet-tab7:checked ~ div.sheet-section-notes, +input.sheet-spelltab1:checked ~ div.sheet-spell-page1, +input.sheet-spelltab2:checked ~ div.sheet-spell-page2, +input.sheet-spelltab3:checked ~ div.sheet-spell-page3, +input.sheet-spelltaball:checked ~ div.sheet-spell-pageall, +input.sheet-geartab1:checked ~ div.sheet-gear-page1, +input.sheet-geartab2:checked ~ div.sheet-gear-page2, +input.sheet-geartab3:checked ~ div.sheet-gear-page3, +input.sheet-geartab4:checked ~ div.sheet-gear-page4 +{ + display: block; +} + +input.sheet-tab-settings:checked ~ span.sheet-tab-settings, +input.sheet-tab-wgm:checked ~ span.sheet-tab-wgm, +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-spelltab1:checked ~ span.sheet-spelltab1, +input.sheet-spelltab2:checked ~ span.sheet-spelltab2, +input.sheet-spelltab3:checked ~ span.sheet-spelltab3, +input.sheet-spelltaball:checked ~ span.sheet-spelltaball, +input.sheet-geartab1:checked ~ span.sheet-geartab1, +input.sheet-geartab2:checked ~ span.sheet-geartab2, +input.sheet-geartab3:checked ~ span.sheet-geartab3, +input.sheet-geartab4:checked ~ span.sheet-geartab4 +{ + background: darkgoldenrod; + color: white; + border-radius: 4px; +} + +input.sheet-tab-settings:checked:hover + span.sheet-tab-settings, input.sheet-tab-settings:checked + span.sheet-tab-settings:hover, +input.sheet-tab-wgm:checked:hover + span.sheet-tab-wgm, input.sheet-tab-wgm:checked + span.sheet-tab-wgm:hover, +input.sheet-tab1:checked:hover + span.sheet-tab1, input.sheet-tab1:checked + span.sheet-tab1:hover, +input.sheet-tab2:checked:hover + span.sheet-tab2, input.sheet-tab2:checked + span.sheet-tab2:hover, +input.sheet-tab3:checked:hover + span.sheet-tab3, input.sheet-tab3:checked + span.sheet-tab3:hover, +input.sheet-tab4:checked:hover + span.sheet-tab4, input.sheet-tab4:checked + span.sheet-tab4:hover, +input.sheet-tab5:checked:hover + span.sheet-tab5, input.sheet-tab5:checked + span.sheet-tab5:hover, +input.sheet-tab6:checked:hover + span.sheet-tab6, input.sheet-tab6:checked + span.sheet-tab6:hover, +input.sheet-tab7:checked:hover + span.sheet-tab7, input.sheet-tab7:checked + span.sheet-tab7:hover, +input.sheet-spelltab1:checked:hover + span.sheet-spelltab1, input.sheet-spelltab1:checked + span.sheet-spelltab1:hover, +input.sheet-spelltab2:checked:hover + span.sheet-spelltab2, input.sheet-spelltab2:checked + span.sheet-spelltab2:hover, +input.sheet-spelltab3:checked:hover + span.sheet-spelltab3, input.sheet-spelltab3:checked + span.sheet-spelltab3:hover, +input.sheet-spelltaball:checked:hover + span.sheet-spelltaball, input.sheet-spelltaball:checked + span.sheet-spelltaball:hover, +input.sheet-geartab1:checked:hover + span.sheet-geartab1, input.sheet-geartab1:checked + span.sheet-geartab1:hover, +input.sheet-geartab2:checked:hover + span.sheet-geartab2, input.sheet-geartab2:checked + span.sheet-geartab2:hover, +input.sheet-geartab3:checked:hover + span.sheet-geartab3, input.sheet-geartab3:checked + span.sheet-geartab3:hover, +input.sheet-geartab4:checked:hover + span.sheet-geartab4, input.sheet-geartab4:checked + span.sheet-geartab4:hover +{ + background: goldenrod; +} + +/* Settings and Whisper Toggle Tab */ + +input.sheet-tab-settings, span.sheet-tab-settings { + width: 50px; + height: 14px; + position: absolute; + margin-left: 735px; +} + +span.sheet-tab-settings { + font-size: 10px; + background: #cecece; +} + +/* Whisper Toggle Tab */ +input.sheet-tab-wgm, span.sheet-tab-wgm { + width: 40px; + height: 14px; + position: absolute; + margin-left: 790px; +} + +span.sheet-tab-wgm { + font-size: 10px; + background: #cecece; +} + +input.sheet-numlocked { + background-color: #eeeeee; + text-align: center; +} + +.sheet-spell-macro-output-options, +.sheet-classaction-output-options, +.sheet-npc-output-options +{ + border: black 1px dashed; + border-radius: 5px; +} + +/* Borders for spell page and class action repeating section rows */ +div[data-groupname^="repeating_spellbook"] .repitem, +div[data-groupname^="repeating_classactions"] .repitem, +.sheet-npc-row, +div[class^="sheet-classaction-row"] { + border: 1px solid #000000; + border-radius: 12px; + margin-left: 1px; + margin-bottom: 5px; + background: #eee; +} + +/* END Sheet tabs */ + + +/* Choose Init Method */ +div.sheet-section-oldinit { + display: block; +} +div.sheet-section-newinit { + display: block; +} + +input.sheet-newinit:is([value='0']) ~ div.sheet-section-newinit { + display: none; +} +input.sheet-newinit:is([value='1']) ~ div.sheet-section-oldinit { + display: none; +} +/* END Choose Init Method */ + +/* Chat Button */ + +button[type=roll].sheet-chat-roll::before { + font-family: 'Pictos'!important; + content: 'w '!important; +} + +/* General sheet/rolltemplate wide Styles */ +button, input, select, textarea, +.sheet-row [class *= "sheet-col"], +[class *= "sheet-col"] { + font-size: 12px; +} + +.sheet-spell-row-number, +.sheet-gear-row-number, +.sheet-classaction-row-number { + text-align: center; + font-weight: bold; +} + +.sheet-small-label, +.sheet-rolltemplate-5eDefault .sheet-small-label { + font-size: 85%!important; + font-weight: bold; +} + +.sheet-last-updated, +.sheet-rolltemplate-5eDefault .sheet-last-updated { + font-size: 85%!important; + font-style: italic; + font-weight: bold; + margin: 0; +} + +.sheet-checkbox-row, +.sheet-rolltemplate-5eDefault .sheet-checkbox-row { + line-height: 28px; + text-align: center; +} + +.sheet-hd-row, +.sheet-rolltemplate-5eDefault .sheet-hd-row { + margin-top: 5px; + font-size: 11px!important; +} + +.sheet-pictos, +.sheet-rolltemplate-5eDefault .sheet-pictos { + font-family: "Pictos"; + font-size: 14px; +} + +.sheet-pictos-custom, +.sheet-rolltemplate-5eDefault .sheet-pictos-custom { + font-family: "Pictos Custom"; + font-size: 14px; +} + +.sheet-pictos-three, +.sheet-rolltemplate-5eDefault .sheet-pictos-three { + font-family: "Pictos Three"; + font-size: 14px; +} + +.sheet-d6-font, +.sheet-rolltemplate-5eDefault .sheet-d6-font { + font-family: "dicefontd6"; + font-size: 14px; +} + +.sheet-d8-font, +.sheet-rolltemplate-5eDefault .sheet-d8-font { + font-family: "dicefontd8"; + font-size: 14px; +} + +.sheet-d10-font, +.sheet-rolltemplate-5eDefault .sheet-d10-font { + font-family: "dicefontd10"; + font-size: 14px; +} + +.sheet-d20-font, +.sheet-rolltemplate-5eDefault .sheet-d20-font { + font-family: "dicefontd20"; + font-size: 14px; +} + +.sheet-padl, +.sheet-rolltemplate-5eDefault .sheet-padl{ + padding-left:10px; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + +.sheet-padr, +.sheet-rolltemplate-5eDefault .sheet-padr{ + padding-right:10px; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + +.sheet-padt, +.sheet-rolltemplate-5eDefault .sheet-padt{ + padding-top:12px; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + +.sheet-padb, +.sheet-rolltemplate-5eDefault .sheet-padb{ + padding-bottom:5px; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + +.sheet-border-all, +.sheet-rolltemplate-5eDefault .sheet-border-all { + border: 1px solid #000; +} + +.sheet-border-right, +.sheet-rolltemplate-5eDefault .sheet-border-right { + border-right: 1px solid #000; +} + +.sheet-border-left, +.sheet-rolltemplate-5eDefault .sheet-border-left { + border-left: 1px solid #000; +} + +.sheet-border-top, +.sheet-rolltemplate-5eDefault .sheet-border-top { + border-top: 1px solid #000; +} + +.sheet-border-bottom, +.sheet-rolltemplate-5eDefault .sheet-border-bottom { + border-bottom: 1px solid #000; +} + +.sheet-border-right-dotted, +.sheet-rolltemplate-5eDefault .sheet-border-right-dotted { + border-right: 1px dotted #000; +} + +.sheet-border-left-dotted, +.sheet-rolltemplate-5eDefault .sheet-border-left-dotted { + border-left: 1px dotted #000; +} + +.sheet-border-top-dotted, +.sheet-rolltemplate-5eDefault .sheet-border-top-dotted { + border-top: 1px dotted #000; +} + +.sheet-border-bottom-dotted, +.sheet-rolltemplate-5eDefault .sheet-border-bottom-dotted { + border-bottom: 1px dotted #000; +} + +input[type=number], input[type=text], select { + background: 0; + width: 100%!important; + margin-bottom:2px!important; +} + +input[type=number] { + text-align: center; +} + +input[type=number].sheet-underlined, +input[type=text].sheet-underlined { + box-shadow: 0px -2px 0px 0px #000000 inset; +} + +button.sheet-core-save, button.sheet-core-check, button.sheet-initiative, button.sheet-roll { + font-size: 12px!important; +} + +div.sheet-tiny-spacer { + border-top: 2px solid transparent; +} + +hr, +.sheet-rolltemplate-5eDefault hr { + border: 0; + height: 1px; + background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,75.75), rgba(0,0,0,0)); + background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,75.75), rgba(0,0,0,0)); + background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,75.75), rgba(0,0,0,0)); + background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,75.75), rgba(0,0,0,0)); + margin: 5px 0; +} + +span.sheet-spacer, +.sheet-rolltemplate-5eDefault span.sheet-spacer { + display: block; + margin-top: 10px; +} + +.sheet-heading-row { + text-align: center; + font-weight: bold; +} + +.sheet-footer-row { + text-align: center; + font-weight: bold; + border-bottom: 1px solid #dddddd; + margin-bottom: 5px; +} + +.sheet-vert-middle, +.sheet-rolltemplate-5eDefault .sheet-vert-middle { + vertical-align: middle!important; +} + +.sheet-vert-bottom, +.sheet-rolltemplate-5eDefault .sheet-vert-bottom { + vertical-align: bottom!important; +} + +.sheet-center, +.sheet-rolltemplate-5eDefault .sheet-center { + text-align: center; +} + +.sheet-right, +.sheet-rolltemplate-5eDefault .sheet-right { + text-align: right; +} + +textarea { + width: calc(100% - 10px); + height: 150px; + resize: none; +} + +textarea.sheet-fluid-textarea { + height: 100%; +} + +textarea.sheet-small-textarea { + height: 50px; +} + +textarea.sheet-medium-textarea { + height: 100px; +} + +textarea.sheet-big-textarea { + height: 200px; +} + +textarea.sheet-large-textarea { + height: 300px; +} + +/* Growing Text Boxes*/ +.sheet-auto-expand { + position: relative; + cursor: text; + word-wrap: break-word; + min-height: 20px; +} +.sheet-auto-expand span { + visibility: hidden; + white-space: pre-wrap; + display: block; + padding: 4px; + min-height: 20px; +} +.sheet-auto-expand textarea { + position: absolute; + z-index: 1; + top: 0; + left: 0; + margin: 0 0 -10px 0; + overflow: hidden; + resize: none; + height: 100%; + min-height: 26px; + width: 100%; + display: block; + box-sizing: border-box; + background: transparent; + color: inherit; + font: inherit; + letter-spacing: inherit; + text-align: inherit; + text-transform: inherit; +} +/* End auto expanding text boxes */ + +h3 { + font-size: 12px; + text-align: center; + text-transform: uppercase; + margin-bottom: 5px; + color:#ffffff; + background-color:#000000; + background-image: -moz-repeating-radial-gradient(center center, circle cover, #000000, #870202 100%); + background-image: -webkit-repeating-radial-gradient(center center, circle cover, #000000, #870202 100%); + background-image: -o-repeating-radial-gradient(center center, circle cover, #000000, #870202 100%); + background-image: -ms-repeating-radial-gradient(center center, circle cover, #000000, #870202 100%); + background-image: repeating-radial-gradient(center center, circle cover, #000000, #870202 100%); + margin-top: 10px; + border-radius: 12px; +} + +h4 { + background-color: #000000; + color: #ffffff; + font-size: 12px; + border-radius: 12px; + padding-left: 5px; + margin-bottom: 5px; +} + +input[disabled] { + background-color: #eeeeee; + border-color: #ddd; + cursor: not-allowed; + -moz-appearance: textfield; +} + +input[disabled].sheet-passive-skill-score { + background-color: #def6fc; + border-color: #ddd; + cursor: not-allowed; + -moz-appearance: textfield; +} + +input[disabled]::-webkit-inner-spin-button, +input[disabled]::-webkit-outer-spin-button { + -webkit-appearance: none; + margin: 0; +} + +.sheet-small-note { + text-align: center; + font-family: Arial; + font-size: 10px; +} +.sheet-tiny-note { + text-align: Left; + font-family: Arial; + font-size: 6px; +} + +select { + font-size: 90%; +} + +.sheet-important-text { + text-decoration: underline; + color: #ff0000; +} + +.sheet-grey-row { + background-color: #eee; +} + + +.sheet-sub-header { + background-color: #cecece; + vertical-align: bottom; + border-radius: 12px; + margin-bottom: 3px; +} + +.sheet-footer { + background-color: rgba(250, 202, 78, 0.2); + vertical-align: bottom; + border-radius: 12px; + margin-top: 3px; +} + +.sheet-spell-header { + background-color: #c7d1bf; + vertical-align: bottom; + border-radius: 12px; + margin-bottom: 3px; +} + +/* Header section */ + +img.sheet-icon { + width: 100px; + height: 100px; +} + +/* Core stat section */ + +.sheet-core-stat-label { + background-color: #000000; + color: #ffffff; + font-size: 14px!important; + font-weight: bold; + text-transform: uppercase; + vertical-align: middle; + line-height: 28px; + text-align: center; +} + +.sheet-luck-stat-label { + background-color: goldenrod; + color: #ffffff; + font-size: 14px!important; + font-weight: bold; + text-transform: uppercase; + vertical-align: middle; + line-height: 28px; + text-align: center; +} + +.sheet-large-button { + padding: 5px; + height: 45px; + vertical-align: middle; +} + +/* Death save checkboxes - FAIL */ + +input.sheet-death-save-fail { + width: 28%; + height: 20px; + cursor: pointer; + position: relative; + opacity: 0; + z-index: 9999; + margin-top: 5px; + margin-bottom: 5px; +} + +span.sheet-death-save-fail-tab::before { + content: "???"; +} + +span.sheet-death-save-fail-tab { + text-align: center; + display: inline-block; + width: 28%; + height: 20px; + font-size: 13px; + + font-weight: bold; + border-radius: 4px; + margin-left: -28%; + border: 1px solid; +} + +input.sheet-death-save-fail:checked + span.sheet-death-save-fail-tab { + background: #8c6075; + color: white; + border-radius: 4px; +} + +input.sheet-death-save-fail:checked + span.sheet-death-save-fail-tab::before { + content: "Failure"; +} + +/* Death save checkboxes - success */ + +input.sheet-death-save-success { + width: 28%; + height: 20px; + cursor: pointer; + position: relative; + opacity: 0; + z-index: 9999; + margin-top: 5px; + margin-bottom: 5px; +} + +span.sheet-death-save-success-tab::before { + content: "???"; +} + +span.sheet-death-save-success-tab { + text-align: center; + display: inline-block; + width: 28%; + height: 20px; + font-size: 13px; + + font-weight: bold; + border-radius: 4px; + margin-left: -28%; + border: 1px solid; +} + +input.sheet-death-save-success:checked + span.sheet-death-save-success-tab { + background: #879a6a; + color: white; + border-radius: 4px; +} + +input.sheet-death-save-success:checked + span.sheet-death-save-success-tab::before { + content: "Success" +} + +/* Skills section */ + +.sheet-skill-row { + margin: 1px 0; +} + +.sheet-skill-roll { + padding: 0 5px!important; + height:29px; +} +.sheet-skill-name { + margin-top: 5px; + font-size: 11px!important; +} +.sheet-skill-checkbox { + margin-top: 5px; +} + +.sheet-margin-top { + margin-top: 5px; +} + +.sheet-margin-bottom { + margin-bottom: 5px; +} + +.sheet-margin-left { + margin-left: 5px; +} + +.sheet-margin-right { + margin-right: 5px; +} + +/* Logo Image */ + +.sheet-logo { + display: block; +} + +.sheet-darkmode .sheet-logo { + display: none; +} + +.sheet-logo-dark { + display: none; +} + +.sheet-darkmode .sheet-logo-dark { + display: block; +} + +/* Dark Mode */ + +.sheet-darkmode .sheetform { + background-color: var(--dark-surface1); +} + +.sheet-darkmode .sheet-core-stat-label, +.sheet-darkmode h1, .sheet-darkmode h2, .sheet-darkmode h3, .sheet-darkmode h4, .sheet-darkmode h5, .sheet-darkmode h6 { + background-color: #cecece; + color: #333; +} + +.sheet-darkmode, +.sheet-darkmode input, .sheet-darkmode select, .sheet-darkmode textarea, +.sheet-darkmode .sheet-small-label, .sheet-darkmode .sheet-tiny-note { + color: #cecece; +} + +.sheet-darkmode input, .sheet-darkmode select, .sheet-darkmode textarea, +.sheet-darkmode .btn, +.sheet-darkmode .sheet-sub-header, +.sheet-darkmode div[data-groupname^="repeating_spellbook"] .repitem, +.sheet-darkmode div[data-groupname^="repeating_classactions"] .repitem, +.sheet-darkmode .sheet-npc-row, +.sheet-darkmode div[class^="sheet-classaction-row"] { + background-color: #333; +} + +.sheet-darkmode .btn { + color: rgb(255 255 255); + text-shadow: rgb(0 0 0 / 75%) 0px 1px 1px; + background-image: -webkit-linear-gradient(top, rgb(100, 100, 100), rgb(51, 51, 51)); + box-shadow: rgb(255 255 255 / 20%) 0px 1px 0px inset, rgb(0 0 0 / 5%) 0px 1px 2px; + border-color: rgb(100, 100, 100) rgb(40, 40, 40) rgb(20, 20, 20); +} + +.sheet-darkmode input, .sheet-darkmode select, .sheet-darkmode textarea { + border: 1px solid #555; +} + +.sheet-darkmode .sheet-last-updated { + color: #555; +} + +.sheet-darkmode span.sheet-tab { + background: #999; +} + +.sheet-darkmode input.sheet-tab-settings:checked ~ span.sheet-tab-settings, +.sheet-darkmode input.sheet-tab-wgm:checked ~ span.sheet-tab-wgm, +.sheet-darkmode input.sheet-tab1:checked ~ span.sheet-tab1, +.sheet-darkmode input.sheet-tab2:checked ~ span.sheet-tab2, +.sheet-darkmode input.sheet-tab3:checked ~ span.sheet-tab3, +.sheet-darkmode input.sheet-tab4:checked ~ span.sheet-tab4, +.sheet-darkmode input.sheet-tab5:checked ~ span.sheet-tab5, +.sheet-darkmode input.sheet-tab6:checked ~ span.sheet-tab6, +.sheet-darkmode input.sheet-tab7:checked ~ span.sheet-tab7, +.sheet-darkmode input.sheet-spelltab1:checked ~ span.sheet-spelltab1, +.sheet-darkmode input.sheet-spelltab2:checked ~ span.sheet-spelltab2, +.sheet-darkmode input.sheet-spelltab3:checked ~ span.sheet-spelltab3, +.sheet-darkmode input.sheet-spelltaball:checked ~ span.sheet-spelltaball, +.sheet-darkmode input.sheet-geartab1:checked ~ span.sheet-geartab1, +.sheet-darkmode input.sheet-geartab2:checked ~ span.sheet-geartab2, +.sheet-darkmode input.sheet-geartab3:checked ~ span.sheet-geartab3, +.sheet-darkmode input.sheet-geartab4:checked ~ span.sheet-geartab4 +{ + background: var(--dark-primary); +} + +.sheet-darkmode input.sheet-tab-settings:checked:hover + span.sheet-tab-settings, .sheet-darkmode input.sheet-tab-settings:checked + span.sheet-tab-settings:hover, +.sheet-darkmode input.sheet-tab-wgm:checked:hover + span.sheet-tab-wgm, .sheet-darkmode input.sheet-tab-wgm:checked + span.sheet-tab-wgm:hover, +.sheet-darkmode input.sheet-tab1:checked:hover + span.sheet-tab1, .sheet-darkmode input.sheet-tab1:checked + span.sheet-tab1:hover, +.sheet-darkmode input.sheet-tab2:checked:hover + span.sheet-tab2, .sheet-darkmode input.sheet-tab2:checked + span.sheet-tab2:hover, +.sheet-darkmode input.sheet-tab3:checked:hover + span.sheet-tab3, .sheet-darkmode input.sheet-tab3:checked + span.sheet-tab3:hover, +.sheet-darkmode input.sheet-tab4:checked:hover + span.sheet-tab4, .sheet-darkmode input.sheet-tab4:checked + span.sheet-tab4:hover, +.sheet-darkmode input.sheet-tab5:checked:hover + span.sheet-tab5, .sheet-darkmode input.sheet-tab5:checked + span.sheet-tab5:hover, +.sheet-darkmode input.sheet-tab6:checked:hover + span.sheet-tab6, .sheet-darkmode input.sheet-tab6:checked + span.sheet-tab6:hover, +.sheet-darkmode input.sheet-tab7:checked:hover + span.sheet-tab7, .sheet-darkmode input.sheet-tab7:checked + span.sheet-tab7:hover, +.sheet-darkmode input.sheet-spelltab1:checked:hover + span.sheet-spelltab1, .sheet-darkmode input.sheet-spelltab1:checked + span.sheet-spelltab1:hover, +.sheet-darkmode input.sheet-spelltab2:checked:hover + span.sheet-spelltab2, .sheet-darkmode input.sheet-spelltab2:checked + span.sheet-spelltab2:hover, +.sheet-darkmode input.sheet-spelltab3:checked:hover + span.sheet-spelltab3, .sheet-darkmode input.sheet-spelltab3:checked + span.sheet-spelltab3:hover, +.sheet-darkmode input.sheet-spelltaball:checked:hover + span.sheet-spelltaball, .sheet-darkmode input.sheet-spelltaball:checked + span.sheet-spelltaball:hover, +.sheet-darkmode input.sheet-geartab1:checked:hover + span.sheet-geartab1, .sheet-darkmode input.sheet-geartab1:checked + span.sheet-geartab1:hover, +.sheet-darkmode input.sheet-geartab2:checked:hover + span.sheet-geartab2, .sheet-darkmode input.sheet-geartab2:checked + span.sheet-geartab2:hover, +.sheet-darkmode input.sheet-geartab3:checked:hover + span.sheet-geartab3, .sheet-darkmode input.sheet-geartab3:checked + span.sheet-geartab3:hover, +.sheet-darkmode input.sheet-geartab4:checked:hover + span.sheet-geartab4, .sheet-darkmode input.sheet-geartab4:checked + span.sheet-geartab4:hover +{ + background: var(--dark-primary-highlight); +} + +.sheet-rolltemplate-darkmode .sheet-rt-card { + background-color: #444; +} + +.sheet-rolltemplate-darkmode .sheet-row:nth-child(even) { + background-color: #555; +} + +/* Dark Mode END */ + +/* Custom Pure Grid CSS (24 cols) DO NOT EDIT BELOW THIS LINE OR RISK BREAKING FORMATTING */ +.sheet-row, +.sheet-rolltemplate-5eDefault .sheet-row { + letter-spacing: -0.31em; + *letter-spacing: normal; + *word-spacing: -0.43em; + text-rendering: optimizespeed; +} + +.sheet-opera-only :-o-prefocus, .sheet-row, .sheet-rolltemplate-5eDefault .sheet-opera-only :-o-prefocus, .sheet-rolltemplate-5eDefault .sheet-row { + word-spacing: -0.43em; +} + +.sheet-col, +.sheet-rolltemplate-5eDefault .sheet-col { + display: inline-block; + zoom: 1; *display: inline; + letter-spacing: normal; + word-spacing: normal; + vertical-align: top; + text-rendering: auto; +} + +.sheet-rolltemplate-5eDefault .sheet-col-1, .sheet-col-1, +.sheet-col-1-2, .sheet-col-1-3, .sheet-col-2-3, .sheet-col-1-4, .sheet-col-2-4, .sheet-col-3-4, .sheet-col-1-5, .sheet-col-2-5, .sheet-col-3-5, .sheet-col-4-5, .sheet-col-1-6, .sheet-col-2-6, .sheet-col-3-6, .sheet-col-4-6, .sheet-col-5-6, .sheet-col-1-7, .sheet-col-2-7, .sheet-col-3-7, .sheet-col-4-7, .sheet-col-5-7, .sheet-col-6-7, .sheet-col-1-8, .sheet-col-2-8, .sheet-col-3-8, .sheet-col-4-8, .sheet-col-5-8, .sheet-col-6-8, .sheet-col-7-8, .sheet-col-1-9, .sheet-col-2-9, .sheet-col-3-9, .sheet-col-4-9, .sheet-col-5-9, .sheet-col-6-9, .sheet-col-7-9, .sheet-col-8-9, .sheet-col-1-10, .sheet-col-2-10, .sheet-col-3-10, .sheet-col-4-10, .sheet-col-5-10, .sheet-col-6-10, .sheet-col-7-10, .sheet-col-8-10, .sheet-col-9-10, .sheet-col-1-11, .sheet-col-2-11, .sheet-col-3-11, .sheet-col-4-11, .sheet-col-5-11, .sheet-col-6-11, .sheet-col-7-11, .sheet-col-8-11, .sheet-col-9-11, .sheet-col-10-11, .sheet-col-1-12, .sheet-col-2-12, .sheet-col-3-12, .sheet-col-4-12, .sheet-col-5-12, .sheet-col-6-12, .sheet-col-7-12, .sheet-col-8-12, .sheet-col-9-12, .sheet-col-10-12, .sheet-col-11-12, .sheet-col-1-13, .sheet-col-2-13, .sheet-col-3-13, .sheet-col-4-13, .sheet-col-5-13, .sheet-col-6-13, .sheet-col-7-13, .sheet-col-8-13, .sheet-col-9-13, .sheet-col-10-13, .sheet-col-11-13, .sheet-col-12-13, .sheet-col-1-14, .sheet-col-2-14, .sheet-col-3-14, .sheet-col-4-14, .sheet-col-5-14, .sheet-col-6-14, .sheet-col-7-14, .sheet-col-8-14, .sheet-col-9-14, .sheet-col-10-14, .sheet-col-11-14, .sheet-col-12-14, .sheet-col-13-14, .sheet-col-1-15, .sheet-col-2-15, .sheet-col-3-15, .sheet-col-4-15, .sheet-col-5-15, .sheet-col-6-15, .sheet-col-7-15, .sheet-col-8-15, .sheet-col-9-15, .sheet-col-10-15, .sheet-col-11-15, .sheet-col-12-15, .sheet-col-13-15, .sheet-col-14-15, .sheet-col-1-16, .sheet-col-2-16, .sheet-col-3-16, .sheet-col-4-16, .sheet-col-5-16, .sheet-col-6-16, .sheet-col-7-16, .sheet-col-8-16, .sheet-col-9-16, .sheet-col-10-16, .sheet-col-11-16, .sheet-col-12-16, .sheet-col-13-16, .sheet-col-14-16, .sheet-col-15-16, .sheet-col-1-17, .sheet-col-2-17, .sheet-col-3-17, .sheet-col-4-17, .sheet-col-5-17, .sheet-col-6-17, .sheet-col-7-17, .sheet-col-8-17, .sheet-col-9-17, .sheet-col-10-17, .sheet-col-11-17, .sheet-col-12-17, .sheet-col-13-17, .sheet-col-14-17, .sheet-col-15-17, .sheet-col-16-17, .sheet-col-1-18, .sheet-col-2-18, .sheet-col-3-18, .sheet-col-4-18, .sheet-col-5-18, .sheet-col-6-18, .sheet-col-7-18, .sheet-col-8-18, .sheet-col-9-18, .sheet-col-10-18, .sheet-col-11-18, .sheet-col-12-18, .sheet-col-13-18, .sheet-col-14-18, .sheet-col-15-18, .sheet-col-16-18, .sheet-col-17-18, .sheet-col-1-19, .sheet-col-2-19, .sheet-col-3-19, .sheet-col-4-19, .sheet-col-5-19, .sheet-col-6-19, .sheet-col-7-19, .sheet-col-8-19, .sheet-col-9-19, .sheet-col-10-19, .sheet-col-11-19, .sheet-col-12-19, .sheet-col-13-19, .sheet-col-14-19, .sheet-col-15-19, .sheet-col-16-19, .sheet-col-17-19, .sheet-col-18-19, .sheet-col-1-20, .sheet-col-2-20, .sheet-col-3-20, .sheet-col-4-20, .sheet-col-5-20, .sheet-col-6-20, .sheet-col-7-20, .sheet-col-8-20, .sheet-col-9-20, .sheet-col-10-20, .sheet-col-11-20, .sheet-col-12-20, .sheet-col-13-20, .sheet-col-14-20, .sheet-col-15-20, .sheet-col-16-20, .sheet-col-17-20, .sheet-col-18-20, .sheet-col-19-20, .sheet-col-1-21, .sheet-col-2-21, .sheet-col-3-21, .sheet-col-4-21, .sheet-col-5-21, .sheet-col-6-21, .sheet-col-7-21, .sheet-col-8-21, .sheet-col-9-21, .sheet-col-10-21, .sheet-col-11-21, .sheet-col-12-21, .sheet-col-13-21, .sheet-col-14-21, .sheet-col-15-21, .sheet-col-16-21, .sheet-col-17-21, .sheet-col-18-21, .sheet-col-19-21, .sheet-col-20-21, .sheet-col-1-22, .sheet-col-2-22, .sheet-col-3-22, .sheet-col-4-22, .sheet-col-5-22, .sheet-col-6-22, .sheet-col-7-22, .sheet-col-8-22, .sheet-col-9-22, .sheet-col-10-22, .sheet-col-11-22, .sheet-col-12-22, .sheet-col-13-22, .sheet-col-14-22, .sheet-col-15-22, .sheet-col-16-22, .sheet-col-17-22, .sheet-col-18-22, .sheet-col-19-22, .sheet-col-20-22, .sheet-col-21-22, .sheet-col-1-23, .sheet-col-2-23, .sheet-col-3-23, .sheet-col-4-23, .sheet-col-5-23, .sheet-col-6-23, .sheet-col-7-23, .sheet-col-8-23, .sheet-col-9-23, .sheet-col-10-23, .sheet-col-11-23, .sheet-col-12-23, .sheet-col-13-23, .sheet-col-14-23, .sheet-col-15-23, .sheet-col-16-23, .sheet-col-17-23, .sheet-col-18-23, .sheet-col-19-23, .sheet-col-20-23, .sheet-col-21-23, .sheet-col-22-23, .sheet-col-1-24, .sheet-col-2-24, .sheet-col-3-24, .sheet-col-4-24, .sheet-col-5-24, .sheet-col-6-24, .sheet-col-7-24, .sheet-col-8-24, .sheet-col-9-24, .sheet-col-10-24, .sheet-col-11-24, .sheet-col-12-24, .sheet-col-13-24, .sheet-col-14-24, .sheet-col-15-24, .sheet-col-16-24, .sheet-col-17-24, .sheet-col-18-24, .sheet-col-19-24, .sheet-col-20-24, .sheet-col-21-24, .sheet-col-22-24, .sheet-col-23-24, +.sheet-rolltemplate-5eDefault .sheet-col-1-2, .sheet-rolltemplate-5eDefault .sheet-col-1-3, .sheet-rolltemplate-5eDefault .sheet-col-2-3, .sheet-rolltemplate-5eDefault .sheet-col-1-4, .sheet-rolltemplate-5eDefault .sheet-col-2-4, .sheet-rolltemplate-5eDefault .sheet-col-3-4, .sheet-rolltemplate-5eDefault .sheet-col-1-5, .sheet-rolltemplate-5eDefault .sheet-col-2-5, .sheet-rolltemplate-5eDefault .sheet-col-3-5, .sheet-rolltemplate-5eDefault .sheet-col-4-5, .sheet-rolltemplate-5eDefault .sheet-col-1-6, .sheet-rolltemplate-5eDefault .sheet-col-2-6, .sheet-rolltemplate-5eDefault .sheet-col-3-6, .sheet-rolltemplate-5eDefault .sheet-col-4-6, .sheet-rolltemplate-5eDefault .sheet-col-5-6, .sheet-rolltemplate-5eDefault .sheet-col-1-7, .sheet-rolltemplate-5eDefault .sheet-col-2-7, .sheet-rolltemplate-5eDefault .sheet-col-3-7, .sheet-rolltemplate-5eDefault .sheet-col-4-7, .sheet-rolltemplate-5eDefault .sheet-col-5-7, .sheet-rolltemplate-5eDefault .sheet-col-6-7, .sheet-rolltemplate-5eDefault .sheet-col-1-8, .sheet-rolltemplate-5eDefault .sheet-col-2-8, .sheet-rolltemplate-5eDefault .sheet-col-3-8, .sheet-rolltemplate-5eDefault .sheet-col-4-8, .sheet-rolltemplate-5eDefault .sheet-col-5-8, .sheet-rolltemplate-5eDefault .sheet-col-6-8, .sheet-rolltemplate-5eDefault .sheet-col-7-8, .sheet-rolltemplate-5eDefault .sheet-col-1-9, .sheet-rolltemplate-5eDefault .sheet-col-2-9, .sheet-rolltemplate-5eDefault .sheet-col-3-9, .sheet-rolltemplate-5eDefault .sheet-col-4-9, .sheet-rolltemplate-5eDefault .sheet-col-5-9, .sheet-rolltemplate-5eDefault .sheet-col-6-9, .sheet-rolltemplate-5eDefault .sheet-col-7-9, .sheet-rolltemplate-5eDefault .sheet-col-8-9, .sheet-rolltemplate-5eDefault .sheet-col-1-10, .sheet-rolltemplate-5eDefault .sheet-col-2-10, .sheet-rolltemplate-5eDefault .sheet-col-3-10, .sheet-rolltemplate-5eDefault .sheet-col-4-10, .sheet-rolltemplate-5eDefault .sheet-col-5-10, .sheet-rolltemplate-5eDefault .sheet-col-6-10, .sheet-rolltemplate-5eDefault .sheet-col-7-10, .sheet-rolltemplate-5eDefault .sheet-col-8-10, .sheet-rolltemplate-5eDefault .sheet-col-9-10, .sheet-rolltemplate-5eDefault .sheet-col-1-11, .sheet-rolltemplate-5eDefault .sheet-col-2-11, .sheet-rolltemplate-5eDefault .sheet-col-3-11, .sheet-rolltemplate-5eDefault .sheet-col-4-11, .sheet-rolltemplate-5eDefault .sheet-col-5-11, .sheet-rolltemplate-5eDefault .sheet-col-6-11, .sheet-rolltemplate-5eDefault .sheet-col-7-11, .sheet-rolltemplate-5eDefault .sheet-col-8-11, .sheet-rolltemplate-5eDefault .sheet-col-9-11, .sheet-rolltemplate-5eDefault .sheet-col-10-11, .sheet-rolltemplate-5eDefault .sheet-col-1-12, .sheet-rolltemplate-5eDefault .sheet-col-2-12, .sheet-rolltemplate-5eDefault .sheet-col-3-12, .sheet-rolltemplate-5eDefault .sheet-col-4-12, .sheet-rolltemplate-5eDefault .sheet-col-5-12, .sheet-rolltemplate-5eDefault .sheet-col-6-12, .sheet-rolltemplate-5eDefault .sheet-col-7-12, .sheet-rolltemplate-5eDefault .sheet-col-8-12, .sheet-rolltemplate-5eDefault .sheet-col-9-12, .sheet-rolltemplate-5eDefault .sheet-col-10-12, .sheet-rolltemplate-5eDefault .sheet-col-11-12, .sheet-rolltemplate-5eDefault .sheet-col-1-13, .sheet-rolltemplate-5eDefault .sheet-col-2-13, .sheet-rolltemplate-5eDefault .sheet-col-3-13, .sheet-rolltemplate-5eDefault .sheet-col-4-13, .sheet-rolltemplate-5eDefault .sheet-col-5-13, .sheet-rolltemplate-5eDefault .sheet-col-6-13, .sheet-rolltemplate-5eDefault .sheet-col-7-13, .sheet-rolltemplate-5eDefault .sheet-col-8-13, .sheet-rolltemplate-5eDefault .sheet-col-9-13, .sheet-rolltemplate-5eDefault .sheet-col-10-13, .sheet-rolltemplate-5eDefault .sheet-col-11-13, .sheet-rolltemplate-5eDefault .sheet-col-12-13, .sheet-rolltemplate-5eDefault .sheet-col-1-14, .sheet-rolltemplate-5eDefault .sheet-col-2-14, .sheet-rolltemplate-5eDefault .sheet-col-3-14, .sheet-rolltemplate-5eDefault .sheet-col-4-14, .sheet-rolltemplate-5eDefault .sheet-col-5-14, .sheet-rolltemplate-5eDefault .sheet-col-6-14, .sheet-rolltemplate-5eDefault .sheet-col-7-14, .sheet-rolltemplate-5eDefault .sheet-col-8-14, .sheet-rolltemplate-5eDefault .sheet-col-9-14, .sheet-rolltemplate-5eDefault .sheet-col-10-14, .sheet-rolltemplate-5eDefault .sheet-col-11-14, .sheet-rolltemplate-5eDefault .sheet-col-12-14, .sheet-rolltemplate-5eDefault .sheet-col-13-14, .sheet-rolltemplate-5eDefault .sheet-col-1-15, .sheet-rolltemplate-5eDefault .sheet-col-2-15, .sheet-rolltemplate-5eDefault .sheet-col-3-15, .sheet-rolltemplate-5eDefault .sheet-col-4-15, .sheet-rolltemplate-5eDefault .sheet-col-5-15, .sheet-rolltemplate-5eDefault .sheet-col-6-15, .sheet-rolltemplate-5eDefault .sheet-col-7-15, .sheet-rolltemplate-5eDefault .sheet-col-8-15, .sheet-rolltemplate-5eDefault .sheet-col-9-15, .sheet-rolltemplate-5eDefault .sheet-col-10-15, .sheet-rolltemplate-5eDefault .sheet-col-11-15, .sheet-rolltemplate-5eDefault .sheet-col-12-15, .sheet-rolltemplate-5eDefault .sheet-col-13-15, .sheet-rolltemplate-5eDefault .sheet-col-14-15, .sheet-rolltemplate-5eDefault .sheet-col-1-16, .sheet-rolltemplate-5eDefault .sheet-col-2-16, .sheet-rolltemplate-5eDefault .sheet-col-3-16, .sheet-rolltemplate-5eDefault .sheet-col-4-16, .sheet-rolltemplate-5eDefault .sheet-col-5-16, .sheet-rolltemplate-5eDefault .sheet-col-6-16, .sheet-rolltemplate-5eDefault .sheet-col-7-16, .sheet-rolltemplate-5eDefault .sheet-col-8-16, .sheet-rolltemplate-5eDefault .sheet-col-9-16, .sheet-rolltemplate-5eDefault .sheet-col-10-16, .sheet-rolltemplate-5eDefault .sheet-col-11-16, .sheet-rolltemplate-5eDefault .sheet-col-12-16, .sheet-rolltemplate-5eDefault .sheet-col-13-16, .sheet-rolltemplate-5eDefault .sheet-col-14-16, .sheet-rolltemplate-5eDefault .sheet-col-15-16, .sheet-rolltemplate-5eDefault .sheet-col-1-17, .sheet-rolltemplate-5eDefault .sheet-col-2-17, .sheet-rolltemplate-5eDefault .sheet-col-3-17, .sheet-rolltemplate-5eDefault .sheet-col-4-17, .sheet-rolltemplate-5eDefault .sheet-col-5-17, .sheet-rolltemplate-5eDefault .sheet-col-6-17, .sheet-rolltemplate-5eDefault .sheet-col-7-17, .sheet-rolltemplate-5eDefault .sheet-col-8-17, .sheet-rolltemplate-5eDefault .sheet-col-9-17, .sheet-rolltemplate-5eDefault .sheet-col-10-17, .sheet-rolltemplate-5eDefault .sheet-col-11-17, .sheet-rolltemplate-5eDefault .sheet-col-12-17, .sheet-rolltemplate-5eDefault .sheet-col-13-17, .sheet-rolltemplate-5eDefault .sheet-col-14-17, .sheet-rolltemplate-5eDefault .sheet-col-15-17, .sheet-rolltemplate-5eDefault .sheet-col-16-17, .sheet-rolltemplate-5eDefault .sheet-col-1-18, .sheet-rolltemplate-5eDefault .sheet-col-2-18, .sheet-rolltemplate-5eDefault .sheet-col-3-18, .sheet-rolltemplate-5eDefault .sheet-col-4-18, .sheet-rolltemplate-5eDefault .sheet-col-5-18, .sheet-rolltemplate-5eDefault .sheet-col-6-18, .sheet-rolltemplate-5eDefault .sheet-col-7-18, .sheet-rolltemplate-5eDefault .sheet-col-8-18, .sheet-rolltemplate-5eDefault .sheet-col-9-18, .sheet-rolltemplate-5eDefault .sheet-col-10-18, .sheet-rolltemplate-5eDefault .sheet-col-11-18, .sheet-rolltemplate-5eDefault .sheet-col-12-18, .sheet-rolltemplate-5eDefault .sheet-col-13-18, .sheet-rolltemplate-5eDefault .sheet-col-14-18, .sheet-rolltemplate-5eDefault .sheet-col-15-18, .sheet-rolltemplate-5eDefault .sheet-col-16-18, .sheet-rolltemplate-5eDefault .sheet-col-17-18, .sheet-rolltemplate-5eDefault .sheet-col-1-19, .sheet-rolltemplate-5eDefault .sheet-col-2-19, .sheet-rolltemplate-5eDefault .sheet-col-3-19, .sheet-rolltemplate-5eDefault .sheet-col-4-19, .sheet-rolltemplate-5eDefault .sheet-col-5-19, .sheet-rolltemplate-5eDefault .sheet-col-6-19, .sheet-rolltemplate-5eDefault .sheet-col-7-19, .sheet-rolltemplate-5eDefault .sheet-col-8-19, .sheet-rolltemplate-5eDefault .sheet-col-9-19, .sheet-rolltemplate-5eDefault .sheet-col-10-19, .sheet-rolltemplate-5eDefault .sheet-col-11-19, .sheet-rolltemplate-5eDefault .sheet-col-12-19, .sheet-rolltemplate-5eDefault .sheet-col-13-19, .sheet-rolltemplate-5eDefault .sheet-col-14-19, .sheet-rolltemplate-5eDefault .sheet-col-15-19, .sheet-rolltemplate-5eDefault .sheet-col-16-19, .sheet-rolltemplate-5eDefault .sheet-col-17-19, .sheet-rolltemplate-5eDefault .sheet-col-18-19, .sheet-rolltemplate-5eDefault .sheet-col-1-20, .sheet-rolltemplate-5eDefault .sheet-col-2-20, .sheet-rolltemplate-5eDefault .sheet-col-3-20, .sheet-rolltemplate-5eDefault .sheet-col-4-20, .sheet-rolltemplate-5eDefault .sheet-col-5-20, .sheet-rolltemplate-5eDefault .sheet-col-6-20, .sheet-rolltemplate-5eDefault .sheet-col-7-20, .sheet-rolltemplate-5eDefault .sheet-col-8-20, .sheet-rolltemplate-5eDefault .sheet-col-9-20, .sheet-rolltemplate-5eDefault .sheet-col-10-20, .sheet-rolltemplate-5eDefault .sheet-col-11-20, .sheet-rolltemplate-5eDefault .sheet-col-12-20, .sheet-rolltemplate-5eDefault .sheet-col-13-20, .sheet-rolltemplate-5eDefault .sheet-col-14-20, .sheet-rolltemplate-5eDefault .sheet-col-15-20, .sheet-rolltemplate-5eDefault .sheet-col-16-20, .sheet-rolltemplate-5eDefault .sheet-col-17-20, .sheet-rolltemplate-5eDefault .sheet-col-18-20, .sheet-rolltemplate-5eDefault .sheet-col-19-20, .sheet-rolltemplate-5eDefault .sheet-col-1-21, .sheet-rolltemplate-5eDefault .sheet-col-2-21, .sheet-rolltemplate-5eDefault .sheet-col-3-21, .sheet-rolltemplate-5eDefault .sheet-col-4-21, .sheet-rolltemplate-5eDefault .sheet-col-5-21, .sheet-rolltemplate-5eDefault .sheet-col-6-21, .sheet-rolltemplate-5eDefault .sheet-col-7-21, .sheet-rolltemplate-5eDefault .sheet-col-8-21, .sheet-rolltemplate-5eDefault .sheet-col-9-21, .sheet-rolltemplate-5eDefault .sheet-col-10-21, .sheet-rolltemplate-5eDefault .sheet-col-11-21, .sheet-rolltemplate-5eDefault .sheet-col-12-21, .sheet-rolltemplate-5eDefault .sheet-col-13-21, .sheet-rolltemplate-5eDefault .sheet-col-14-21, .sheet-rolltemplate-5eDefault .sheet-col-15-21, .sheet-rolltemplate-5eDefault .sheet-col-16-21, .sheet-rolltemplate-5eDefault .sheet-col-17-21, .sheet-rolltemplate-5eDefault .sheet-col-18-21, .sheet-rolltemplate-5eDefault .sheet-col-19-21, .sheet-rolltemplate-5eDefault .sheet-col-20-21, .sheet-rolltemplate-5eDefault .sheet-col-1-22, .sheet-rolltemplate-5eDefault .sheet-col-2-22, .sheet-rolltemplate-5eDefault .sheet-col-3-22, .sheet-rolltemplate-5eDefault .sheet-col-4-22, .sheet-rolltemplate-5eDefault .sheet-col-5-22, .sheet-rolltemplate-5eDefault .sheet-col-6-22, .sheet-rolltemplate-5eDefault .sheet-col-7-22, .sheet-rolltemplate-5eDefault .sheet-col-8-22, .sheet-rolltemplate-5eDefault .sheet-col-9-22, .sheet-rolltemplate-5eDefault .sheet-col-10-22, .sheet-rolltemplate-5eDefault .sheet-col-11-22, .sheet-rolltemplate-5eDefault .sheet-col-12-22, .sheet-rolltemplate-5eDefault .sheet-col-13-22, .sheet-rolltemplate-5eDefault .sheet-col-14-22, .sheet-rolltemplate-5eDefault .sheet-col-15-22, .sheet-rolltemplate-5eDefault .sheet-col-16-22, .sheet-rolltemplate-5eDefault .sheet-col-17-22, .sheet-rolltemplate-5eDefault .sheet-col-18-22, .sheet-rolltemplate-5eDefault .sheet-col-19-22, .sheet-rolltemplate-5eDefault .sheet-col-20-22, .sheet-rolltemplate-5eDefault .sheet-col-21-22, .sheet-rolltemplate-5eDefault .sheet-col-1-23, .sheet-rolltemplate-5eDefault .sheet-col-2-23, .sheet-rolltemplate-5eDefault .sheet-col-3-23, .sheet-rolltemplate-5eDefault .sheet-col-4-23, .sheet-rolltemplate-5eDefault .sheet-col-5-23, .sheet-rolltemplate-5eDefault .sheet-col-6-23, .sheet-rolltemplate-5eDefault .sheet-col-7-23, .sheet-rolltemplate-5eDefault .sheet-col-8-23, .sheet-rolltemplate-5eDefault .sheet-col-9-23, .sheet-rolltemplate-5eDefault .sheet-col-10-23, .sheet-rolltemplate-5eDefault .sheet-col-11-23, .sheet-rolltemplate-5eDefault .sheet-col-12-23, .sheet-rolltemplate-5eDefault .sheet-col-13-23, .sheet-rolltemplate-5eDefault .sheet-col-14-23, .sheet-rolltemplate-5eDefault .sheet-col-15-23, .sheet-rolltemplate-5eDefault .sheet-col-16-23, .sheet-rolltemplate-5eDefault .sheet-col-17-23, .sheet-rolltemplate-5eDefault .sheet-col-18-23, .sheet-rolltemplate-5eDefault .sheet-col-19-23, .sheet-rolltemplate-5eDefault .sheet-col-20-23, .sheet-rolltemplate-5eDefault .sheet-col-21-23, .sheet-rolltemplate-5eDefault .sheet-col-22-23, .sheet-rolltemplate-5eDefault .sheet-col-1-24, .sheet-rolltemplate-5eDefault .sheet-col-2-24, .sheet-rolltemplate-5eDefault .sheet-col-3-24, .sheet-rolltemplate-5eDefault .sheet-col-4-24, .sheet-rolltemplate-5eDefault .sheet-col-5-24, .sheet-rolltemplate-5eDefault .sheet-col-6-24, .sheet-rolltemplate-5eDefault .sheet-col-7-24, .sheet-rolltemplate-5eDefault .sheet-col-8-24, .sheet-rolltemplate-5eDefault .sheet-col-9-24, .sheet-rolltemplate-5eDefault .sheet-col-10-24, .sheet-rolltemplate-5eDefault .sheet-col-11-24, .sheet-rolltemplate-5eDefault .sheet-col-12-24, .sheet-rolltemplate-5eDefault .sheet-col-13-24, .sheet-rolltemplate-5eDefault .sheet-col-14-24, .sheet-rolltemplate-5eDefault .sheet-col-15-24, .sheet-rolltemplate-5eDefault .sheet-col-16-24, .sheet-rolltemplate-5eDefault .sheet-col-17-24, .sheet-rolltemplate-5eDefault .sheet-col-18-24, .sheet-rolltemplate-5eDefault .sheet-col-19-24, .sheet-rolltemplate-5eDefault .sheet-col-20-24, .sheet-rolltemplate-5eDefault .sheet-col-21-24, .sheet-rolltemplate-5eDefault .sheet-col-22-24, .sheet-rolltemplate-5eDefault .sheet-col-23-24{ + display: inline-block; + zoom: 1; + *display: inline; + letter-spacing: normal; + word-spacing: normal; + vertical-align: top; + text-rendering: auto; +} + + +.sheet-col-1, .sheet-rolltemplate-5eDefault .sheet-col-1 { + display:block; +} + +.sheet-col-1-2, .sheet-rolltemplate-5eDefault .sheet-col-1-2 {width: 50%;} +.sheet-col-1-3, .sheet-rolltemplate-5eDefault .sheet-col-1-3 {width: 33.3333%;} +.sheet-col-2-3, .sheet-rolltemplate-5eDefault .sheet-col-2-3 {width: 66.6666%;} +.sheet-col-1-4, .sheet-rolltemplate-5eDefault .sheet-col-1-4 {width: 25%;} +.sheet-col-2-4, .sheet-rolltemplate-5eDefault .sheet-col-2-4 {width: 50%;} +.sheet-col-3-4, .sheet-rolltemplate-5eDefault .sheet-col-3-4 {width: 75%;} +.sheet-col-1-5, .sheet-rolltemplate-5eDefault .sheet-col-1-5 {width: 20%;} +.sheet-col-2-5, .sheet-rolltemplate-5eDefault .sheet-col-2-5 {width: 40%;} +.sheet-col-3-5, .sheet-rolltemplate-5eDefault .sheet-col-3-5 {width: 60%;} +.sheet-col-4-5, .sheet-rolltemplate-5eDefault .sheet-col-4-5 {width: 80%;} +.sheet-col-1-6, .sheet-rolltemplate-5eDefault .sheet-col-1-6 {width: 16.6666%;} +.sheet-col-2-6, .sheet-rolltemplate-5eDefault .sheet-col-2-6 {width: 33.3333%;} +.sheet-col-3-6, .sheet-rolltemplate-5eDefault .sheet-col-3-6 {width: 50%;} +.sheet-col-4-6, .sheet-rolltemplate-5eDefault .sheet-col-4-6 {width: 66.6666%;} +.sheet-col-5-6, .sheet-rolltemplate-5eDefault .sheet-col-5-6 {width: 83.3333%;} +.sheet-col-1-7, .sheet-rolltemplate-5eDefault .sheet-col-1-7 {width: 14.2857%;} +.sheet-col-2-7, .sheet-rolltemplate-5eDefault .sheet-col-2-7 {width: 28.5714%;} +.sheet-col-3-7, .sheet-rolltemplate-5eDefault .sheet-col-3-7 {width: 42.8571%;} +.sheet-col-4-7, .sheet-rolltemplate-5eDefault .sheet-col-4-7 {width: 57.1428%;} +.sheet-col-5-7, .sheet-rolltemplate-5eDefault .sheet-col-5-7 {width: 71.4285%;} +.sheet-col-6-7, .sheet-rolltemplate-5eDefault .sheet-col-6-7 {width: 85.7142%;} +.sheet-col-1-8, .sheet-rolltemplate-5eDefault .sheet-col-1-8 {width: 12.5%;} +.sheet-col-2-8, .sheet-rolltemplate-5eDefault .sheet-col-2-8 {width: 25%;} +.sheet-col-3-8, .sheet-rolltemplate-5eDefault .sheet-col-3-8 {width: 37.5%;} +.sheet-col-4-8, .sheet-rolltemplate-5eDefault .sheet-col-4-8 {width: 50%;} +.sheet-col-5-8, .sheet-rolltemplate-5eDefault .sheet-col-5-8 {width: 62.5%;} +.sheet-col-6-8, .sheet-rolltemplate-5eDefault .sheet-col-6-8 {width: 75%;} +.sheet-col-7-8, .sheet-rolltemplate-5eDefault .sheet-col-7-8 {width: 87.5%;} +.sheet-col-1-9, .sheet-rolltemplate-5eDefault .sheet-col-1-9 {width: 11.1111%;} +.sheet-col-2-9, .sheet-rolltemplate-5eDefault .sheet-col-2-9 {width: 22.2222%;} +.sheet-col-3-9, .sheet-rolltemplate-5eDefault .sheet-col-3-9 {width: 33.3333%;} +.sheet-col-4-9, .sheet-rolltemplate-5eDefault .sheet-col-4-9 {width: 44.4444%;} +.sheet-col-5-9, .sheet-rolltemplate-5eDefault .sheet-col-5-9 {width: 55.5555%;} +.sheet-col-6-9, .sheet-rolltemplate-5eDefault .sheet-col-6-9 {width: 66.6666%;} +.sheet-col-7-9, .sheet-rolltemplate-5eDefault .sheet-col-7-9 {width: 77.7777%;} +.sheet-col-8-9, .sheet-rolltemplate-5eDefault .sheet-col-8-9 {width: 88.8888%;} +.sheet-col-1-10, .sheet-rolltemplate-5eDefault .sheet-col-1-10 {width: 10%;} +.sheet-col-2-10, .sheet-rolltemplate-5eDefault .sheet-col-2-10 {width: 20%;} +.sheet-col-3-10, .sheet-rolltemplate-5eDefault .sheet-col-3-10 {width: 30%;} +.sheet-col-4-10, .sheet-rolltemplate-5eDefault .sheet-col-4-10 {width: 40%;} +.sheet-col-5-10, .sheet-rolltemplate-5eDefault .sheet-col-5-10 {width: 50%;} +.sheet-col-6-10, .sheet-rolltemplate-5eDefault .sheet-col-6-10 {width: 60%;} +.sheet-col-7-10, .sheet-rolltemplate-5eDefault .sheet-col-7-10 {width: 70%;} +.sheet-col-8-10, .sheet-rolltemplate-5eDefault .sheet-col-8-10 {width: 80%;} +.sheet-col-9-10, .sheet-rolltemplate-5eDefault .sheet-col-9-10 {width: 90%;} +.sheet-col-1-11, .sheet-rolltemplate-5eDefault .sheet-col-1-11 {width: 9.0909%;} +.sheet-col-2-11, .sheet-rolltemplate-5eDefault .sheet-col-2-11 {width: 18.1818%;} +.sheet-col-3-11, .sheet-rolltemplate-5eDefault .sheet-col-3-11 {width: 27.2727%;} +.sheet-col-4-11, .sheet-rolltemplate-5eDefault .sheet-col-4-11 {width: 36.3636%;} +.sheet-col-5-11, .sheet-rolltemplate-5eDefault .sheet-col-5-11 {width: 45.4545%;} +.sheet-col-6-11, .sheet-rolltemplate-5eDefault .sheet-col-6-11 {width: 54.5454%;} +.sheet-col-7-11, .sheet-rolltemplate-5eDefault .sheet-col-7-11 {width: 63.6363%;} +.sheet-col-8-11, .sheet-rolltemplate-5eDefault .sheet-col-8-11 {width: 72.7272%;} +.sheet-col-9-11, .sheet-rolltemplate-5eDefault .sheet-col-9-11 {width: 81.8181%;} +.sheet-col-10-11, .sheet-rolltemplate-5eDefault .sheet-col-10-11 {width: 90.909%;} +.sheet-col-1-12, .sheet-rolltemplate-5eDefault .sheet-col-1-12 {width: 8.3333%;} +.sheet-col-2-12, .sheet-rolltemplate-5eDefault .sheet-col-2-12 {width: 16.6666%;} +.sheet-col-3-12, .sheet-rolltemplate-5eDefault .sheet-col-3-12 {width: 25%;} +.sheet-col-4-12, .sheet-rolltemplate-5eDefault .sheet-col-4-12 {width: 33.3333%;} +.sheet-col-5-12, .sheet-rolltemplate-5eDefault .sheet-col-5-12 {width: 41.6666%;} +.sheet-col-6-12, .sheet-rolltemplate-5eDefault .sheet-col-6-12 {width: 50%;} +.sheet-col-7-12, .sheet-rolltemplate-5eDefault .sheet-col-7-12 {width: 58.3333%;} +.sheet-col-8-12, .sheet-rolltemplate-5eDefault .sheet-col-8-12 {width: 66.6666%;} +.sheet-col-9-12, .sheet-rolltemplate-5eDefault .sheet-col-9-12 {width: 75%;} +.sheet-col-10-12, .sheet-rolltemplate-5eDefault .sheet-col-10-12 {width: 83.3333%;} +.sheet-col-11-12, .sheet-rolltemplate-5eDefault .sheet-col-11-12 {width: 91.6666%;} +.sheet-col-1-13, .sheet-rolltemplate-5eDefault .sheet-col-1-13 {width: 7.6923%;} +.sheet-col-2-13, .sheet-rolltemplate-5eDefault .sheet-col-2-13 {width: 15.3846%;} +.sheet-col-3-13, .sheet-rolltemplate-5eDefault .sheet-col-3-13 {width: 23.0769%;} +.sheet-col-4-13, .sheet-rolltemplate-5eDefault .sheet-col-4-13 {width: 30.7692%;} +.sheet-col-5-13, .sheet-rolltemplate-5eDefault .sheet-col-5-13 {width: 38.4615%;} +.sheet-col-6-13, .sheet-rolltemplate-5eDefault .sheet-col-6-13 {width: 46.1538%;} +.sheet-col-7-13, .sheet-rolltemplate-5eDefault .sheet-col-7-13 {width: 53.8461%;} +.sheet-col-8-13, .sheet-rolltemplate-5eDefault .sheet-col-8-13 {width: 61.5384%;} +.sheet-col-9-13, .sheet-rolltemplate-5eDefault .sheet-col-9-13 {width: 69.2307%;} +.sheet-col-10-13, .sheet-rolltemplate-5eDefault .sheet-col-10-13 {width: 76.923%;} +.sheet-col-11-13, .sheet-rolltemplate-5eDefault .sheet-col-11-13 {width: 84.6153%;} +.sheet-col-12-13, .sheet-rolltemplate-5eDefault .sheet-col-12-13 {width: 92.3076%;} +.sheet-col-1-14, .sheet-rolltemplate-5eDefault .sheet-col-1-14 {width: 7.1428%;} +.sheet-col-2-14, .sheet-rolltemplate-5eDefault .sheet-col-2-14 {width: 14.2857%;} +.sheet-col-3-14, .sheet-rolltemplate-5eDefault .sheet-col-3-14 {width: 21.4285%;} +.sheet-col-4-14, .sheet-rolltemplate-5eDefault .sheet-col-4-14 {width: 28.5714%;} +.sheet-col-5-14, .sheet-rolltemplate-5eDefault .sheet-col-5-14 {width: 35.7142%;} +.sheet-col-6-14, .sheet-rolltemplate-5eDefault .sheet-col-6-14 {width: 42.8571%;} +.sheet-col-7-14, .sheet-rolltemplate-5eDefault .sheet-col-7-14 {width: 50%;} +.sheet-col-8-14, .sheet-rolltemplate-5eDefault .sheet-col-8-14 {width: 57.1428%;} +.sheet-col-9-14, .sheet-rolltemplate-5eDefault .sheet-col-9-14 {width: 64.2857%;} +.sheet-col-10-14, .sheet-rolltemplate-5eDefault .sheet-col-10-14 {width: 71.4285%;} +.sheet-col-11-14, .sheet-rolltemplate-5eDefault .sheet-col-11-14 {width: 78.5714%;} +.sheet-col-12-14, .sheet-rolltemplate-5eDefault .sheet-col-12-14 {width: 85.7142%;} +.sheet-col-13-14, .sheet-rolltemplate-5eDefault .sheet-col-13-14 {width: 92.8571%;} +.sheet-col-1-15, .sheet-rolltemplate-5eDefault .sheet-col-1-15 {width: 6.6666%;} +.sheet-col-2-15, .sheet-rolltemplate-5eDefault .sheet-col-2-15 {width: 13.3333%;} +.sheet-col-3-15, .sheet-rolltemplate-5eDefault .sheet-col-3-15 {width: 20%;} +.sheet-col-4-15, .sheet-rolltemplate-5eDefault .sheet-col-4-15 {width: 26.6666%;} +.sheet-col-5-15, .sheet-rolltemplate-5eDefault .sheet-col-5-15 {width: 33.3333%;} +.sheet-col-6-15, .sheet-rolltemplate-5eDefault .sheet-col-6-15 {width: 40%;} +.sheet-col-7-15, .sheet-rolltemplate-5eDefault .sheet-col-7-15 {width: 46.6666%;} +.sheet-col-8-15, .sheet-rolltemplate-5eDefault .sheet-col-8-15 {width: 53.3333%;} +.sheet-col-9-15, .sheet-rolltemplate-5eDefault .sheet-col-9-15 {width: 60%;} +.sheet-col-10-15, .sheet-rolltemplate-5eDefault .sheet-col-10-15 {width: 66.6666%;} +.sheet-col-11-15, .sheet-rolltemplate-5eDefault .sheet-col-11-15 {width: 73.3333%;} +.sheet-col-12-15, .sheet-rolltemplate-5eDefault .sheet-col-12-15 {width: 80%;} +.sheet-col-13-15, .sheet-rolltemplate-5eDefault .sheet-col-13-15 {width: 86.6666%;} +.sheet-col-14-15, .sheet-rolltemplate-5eDefault .sheet-col-14-15 {width: 93.3333%;} +.sheet-col-1-16, .sheet-rolltemplate-5eDefault .sheet-col-1-16 {width: 6.25%;} +.sheet-col-2-16, .sheet-rolltemplate-5eDefault .sheet-col-2-16 {width: 12.5%;} +.sheet-col-3-16, .sheet-rolltemplate-5eDefault .sheet-col-3-16 {width: 18.75%;} +.sheet-col-4-16, .sheet-rolltemplate-5eDefault .sheet-col-4-16 {width: 25%;} +.sheet-col-5-16, .sheet-rolltemplate-5eDefault .sheet-col-5-16 {width: 31.25%;} +.sheet-col-6-16, .sheet-rolltemplate-5eDefault .sheet-col-6-16 {width: 37.5%;} +.sheet-col-7-16, .sheet-rolltemplate-5eDefault .sheet-col-7-16 {width: 43.75%;} +.sheet-col-8-16, .sheet-rolltemplate-5eDefault .sheet-col-8-16 {width: 50%;} +.sheet-col-9-16, .sheet-rolltemplate-5eDefault .sheet-col-9-16 {width: 56.25%;} +.sheet-col-10-16, .sheet-rolltemplate-5eDefault .sheet-col-10-16 {width: 62.5%;} +.sheet-col-11-16, .sheet-rolltemplate-5eDefault .sheet-col-11-16 {width: 68.75%;} +.sheet-col-12-16, .sheet-rolltemplate-5eDefault .sheet-col-12-16 {width: 75%;} +.sheet-col-13-16, .sheet-rolltemplate-5eDefault .sheet-col-13-16 {width: 81.25%;} +.sheet-col-14-16, .sheet-rolltemplate-5eDefault .sheet-col-14-16 {width: 87.5%;} +.sheet-col-15-16, .sheet-rolltemplate-5eDefault .sheet-col-15-16 {width: 93.75%;} +.sheet-col-1-17, .sheet-rolltemplate-5eDefault .sheet-col-1-17 {width: 5.8823%;} +.sheet-col-2-17, .sheet-rolltemplate-5eDefault .sheet-col-2-17 {width: 11.7647%;} +.sheet-col-3-17, .sheet-rolltemplate-5eDefault .sheet-col-3-17 {width: 17.647%;} +.sheet-col-4-17, .sheet-rolltemplate-5eDefault .sheet-col-4-17 {width: 23.5294%;} +.sheet-col-5-17, .sheet-rolltemplate-5eDefault .sheet-col-5-17 {width: 29.4117%;} +.sheet-col-6-17, .sheet-rolltemplate-5eDefault .sheet-col-6-17 {width: 35.2941%;} +.sheet-col-7-17, .sheet-rolltemplate-5eDefault .sheet-col-7-17 {width: 41.1764%;} +.sheet-col-8-17, .sheet-rolltemplate-5eDefault .sheet-col-8-17 {width: 47.0588%;} +.sheet-col-9-17, .sheet-rolltemplate-5eDefault .sheet-col-9-17 {width: 52.9411%;} +.sheet-col-10-17, .sheet-rolltemplate-5eDefault .sheet-col-10-17 {width: 58.8235%;} +.sheet-col-11-17, .sheet-rolltemplate-5eDefault .sheet-col-11-17 {width: 64.7058%;} +.sheet-col-12-17, .sheet-rolltemplate-5eDefault .sheet-col-12-17 {width: 70.5882%;} +.sheet-col-13-17, .sheet-rolltemplate-5eDefault .sheet-col-13-17 {width: 76.4705%;} +.sheet-col-14-17, .sheet-rolltemplate-5eDefault .sheet-col-14-17 {width: 82.3529%;} +.sheet-col-15-17, .sheet-rolltemplate-5eDefault .sheet-col-15-17 {width: 88.2352%;} +.sheet-col-16-17, .sheet-rolltemplate-5eDefault .sheet-col-16-17 {width: 94.1176%;} +.sheet-col-1-18, .sheet-rolltemplate-5eDefault .sheet-col-1-18 {width: 5.5555%;} +.sheet-col-2-18, .sheet-rolltemplate-5eDefault .sheet-col-2-18 {width: 11.1111%;} +.sheet-col-3-18, .sheet-rolltemplate-5eDefault .sheet-col-3-18 {width: 16.6666%;} +.sheet-col-4-18, .sheet-rolltemplate-5eDefault .sheet-col-4-18 {width: 22.2222%;} +.sheet-col-5-18, .sheet-rolltemplate-5eDefault .sheet-col-5-18 {width: 27.7777%;} +.sheet-col-6-18, .sheet-rolltemplate-5eDefault .sheet-col-6-18 {width: 33.3333%;} +.sheet-col-7-18, .sheet-rolltemplate-5eDefault .sheet-col-7-18 {width: 38.8888%;} +.sheet-col-8-18, .sheet-rolltemplate-5eDefault .sheet-col-8-18 {width: 44.4444%;} +.sheet-col-9-18, .sheet-rolltemplate-5eDefault .sheet-col-9-18 {width: 50%;} +.sheet-col-10-18, .sheet-rolltemplate-5eDefault .sheet-col-10-18 {width: 55.5555%;} +.sheet-col-11-18, .sheet-rolltemplate-5eDefault .sheet-col-11-18 {width: 61.1111%;} +.sheet-col-12-18, .sheet-rolltemplate-5eDefault .sheet-col-12-18 {width: 66.6666%;} +.sheet-col-13-18, .sheet-rolltemplate-5eDefault .sheet-col-13-18 {width: 72.2222%;} +.sheet-col-14-18, .sheet-rolltemplate-5eDefault .sheet-col-14-18 {width: 77.7777%;} +.sheet-col-15-18, .sheet-rolltemplate-5eDefault .sheet-col-15-18 {width: 83.3333%;} +.sheet-col-16-18, .sheet-rolltemplate-5eDefault .sheet-col-16-18 {width: 88.8888%;} +.sheet-col-17-18, .sheet-rolltemplate-5eDefault .sheet-col-17-18 {width: 94.4444%;} +.sheet-col-1-19, .sheet-rolltemplate-5eDefault .sheet-col-1-19 {width: 5.2631%;} +.sheet-col-2-19, .sheet-rolltemplate-5eDefault .sheet-col-2-19 {width: 10.5263%;} +.sheet-col-3-19, .sheet-rolltemplate-5eDefault .sheet-col-3-19 {width: 15.7894%;} +.sheet-col-4-19, .sheet-rolltemplate-5eDefault .sheet-col-4-19 {width: 21.0526%;} +.sheet-col-5-19, .sheet-rolltemplate-5eDefault .sheet-col-5-19 {width: 26.3157%;} +.sheet-col-6-19, .sheet-rolltemplate-5eDefault .sheet-col-6-19 {width: 31.5789%;} +.sheet-col-7-19, .sheet-rolltemplate-5eDefault .sheet-col-7-19 {width: 36.8421%;} +.sheet-col-8-19, .sheet-rolltemplate-5eDefault .sheet-col-8-19 {width: 42.1052%;} +.sheet-col-9-19, .sheet-rolltemplate-5eDefault .sheet-col-9-19 {width: 47.3684%;} +.sheet-col-10-19, .sheet-rolltemplate-5eDefault .sheet-col-10-19 {width: 52.6315%;} +.sheet-col-11-19, .sheet-rolltemplate-5eDefault .sheet-col-11-19 {width: 57.8947%;} +.sheet-col-12-19, .sheet-rolltemplate-5eDefault .sheet-col-12-19 {width: 63.1578%;} +.sheet-col-13-19, .sheet-rolltemplate-5eDefault .sheet-col-13-19 {width: 68.421%;} +.sheet-col-14-19, .sheet-rolltemplate-5eDefault .sheet-col-14-19 {width: 73.6842%;} +.sheet-col-15-19, .sheet-rolltemplate-5eDefault .sheet-col-15-19 {width: 78.9473%;} +.sheet-col-16-19, .sheet-rolltemplate-5eDefault .sheet-col-16-19 {width: 84.2105%;} +.sheet-col-17-19, .sheet-rolltemplate-5eDefault .sheet-col-17-19 {width: 89.4736%;} +.sheet-col-18-19, .sheet-rolltemplate-5eDefault .sheet-col-18-19 {width: 94.7368%;} +.sheet-col-1-20, .sheet-rolltemplate-5eDefault .sheet-col-1-20 {width: 5%;} +.sheet-col-2-20, .sheet-rolltemplate-5eDefault .sheet-col-2-20 {width: 10%;} +.sheet-col-3-20, .sheet-rolltemplate-5eDefault .sheet-col-3-20 {width: 15%;} +.sheet-col-4-20, .sheet-rolltemplate-5eDefault .sheet-col-4-20 {width: 20%;} +.sheet-col-5-20, .sheet-rolltemplate-5eDefault .sheet-col-5-20 {width: 25%;} +.sheet-col-6-20, .sheet-rolltemplate-5eDefault .sheet-col-6-20 {width: 30%;} +.sheet-col-7-20, .sheet-rolltemplate-5eDefault .sheet-col-7-20 {width: 35%;} +.sheet-col-8-20, .sheet-rolltemplate-5eDefault .sheet-col-8-20 {width: 40%;} +.sheet-col-9-20, .sheet-rolltemplate-5eDefault .sheet-col-9-20 {width: 45%;} +.sheet-col-10-20, .sheet-rolltemplate-5eDefault .sheet-col-10-20 {width: 50%;} +.sheet-col-11-20, .sheet-rolltemplate-5eDefault .sheet-col-11-20 {width: 55%;} +.sheet-col-12-20, .sheet-rolltemplate-5eDefault .sheet-col-12-20 {width: 60%;} +.sheet-col-13-20, .sheet-rolltemplate-5eDefault .sheet-col-13-20 {width: 65%;} +.sheet-col-14-20, .sheet-rolltemplate-5eDefault .sheet-col-14-20 {width: 70%;} +.sheet-col-15-20, .sheet-rolltemplate-5eDefault .sheet-col-15-20 {width: 75%;} +.sheet-col-16-20, .sheet-rolltemplate-5eDefault .sheet-col-16-20 {width: 80%;} +.sheet-col-17-20, .sheet-rolltemplate-5eDefault .sheet-col-17-20 {width: 85%;} +.sheet-col-18-20, .sheet-rolltemplate-5eDefault .sheet-col-18-20 {width: 90%;} +.sheet-col-19-20, .sheet-rolltemplate-5eDefault .sheet-col-19-20 {width: 95%;} +.sheet-col-1-21, .sheet-rolltemplate-5eDefault .sheet-col-1-21 {width: 4.7619%;} +.sheet-col-2-21, .sheet-rolltemplate-5eDefault .sheet-col-2-21 {width: 9.5238%;} +.sheet-col-3-21, .sheet-rolltemplate-5eDefault .sheet-col-3-21 {width: 14.2857%;} +.sheet-col-4-21, .sheet-rolltemplate-5eDefault .sheet-col-4-21 {width: 19.0476%;} +.sheet-col-5-21, .sheet-rolltemplate-5eDefault .sheet-col-5-21 {width: 23.8095%;} +.sheet-col-6-21, .sheet-rolltemplate-5eDefault .sheet-col-6-21 {width: 28.5714%;} +.sheet-col-7-21, .sheet-rolltemplate-5eDefault .sheet-col-7-21 {width: 33.3333%;} +.sheet-col-8-21, .sheet-rolltemplate-5eDefault .sheet-col-8-21 {width: 38.0952%;} +.sheet-col-9-21, .sheet-rolltemplate-5eDefault .sheet-col-9-21 {width: 42.8571%;} +.sheet-col-10-21, .sheet-rolltemplate-5eDefault .sheet-col-10-21 {width: 47.619%;} +.sheet-col-11-21, .sheet-rolltemplate-5eDefault .sheet-col-11-21 {width: 52.3809%;} +.sheet-col-12-21, .sheet-rolltemplate-5eDefault .sheet-col-12-21 {width: 57.1428%;} +.sheet-col-13-21, .sheet-rolltemplate-5eDefault .sheet-col-13-21 {width: 61.9047%;} +.sheet-col-14-21, .sheet-rolltemplate-5eDefault .sheet-col-14-21 {width: 66.6666%;} +.sheet-col-15-21, .sheet-rolltemplate-5eDefault .sheet-col-15-21 {width: 71.4285%;} +.sheet-col-16-21, .sheet-rolltemplate-5eDefault .sheet-col-16-21 {width: 76.1904%;} +.sheet-col-17-21, .sheet-rolltemplate-5eDefault .sheet-col-17-21 {width: 80.9523%;} +.sheet-col-18-21, .sheet-rolltemplate-5eDefault .sheet-col-18-21 {width: 85.7142%;} +.sheet-col-19-21, .sheet-rolltemplate-5eDefault .sheet-col-19-21 {width: 90.4761%;} +.sheet-col-20-21, .sheet-rolltemplate-5eDefault .sheet-col-20-21 {width: 95.238%;} +.sheet-col-1-22, .sheet-rolltemplate-5eDefault .sheet-col-1-22 {width: 4.5454%;} +.sheet-col-2-22, .sheet-rolltemplate-5eDefault .sheet-col-2-22 {width: 9.0909%;} +.sheet-col-3-22, .sheet-rolltemplate-5eDefault .sheet-col-3-22 {width: 13.6363%;} +.sheet-col-4-22, .sheet-rolltemplate-5eDefault .sheet-col-4-22 {width: 18.1818%;} +.sheet-col-5-22, .sheet-rolltemplate-5eDefault .sheet-col-5-22 {width: 22.7272%;} +.sheet-col-6-22, .sheet-rolltemplate-5eDefault .sheet-col-6-22 {width: 27.2727%;} +.sheet-col-7-22, .sheet-rolltemplate-5eDefault .sheet-col-7-22 {width: 31.8181%;} +.sheet-col-8-22, .sheet-rolltemplate-5eDefault .sheet-col-8-22 {width: 36.3636%;} +.sheet-col-9-22, .sheet-rolltemplate-5eDefault .sheet-col-9-22 {width: 40.909%;} +.sheet-col-10-22, .sheet-rolltemplate-5eDefault .sheet-col-10-22 {width: 45.4545%;} +.sheet-col-11-22, .sheet-rolltemplate-5eDefault .sheet-col-11-22 {width: 50%;} +.sheet-col-12-22, .sheet-rolltemplate-5eDefault .sheet-col-12-22 {width: 54.5454%;} +.sheet-col-13-22, .sheet-rolltemplate-5eDefault .sheet-col-13-22 {width: 59.0909%;} +.sheet-col-14-22, .sheet-rolltemplate-5eDefault .sheet-col-14-22 {width: 63.6363%;} +.sheet-col-15-22, .sheet-rolltemplate-5eDefault .sheet-col-15-22 {width: 68.1818%;} +.sheet-col-16-22, .sheet-rolltemplate-5eDefault .sheet-col-16-22 {width: 72.7272%;} +.sheet-col-17-22, .sheet-rolltemplate-5eDefault .sheet-col-17-22 {width: 77.2727%;} +.sheet-col-18-22, .sheet-rolltemplate-5eDefault .sheet-col-18-22 {width: 81.8181%;} +.sheet-col-19-22, .sheet-rolltemplate-5eDefault .sheet-col-19-22 {width: 86.3636%;} +.sheet-col-20-22, .sheet-rolltemplate-5eDefault .sheet-col-20-22 {width: 90.909%;} +.sheet-col-21-22, .sheet-rolltemplate-5eDefault .sheet-col-21-22 {width: 95.4545%;} +.sheet-col-1-23, .sheet-rolltemplate-5eDefault .sheet-col-1-23 {width: 4.3478%;} +.sheet-col-2-23, .sheet-rolltemplate-5eDefault .sheet-col-2-23 {width: 8.6956%;} +.sheet-col-3-23, .sheet-rolltemplate-5eDefault .sheet-col-3-23 {width: 13.0434%;} +.sheet-col-4-23, .sheet-rolltemplate-5eDefault .sheet-col-4-23 {width: 17.3913%;} +.sheet-col-5-23, .sheet-rolltemplate-5eDefault .sheet-col-5-23 {width: 21.7391%;} +.sheet-col-6-23, .sheet-rolltemplate-5eDefault .sheet-col-6-23 {width: 26.0869%;} +.sheet-col-7-23, .sheet-rolltemplate-5eDefault .sheet-col-7-23 {width: 30.4347%;} +.sheet-col-8-23, .sheet-rolltemplate-5eDefault .sheet-col-8-23 {width: 34.7826%;} +.sheet-col-9-23, .sheet-rolltemplate-5eDefault .sheet-col-9-23 {width: 39.1304%;} +.sheet-col-10-23, .sheet-rolltemplate-5eDefault .sheet-col-10-23 {width: 43.4782%;} +.sheet-col-11-23, .sheet-rolltemplate-5eDefault .sheet-col-11-23 {width: 47.826%;} +.sheet-col-12-23, .sheet-rolltemplate-5eDefault .sheet-col-12-23 {width: 52.1739%;} +.sheet-col-13-23, .sheet-rolltemplate-5eDefault .sheet-col-13-23 {width: 56.5217%;} +.sheet-col-14-23, .sheet-rolltemplate-5eDefault .sheet-col-14-23 {width: 60.8695%;} +.sheet-col-15-23, .sheet-rolltemplate-5eDefault .sheet-col-15-23 {width: 65.2173%;} +.sheet-col-16-23, .sheet-rolltemplate-5eDefault .sheet-col-16-23 {width: 69.5652%;} +.sheet-col-17-23, .sheet-rolltemplate-5eDefault .sheet-col-17-23 {width: 73.913%;} +.sheet-col-18-23, .sheet-rolltemplate-5eDefault .sheet-col-18-23 {width: 78.2608%;} +.sheet-col-19-23, .sheet-rolltemplate-5eDefault .sheet-col-19-23 {width: 82.6086%;} +.sheet-col-20-23, .sheet-rolltemplate-5eDefault .sheet-col-20-23 {width: 86.9565%;} +.sheet-col-21-23, .sheet-rolltemplate-5eDefault .sheet-col-21-23 {width: 91.3043%;} +.sheet-col-22-23, .sheet-rolltemplate-5eDefault .sheet-col-22-23 {width: 95.6521%;} +.sheet-col-1-24, .sheet-rolltemplate-5eDefault .sheet-col-1-24 {width: 4.1666%;} +.sheet-col-2-24, .sheet-rolltemplate-5eDefault .sheet-col-2-24 {width: 8.3333%;} +.sheet-col-3-24, .sheet-rolltemplate-5eDefault .sheet-col-3-24 {width: 12.5%;} +.sheet-col-4-24, .sheet-rolltemplate-5eDefault .sheet-col-4-24 {width: 16.6666%;} +.sheet-col-5-24, .sheet-rolltemplate-5eDefault .sheet-col-5-24 {width: 20.8333%;} +.sheet-col-6-24, .sheet-rolltemplate-5eDefault .sheet-col-6-24 {width: 25%;} +.sheet-col-7-24, .sheet-rolltemplate-5eDefault .sheet-col-7-24 {width: 29.1666%;} +.sheet-col-8-24, .sheet-rolltemplate-5eDefault .sheet-col-8-24 {width: 33.3333%;} +.sheet-col-9-24, .sheet-rolltemplate-5eDefault .sheet-col-9-24 {width: 37.5%;} +.sheet-col-10-24, .sheet-rolltemplate-5eDefault .sheet-col-10-24 {width: 41.6666%;} +.sheet-col-11-24, .sheet-rolltemplate-5eDefault .sheet-col-11-24 {width: 45.8333%;} +.sheet-col-12-24, .sheet-rolltemplate-5eDefault .sheet-col-12-24 {width: 50%;} +.sheet-col-13-24, .sheet-rolltemplate-5eDefault .sheet-col-13-24 {width: 54.1666%;} +.sheet-col-14-24, .sheet-rolltemplate-5eDefault .sheet-col-14-24 {width: 58.3333%;} +.sheet-col-15-24, .sheet-rolltemplate-5eDefault .sheet-col-15-24 {width: 62.5%;} +.sheet-col-16-24, .sheet-rolltemplate-5eDefault .sheet-col-16-24 {width: 66.6666%;} +.sheet-col-17-24, .sheet-rolltemplate-5eDefault .sheet-col-17-24 {width: 70.8333%;} +.sheet-col-18-24, .sheet-rolltemplate-5eDefault .sheet-col-18-24 {width: 75%;} +.sheet-col-19-24, .sheet-rolltemplate-5eDefault .sheet-col-19-24 {width: 79.1666%;} +.sheet-col-20-24, .sheet-rolltemplate-5eDefault .sheet-col-20-24 {width: 83.3333%;} +.sheet-col-21-24, .sheet-rolltemplate-5eDefault .sheet-col-21-24 {width: 87.5%;} +.sheet-col-22-24, .sheet-rolltemplate-5eDefault .sheet-col-22-24 {width: 91.6666%;} +.sheet-col-23-24, .sheet-rolltemplate-5eDefault .sheet-col-23-24 {width: 95.8333%;} + +.sheet-row-r, +.sheet-rolltemplate-5eDefault .sheet-row-r { + letter-spacing: -0.31em; + *letter-spacing: normal; + word-spacing: -0.43em; +} + +/* Firefox */ +input.sheet-spinhide { + -moz-appearance: textfield; +} + +input.sheet-spinhide::-webkit-inner-spin-button, +input.sheet-spinhide::-webkit-outer-spin-button{ + -webkit-appearance: none; + margin: 0; +} + +/* Opera */ +.sheet-opera-only :-o-prefocus, .sheet-row-r, +.sheet-rolltemplate-5eDefault .sheet-opera-only :-o-prefocus, .sheet-rolltemplate-5eDefault .sheet-row-r { + word-spacing: -0.43em; +} + +.sheet-row-r img, +.sheet-rolltemplate-5eDefault .sheet-row-r img { + max-width: 100%; +} + +.sheet-row-flex-split { + width:100%; + display:flex; + align-items: center; + justify-content: space-between; + + .row-flex-1-2 {width:47%} + .row-flex-1-3 {width:31%} + .row-flex-1-4 {width:23%} + .row-flex-1-5 {width:18%} +} + +/* End custom Pure grid css (24 cols) */ diff --git a/Tales Of Argosa/TOASheet.html b/Tales Of Argosa/TOASheet.html new file mode 100644 index 000000000000..b599c80e5b36 --- /dev/null +++ b/Tales Of Argosa/TOASheet.html @@ -0,0 +1,1616 @@ +
+ + + Settings + + + + /w GM + + + + +
+
+
+
+
+

Settings

+ +
+
+
+
Send Initiative to Tracker [?] + Rolling initiative with token selected sends roll to tracker +
+
+ +
+
+
+
+
+ + + + + +
+
+ +
+ +
+ Tales of Argosa +
+
+ +
+  
 
+

Sheet version 1.0
November 2024

+ +
+ +
+  
 
 
+
Character Name +
+
+  
 
 
+
Class +
+
+  
 
 
+
Level +
+
+  
 
 
+
XP +
+
+  
 
 
+
XP Goal +
+
+
+ + + +

Personal Details

+
+

Gender
+

Age
+

Height
+

Weight
+

Eyes
+

Hair
+

Race
+
+
+

Background
+

Others
+
+ + + +

Statistics

+
+
+
Hit Points
+
+
+ +
Current +
+
+ +
Max +
+
+
+
+
Attack Bonus
+
+
+ +
  +
+
+
+
+
+
Armour Class [?] + 10 + Dex modifier + armour AC bonus. +
+
+
+
+ +
  +
+
+
+
+
+
+
Reroll Pool [?] + Rerolls are for Skill checks, Luck rolls, Rest recoveries, and Dead tests. +
+
+
+
+
+ +
Current +
+
+ +
Max +
+
+
+
+
+
+
DDM Threshold [?] + Rolls equal to or below the threshold trigger a roll on the Dark and Dangerous Magic table. +
+
+
+
+ +
+
+ +
+
+
+
+
Misc
+
+
+ +
  +
+
+
+
+
+ + + + + + Main + + Features + + Attacks + + Spellbook + + Gear + + Injuries + + Notes + + + + + +
+ +
+ + + +
+

Attributes

+
+
Score
+
Max
+
 
+
Mod
+
GS
+
TF
+
Advantage
+
Modifier
+
Roll
+
Notes
+
+ + + +
+
+
+
Str
+
+
+
+
+ +
+
+ +
+
+ +
+
Melee, Athletics
+
+ + + +
+
+
+
Dex
+
+
+
+
+ +
+
+ +
+
+ +
+
Ranged, AC
+
+ + + +
+
+
+
Con
+
+
+
+
+ +
+
+ +
+
+ +
+
Hit Points, Poison
+
+ + + +
+
+
+
Int
+
+
+
+
+ +
+
+ +
+
+ +
+
Lore, Insight, Lang
+
+ + + +
+
+
+
Per
+
+
+
+
+ +
+
+ +
+
+ +
+
Alertness, Detection
+
+ + + +
+
+
+
Will
+
+
+
+
+ +
+
+ +
+
+ +
+
Mental Def, Recovery
+
+ + + +
+
+
+
Cha
+
+
+
+
+ +
+
+ +
+
+ +
+
Influence, Morale
+
+ + + +
+
+
+
Ini
+
+
+
+
+ +
+
+ +
+
+ +
+
Quickness, Response
+
+ + + +
+
+
+
Luck
+
+ +
+
+ +
+
+ +
+
+ + + +
+
Saves, Exploits
+
+
+ + + +
+

Skills

+
+
Skill Name
+
Attribute
+
Advantage
+
Modifier
+
Roll
+
+
+
+
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+ + + + +
+ +
+
+

Features

+
+
Feature Name / Uses
+
Feature Description
+
+
+
+
+
+
+
+ + +
+
+
+
+
+ +
+
+  /  +
+
+ +
+
+ +
+
+
+
+
+ + +
+
+
+
+
+
+
+ + + + +
+ +
+ + + +

Melee Attacks

+
+
+
Attack Name
+
Attribute
+
Advantage
+
+Hit
+
+Dmg
+
Base Dmg
+
Crit Range
+
+
Crit Dmg [?] + Maximum damage + attribute modifier + half your level rounded up +
+
+
+
Roll [?] + Check box to display description in rolls +
+
+
+
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+ +
+
+
+ +
+
+
+
+
+ + +
+
+
+ + +
+

+
+ + + +
+

Ranged Attacks

+
+
+
Attack Name
+
Range
+
Attribute
+
Advantage
+
+Hit
+
+Dmg
+
Base Dmg
+
Crit Range
+
+
Crit Dmg [?] + Maximum damage + attribute modifier + half your level rounded up +
+
+
+
Roll [?] + Check box to display description in rolls +
+
+
+
+
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+ +
+
+
+ +
+
+
+
+
+ + +
+
+
+ + +
+

+ +
+
+ + + + +
+ +

Spellbook

+ + + Page 1 + + Page 2 + + Page 3 + + Show/Hide All + + + +
+
+
+
+
+ Sheet 1 +
+
+
+
+
/
+
+
Spells Cast
+
+
+
+
+
+
+ + +
+
+
Spell Name
+
Range
+
Duration
+
Roll
+
+ +
+
+
+
+
+ +
+
+
+
+
+ + +
+
+
+ +
+ +
+
+ + +
+
+
+
+
+ Sheet 2 +
+
+
+
+
/
+
+
Spells Cast
+
+
+
+
+
+
+ + +
+
+
Spell Name
+
Range
+
Duration
+
Roll
+
+ +
+
+
+
+
+ +
+
+
+
+
+ + +
+
+
+ +
+ +
+
+ + +
+
+
+
+
+ Sheet 3 +
+
+
+
+
/
+
+
Spells Cast
+
+
+
+
+
+
+ + +
+
+
Spell Name
+
Range
+
Duration
+
Roll
+
+ +
+
+
+
+
+ +
+
+
+
+
+ + +
+
+
+ +
+ +
+
+ + +
+ + + + +
+ +
+ +
+

Coin

+
+
CP
+
SP
+
EP
+
GP
+
PP
+
Total (GP)
+
+
+
+
+
+
+
+
+
+

Treasure/Loot/Gear Notes

+
+ +
+
+ +
+

Gear Locations

+
+
Battle Gear
+
Pack Gear
+
+ +
+ + +
+
+
+ + + +

Gear

+ + Battle Gear + + Pack Gear + + Worn + + Other + + + +
+
+
Battle Gear
+
Name
+
Qty
+
Uses
+
Notes
+
+
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+
+
+ + +
+
+
Pack Gear
+
Name
+
Qty
+
Uses
+
Notes
+
+
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+
+
+ + +
+
+
Worn
+
Name
+
Qty
+
Uses
+
Notes
+
+
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+
+
+ + +
+
+
Others
+
Name
+
Qty
+
Uses
+
Notes
+
+
+
+
+
+ + +
+
+
+
+
+
+ + +
+
+
+
+
+
+ + + +
+ +

Injuries

+
+
+
Type/Duration
+
Description
+
+
+
+
+
+ + +
+
+ + +
+
+
+
+ + +
+
+
+
+
+
+ + + + +
+ +

Notes/Journal

+
+ + +
+
+
+ + + + + +
+
+
{{title}}
+ {{#subheader}} +
{{subheader}}{{#subheaderright}} • {{subheaderright}}{{/subheaderright}}
+ {{/subheader}} + {{#featuresubheader}} + {{#rollGreater() featureusesmaxnum 0}} +
{{featuresubheader}} • {{featureuses}}/{{featureusesmax}} Uses
+ {{/rollGreater() featureusesmaxnum 0}} + {{#^rollGreater() featureusesmaxnum 0}} +
{{featuresubheader}}
+ {{/^rollGreater() featureusesmaxnum 0}} + {{/featuresubheader}} + {{#subheader2}} +
{{subheader2}}{{#subheaderright2}} • {{subheaderright2}}{{/subheaderright2}}
+ {{/subheader2}} +
+ {{#emote}} +

{{character_name}} {{emote}}

+ {{/emote}} +
+ {{#initiative}} +
+
Result
+
{{initiative}}
+
+ {{/initiative}} + + + {{#roll}} +
+
Roll
+
{{roll}}
+
+
+
Target
+
{{target}}
+
+
+
Outcome
+ {{#rollGreater() roll target}} + {{#rollGreater() roll tfresult}} +
{{difference}} Terrible Failure!
+ {{/rollGreater() roll tfresult}} + {{#^rollGreater() roll tfresult}} +
{{difference}} Failure!
+ {{/^rollGreater() roll tfresult}} + {{/rollGreater() roll target}} + + {{#^rollGreater() roll target}} + {{#rollGreater() roll gsresult}} +
{{difference}} Success!
+ {{/rollGreater() roll gsresult}} + {{#^rollGreater() roll gsresult}} +
{{difference}} Great Success!
+ {{/^rollGreater() roll gsresult}} + {{/^rollGreater() roll target}} +
+ {{/roll}} + + + {{#attack}} +
+
Attack
+ {{#rollWasFumble() attack}} +
hits AC {{attack}}, Fumble!
+
+ {{/rollWasFumble() attack}} + {{#^rollWasFumble() attack}} + {{#rollWasCrit() attack}} +
hits AC {{attack}}, Critical!
+
+ {{#rollTotal() attack 19check}} +
+
Nat 19
+
{{19}} Trigger!
+
+ {{/rollTotal() attack 19check}} +
+
Crit Dmg
+
{{critdamage}}
+
+ {{/rollWasCrit() attack}} + {{#^rollWasCrit() attack}} +
hits AC {{attack}}
+
+ {{#rollTotal() attack 19check}} +
+
Nat 19
+
{{19}} Trigger!
+
+ {{/rollTotal() attack 19check}} +
+
Damage
+
{{damage}}
+
+ {{/^rollWasCrit() attack}} + {{/^rollWasFumble() attack}} + {{/attack}} + + {{#attackdescription}} +
+
{{attackdescription}}
+
+ {{/attackdescription}} + + + {{#ddm}} +
+
Threshold
+
{{ddmthreshold}}
+
+
+
Result
+ {{#rollGreater() ddmroll ddmthreshold}} +
{{ddmroll}}
+ {{/rollGreater() ddmroll ddmthreshold}} + {{#^rollGreater() ddmroll ddmthreshold}} +
{{ddmroll}} Trigger!
+ {{/^rollGreater() ddmroll ddmthreshold}} +
+ {{/ddm}} + + + {{#spellshowinfoblock}} +
+
Duration
{{spellduration}}
+
Range
{{spellrange}}
+
+ {{/spellshowinfoblock}} + {{#spellshowattack}} +
+
Attack
+
{{spellattack}} AC Hit
+
+ {{/spellshowattack}} + {{#spellshowsavethrow}} +
+
Save
+
{{spellsavestat}}
+
+ {{/spellshowsavethrow}} + {{#spellshowhealing}} +
+
Healing
+
{{spellhealing}} HP healed
+
+ {{/spellshowhealing}} + {{#spellshowdamage}} +
+
Damage
+
{{spelldamage}}
+
+ {{/spellshowdamage}} + {{#spellshoweffects}} +
+
Effect
+
{{spelleffect}}
+
+ {{/spellshoweffects}} + {{#spellshowsavethrow}} +
+
Save success
+
{{spellsavesuccess}}
+
+ {{/spellshowsavethrow}} + {{#spellshowdesc}} +
+
Spell Description
+
{{spelldescription}}
+
+
+
{{ddmrequest}}
+
+ {{/spellshowdesc}} + {{#featureshowdesc}} +
+
Description
+
{{featureshowdesc}}
+
+ {{/featureshowdesc}} + + + + {{#freetext}} +
+
{{freetextname}}
+
{{freetext}}
+
+ {{/freetext}} + + + {{#outputall}} + {{#allprops() outputall title subheader subheaderright subheader2 subheaderright2 emote attack spell ability save feature ddm}} +
+
{{key}}
+
{{value}}
+
+ {{/allprops() outputall title subheader subheaderright subheader2 subheaderright2 emote attack spell ability save feature ddm}} + {{/outputall}} + {{#chatmenu}} + {{#allprops() chatmenu title subheader subheaderright subheader2 subheaderright2 emote attack spell ability save feature ddm}} +
+
{{key}}
+
{{value}}
+
+ {{/allprops() chatmenu title subheader subheaderright subheader2 subheaderright2 emote attack spell ability save feature ddm}} + {{/chatmenu}} + + + {{#debug}} + {{#allprops()}} +
+
{{key}} (DEBUG)
+
{{value}}
+
+ {{/allprops()}} + {{/debug}} + + +
+ + + + + diff --git a/Tales Of Argosa/TOASheet.png b/Tales Of Argosa/TOASheet.png new file mode 100644 index 000000000000..097fcd8dcbe8 Binary files /dev/null and b/Tales Of Argosa/TOASheet.png differ diff --git a/Tales Of Argosa/TOA_LOGO.png b/Tales Of Argosa/TOA_LOGO.png new file mode 100644 index 000000000000..fe86abbaa757 Binary files /dev/null and b/Tales Of Argosa/TOA_LOGO.png differ diff --git a/Tales Of Argosa/TOA_LOGO_DARK.png b/Tales Of Argosa/TOA_LOGO_DARK.png new file mode 100644 index 000000000000..5c20e54974eb Binary files /dev/null and b/Tales Of Argosa/TOA_LOGO_DARK.png differ diff --git a/Tales Of Argosa/sheet.json b/Tales Of Argosa/sheet.json new file mode 100644 index 000000000000..12974479b714 --- /dev/null +++ b/Tales Of Argosa/sheet.json @@ -0,0 +1,9 @@ +{ + "html": "TOASheet.html", + "css": "TOASheet.css", + "authors": "Stephen J Grodzicki,Davemania,Lova Carlsson, Romain Audemar", + "roll20userid": "8727831", + "preview": "TOASheet.png", + "instructions": "This sheet is for Tales of Argosa the second edition of Low Fantasy Gaming.\n* [Sheet Readme](https://github.com/Roll20/roll20-character-sheets/blob/master/Tales%20Of%20Argosa/ReadMe.md)\n* [Game Homepage](https://lowfantasygaming.com/2024/07/15/july-update-final-tales-of-argosa-pdf/)", + "legacy": true +}