mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 12:12:30 +00:00
This is a complete redesign and overhawl of the Godbound sheet to resolve several issues. There was a desire from the community for me to publish my work, as shown in this forum post: https://app.roll20.net/forum/post/6269089/new-godbound-sheet/?pageforid=6514817#post-6514817. I also received the original author's blessing to publish this new sheet and replace his work.
3896 lines
85 KiB
CSS
3896 lines
85 KiB
CSS
/* === BODY === */
|
|
*, .sheet-rolltemplate-godbound *{
|
|
box-sizing: border-box;
|
|
}
|
|
.sheet-overall-wrapper{
|
|
min-width: 845px;
|
|
max-width: 845px;
|
|
min-height: 845px;
|
|
font-family: "Book Antiqua", Garamond, "Times New Roman", Georgia, serif;
|
|
}
|
|
.charsheet{
|
|
padding: 0 3px 3px !important;
|
|
margin-top: -13px;
|
|
-moz-background-size: 100% !important;
|
|
-webkit-background-size: 100% !important;
|
|
background-size: 100% !important;
|
|
background-repeat: repeat-y !important;
|
|
background: url('https://i.imgur.com/eK7WDTl.jpg');
|
|
}
|
|
.itemcontrol{
|
|
z-index: 101;
|
|
}
|
|
button, input, select, textarea,
|
|
[class*="sheet-col"]{
|
|
font-size: 12px;
|
|
font-family: "Book Antiqua", Garamond, "Times New Roman", Georgia, serif;
|
|
}
|
|
[class*="sheet-col"]{
|
|
line-height: 100%;
|
|
}
|
|
|
|
/* === TABS === */
|
|
div.sheet-overall-wrapper div[class^="sheet-section"]{
|
|
display: none !important;
|
|
}
|
|
input.sheet-tab-page-character:checked ~ div.sheet-section-character,
|
|
input.sheet-tab-page-npc:checked ~ div.sheet-section-npc,
|
|
input.sheet-tab-page-faction:checked ~ div.sheet-section-faction{
|
|
display: block !important;
|
|
}
|
|
input[class*="sheet-tab"]{
|
|
cursor: pointer;
|
|
position: relative;
|
|
opacity: 0;
|
|
z-index: 9999;
|
|
}
|
|
span[class*="sheet-tab"]{
|
|
display: inline-block;
|
|
position: relative;
|
|
font-size: 13px;
|
|
color: #204060;
|
|
cursor: pointer;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
border: 1px solid black;
|
|
border-color: #204060 !important;
|
|
border-radius: 4px;
|
|
}
|
|
input[class*="sheet-tab-page"],
|
|
span[class*="sheet-tab-page"]{
|
|
width: 100px;
|
|
height: 18px;
|
|
vertical-align: top;
|
|
}
|
|
span[class*="sheet-tab-page"]{
|
|
background-color: transparent;
|
|
}
|
|
input.sheet-tab-page-character,
|
|
span.sheet-tab-page-character{
|
|
width: 100px;
|
|
}
|
|
span.sheet-tab-page-character{
|
|
margin-left: -100px;
|
|
}
|
|
input.sheet-tab-page-npc,
|
|
span.sheet-tab-page-npc{
|
|
width: 100px;
|
|
}
|
|
span.sheet-tab-page-npc{
|
|
margin-left: -100px;
|
|
}
|
|
input.sheet-tab-page-faction,
|
|
span.sheet-tab-page-faction{
|
|
width: 100px;
|
|
}
|
|
span.sheet-tab-page-faction{
|
|
margin-left: -100px;
|
|
}
|
|
input.sheet-tab-page-character:checked + span.sheet-tab-page-character,
|
|
input.sheet-tab-page-npc:checked + span.sheet-tab-page-npc,
|
|
input.sheet-tab-page-faction:checked + span.sheet-tab-page-faction{
|
|
background-color: #204060;
|
|
color: white;
|
|
}
|
|
.sheet-section-character select,
|
|
.sheet-section-npc select,
|
|
.sheet-section-faction select,
|
|
.sheet-section-weapons .sheet-checkbox-row-height{
|
|
height: 19px;
|
|
}
|
|
|
|
/* === FONTS === */
|
|
@font-face {
|
|
font-family: "NearMythLegends";
|
|
font-style: normal;
|
|
src: url('https://nofile.io/g/sRL1ki7fuPGg6UX2KnzKg7TqDy2DYOH5adVDYhgx54JCTsbxwGh14ZmeDjz5e9SN/CCNearMythLegendsW00-Rg.ttf/') format('truetype');
|
|
}
|
|
.sheet-font-color{
|
|
color: #204060 !important;
|
|
}
|
|
.sheet-justify,
|
|
.sheet-rolltemplate-godbound .sheet-justify{
|
|
text-align: justify;
|
|
}
|
|
.sheet-uppercase,
|
|
.sheet-rolltemplate-godbound .sheet-uppercase{
|
|
text-transform: uppercase;
|
|
}
|
|
.sheet-underline,
|
|
.sheet-rolltemplate-godbound .sheet-underline{
|
|
text-decoration: underline;
|
|
}
|
|
.sheet-pictos,
|
|
.sheet-rolltemplate-godbound .sheet-pictos{
|
|
font-family: "Pictos";
|
|
font-size: 14px;
|
|
}
|
|
.sheet-pictos-custom,
|
|
.sheet-rolltemplate-godbound .sheet-pictos-custom{
|
|
font-family: "Pictos Custom";
|
|
font-size: 14px;
|
|
}
|
|
.sheet-pictos-three,
|
|
.sheet-rolltemplate-godbound .sheet-pictos-three{
|
|
font-family: "Pictos Three";
|
|
font-size: 14px;
|
|
}
|
|
.sheet-d6-font,
|
|
.sheet-rolltemplate-godbound .sheet-d6-font{
|
|
font-family: "dicefontd6";
|
|
font-size: 14px;
|
|
}
|
|
.sheet-d8-font,
|
|
.sheet-rolltemplate-godbound .sheet-d8-font{
|
|
font-family: "dicefontd8";
|
|
font-size: 14px;
|
|
}
|
|
.sheet-d10-font,
|
|
.sheet-rolltemplate-godbound .sheet-d10-font{
|
|
font-family: "dicefontd10";
|
|
font-size: 14px;
|
|
}
|
|
.sheet-d12-font,
|
|
.sheet-rolltemplate-godbound .sheet-d12-font{
|
|
font-family: "dicefontd12";
|
|
font-size: 14px;
|
|
}
|
|
.sheet-d20-font,
|
|
.sheet-rolltemplate-godbound .sheet-d20-font{
|
|
font-family: "dicefontd20";
|
|
font-size: 14px;
|
|
}
|
|
.sheet-rotate-90{
|
|
position: relative;
|
|
-webkit-transform: rotate(90deg); /* Chrome, Safari */
|
|
-moz-transform: rotate(90deg); /* Firefox */
|
|
-o-transform: rotate(90deg); /* Opera */
|
|
-ms-transform: rotate(90deg); /* IE 9 */
|
|
}
|
|
.sheet-tableshade{
|
|
background-color: #fae6c8;
|
|
}
|
|
|
|
/* === IMAGES === */
|
|
.sheet-kap-image-wrapper img{
|
|
display: block;
|
|
max-height: 37px;
|
|
}
|
|
|
|
/* === BUTTONS === */
|
|
button[type=roll]:before,
|
|
button[type=roll] span{
|
|
vertical-align: middle;
|
|
font-family: "dicefontd20" !important;
|
|
content: "0" !important;
|
|
font-weight: bold;
|
|
height: 0.8em;
|
|
line-height: 0.8em;
|
|
}
|
|
button[type=roll]:hover{
|
|
color: #ffffff;
|
|
background-color: #204060;
|
|
}
|
|
button[type=roll]{
|
|
background-color: #fae6c8;
|
|
border-radius: 4px;
|
|
border: 1px solid;
|
|
border-color: #fae6c8;
|
|
color: #204060;
|
|
background-image: linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
|
|
text-shadow: 0 1px 1px rgba(0,0,0,0.75);
|
|
}
|
|
.sheet-chatbutton button[type=roll]{
|
|
background-color: #fae6c8;
|
|
border-radius: 4px;
|
|
border: 1px solid;
|
|
border-color: #fae6c8;
|
|
color: #204060;
|
|
background-image: linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
|
|
text-shadow: 0 1px 1px rgba(0,0,0,0.75);
|
|
}
|
|
.sheet-chatbutton button[type=roll]:hover{
|
|
color: #ffffff;
|
|
background-color: #204060;
|
|
}
|
|
.sheet-textbutton-l button[type=roll]{
|
|
background-color: #fae6c8;
|
|
border: none;
|
|
color: #204060;
|
|
font-size: 1em;
|
|
font-weight: bold;
|
|
background-image: none;
|
|
text-shadow: none;
|
|
box-shadow: none;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
text-align: left;
|
|
text-indent: 5px;
|
|
font-family: "Book Antiqua", Garamond, "Times New Roman", Georgia, serif;
|
|
width: 100%;
|
|
}
|
|
.sheet-textbutton-c button[type=roll]{
|
|
background-color: #fae6c8;
|
|
border: none;
|
|
color: #204060;
|
|
font-size: 1em;
|
|
font-weight: bold;
|
|
background-image: none;
|
|
text-shadow: none;
|
|
box-shadow: none;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
text-align: center;
|
|
font-family: "Book Antiqua", Garamond, "Times New Roman", Georgia, serif;
|
|
width: 100%;
|
|
}
|
|
.sheet-textbutton-r button[type=roll]{
|
|
background-color: #fae6c8;
|
|
border: none;
|
|
color: #204060;
|
|
font-size: 1em;
|
|
font-weight: bold;
|
|
background-image: none;
|
|
text-shadow: none;
|
|
box-shadow: none;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
text-align: right;
|
|
font-family: "Book Antiqua", Garamond, "Times New Roman", Georgia, serif;
|
|
width: 100%;
|
|
}
|
|
.sheet-chatbutton button[type=roll]::before{
|
|
font-family: "pictos" !important;
|
|
content: "w" !important;
|
|
}
|
|
.sheet-textbutton-l button[type=roll]::before{
|
|
content: "" !important;
|
|
}
|
|
.sheet-textbutton-c button[type=roll]::before{
|
|
content: "" !important;
|
|
}
|
|
.sheet-textbutton-r button[type=roll]::before{
|
|
content: "" !important;
|
|
}
|
|
.sheet-textbutton-l button[type=roll]:hover{
|
|
color: #ffffff;
|
|
background-color: #204060
|
|
}
|
|
.sheet-textbutton-c button[type=roll]:hover{
|
|
color: #ffffff;
|
|
background-color: #204060
|
|
}
|
|
.sheet-textbutton-r button[type=roll]:hover{
|
|
color: #ffffff;
|
|
background-color: #204060
|
|
}
|
|
.sheet-large-button button[type=roll]{
|
|
padding: 5px;
|
|
height: 45px;
|
|
vertical-align: middle;
|
|
}
|
|
.sheet-skills button[type=roll],
|
|
.sheet-initiative button[type=roll]{
|
|
font-size: 12px;
|
|
padding: 1px 2px;
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
line-height: 100%;
|
|
}
|
|
button.sheet-roll{
|
|
font-size: 10px !important;
|
|
padding-top: 1px !important;
|
|
padding-bottom: 1px !important;
|
|
}
|
|
|
|
/* === HEADERS AND FOOTERS == */
|
|
.sheet-title-circle{
|
|
background-color: #204060;
|
|
border-radius: 50%;
|
|
}
|
|
.sheet-title-banner{
|
|
background-color: #204060;
|
|
border-radius: 4px;
|
|
}
|
|
.sheet-title-banner-heading,
|
|
.sheet-rolltemplate-godbound .sheet-title-banner-heading{
|
|
background-image: url(https://i.imgur.com/NQ4k6jj.png);
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
margin-top: 5px;
|
|
margin-bottom: -2px;
|
|
}
|
|
.sheet-title-banner-subheading,
|
|
.sheet-rolltemplate-godbound .sheet-title-banner-subheading{
|
|
background-image: url(https://i.imgur.com/ywGyIJJ.png);
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
margin-top: 5px;
|
|
margin-bottom: -2px;
|
|
}
|
|
.sheet-title-banner-small{
|
|
background-image: url(http://i.imgur.com/L0B4Rbu.png);
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
margin-top: 5px;
|
|
margin-bottom: -2px;
|
|
}
|
|
.sheet-title-banner-medium{
|
|
background-image: url(http://i.imgur.com/1lKdNgw.png);
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
margin-top: 5px;
|
|
margin-bottom: -2px;
|
|
}
|
|
.sheet-title-banner-large{
|
|
background-image: url(http://i.imgur.com/1lKdNgw.png);
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
margin-top: 5px;
|
|
margin-bottom: -2px;
|
|
}
|
|
.sheet-sub-header{
|
|
background-color: #CECECE;
|
|
vertical-align: bottom;
|
|
line-height: 100%;
|
|
font-weight: bold;
|
|
}
|
|
.sheet-spell-header{
|
|
background-color: #fae6c8;
|
|
vertical-align: bottom;
|
|
border-radius: 12px;
|
|
margin-bottom: 3px;
|
|
}
|
|
.sheet-footer{
|
|
background-color: rgba(250, 202, 78, 0.2);
|
|
vertical-align: bottom;
|
|
margin-top: 3px;
|
|
}
|
|
.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-rolltemplate-godbound h1,
|
|
h1{
|
|
font-family: "CCNearMythLegendsW00-Rg", CCNearMythLegendsW00-Rg, "NearMythLegends", NearMythLegends, "Book Antiqua", Garamond, "Times New Roman", Georgia, serif;
|
|
text-align: center;
|
|
}
|
|
.sheet-rolltemplate-godbound h2,
|
|
h2{
|
|
font-family: "CCNearMythLegendsW00-Rg", CCNearMythLegendsW00-Rg, "NearMythLegends", NearMythLegends, "Book Antiqua", Garamond, "Times New Roman", Georgia, serif;
|
|
text-align: center;
|
|
}
|
|
.sheet-rolltemplate-godbound h3,
|
|
h3{
|
|
font-family: "CCNearMythLegendsW00-Rg", CCNearMythLegendsW00-Rg, "NearMythLegends", NearMythLegends, "Book Antiqua", Garamond, "Times New Roman", Georgia, serif;
|
|
text-align: center;
|
|
}
|
|
.sheet-rolltemplate-godbound h4,
|
|
h4{
|
|
font-size: 12px;
|
|
text-align: center;
|
|
text-transform: uppercase;
|
|
margin-bottom: 5px;
|
|
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;
|
|
}
|
|
.sheet-rolltemplate-godbound h5,
|
|
h5{
|
|
background-color: #000000;
|
|
color: #ffffff;
|
|
font-size: 12px;
|
|
padding-left: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
/* === FIELDSETS === */
|
|
[data-groupname=repeating_facts] > button.btn.repcontrol_add::after{
|
|
content: "Add Fact";
|
|
background-color: #fae6c8;
|
|
margin-left: -28px;
|
|
}
|
|
[data-groupname=repeating_attacks] > button.btn.repcontrol_add::after{
|
|
content: "Add Attack";
|
|
background-color: #fae6c8;
|
|
margin-left: -28px;
|
|
}
|
|
[data-groupname=repeating_weapons] > button.btn.repcontrol_add::after{
|
|
content: "Add Weapon";
|
|
background-color: #fae6c8;
|
|
margin-left: -28px;
|
|
}
|
|
[data-groupname=repeating_treasures] > button.btn.repcontrol_add::after{
|
|
content: "Add Treasure";
|
|
background-color: #fae6c8;
|
|
margin-left: -28px;
|
|
}
|
|
[data-groupname=repeating_words] > button.btn.repcontrol_add::after{
|
|
content: "Add Word";
|
|
background-color: #fae6c8;
|
|
margin-left: -28px;
|
|
}
|
|
[data-groupname=repeating_gifts] > button.btn.repcontrol_add::after{
|
|
content: "Add Gift";
|
|
background-color: #fae6c8;
|
|
margin-left: -28px;
|
|
}
|
|
[data-groupname=repeating_miracles] > button.btn.repcontrol_add::after{
|
|
content: "Add Miracle";
|
|
background-color: #fae6c8;
|
|
margin-left: -28px;
|
|
}
|
|
[data-groupname=repeating_artifacts] > button.btn.repcontrol_add::after{
|
|
content: "Add Artifact";
|
|
background-color: #fae6c8;
|
|
margin-left: -28px;
|
|
}
|
|
[data-groupname=repeating_powers] > button.btn.repcontrol_add::after{
|
|
content: "Add Power";
|
|
background-color: #fae6c8;
|
|
margin-left: -28px;
|
|
}
|
|
[data-groupname=repeating_projects] > button.btn.repcontrol_add::after{
|
|
content: "Add Project";
|
|
background-color: #fae6c8;
|
|
margin-left: -28px;
|
|
}
|
|
[data-groupname=repeating_npctactics] > button.btn.repcontrol_add::after{
|
|
content: "Add Tactic";
|
|
background-color: #fae6c8;
|
|
margin-left: -28px;
|
|
}
|
|
[data-groupname=repeating_npcweapons] > button.btn.repcontrol_add::after{
|
|
content: "Add Weapon";
|
|
background-color: #fae6c8;
|
|
margin-left: -28px;
|
|
}
|
|
[data-groupname=repeating_npcefforts] > button.btn.repcontrol_add::after{
|
|
content: "Add Effort";
|
|
background-color: #fae6c8;
|
|
margin-left: -28px;
|
|
}
|
|
[data-groupname=repeating_factioninterests] > button.btn.repcontrol_add::after{
|
|
content: "Add Interest";
|
|
background-color: #fae6c8;
|
|
margin-left: -28px;
|
|
}
|
|
[data-groupname=repeating_factionfeatures] > button.btn.repcontrol_add::after{
|
|
content: "Add Feature";
|
|
background-color: #fae6c8;
|
|
margin-left: -28px;
|
|
}
|
|
[data-groupname=repeating_factionproblems] > button.btn.repcontrol_add::after{
|
|
content: "Add Problem";
|
|
background-color: #fae6c8;
|
|
margin-left: -28px;
|
|
}
|
|
[data-groupname=repeating_factionprojects] > button.btn.repcontrol_add::after{
|
|
content: "Add Project";
|
|
background-color: #fae6c8;
|
|
margin-left: -28px;
|
|
width: 100% !important;
|
|
}
|
|
.charsheet .repcontrol_add,
|
|
.charsheet .repcontrol_edit,
|
|
.charsheet .repcontrol_del,
|
|
.charsheet .repcontrol_move{
|
|
background: #fae6c8;
|
|
box-shadow: none;
|
|
font-family: "Book Antiqua", Garamond, "Times New Roman", Georgia, serif;
|
|
font-size: 10px;
|
|
font-weight: bold;
|
|
color: #204060;
|
|
height: 22px;
|
|
line-height: 14px;
|
|
vertical-align: middle !important;
|
|
padding-bottom: 4px !important;
|
|
}
|
|
.charsheet .repcontrol_add:hover,
|
|
.charsheet .repcontrol_edit:hover,
|
|
.charsheet .repcontrol_del:hover,
|
|
.charsheet .repcontrol_move:hover{
|
|
border: solid 1px #204060;
|
|
}
|
|
.charsheet .repcontrol_add:active,
|
|
.charsheet .repcontrol_edit:active,
|
|
.charsheet .repcontrol_del:active,
|
|
.charsheet .repcontrol_move:active{
|
|
background: #fae6c8;
|
|
color: #507090;
|
|
border: solid 1px #507090;
|
|
}
|
|
.charsheet .repcontrol_add,
|
|
.charsheet .repcontrol_edit,
|
|
.charsheet .repcontrol_del{
|
|
display: block;
|
|
}
|
|
.charsheet .repcontrol_move{
|
|
font-family: pictos;
|
|
content: "`" !important;
|
|
}
|
|
.charsheet .repcontrol_del{
|
|
font-family: pictos;
|
|
content: "*" !important;
|
|
}
|
|
.repcontrol{
|
|
height: 20px;
|
|
}
|
|
.sheet-projects {
|
|
clear: both;
|
|
}
|
|
.sheet-projects .repcontrol {
|
|
clear: both;
|
|
}
|
|
.sheet-projects .repcontainer .repitem {
|
|
width: 50%;
|
|
}
|
|
.sheet-projects .repcontainer .repitem:nth-child(odd) {
|
|
float: left;
|
|
}
|
|
.sheet-projects .repcontainer .repitem:nth-child(even) {
|
|
float: right;
|
|
}
|
|
|
|
/* === INPUTS === */
|
|
input::-webkit-outer-spin-button,
|
|
input::-webkit-inner-spin-button{
|
|
-webkit-appearance: none;
|
|
margin: 0;
|
|
}
|
|
input[type=text].sheet-underlined{
|
|
box-shadow: 0px -2px 0px 0px #000000 inset;
|
|
}
|
|
input[type="number"]{
|
|
text-align: center;
|
|
-moz-appearance: textfield;
|
|
}
|
|
input[type=number]:focus,
|
|
input[type=text]:focus,
|
|
select:focus{
|
|
outline: none;
|
|
}
|
|
input[type=number],
|
|
input[type=text],
|
|
select,
|
|
textarea,
|
|
.sheet-bottom-line-only{
|
|
width: 100% !important;
|
|
margin-bottom: 0 !important;
|
|
border-top-width: 0;
|
|
border-left-width: 0;
|
|
border-right-width: 0;
|
|
border-radius: 0;
|
|
box-shadow: none;
|
|
padding: 2px;
|
|
line-height: 100%;
|
|
background-color: transparent;
|
|
}
|
|
input[type=text].sheet-input-center{
|
|
text-align: center;
|
|
}
|
|
|
|
input[type=number].sheet-no-spin::-webkit-outer-spin-button,
|
|
input[type=number].sheet-no-spin::-webkit-inner-spin-button{
|
|
-webkit-appearance: none;
|
|
margin: 0;
|
|
}
|
|
input[type=number].sheet-no-spin{
|
|
-moz-appearance: textfield;
|
|
}
|
|
.sheet-attr-container input[type=text],
|
|
.sheet-attr-container input[type=number]{
|
|
margin-bottom: 0 !important;
|
|
padding: 2px 2px 0 2px;
|
|
background-color: transparent;
|
|
}
|
|
.sheet-wrap-box input[type=text],
|
|
.sheet-wrap-box input[type=number]{
|
|
margin-bottom: 0 !important;
|
|
padding: 2px 2px 0 2px;
|
|
background-color: transparent;
|
|
}
|
|
.sheet-skills input[disabled].sheet-passive-skill-score{
|
|
font-size: 11px;
|
|
height: 19px;
|
|
}
|
|
.sheet-small-label input[type=text],
|
|
.sheet-small-label input[type=number],
|
|
.sheet-small-label select{
|
|
padding: 0;
|
|
font-size: 8px;
|
|
line-height: 100%;
|
|
}
|
|
.sheet-small-label select{
|
|
height: 12px;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
}
|
|
input[disabled]::-webkit-inner-spin-button,
|
|
input[disabled]::-webkit-outer-spin-button{
|
|
-webkit-appearance: none;
|
|
margin: 0;
|
|
}
|
|
input[disabled].sheet-passive-skill-score{
|
|
background-color: #fae6c8;
|
|
cursor: not-allowed;
|
|
-moz-appearance: textfield;
|
|
}
|
|
input[disabled],
|
|
input.sheet-input-calculation{
|
|
background-color: #faebd2 !important;
|
|
font-weight: bold;
|
|
cursor: default;
|
|
-moz-appearance: textfield;
|
|
}
|
|
input:read-only{
|
|
cursor: pointer;
|
|
}
|
|
|
|
/* === SELECTS === */
|
|
select{
|
|
font-size: 90%;
|
|
padding-right: 0;
|
|
}
|
|
|
|
/* === HIDDEN === */
|
|
.sheet-hidden {
|
|
display: none;
|
|
}
|
|
.sheet-hider:not(:checked) + div {
|
|
display: none;
|
|
}
|
|
|
|
/* === TEXTAREAS === */
|
|
textarea{
|
|
height: 150px;
|
|
}
|
|
.sheet-fluid-textarea{
|
|
height: 100%;
|
|
background-color: transparent;
|
|
}
|
|
.sheet-xs-textarea{
|
|
height: 17px;
|
|
resize: none;
|
|
background-color: transparent;
|
|
}
|
|
.sheet-small-textarea{
|
|
height: 45px;
|
|
resize: none;
|
|
background-color: transparent;
|
|
}
|
|
.sheet-medium-textarea{
|
|
height: 95px;
|
|
resize: none;
|
|
background-color: transparent;
|
|
}
|
|
.sheet-large-textarea{
|
|
height: 295px;
|
|
resize: none;
|
|
background-color: transparent;
|
|
}
|
|
.sheet-textarea-resize{
|
|
resize: vertical;
|
|
background-color: transparent;
|
|
}
|
|
.sheet-xs-textarea-resize{
|
|
height: 17px;
|
|
min-height: 17px;
|
|
resize: vertical;
|
|
background-color: transparent;
|
|
}
|
|
.sheet-small-textarea-resize{
|
|
height: 45px;
|
|
min-height: 45px;
|
|
resize: vertical;
|
|
background-color: transparent;
|
|
}
|
|
.sheet-medium-textarea-resize{
|
|
height: 95px;
|
|
min-height: 95px;
|
|
resize: vertical;
|
|
background-color: transparent;
|
|
}
|
|
.sheet-large-textarea-resize{
|
|
height: 295px;
|
|
min-height: 295px;
|
|
resize: vertical;
|
|
background-color: transparent;
|
|
}
|
|
|
|
/* === STYLE === */
|
|
ul, ol{
|
|
margin: 0 0 0 15px;
|
|
}
|
|
li{
|
|
line-height: 100%;
|
|
}
|
|
|
|
/* === BORDERS === */
|
|
.sheet-border-right,
|
|
.sheet-rolltemplate-godbound .sheet-border-right{
|
|
border-right: 1px solid #000;
|
|
}
|
|
.sheet-border-left,
|
|
.sheet-rolltemplate-godbound .sheet-border-left{
|
|
border-left: 1px solid #000;
|
|
}
|
|
.sheet-border-top,
|
|
.sheet-rolltemplate-godbound .sheet-border-top{
|
|
border-top: 1px solid #000;
|
|
}
|
|
.sheet-border-bottom,
|
|
.sheet-rolltemplate-godbound .sheet-border-bottom{
|
|
border-bottom: 1px solid #000;
|
|
}
|
|
.sheet-border-right-dotted,
|
|
.sheet-rolltemplate-godbound .sheet-border-right-dotted{
|
|
border-right: 1px dotted #000;
|
|
}
|
|
.sheet-border-left-dotted,
|
|
.sheet-rolltemplate-godbound .sheet-border-left-dotted{
|
|
border-left: 1px dotted #000;
|
|
}
|
|
.sheet-border-top-dotted,
|
|
.sheet-rolltemplate-godbound .sheet-border-top-dotted{
|
|
border-top: 1px dotted #000;
|
|
}
|
|
.sheet-border-bottom-dotted,
|
|
.sheet-rolltemplate-godbound .sheet-border-bottom-dotted{
|
|
border-bottom: 1px dotted #000;
|
|
}
|
|
|
|
/* === LAYOUT === */
|
|
.sheet-inline{
|
|
display: inline;
|
|
}
|
|
.sheet-inline-block{
|
|
display: inline-block;
|
|
}
|
|
.sheet-absolute{
|
|
position: absolute;
|
|
top: 0;
|
|
}
|
|
.sheet-relative,
|
|
.sheet-rolltemplate-godbound .sheet-relative{
|
|
position: relative;
|
|
}
|
|
.sheet-float-left,
|
|
.sheet-rolltemplate-godbound .sheet-float-left{
|
|
float: left;
|
|
}
|
|
.sheet-float-right,
|
|
.sheet-rolltemplate-godbound .sheet-float-right{
|
|
float: right;
|
|
}
|
|
.sheet-wrap-box,
|
|
.sheet-rolltemplate-godbound .sheet-wrap-box{
|
|
border: 1px solid black;
|
|
border-color: #204060 !important;
|
|
background-color: transparent;
|
|
border-radius: 5px;
|
|
padding: 5px;
|
|
}
|
|
.sheet-square-rounded{
|
|
border-top-width: 1px !important;
|
|
border-bottom-width: 1px !important;
|
|
border-left-width: 1px !important;
|
|
border-right-width: 1px !important;
|
|
border-top-left-radius: 5px !important;
|
|
border-bottom-left-radius: 5px !important;
|
|
border-top-right-radius: 5px !important;
|
|
border-bottom-right-radius: 5px !important;
|
|
border: 1px solid black;
|
|
border-color: #204060 !important;
|
|
font-size: 140%;
|
|
font-weight: bold;
|
|
}
|
|
|
|
/* === ALIGNMENT === */
|
|
.sheet-vert-top,
|
|
.sheet-rolltemplate-godbound .sheet-vert-top{
|
|
vertical-align: top !important;
|
|
}
|
|
.sheet-vert-middle,
|
|
.sheet-rolltemplate-godbound .sheet-vert-middle{
|
|
vertical-align: middle !important;
|
|
}
|
|
.sheet-vert-bottom,
|
|
.sheet-rolltemplate-godbound .sheet-vert-bottom{
|
|
vertical-align: bottom !important;
|
|
}
|
|
.sheet-center,
|
|
.sheet-rolltemplate-godbound .sheet-center{
|
|
text-align: center;
|
|
}
|
|
.sheet-left,
|
|
.sheet-rolltemplate-godbound .sheet-left{
|
|
text-align: left;
|
|
}
|
|
.sheet-right,
|
|
.sheet-rolltemplate-godbound .sheet-right{
|
|
text-align: right;
|
|
}
|
|
|
|
/* === PADDINGS === */
|
|
.sheet-pad-xsm,
|
|
.sheet-rolltemplate-godbound .sheet-pad-xsm{
|
|
padding: 1px;
|
|
}
|
|
.sheet-pad-b-xsm,
|
|
.sheet-rolltemplate-godbound .sheet-pad-b-xsm{
|
|
padding-bottom: 1px;
|
|
}
|
|
.sheet-pad-t-xsm,
|
|
.sheet-rolltemplate-godbound .sheet-pad-t-xsm{
|
|
padding-top: 1px;
|
|
}
|
|
.sheet-pad-l-xsm,
|
|
.sheet-rolltemplate-godbound .sheet-pad-l-xsm{
|
|
padding-left: 1px;
|
|
}
|
|
.sheet-pad-r-xsm,
|
|
.sheet-rolltemplate-godbound .sheet-pad-r-xsm{
|
|
padding-right: 1px;
|
|
}
|
|
|
|
.sheet-pad-sm,
|
|
.sheet-rolltemplate-godbound .sheet-pad-sm{
|
|
padding: 2px;
|
|
}
|
|
.sheet-pad-b-sm,
|
|
.sheet-rolltemplate-godbound .sheet-pad-b-sm{
|
|
padding-bottom: 2px;
|
|
}
|
|
.sheet-pad-t-sm,
|
|
.sheet-rolltemplate-godbound .sheet-pad-t-sm{
|
|
padding-top: 2px;
|
|
}
|
|
.sheet-pad-l-sm,
|
|
.sheet-rolltemplate-godbound .sheet-pad-l-sm{
|
|
padding-left: 2px;
|
|
}
|
|
.sheet-pad-r-sm,
|
|
.sheet-rolltemplate-godbound .sheet-pad-r-sm{
|
|
padding-right: 2px;
|
|
}
|
|
|
|
.sheet-pad-smd,
|
|
.sheet-rolltemplate-godbound .sheet-pad-md{
|
|
padding: 4px;
|
|
}
|
|
.sheet-pad-b-smd,
|
|
.sheet-rolltemplate-godbound .sheet-pad-b-md {
|
|
padding-bottom: 4px;
|
|
}
|
|
.sheet-pad-t-smd,
|
|
.sheet-rolltemplate-godbound .sheet-pad-t-md{
|
|
padding-top: 4px;
|
|
}
|
|
.sheet-pad-l-smd,
|
|
.sheet-rolltemplate-godbound .sheet-pad-l-md {
|
|
padding-left: 4px;
|
|
}
|
|
.sheet-pad-r-smd,
|
|
.sheet-rolltemplate-godbound .sheet-pad-r-md {
|
|
padding-right: 4px;
|
|
}
|
|
|
|
.sheet-pad-md,
|
|
.sheet-rolltemplate-godbound .sheet-pad-md{
|
|
padding: 5px;
|
|
}
|
|
.sheet-pad-b-md,
|
|
.sheet-rolltemplate-godbound .sheet-pad-b-md {
|
|
padding-bottom: 5px;
|
|
}
|
|
.sheet-pad-t-md,
|
|
.sheet-rolltemplate-godbound .sheet-pad-t-md{
|
|
padding-top: 5px;
|
|
}
|
|
.sheet-pad-l-md,
|
|
.sheet-rolltemplate-godbound .sheet-pad-l-md {
|
|
padding-left: 5px;
|
|
}
|
|
.sheet-pad-r-md,
|
|
.sheet-rolltemplate-godbound .sheet-pad-r-md {
|
|
padding-right: 5px;
|
|
}
|
|
|
|
.sheet-pad-lg,
|
|
.sheet-rolltemplate-godbound .sheet-pad-lg{
|
|
padding: 10px;
|
|
}
|
|
.sheet-pad-b-lg,
|
|
.sheet-rolltemplate-godbound .sheet-pad-b-lg {
|
|
padding-bottom: 10px;
|
|
}
|
|
.sheet-pad-t-lg,
|
|
.sheet-rolltemplate-godbound .sheet-pad-t-lg{
|
|
padding-top: 10px;
|
|
}
|
|
.sheet-pad-l-lg,
|
|
.sheet-rolltemplate-godbound .sheet-pad-l-lg{
|
|
padding-left: 10px;
|
|
}
|
|
.sheet-pad-r-lg,
|
|
.sheet-rolltemplate-godbound .sheet-pad-r-lg{
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.sheet-pad-xl,
|
|
.sheet-rolltemplate-godbound .sheet-pad-xl{
|
|
padding: 15px;
|
|
}
|
|
.sheet-pad-b-xl,
|
|
.sheet-rolltemplate-godbound .sheet-pad-b-xl {
|
|
padding-bottom: 15px;
|
|
}
|
|
.sheet-pad-t-xl,
|
|
.sheet-rolltemplate-godbound .sheet-pad-t-xl{
|
|
padding-top: 15px;
|
|
}
|
|
.sheet-pad-l-xl,
|
|
.sheet-rolltemplate-godbound .sheet-pad-l-xl{
|
|
padding-left: 20px;
|
|
}
|
|
.sheet-pad-r-xl,
|
|
.sheet-rolltemplate-godbound .sheet-pad-r-xl{
|
|
padding-right: 20px;
|
|
}
|
|
|
|
/* === MARGINS === */
|
|
.sheet-margin-l-sm{
|
|
margin-left: 2px;
|
|
}
|
|
.sheet-margin-l-md{
|
|
margin-left: 5px;
|
|
}
|
|
.sheet-margin-l-lg{
|
|
margin-left: 10px;
|
|
}
|
|
.sheet-margin-r-sm{
|
|
margin-right: 2px;
|
|
}
|
|
.sheet-margin-r-md{
|
|
margin-right: 5px;
|
|
}
|
|
.sheet-margin-r-lg{
|
|
margin-right: 10px;
|
|
}
|
|
.sheet-mar-t-sm{
|
|
margin-top: 2px;
|
|
}
|
|
.sheet-mar-t-md{
|
|
margin-top: 5px;
|
|
}
|
|
.sheet-mar-t-lg{
|
|
margin-top: 10px;
|
|
}
|
|
.sheet-mar-b-sm{
|
|
margin-bottom: 2px;
|
|
}
|
|
.sheet-mar-b-md{
|
|
margin-bottom: 5px;
|
|
}
|
|
.sheet-mar-b-lg{
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
/* === LABELS === */
|
|
[class*="sheet-checkbox-label"]{
|
|
cursor: pointer;
|
|
white-space: nowrap;
|
|
margin-bottom: 0;
|
|
padding-right: 0;
|
|
line-height: 100%;
|
|
font-weight: normal;
|
|
}
|
|
.sheet-checkbox-label-sm{
|
|
font-size: 75%;
|
|
height: 10px;
|
|
}
|
|
.sheet-checkbox-label-md{
|
|
font-size: 85%;
|
|
}
|
|
.sheet-checkbox-label-sm input[type=checkbox]{
|
|
-webkit-transform: scale(.6); /* Safari and Chrome */
|
|
transform: scale(.6);
|
|
height: 10px;
|
|
margin-top: -1px;
|
|
}
|
|
.sheet-checkbox-label-md input[type=checkbox]{
|
|
-webkit-transform: scale(.7); /* Safari and Chrome */
|
|
transform: scale(.7);
|
|
margin-top: -1px;
|
|
}
|
|
.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-small-label,
|
|
.sheet-rolltemplate-godbound .sheet-small-label{
|
|
font-size: 10px !important;
|
|
line-height: 100%;
|
|
}
|
|
|
|
/* === TOOLTIPS === */
|
|
.sheet-small-note{
|
|
text-align: center;
|
|
font-family: Arial;
|
|
font-size: 10px;
|
|
line-height: 100%;
|
|
}
|
|
.sheet-tooltip-position-wrapper,
|
|
.sheet-rolltemplate-godbound .sheet-tooltip-position-wrapper{
|
|
position: absolute;
|
|
top: 1px;
|
|
right: 1px;
|
|
z-index: 99;
|
|
}
|
|
.sheet-tooltip,
|
|
.sheet-rolltemplate-godbound .sheet-tooltip{
|
|
position: relative;
|
|
}
|
|
.sheet-tooltip-toggle-text,
|
|
.sheet-rolltemplate-godbound .sheet-tooltip-toggle-text{
|
|
border-radius: 50%;
|
|
line-height: 100%;
|
|
font-size: 77%;
|
|
height: 10px;
|
|
width: 10px;
|
|
background-color: black;
|
|
color: white;
|
|
padding: 1px 2px;
|
|
font-weight: bold;
|
|
}
|
|
.sheet-tooltip [class*="sheet-tooltip-content"],
|
|
.sheet-rolltemplate-godbound .sheet-tooltip [class*="sheet-tooltip-content"]{
|
|
z-index: 99;
|
|
position: absolute;
|
|
color: #FFFFFF;
|
|
background-color: #000000;
|
|
padding: 4px;
|
|
visibility: hidden;
|
|
border-bottom-right-radius: 4px;
|
|
border-bottom-left-radius: 4px;
|
|
opacity: 0.9;
|
|
width: 260px;
|
|
margin-top: -15px;
|
|
text-align: left;
|
|
}
|
|
.sheet-tooltip .sheet-tooltip-small,
|
|
.sheet-rolltemplate-godbound .sheet-tooltip .sheet-tooltip-small{
|
|
width: 80px;
|
|
}
|
|
.sheet-tooltip .sheet-tooltip-content-left,
|
|
.sheet-rolltemplate-godbound .sheet-tooltip .sheet-tooltip-content-left{
|
|
right: 100%;
|
|
margin-right: 12px;
|
|
border-top-left-radius: 4px;
|
|
}
|
|
.sheet-tooltip .sheet-tooltip-content-right,
|
|
.sheet-rolltemplate-godbound .sheet-tooltip .sheet-tooltip-content-right{
|
|
left: 100%;
|
|
margin-left: 12px;
|
|
border-top-right-radius: 4px;
|
|
}
|
|
.sheet-tooltip [class*="sheet-tooltip-content"]:after,
|
|
.sheet-rolltemplate-godbound .sheet-tooltip [class*="sheet-tooltip-content"]:after{
|
|
content: '';
|
|
position: absolute;
|
|
top: 9px;
|
|
margin-top: -8px;
|
|
border-top: 8px solid transparent;
|
|
border-bottom: 8px solid transparent;
|
|
}
|
|
.sheet-tooltip .sheet-tooltip-content-left:after,
|
|
.sheet-rolltemplate-godbound .sheet-tooltip .sheet-tooltip-content-left:after{
|
|
right: -8px;
|
|
border-left: 8px solid #000000;
|
|
}
|
|
.sheet-tooltip .sheet-tooltip-content-right:after,
|
|
.sheet-rolltemplate-godbound .sheet-tooltip .sheet-tooltip-content-right:after{
|
|
left: -8px;
|
|
border-right: 8px solid #000000;
|
|
}
|
|
.sheet-tooltip:hover [class*="sheet-tooltip-content"],
|
|
.sheet-tooltip:focus [class*="sheet-tooltip-content"],
|
|
.sheet-rolltemplate-godbound .sheet-tooltip:hover [class*="sheet-tooltip-content"],
|
|
.sheet-rolltemplate-godbound .sheet-tooltip:focus [class*="sheet-tooltip-content"]{
|
|
visibility: visible;
|
|
z-index: 999;
|
|
}
|
|
|
|
/* === ROLL TEMPLATE === */
|
|
.sheet-rolltemplate-godbound .sheet-rollcard{
|
|
padding: 2px;
|
|
background: url(http://i.imgur.com/we8YpaH.png) top left repeat;
|
|
/* --- Old Background ---
|
|
background: url(http://i.imgur.com/BLb0XMU.jpg) top left repeat;
|
|
*/
|
|
}
|
|
.sheet-rolltemplate-godbound .sheet-rollheading{
|
|
color: #204060;
|
|
text-decoration: underline;
|
|
line-height: 1.2em;
|
|
}
|
|
|
|
.sheet-rolltemplate-godbound table{
|
|
width: 100%;
|
|
padding: 2px;
|
|
background: url(http://i.imgur.com/BLb0XMU.jpg) top left repeat;
|
|
}
|
|
.sheet-rolltemplate-godbound th{
|
|
color: #204060;
|
|
text-decoration: underline;
|
|
padding-left: 5px;
|
|
line-height: 1.2em;
|
|
font-size: 2em;
|
|
font-family: "Book Antiqua", Garamond, "Times New Roman", Georgia, serif;
|
|
text-align: center;
|
|
}
|
|
.sheet-rolltemplate-godbound .sheet-arrow-right{
|
|
border-top: 3px solid transparent;
|
|
border-bottom: 3px solid transparent;
|
|
border-left: 180px solid rgb(126, 45, 64);
|
|
}
|
|
.sheet-rolltemplate-godbound td{
|
|
padding-left: 5px;
|
|
font-size: 1em;
|
|
}
|
|
|
|
.sheet-rolltemplate-godbound .inlinerollresult{
|
|
background: transparent;
|
|
border: none;
|
|
padding: 0;
|
|
font-weight: bold;
|
|
font-size: 1em;
|
|
}
|
|
.sheet-rolltemplate-godbound .inlinerollresult{
|
|
padding: 0 2px;
|
|
}
|
|
.sheet-rolltemplate-godbound .inlinerollresult.fullcrit{
|
|
color: #3FB315;
|
|
border: none;
|
|
}
|
|
.sheet-rolltemplate-godbound .inlinerollresult.fullfail{
|
|
color: #B31515;
|
|
border: none;
|
|
}
|
|
.sheet-rolltemplate-godbound .inlinerollresult.importantroll{
|
|
color: #4A57ED;
|
|
border: none;
|
|
}
|
|
.sheet-rolltemplate-godbound .sheet-critical-success{
|
|
color: #3FB315;
|
|
}
|
|
.sheet-rolltemplate-godbound .sheet-critical-failure{
|
|
color: #B31515;
|
|
}
|
|
.sheet-rolltemplate-godbound .sheet-smaller-letter-spacing{
|
|
letter-spacing: -.04em !important;
|
|
}
|
|
|
|
|
|
/* === EXTRAS === */
|
|
|
|
.sheet-attribute-score-wrapper{
|
|
position: relative;
|
|
height: 63px;
|
|
margin-bottom: 12px;
|
|
}
|
|
.sheet-ability-name{
|
|
font-size: 9px;
|
|
text-transform: uppercase;
|
|
line-height: 100%;
|
|
font-weight: bold;
|
|
margin-top: 3px;
|
|
margin-bottom: 5px;
|
|
}
|
|
.sheet-attribute-score-wrapper .sheet-attribute-score{
|
|
position: absolute;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: -10px;
|
|
padding: 5px;
|
|
border: 1px solid black;
|
|
border-radius: 50%;
|
|
width: 40px !important;
|
|
font-size: 11px;
|
|
background-color: white;
|
|
}
|
|
|
|
.sheet-spell-slots-points input[type=number]{
|
|
font-size: 10px;
|
|
padding: 1px;
|
|
}
|
|
.sheet-skill-select-wrapper select{
|
|
height: 19px;
|
|
}
|
|
.sheet-skills select{
|
|
line-height: 100%;
|
|
padding: 0;
|
|
font-size: 9px;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
}
|
|
select.sheet-select-no-arrow{
|
|
background-color: transparent;
|
|
line-height: 1.2em;
|
|
padding-right: 2px;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
}
|
|
select.sheet-select-no-arrow-center{
|
|
background-color: transparent;
|
|
line-height: 1.2em;
|
|
padding-right: 2px;
|
|
text-align-last: center;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
}
|
|
.sheet-select-character{
|
|
line-height: 0.8em;
|
|
float: right;
|
|
width: 220px;
|
|
vertical-align: top;
|
|
padding-bottom: 5px;
|
|
margin-right: 30px;
|
|
margin-top: -4px;
|
|
margin-bottom: -18px;
|
|
}
|
|
.sheet-skills select.sheet-skills-attribute-selector{
|
|
font-size: 9px;
|
|
height: 11px;
|
|
width: 25px !important;
|
|
border-bottom: 0;
|
|
color: #909090;
|
|
position: relative;
|
|
z-index: 2;
|
|
background: transparent;
|
|
}
|
|
|
|
.sheet-skills-attribute-selector-wrapper{
|
|
display: inline-block;
|
|
position: relative;
|
|
}
|
|
.sheet-skills-attribute-selector-wrapper:before,
|
|
.sheet-skills-attribute-selector-wrapper:after{
|
|
position: absolute;
|
|
color: #909090;
|
|
top: 0;
|
|
}
|
|
.sheet-skills-attribute-selector-wrapper:before{
|
|
content: "(";
|
|
}
|
|
.sheet-skills-attribute-selector-wrapper:after{
|
|
content: ")";
|
|
right: 1px;
|
|
}
|
|
|
|
|
|
.sheet-bold,
|
|
.sheet-rolltemplate-godbound .sheet-bold{
|
|
font-weight: bold;
|
|
}
|
|
.sheet-italic,
|
|
.sheet-rolltemplate-godbound .sheet-italic{
|
|
font-style: italic;
|
|
}
|
|
|
|
.sheet-wrap-box-label,
|
|
.sheet-rolltemplate-godbound .sheet-wrap-box-label{
|
|
font-size: 80%;
|
|
text-transform: uppercase;
|
|
color: #204060;
|
|
line-height: 100%;
|
|
font-weight: bold;
|
|
margin-top: 1px;
|
|
}
|
|
.sheet-wrap-box-title,
|
|
.sheet-rolltemplate-godbound .sheet-wrap-box-title{
|
|
font-size: 9px;
|
|
text-transform: uppercase;
|
|
line-height: 100%;
|
|
font-weight: bold;
|
|
margin: 5px 0 1px 0;
|
|
}
|
|
.sheet-attr{
|
|
font-weight: bold;
|
|
color: #204060;
|
|
}
|
|
|
|
.sheet-initiative .sheet-wrap-box-title{
|
|
font-size: 8px;
|
|
}
|
|
input[type=number].sheet-initiative-bonus{
|
|
font-size: 70%;
|
|
padding: 0;
|
|
line-height: 100%;
|
|
}
|
|
|
|
/* === CHECKBOXES AND RADIOS === */
|
|
input[type="radio"].sheet-normal-radio{
|
|
position: absolute;
|
|
color: #204060;
|
|
opacity: 0.0;
|
|
width: 15px;
|
|
cursor: pointer;
|
|
z-index: 10;
|
|
margin-top: 5px;
|
|
}
|
|
input[type="radio"].sheet-normal-radio + span::before{
|
|
/*
|
|
content: "•";
|
|
*/
|
|
content: "2";
|
|
width: 10px;
|
|
height: 10px;
|
|
font-size: 14px;
|
|
font-family: "Pictos";
|
|
text-indent: -2px;
|
|
font-weight: normal;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-border-radius: 50%;
|
|
-webkit-border-radius: 50%;
|
|
border-radius: 50%;
|
|
|
|
border: solid 1px #204060;
|
|
line-height: 11px;
|
|
text-align: center;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
|
|
-moz-box-shadow: 0 0 0px #000;
|
|
-webkit-box-shadow: 0 0 0px #000;
|
|
box-shadow: 0 0 0px #000;
|
|
|
|
background: transparent;
|
|
background: -moz-radial-gradient(transparent, transparent);
|
|
background: -webkit-radial-gradient(transparent, transparent);
|
|
background: -ms-radial-gradient(transparent, transparent);
|
|
background: -o-radial-gradient(transparent, transparent);
|
|
background: radial-gradient(transparent, transparent);
|
|
}
|
|
input[type="radio"].sheet-normal-radio:checked ~ input[type="radio"] + span::before{
|
|
content: "";
|
|
background: transparent;
|
|
}
|
|
input.sheet-zero-radio + span::before{
|
|
opacity: 0;
|
|
}
|
|
input.sheet-zero-radio:hover + span::before{
|
|
opacity: 0.25;
|
|
font-size: 12px;
|
|
content: "✖";
|
|
text-indent: 0.5px;
|
|
}
|
|
input.sheet-zero-radio:checked + span::before{
|
|
opacity: 0;
|
|
}
|
|
input.sheet-used + span::before{
|
|
content: "✖";
|
|
width: 12px;
|
|
height: 12px;
|
|
font-size: 12px;
|
|
|
|
-moz-border-radius: 0%;
|
|
-webkit-border-radius: 0%;
|
|
border-radius: 0%;
|
|
}
|
|
input[type="checkbox"].sheet-circle-check{
|
|
position: absolute;
|
|
color: #204060;
|
|
opacity: 0.0;
|
|
width: 15px;
|
|
cursor: pointer;
|
|
z-index: 10;
|
|
margin-top: 5px;
|
|
}
|
|
input[type="checkbox"].sheet-circle-check + span::before{
|
|
font-family: "Pictos";
|
|
content: "s";
|
|
font-size: 14px;
|
|
text-indent: -2px;
|
|
font-weight: normal;
|
|
width: 10px;
|
|
height: 10px;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-border-radius: 50%;
|
|
-webkit-border-radius: 50%;
|
|
border-radius: 50%;
|
|
|
|
border: solid 1px transparent;
|
|
line-height: 11px;
|
|
text-align: center;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
|
|
-moz-box-shadow: 0 0 0px #204060;
|
|
-webkit-box-shadow: 0 0 0px #204060;
|
|
box-shadow: 0 0 0px #204060;
|
|
|
|
background: transparent;
|
|
background: -moz-radial-gradient(transparent, transparent);
|
|
background: -webkit-radial-gradient(transparent, transparent);
|
|
background: -ms-radial-gradient(transparent, transparent);
|
|
background: -o-radial-gradient(transparent, transparent);
|
|
background: radial-gradient(transparent, transparent);
|
|
}
|
|
input[type="checkbox"].sheet-circle-check:checked + span::before{
|
|
content: "s";
|
|
color: #fff;
|
|
text-shadow:
|
|
-1px -1px 0 #204060,
|
|
1px -1px 0 #204060,
|
|
-1px 1px 0 #204060,
|
|
1px 1px 0 #204060;
|
|
-webkit-text-stroke-width: 1px;
|
|
-webkit-text-stroke-color: #204060;
|
|
}
|
|
.sheet-checkbox-label{
|
|
cursor: pointer;
|
|
width: auto;
|
|
display: inline-block;
|
|
font-weight: normal;
|
|
font-size: 100%;
|
|
line-height: 100%;
|
|
padding-right: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
.sheet-checkbox-label [type="checkbox"]{
|
|
display: none;
|
|
}
|
|
.sheet-checkbox-label [type="checkbox"] + span{
|
|
display: inline-block;
|
|
padding: 1px;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
border-radius: 4px;
|
|
}
|
|
input[type=checkbox].sheet-box-check{
|
|
position: absolute;
|
|
width: 65px;
|
|
opacity: 0.0;
|
|
z-index: 10;
|
|
margin-top: 5px;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
color: #204060;
|
|
font-size: 10px;
|
|
height: 22px;
|
|
cursor: pointer;
|
|
}
|
|
input[type=checkbox].sheet-box-check + label{
|
|
background: #fae6c8;
|
|
text-align: center;
|
|
color: #204060;
|
|
font-size: 10px;
|
|
height: 22px;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
padding: 0 0 0 0px;
|
|
padding-top: 2px;
|
|
border: solid 1px #CECECE;
|
|
border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-box-shadow: 0 0 0px #000;
|
|
-webkit-box-shadow: 0 0 0px #000;
|
|
box-shadow: 0 0 0px #000;
|
|
}
|
|
input[type=checkbox].sheet-box-check:hover + label{
|
|
background: #fae6c8;
|
|
text-align: center;
|
|
color: #204060;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
padding: 0 0 0 0px;
|
|
padding-top: 2px;
|
|
border: solid 1px #204060;
|
|
border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-box-shadow: 0 0 0px #000;
|
|
-webkit-box-shadow: 0 0 0px #000;
|
|
box-shadow: 0 0 0px #000;
|
|
}
|
|
input[type=checkbox].sheet-box-check:checked + label{
|
|
background: #204060;
|
|
text-align: center;
|
|
color: #ffffff;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
padding: 0 0 0 0px;
|
|
padding-top: 2px;
|
|
border: solid 1px #204060;
|
|
border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-box-shadow: 0 0 0px #000;
|
|
-webkit-box-shadow: 0 0 0px #000;
|
|
box-shadow: 0 0 0px #000;
|
|
}
|
|
input[type=checkbox].sheet-box-check:checked:hover + label{
|
|
background: #507090;
|
|
text-align: center;
|
|
color: #ffffff;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
padding: 0 0 0 0px;
|
|
padding-top: 2px;
|
|
border: solid 1px #507090;
|
|
border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-box-shadow: 0 0 0px #000;
|
|
-webkit-box-shadow: 0 0 0px #000;
|
|
box-shadow: 0 0 0px #000;
|
|
}
|
|
input[type=checkbox].sheet-box-check:active + label{
|
|
background: #fae6c8;
|
|
text-align: center;
|
|
color: #507090;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
padding: 0 0 0 0px;
|
|
padding-top: 2px;
|
|
border: solid 1px #507090;
|
|
border-radius: 4px;
|
|
-moz-border-radius: 4px;
|
|
-webkit-border-radius: 4px;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-box-shadow: 0 0 0px #000;
|
|
-webkit-box-shadow: 0 0 0px #000;
|
|
box-shadow: 0 0 0px #000;
|
|
}
|
|
label.sheet-box-check{
|
|
padding: 0 0 0 0px;
|
|
margin: 0 0 10px;
|
|
display: block;
|
|
}
|
|
label.sheet-box-check:hover{
|
|
background: #fae6c8;
|
|
cursor: pointer;
|
|
}
|
|
label.sheet-box-check:checked{
|
|
background: #fae6c8;
|
|
cursor: pointer;
|
|
}
|
|
|
|
/* END Inspiration button Settings */
|
|
|
|
.sheet-npc-traits textarea{
|
|
width: 100%;
|
|
font-size: 80%;
|
|
line-height: 100%;
|
|
margin-bottom: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.sheet-rolltemplate-godbound{
|
|
margin-left: -4px;
|
|
margin-right: -2px
|
|
}
|
|
|
|
/* Generic header */
|
|
.sheet-rolltemplate-godbound1 .sheet-row:nth-child(even){
|
|
background-color: #eaecee;
|
|
}
|
|
|
|
.sheet-rolltemplate-godbound .sheet-rt-key,
|
|
.sheet-rolltemplate-godbound .sheet-rt-key-wide{
|
|
font-weight: bold;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 1.1em;
|
|
-moz-text-decoration-color: #fae6c8;
|
|
text-decoration-color: #fae6c8;
|
|
}
|
|
|
|
|
|
.sheet-rolltemplate-godbound .sheet-rt-key{
|
|
max-width: 120px;
|
|
}
|
|
|
|
.sheet-rolltemplate-godbound .sheet-rt-value{
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.sheet-rolltemplate-godbound .sheet-main-content .sheet-row:not(:first-child){
|
|
margin-top: 2px;
|
|
}
|
|
|
|
.sheet-rolltemplate-godbound .sheet-main-content hr.sheet-roll{
|
|
width: 80%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
|
|
color: #D7A540;
|
|
background-color: #4093d7;
|
|
height: 1px;
|
|
}
|
|
|
|
|
|
.sheet-rolltemplate-godbound .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 **/
|
|
|
|
/* Tweak repeating section buttons so they have a bottom margin and dont overflow when in edit mode. */
|
|
div[class^="repcontrol"]{
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
div[class="repcontainer editmode"] ~ div[class^="repcontrol"] button[class="btn repcontrol_add"]{
|
|
display: inline-block!important;
|
|
visibility: hidden;
|
|
}
|
|
|
|
/* player/npc button Settings */
|
|
|
|
div.sheet-npc{
|
|
display: none;
|
|
}
|
|
|
|
input.sheet-tab-is-old-npc:checked ~ div.sheet-npc{
|
|
display: block;
|
|
}
|
|
|
|
input.sheet-tab-is-npc,
|
|
span.sheet-tab-is-npc{
|
|
width: 40px;
|
|
height: 13px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
span.sheet-tab-is-npc::before{
|
|
content: "Player";
|
|
}
|
|
|
|
span.sheet-tab-is-npc{
|
|
font-size: 10px !important;
|
|
line-height: 100%;
|
|
|
|
background-color: #3c6a76;
|
|
margin-left: -40px;
|
|
}
|
|
|
|
input.sheet-tab-is-npc:checked + span.sheet-tab-is-npc{
|
|
background-color: #538595;
|
|
}
|
|
|
|
|
|
/***/
|
|
|
|
input.sheet-tab-is-old-npc,
|
|
span.sheet-tab-is-old-npc{
|
|
width: 120px;
|
|
height: 16px;
|
|
}
|
|
|
|
input.sheet-tab-is-npc:checked + span.sheet-tab-is-npc::before{
|
|
content: "NPC"
|
|
}
|
|
|
|
span.sheet-tab-is-old-npc::before{
|
|
content: "Old NPC Sheet Hidden";
|
|
}
|
|
|
|
span.sheet-tab-is-old-npc{
|
|
font-size: 9px !important;
|
|
background-color: #538b95;
|
|
margin-left: -120px;
|
|
}
|
|
|
|
input.sheet-tab-is-old-npc:checked + span.sheet-tab-is-old-npc{
|
|
background-color: #3c6776;
|
|
}
|
|
|
|
input.sheet-tab-is-old-npc:checked + span.sheet-tab-is-old-npc::before{
|
|
content: "Old NPC Sheet Shown"
|
|
}
|
|
|
|
/* END player/npc button Settings */
|
|
|
|
|
|
|
|
/* END Main sheet tabs */
|
|
|
|
|
|
/* Spell Page Settings */
|
|
div[class^="sheet-spell-page"]{
|
|
display: none;
|
|
}
|
|
|
|
input.sheet-tab-spell0:checked ~ div.sheet-spell-page0,
|
|
input.sheet-tab-spell1:checked ~ div.sheet-spell-page1,
|
|
input.sheet-tab-spell2:checked ~ div.sheet-spell-page2,
|
|
input.sheet-tab-spell3:checked ~ div.sheet-spell-page3,
|
|
input.sheet-tab-spell4:checked ~ div.sheet-spell-page4,
|
|
input.sheet-tab-spell5:checked ~ div.sheet-spell-page5,
|
|
input.sheet-tab-spell6:checked ~ div.sheet-spell-page6,
|
|
input.sheet-tab-spell7:checked ~ div.sheet-spell-page7,
|
|
input.sheet-tab-spell8:checked ~ div.sheet-spell-page8,
|
|
input.sheet-tab-spell9:checked ~ div.sheet-spell-page9{
|
|
display: block;
|
|
}
|
|
|
|
input.sheet-tab-spell99:checked ~ div[class^="sheet-spell-page"]{
|
|
display: block;
|
|
}
|
|
|
|
input.sheet-tab-spell-page,
|
|
span.sheet-tab-spell-page{
|
|
width: 70px;
|
|
height: 18px;
|
|
}
|
|
|
|
span.sheet-tab-spell-page{
|
|
margin-left: -73px;
|
|
}
|
|
|
|
span.sheet-tab-spell-page,
|
|
span.sheet-tab-inventory,
|
|
span.sheet-tab-class-action{
|
|
background-color: #457390;
|
|
|
|
}
|
|
|
|
|
|
.sheet-spell-macro-output-options,
|
|
.sheet-classaction-output-options,
|
|
.sheet-action-output-options{
|
|
border: black 1px dashed;
|
|
border-radius: 5px;
|
|
|
|
}
|
|
/* END Spell Page Settings */
|
|
|
|
/* Borders for spell page and class action repeating section rows */
|
|
.sheet-npc-row{
|
|
border: 1px solid #000000;
|
|
border-radius: 5px;
|
|
margin-left: 1px;
|
|
margin-bottom: 5px;
|
|
background-color: #eeeeee;
|
|
}
|
|
|
|
/* Inventory Page Settings */
|
|
div[class^="sheet-inventory-page"]{
|
|
display: none;
|
|
}
|
|
|
|
div[class^="sheet-inventory-page"] input{
|
|
line-height: 100%;
|
|
}
|
|
|
|
input.sheet-tab-inventory1:checked ~ div.sheet-inventory-page1,
|
|
input.sheet-tab-inventory2:checked ~ div.sheet-inventory-page2,
|
|
input.sheet-tab-inventory3:checked ~ div.sheet-inventory-page3,
|
|
input.sheet-tab-inventory4:checked ~ div.sheet-inventory-page4{
|
|
display: block;
|
|
}
|
|
|
|
input.sheet-tab-inventory99:checked ~ div[class^="sheet-inventory-page"]{
|
|
display: block;
|
|
}
|
|
input.sheet-tab-inventory,
|
|
span.sheet-tab-inventory{
|
|
width: 24%;
|
|
height: 18px;
|
|
}
|
|
|
|
span.sheet-tab-inventory{
|
|
margin-left: -24%;
|
|
}
|
|
|
|
/* END Inventory Page Settings */
|
|
|
|
/* General sheet/rolltemplate wide Styles */
|
|
.sheet-spell-row-number,
|
|
.sheet-inventory-row-number{
|
|
text-align: center;
|
|
font-weight: bold;
|
|
}
|
|
.sheet-custom-class-hd select{
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
line-height: 100%;
|
|
padding: 0;
|
|
}
|
|
.sheet-last-updated,
|
|
.sheet-rolltemplate-godbound .sheet-last-updated{
|
|
font-size: 85%!important;
|
|
font-style: italic;
|
|
font-weight: bold;
|
|
margin: 0;
|
|
}
|
|
.sheet-hd-row,
|
|
.sheet-rolltemplate-godbound .sheet-hd-row{
|
|
font-size: 62% !important;
|
|
line-height: 100% !important;
|
|
}
|
|
.sheet-concentration-icon,
|
|
.sheet-rolltemplate-godbound .sheet-concentration-icon{
|
|
font-size: 14px;
|
|
}
|
|
|
|
.sheet-ritual-icon,
|
|
.sheet-rolltemplate-godbound .sheet-ritual-icon{
|
|
font-size: 16px;
|
|
}
|
|
hr,
|
|
.sheet-rolltemplate-godbound hr{
|
|
border: 0;
|
|
height: 1px;
|
|
background-image: -webkit-linear-gradient(left, rgba(40,65,90,0), rgba(40,65,90,1), rgba(40,65,90,0));
|
|
background-image: -moz-linear-gradient(left, rgba(40,65,90,0), rgba(40,65,90,1), rgba(40,65,90,0));
|
|
background-image: -ms-linear-gradient(left, rgba(40,65,90,0), rgba(40,65,90,1), rgba(40,65,90,0));
|
|
background-image: -o-linear-gradient(left, rgba(40,65,90,0), rgba(40,65,90,1), rgba(40,65,90,0));
|
|
margin: 5px 0;
|
|
}
|
|
span.sheet-spacer,
|
|
.sheet-rolltemplate-godbound span.sheet-spacer{
|
|
display: block;
|
|
margin-top: 5px;
|
|
}
|
|
.sheet-spacer-xl{
|
|
height: 20px;
|
|
}
|
|
.sheet-important-text{
|
|
color: #0000ff;
|
|
}
|
|
.sheet-grey-row{
|
|
background-color: #eeeeee;
|
|
}
|
|
|
|
/* === SKILLS === */
|
|
.sheet-skill-row{
|
|
margin: 1px 0;
|
|
}
|
|
.sheet-skill-name,
|
|
.sheet-skills-attribute-selector-wrapper{
|
|
font-size: 11px !important;
|
|
}
|
|
.sheet-skill-checkbox{
|
|
margin-top: 5px;
|
|
}
|
|
|
|
/* === TABLE === */
|
|
table{
|
|
width: 100%;
|
|
padding: 5px;
|
|
border-collapse: collapse;
|
|
}
|
|
tr{
|
|
|
|
}
|
|
th{
|
|
font-family: "Book Antiqua", Garamond, "Times New Roman", Georgia, serif;
|
|
}
|
|
td{
|
|
padding: 2px;
|
|
}
|
|
|
|
.sheet-tablecol-5{
|
|
width: 5px;
|
|
}
|
|
.sheet-tablecol-10{
|
|
width: 10px;
|
|
}
|
|
.sheet-tablecol-20{
|
|
width: 20px;
|
|
}
|
|
|
|
/* === CSS GRID (do not edit below this line or risk breaking formatting) === */
|
|
.sheet-row,
|
|
.sheet-rolltemplate-godbound .sheet-row{
|
|
letter-spacing: -0.31em; /* Webkit: collapse white-space between units */
|
|
*letter-spacing: normal; /* reset IE < 8 */
|
|
*word-spacing: -0.43em; /* IE < 8: collapse white-space between units */
|
|
text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */
|
|
}
|
|
.sheet-col-rowspan,
|
|
.sheet-rolltemplate-godbound .sheet-col-535{
|
|
top: 0;
|
|
bottom: 0;
|
|
height: 100%;
|
|
}
|
|
.sheet-opera-only :-o-prefocus, .sheet-row,
|
|
.sheet-rolltemplate-godbound .sheet-opera-only :-o-prefocus, .sheet-rolltemplate-godbound .sheet-row{
|
|
word-spacing: -0.43em;
|
|
}
|
|
[class^="sheet-col"],
|
|
.sheet-rolltemplate-godbound [class^="sheet-col"]{
|
|
display: inline-block;
|
|
*display: inline; /* IE < 8: fake inline-block */
|
|
zoom: 1;
|
|
letter-spacing: normal;
|
|
word-spacing: normal;
|
|
vertical-align: top;
|
|
text-rendering: auto;
|
|
}
|
|
.sheet-col-1,
|
|
.sheet-rolltemplate-godbound .sheet-col-1{
|
|
width: 100%;
|
|
display: block;
|
|
}
|
|
|
|
.sheet-col-1-2,
|
|
.sheet-rolltemplate-godbound .sheet-col-1-2{
|
|
width: 50%;
|
|
}
|
|
.sheet-offset-1-2,
|
|
.sheet-rolltemplate-godbound .sheet-offset-1-2{
|
|
margin-left: 50%;
|
|
}
|
|
|
|
.sheet-col-1-3,
|
|
.sheet-rolltemplate-godbound .sheet-col-1-3{
|
|
width: 33.33333%;
|
|
}
|
|
.sheet-offset-1-3,
|
|
.sheet-rolltemplate-godbound .sheet-offset-1-3{
|
|
margin-left: 33.33333%;
|
|
}
|
|
|
|
.sheet-col-2-3,
|
|
.sheet-rolltemplate-godbound .sheet-col-2-3{
|
|
width: 66.66667%;
|
|
}
|
|
.sheet-offset-2-3,
|
|
.sheet-rolltemplate-godbound .sheet-offset-2-3{
|
|
margin-left: 66.66667%;
|
|
}
|
|
|
|
.sheet-col-1-4,
|
|
.sheet-rolltemplate-godbound .sheet-col-1-4{
|
|
width: 25%;
|
|
}
|
|
.sheet-offset-1-4,
|
|
.sheet-rolltemplate-godbound .sheet-offset-1-4{
|
|
margin-left: 25%;
|
|
}
|
|
|
|
.sheet-col-3-4,
|
|
.sheet-rolltemplate-godbound .sheet-col-3-4{
|
|
width: 75%;
|
|
}
|
|
.sheet-offset-3-4,
|
|
.sheet-rolltemplate-godbound .sheet-offset-3-4{
|
|
margin-left: 75%;
|
|
}
|
|
|
|
.sheet-col-1-5,
|
|
.sheet-rolltemplate-godbound .sheet-col-1-5{
|
|
width: 20%;
|
|
}
|
|
.sheet-offset-1-5,
|
|
.sheet-rolltemplate-godbound .sheet-offset-1-5{
|
|
margin-left: 20%;
|
|
}
|
|
.sheet-col-2-5,
|
|
.sheet-rolltemplate-godbound .sheet-col-2-5{
|
|
width: 40%;
|
|
}
|
|
.sheet-offset-2-5,
|
|
.sheet-rolltemplate-godbound .sheet-offset-2-5{
|
|
margin-left: 40%;
|
|
}
|
|
.sheet-col-3-5,
|
|
.sheet-rolltemplate-godbound .sheet-col-3-5{
|
|
width: 60%;
|
|
}
|
|
.sheet-offset-3-5,
|
|
.sheet-rolltemplate-godbound .sheet-offset-3-5{
|
|
margin-left: 60%;
|
|
}
|
|
.sheet-col-4-5,
|
|
.sheet-rolltemplate-godbound .sheet-col-4-5{
|
|
width: 80%;
|
|
}
|
|
.sheet-offset-4-5,
|
|
.sheet-rolltemplate-godbound .sheet-offset-4-5{
|
|
margin-left: 80%;
|
|
}
|
|
|
|
.sheet-col-1-6,
|
|
.sheet-rolltemplate-godbound .sheet-col-1-6{
|
|
width: 16.66667%;
|
|
}
|
|
.sheet-offset-1-6,
|
|
.sheet-rolltemplate-godbound .sheet-offset-1-6{
|
|
margin-left: 16.66667%;
|
|
}
|
|
.sheet-col-5-6,
|
|
.sheet-rolltemplate-godbound .sheet-col-5-6{
|
|
width: 83.33333%;
|
|
}
|
|
.sheet-offset-5-6,
|
|
.sheet-rolltemplate-godbound .sheet-offset-5-6{
|
|
margin-left: 83.33333%;
|
|
}
|
|
|
|
.sheet-col-1-7,
|
|
.sheet-rolltemplate-godbound .sheet-col-1-7{
|
|
width: 14.28571%;
|
|
}
|
|
.sheet-offset-1-7,
|
|
.sheet-rolltemplate-godbound .sheet-offset-1-7{
|
|
margin-left: 14.28571%;
|
|
}
|
|
.sheet-col-2-7,
|
|
.sheet-rolltemplate-godbound .sheet-col-2-7{
|
|
width: 28.57143%;
|
|
}
|
|
.sheet-offset-2-7,
|
|
.sheet-rolltemplate-godbound .sheet-offset-2-7{
|
|
margin-left: 28.57143%;
|
|
}
|
|
.sheet-col-3-7,
|
|
.sheet-rolltemplate-godbound .sheet-col-3-7{
|
|
width: 42.85714%;
|
|
}
|
|
.sheet-offset-3-7,
|
|
.sheet-rolltemplate-godbound .sheet-offset-3-7{
|
|
margin-left: 42.85714%;
|
|
}
|
|
.sheet-col-4-7,
|
|
.sheet-rolltemplate-godbound .sheet-col-4-7{
|
|
width: 57.14286%;
|
|
}
|
|
.sheet-offset-4-7,
|
|
.sheet-rolltemplate-godbound .sheet-offset-4-7{
|
|
margin-left: 57.14286%;
|
|
}
|
|
.sheet-col-5-7,
|
|
.sheet-rolltemplate-godbound .sheet-col-5-7{
|
|
width: 71.42857%;
|
|
}
|
|
.sheet-offset-5-7,
|
|
.sheet-rolltemplate-godbound .sheet-offset-5-7{
|
|
margin-left: 71.42857%;
|
|
}
|
|
.sheet-col-6-7,
|
|
.sheet-rolltemplate-godbound .sheet-col-6-7{
|
|
width: 85.71429%;
|
|
}
|
|
.sheet-offset-6-7,
|
|
.sheet-rolltemplate-godbound .sheet-offset-6-7{
|
|
margin-left: 85.71429%;
|
|
}
|
|
|
|
.sheet-col-1-8,
|
|
.sheet-rolltemplate-godbound .sheet-col-1-8{
|
|
width: 12.5%;
|
|
}
|
|
.sheet-offset-1-8,
|
|
.sheet-rolltemplate-godbound .sheet-offset-1-8{
|
|
margin-left: 12.5%;
|
|
}
|
|
.sheet-col-3-8,
|
|
.sheet-rolltemplate-godbound .sheet-col-3-8{
|
|
width: 37.5%;
|
|
}
|
|
.sheet-offset-3-8,
|
|
.sheet-rolltemplate-godbound .sheet-offset-3-8{
|
|
margin-left: 37.5%;
|
|
}
|
|
.sheet-col-5-8,
|
|
.sheet-rolltemplate-godbound .sheet-col-5-8{
|
|
width: 62.5%;
|
|
}
|
|
.sheet-offset-5-8,
|
|
.sheet-rolltemplate-godbound .sheet-offset-5-8{
|
|
margin-left: 62.5%;
|
|
}
|
|
.sheet-col-7-8,
|
|
.sheet-rolltemplate-godbound .sheet-col-7-8{
|
|
width: 87.5%;
|
|
}
|
|
.sheet-offset-7-8,
|
|
.sheet-rolltemplate-godbound .sheet-offset-7-8{
|
|
margin-left: 87.5%;
|
|
}
|
|
|
|
.sheet-col-1-9,
|
|
.sheet-rolltemplate-godbound .sheet-col-1-9{
|
|
width: 11.11111%;
|
|
}
|
|
.sheet-offset-1-9,
|
|
.sheet-rolltemplate-godbound .sheet-offset-1-9{
|
|
margin-left: 11.11111%;
|
|
}
|
|
.sheet-col-2-9,
|
|
.sheet-rolltemplate-godbound .sheet-col-2-9{
|
|
width: 22.22222%;
|
|
}
|
|
.sheet-offset-2-9,
|
|
.sheet-rolltemplate-godbound .sheet-offset-2-9{
|
|
margin-left: 22.22222%;
|
|
}
|
|
.sheet-col-4-9,
|
|
.sheet-rolltemplate-godbound .sheet-col-4-9{
|
|
width: 44.44444%;
|
|
}
|
|
.sheet-offset-4-9,
|
|
.sheet-rolltemplate-godbound .sheet-offset-4-9{
|
|
margin-left: 44.44444%;
|
|
}
|
|
.sheet-col-5-9,
|
|
.sheet-rolltemplate-godbound .sheet-col-5-9{
|
|
width: 55.55556%;
|
|
}
|
|
.sheet-offset-5-9,
|
|
.sheet-rolltemplate-godbound .sheet-offset-5-9{
|
|
margin-left: 55.55556%;
|
|
}
|
|
.sheet-col-7-9,
|
|
.sheet-rolltemplate-godbound .sheet-col-7-9{
|
|
width: 77.77778%;
|
|
}
|
|
.sheet-offset-7-9,
|
|
.sheet-rolltemplate-godbound .sheet-offset-7-9{
|
|
margin-left: 77.77778%;
|
|
}
|
|
.sheet-col-8-9,
|
|
.sheet-rolltemplate-godbound .sheet-col-8-9{
|
|
width: 88.88889%;
|
|
}
|
|
.sheet-offset-8-9,
|
|
.sheet-rolltemplate-godbound .sheet-offset-8-9{
|
|
margin-left: 88.88889%;
|
|
}
|
|
|
|
.sheet-col-1-10,
|
|
.sheet-rolltemplate-godbound .sheet-col-1-10{
|
|
width: 10%;
|
|
}
|
|
.sheet-offset-1-10,
|
|
.sheet-rolltemplate-godbound .sheet-offset-1-10{
|
|
margin-left: 10%;
|
|
}
|
|
.sheet-col-3-10,
|
|
.sheet-rolltemplate-godbound .sheet-col-3-10{
|
|
width: 30%;
|
|
}
|
|
.sheet-offset-3-10,
|
|
.sheet-rolltemplate-godbound .sheet-offset-3-10{
|
|
margin-left: 30%;
|
|
}
|
|
.sheet-col-7-10,
|
|
.sheet-rolltemplate-godbound .sheet-col-7-10{
|
|
width: 70%;
|
|
}
|
|
.sheet-offset-7-10,
|
|
.sheet-rolltemplate-godbound .sheet-offset-7-10{
|
|
margin-left: 70%;
|
|
}
|
|
.sheet-col-9-10,
|
|
.sheet-rolltemplate-godbound .sheet-col-9-10{
|
|
width: 90%;
|
|
}
|
|
.sheet-offset-9-10,
|
|
.sheet-rolltemplate-godbound .sheet-offset-9-10{
|
|
margin-left: 90%;
|
|
}
|
|
|
|
.sheet-col-1-11,
|
|
.sheet-rolltemplate-godbound .sheet-col-1-11{
|
|
width: 9.09091%;
|
|
}
|
|
.sheet-offset-1-11,
|
|
.sheet-rolltemplate-godbound .sheet-offset-1-11{
|
|
margin-left: 9.09091%;
|
|
}
|
|
.sheet-col-2-11,
|
|
.sheet-rolltemplate-godbound .sheet-col-2-11{
|
|
width: 18.18182%;
|
|
}
|
|
.sheet-offset-2-11,
|
|
.sheet-rolltemplate-godbound .sheet-offset-2-11{
|
|
margin-left: 18.18182%;
|
|
}
|
|
.sheet-col-3-11,
|
|
.sheet-rolltemplate-godbound .sheet-col-3-11{
|
|
width: 27.27273%;
|
|
}
|
|
.sheet-offset-3-11,
|
|
.sheet-rolltemplate-godbound .sheet-offset-3-11{
|
|
margin-left: 27.27273%;
|
|
}
|
|
.sheet-col-4-11,
|
|
.sheet-rolltemplate-godbound .sheet-col-4-11{
|
|
width: 36.36364%;
|
|
}
|
|
.sheet-offset-4-11,
|
|
.sheet-rolltemplate-godbound .sheet-offset-4-11{
|
|
margin-left: 36.36364%;
|
|
}
|
|
.sheet-col-5-11,
|
|
.sheet-rolltemplate-godbound .sheet-col-5-11{
|
|
width: 45.45455%;
|
|
}
|
|
.sheet-offset-5-11,
|
|
.sheet-rolltemplate-godbound .sheet-offset-5-11{
|
|
margin-left: 45.45455%;
|
|
}
|
|
.sheet-col-6-11,
|
|
.sheet-rolltemplate-godbound .sheet-col-6-11{
|
|
width: 54.54545%;
|
|
}
|
|
.sheet-offset-6-11,
|
|
.sheet-rolltemplate-godbound .sheet-offset-6-11{
|
|
margin-left: 54.54545%;
|
|
}
|
|
.sheet-col-7-11,
|
|
.sheet-rolltemplate-godbound .sheet-col-7-11{
|
|
width: 63.63636%;
|
|
}
|
|
.sheet-offset-7-11,
|
|
.sheet-rolltemplate-godbound .sheet-offset-7-11{
|
|
margin-left: 63.63636%;
|
|
}
|
|
.sheet-col-8-11,
|
|
.sheet-rolltemplate-godbound .sheet-col-8-11{
|
|
width: 72.72727%;
|
|
}
|
|
.sheet-offset-8-11,
|
|
.sheet-rolltemplate-godbound .sheet-offset-8-11{
|
|
margin-left: 72.72727%;
|
|
}
|
|
.sheet-col-9-11,
|
|
.sheet-rolltemplate-godbound .sheet-col-9-11{
|
|
width: 81.81818%;
|
|
}
|
|
.sheet-offset-9-11,
|
|
.sheet-rolltemplate-godbound .sheet-offset-9-11{
|
|
margin-left: 81.81818%;
|
|
}
|
|
.sheet-col-10-11,
|
|
.sheet-rolltemplate-godbound .sheet-col-10-11{
|
|
width: 90.90909%;
|
|
}
|
|
.sheet-offset-10-11,
|
|
.sheet-rolltemplate-godbound .sheet-offset-10-11{
|
|
margin-left: 90.90909%;
|
|
}
|
|
|
|
.sheet-col-1-12,
|
|
.sheet-rolltemplate-godbound .sheet-col-1-12{
|
|
width: 8.33333%;
|
|
}
|
|
.sheet-offset-1-12,
|
|
.sheet-rolltemplate-godbound .sheet-offset-1-12{
|
|
margin-left: 8.33333%;
|
|
}
|
|
.sheet-col-5-12,
|
|
.sheet-rolltemplate-godbound .sheet-col-5-12{
|
|
width: 41.66667%;
|
|
}
|
|
.sheet-offset-5-12,
|
|
.sheet-rolltemplate-godbound .sheet-offset-5-12{
|
|
margin-left: 41.66667%;
|
|
}
|
|
.sheet-col-7-12,
|
|
.sheet-rolltemplate-godbound .sheet-col-7-12{
|
|
width: 58.33333%;
|
|
}
|
|
.sheet-offset-7-12,
|
|
.sheet-rolltemplate-godbound .sheet-offset-7-12{
|
|
margin-left: 58.33333%;
|
|
}
|
|
.sheet-col-11-12,
|
|
.sheet-rolltemplate-godbound .sheet-col-11-12{
|
|
width: 91.66667%;
|
|
}
|
|
.sheet-offset-11-12,
|
|
.sheet-rolltemplate-godbound .sheet-offset-11-12{
|
|
margin-left: 91.66667%;
|
|
}
|
|
.sheet-col-1-13,
|
|
.sheet-rolltemplate-godbound .sheet-col-1-13{
|
|
width: 7.69231%;
|
|
}
|
|
.sheet-offset-1-13,
|
|
.sheet-rolltemplate-godbound .sheet-offset-1-13{
|
|
margin-left: 7.69231%;
|
|
}
|
|
.sheet-col-2-13,
|
|
.sheet-rolltemplate-godbound .sheet-col-2-13{
|
|
width: 15.38462%;
|
|
}
|
|
.sheet-offset-2-13,
|
|
.sheet-rolltemplate-godbound .sheet-offset-2-13{
|
|
margin-left: 15.38462%;
|
|
}
|
|
.sheet-col-3-13,
|
|
.sheet-rolltemplate-godbound .sheet-col-3-13{
|
|
width: 23.07692%;
|
|
}
|
|
.sheet-offset-3-13,
|
|
.sheet-rolltemplate-godbound .sheet-offset-3-13{
|
|
margin-left: 23.07692%;
|
|
}
|
|
.sheet-col-4-13,
|
|
.sheet-rolltemplate-godbound .sheet-col-4-13{
|
|
width: 30.76923%;
|
|
}
|
|
.sheet-offset-4-13,
|
|
.sheet-rolltemplate-godbound .sheet-offset-4-13{
|
|
margin-left: 30.76923%;
|
|
}
|
|
.sheet-col-5-13,
|
|
.sheet-rolltemplate-godbound .sheet-col-5-13{
|
|
width: 38.46154%;
|
|
}
|
|
.sheet-offset-5-13,
|
|
.sheet-rolltemplate-godbound .sheet-offset-5-13{
|
|
margin-left: 38.46154%;
|
|
}
|
|
.sheet-col-6-13,
|
|
.sheet-rolltemplate-godbound .sheet-col-6-13{
|
|
width: 46.15385%;
|
|
}
|
|
.sheet-offset-6-13,
|
|
.sheet-rolltemplate-godbound .sheet-offset-6-13{
|
|
margin-left: 46.15385%;
|
|
}
|
|
.sheet-col-7-13,
|
|
.sheet-rolltemplate-godbound .sheet-col-7-13{
|
|
width: 53.84615%;
|
|
}
|
|
.sheet-offset-7-13,
|
|
.sheet-rolltemplate-godbound .sheet-offset-7-13{
|
|
margin-left: 53.84615%;
|
|
}
|
|
.sheet-col-8-13,
|
|
.sheet-rolltemplate-godbound .sheet-col-8-13{
|
|
width: 61.53846%;
|
|
}
|
|
.sheet-offset-8-13,
|
|
.sheet-rolltemplate-godbound .sheet-offset-8-13{
|
|
margin-left: 61.53846%;
|
|
}
|
|
.sheet-col-9-13,
|
|
.sheet-rolltemplate-godbound .sheet-col-9-13{
|
|
width: 69.23077%;
|
|
}
|
|
.sheet-offset-9-13,
|
|
.sheet-rolltemplate-godbound .sheet-offset-9-13{
|
|
margin-left: 69.23077%;
|
|
}
|
|
.sheet-col-10-13,
|
|
.sheet-rolltemplate-godbound .sheet-col-10-13{
|
|
width: 76.92308%;
|
|
}
|
|
.sheet-offset-10-13,
|
|
.sheet-rolltemplate-godbound .sheet-offset-10-13{
|
|
margin-left: 76.92308%;
|
|
}
|
|
.sheet-col-11-13,
|
|
.sheet-rolltemplate-godbound .sheet-col-11-13{
|
|
width: 84.61538%;
|
|
}
|
|
.sheet-offset-11-13,
|
|
.sheet-rolltemplate-godbound .sheet-offset-11-13{
|
|
margin-left: 84.61538%;
|
|
}
|
|
.sheet-col-12-13,
|
|
.sheet-rolltemplate-godbound .sheet-col-12-13{
|
|
width: 92.30769%;
|
|
}
|
|
.sheet-offset-12-13,
|
|
.sheet-rolltemplate-godbound .sheet-offset-12-13{
|
|
margin-left: 92.30769%;
|
|
}
|
|
|
|
.sheet-col-1-14,
|
|
.sheet-rolltemplate-godbound .sheet-col-1-14{
|
|
width: 7.14286%;
|
|
}
|
|
.sheet-offset-1-14,
|
|
.sheet-rolltemplate-godbound .sheet-offset-1-14{
|
|
margin-left: 7.14286%;
|
|
}
|
|
.sheet-col-3-14,
|
|
.sheet-rolltemplate-godbound .sheet-col-3-14{
|
|
width: 21.42857%;
|
|
}
|
|
.sheet-offset-3-14,
|
|
.sheet-rolltemplate-godbound .sheet-offset-3-14{
|
|
margin-left: 21.42857%;
|
|
}
|
|
.sheet-col-5-14,
|
|
.sheet-rolltemplate-godbound .sheet-col-5-14{
|
|
width: 35.71429%;
|
|
}
|
|
.sheet-offset-5-14,
|
|
.sheet-rolltemplate-godbound .sheet-offset-5-14{
|
|
margin-left: 35.71429%;
|
|
}
|
|
.sheet-col-9-14,
|
|
.sheet-rolltemplate-godbound .sheet-col-9-14{
|
|
width: 64.28571%;
|
|
}
|
|
.sheet-offset-9-14,
|
|
.sheet-rolltemplate-godbound .sheet-offset-9-14{
|
|
margin-left: 64.28571%;
|
|
}
|
|
.sheet-col-11-14,
|
|
.sheet-rolltemplate-godbound .sheet-col-11-14{
|
|
width: 78.57143%;
|
|
}
|
|
.sheet-offset-11-14,
|
|
.sheet-rolltemplate-godbound .sheet-offset-11-14{
|
|
margin-left: 78.57143%;
|
|
}
|
|
.sheet-col-13-14,
|
|
.sheet-rolltemplate-godbound .sheet-col-13-14{
|
|
width: 92.85714%;
|
|
}
|
|
.sheet-offset-13-14,
|
|
.sheet-rolltemplate-godbound .sheet-offset-13-14{
|
|
margin-left: 92.85714%;
|
|
}
|
|
|
|
.sheet-col-1-15,
|
|
.sheet-rolltemplate-godbound .sheet-col-1-15{
|
|
width: 6.66667%;
|
|
}
|
|
.sheet-offset-1-15,
|
|
.sheet-rolltemplate-godbound .sheet-offset-1-15{
|
|
margin-left: 6.66667%;
|
|
}
|
|
.sheet-col-2-15,
|
|
.sheet-rolltemplate-godbound .sheet-col-2-15{
|
|
width: 13.33333%;
|
|
}
|
|
.sheet-offset-2-15,
|
|
.sheet-rolltemplate-godbound .sheet-offset-2-15{
|
|
margin-left: 13.33333%;
|
|
}
|
|
.sheet-col-4-15,
|
|
.sheet-rolltemplate-godbound .sheet-col-4-15{
|
|
width: 26.66667%;
|
|
}
|
|
.sheet-offset-4-15,
|
|
.sheet-rolltemplate-godbound .sheet-offset-4-15{
|
|
margin-left: 26.66667%;
|
|
}
|
|
.sheet-col-7-15,
|
|
.sheet-rolltemplate-godbound .sheet-col-7-15{
|
|
width: 46.66667%;
|
|
}
|
|
.sheet-offset-7-15,
|
|
.sheet-rolltemplate-godbound .sheet-offset-7-15{
|
|
margin-left: 46.66667%;
|
|
}
|
|
.sheet-col-8-15,
|
|
.sheet-rolltemplate-godbound .sheet-col-8-15{
|
|
width: 53.33333%;
|
|
}
|
|
.sheet-offset-8-15,
|
|
.sheet-rolltemplate-godbound .sheet-offset-8-15{
|
|
margin-left: 53.33333%;
|
|
}
|
|
.sheet-col-10-15,
|
|
.sheet-rolltemplate-godbound .sheet-col-10-15{
|
|
width: 66.66667%;
|
|
}
|
|
.sheet-offset-10-15,
|
|
.sheet-rolltemplate-godbound .sheet-offset-10-15{
|
|
margin-left: 66.66667%;
|
|
}
|
|
.sheet-col-11-15,
|
|
.sheet-rolltemplate-godbound .sheet-col-11-15{
|
|
width: 73.33333%;
|
|
}
|
|
.sheet-offset-11-15,
|
|
.sheet-rolltemplate-godbound .sheet-offset-11-15{
|
|
margin-left: 73.33333%;
|
|
}
|
|
.sheet-col-13-15,
|
|
.sheet-rolltemplate-godbound .sheet-col-13-15{
|
|
width: 86.66667%;
|
|
}
|
|
.sheet-offset-13-15,
|
|
.sheet-rolltemplate-godbound .sheet-offset-13-15{
|
|
margin-left: 86.66667%;
|
|
}
|
|
.sheet-col-14-15,
|
|
.sheet-rolltemplate-godbound .sheet-col-14-15{
|
|
width: 93.33333%;
|
|
}
|
|
.sheet-offset-14-15,
|
|
.sheet-rolltemplate-godbound .sheet-offset-14-15{
|
|
margin-left: 93.33333%;
|
|
}
|
|
|
|
.sheet-col-1-16,
|
|
.sheet-rolltemplate-godbound .sheet-col-1-16{
|
|
width: 6.25%;
|
|
}
|
|
.sheet-offset-1-16,
|
|
.sheet-rolltemplate-godbound .sheet-offset-1-16{
|
|
margin-left: 6.25%;
|
|
}
|
|
.sheet-col-3-16,
|
|
.sheet-rolltemplate-godbound .sheet-col-3-16{
|
|
width: 18.75%;
|
|
}
|
|
.sheet-offset-3-16,
|
|
.sheet-rolltemplate-godbound .sheet-offset-3-16{
|
|
margin-left: 18.75%;
|
|
}
|
|
.sheet-col-5-16,
|
|
.sheet-rolltemplate-godbound .sheet-col-5-16{
|
|
width: 31.25%;
|
|
}
|
|
.sheet-offset-5-16,
|
|
.sheet-rolltemplate-godbound .sheet-offset-5-16{
|
|
margin-left: 31.25%;
|
|
}
|
|
.sheet-col-7-16,
|
|
.sheet-rolltemplate-godbound .sheet-col-7-16{
|
|
width: 43.75%;
|
|
}
|
|
.sheet-offset-7-16,
|
|
.sheet-rolltemplate-godbound .sheet-offset-7-16{
|
|
margin-left: 43.75%;
|
|
}
|
|
.sheet-col-9-16,
|
|
.sheet-rolltemplate-godbound .sheet-col-9-16{
|
|
width: 56.25%;
|
|
}
|
|
.sheet-offset-9-16,
|
|
.sheet-rolltemplate-godbound .sheet-offset-9-16{
|
|
margin-left: 56.25%;
|
|
}
|
|
.sheet-col-11-16,
|
|
.sheet-rolltemplate-godbound .sheet-col-11-16{
|
|
width: 68.75%;
|
|
}
|
|
.sheet-offset-11-16,
|
|
.sheet-rolltemplate-godbound .sheet-offset-11-16{
|
|
margin-left: 68.75%;
|
|
}
|
|
.sheet-col-13-16,
|
|
.sheet-rolltemplate-godbound .sheet-col-13-16{
|
|
width: 81.25%;
|
|
}
|
|
.sheet-offset-13-16,
|
|
.sheet-rolltemplate-godbound .sheet-offset-13-16{
|
|
margin-left: 81.25%;
|
|
}
|
|
.sheet-col-15-16,
|
|
.sheet-rolltemplate-godbound .sheet-col-15-16{
|
|
width: 93.75%;
|
|
}
|
|
.sheet-offset-15-16,
|
|
.sheet-rolltemplate-godbound .sheet-offset-15-16{
|
|
margin-left: 93.75%;
|
|
}
|
|
|
|
.sheet-col-1-17,
|
|
.sheet-rolltemplate-godbound .sheet-col-1-17{
|
|
width: 5.88235%;
|
|
}
|
|
.sheet-offset-1-17,
|
|
.sheet-rolltemplate-godbound .sheet-offset-1-17{
|
|
margin-left: 5.88235%;
|
|
}
|
|
.sheet-col-2-17,
|
|
.sheet-rolltemplate-godbound .sheet-col-2-17{
|
|
width: 11.76471%;
|
|
}
|
|
.sheet-offset-2-17,
|
|
.sheet-rolltemplate-godbound .sheet-offset-2-17{
|
|
margin-left: 11.76471%;
|
|
}
|
|
.sheet-col-3-17,
|
|
.sheet-rolltemplate-godbound .sheet-col-3-17{
|
|
width: 17.64706%;
|
|
}
|
|
.sheet-offset-3-17,
|
|
.sheet-rolltemplate-godbound .sheet-offset-3-17{
|
|
margin-left: 17.64706%;
|
|
}
|
|
.sheet-col-4-17,
|
|
.sheet-rolltemplate-godbound .sheet-col-4-17{
|
|
width: 23.52941%;
|
|
}
|
|
.sheet-offset-4-17,
|
|
.sheet-rolltemplate-godbound .sheet-offset-4-17{
|
|
margin-left: 23.52941%;
|
|
}
|
|
.sheet-col-5-17,
|
|
.sheet-rolltemplate-godbound .sheet-col-5-17{
|
|
width: 29.41176%;
|
|
}
|
|
.sheet-offset-5-17,
|
|
.sheet-rolltemplate-godbound .sheet-offset-5-17{
|
|
margin-left: 29.41176%;
|
|
}
|
|
.sheet-col-6-17,
|
|
.sheet-rolltemplate-godbound .sheet-col-6-17{
|
|
width: 35.29412%;
|
|
}
|
|
.sheet-offset-6-17,
|
|
.sheet-rolltemplate-godbound .sheet-offset-6-17{
|
|
margin-left: 35.29412%;
|
|
}
|
|
.sheet-col-7-17,
|
|
.sheet-rolltemplate-godbound .sheet-col-7-17{
|
|
width: 41.17647%;
|
|
}
|
|
.sheet-offset-7-17,
|
|
.sheet-rolltemplate-godbound .sheet-offset-7-17{
|
|
margin-left: 41.17647%;
|
|
}
|
|
.sheet-col-8-17,
|
|
.sheet-rolltemplate-godbound .sheet-col-8-17{
|
|
width: 47.05882%;
|
|
}
|
|
.sheet-offset-8-17,
|
|
.sheet-rolltemplate-godbound .sheet-offset-8-17{
|
|
margin-left: 47.05882%;
|
|
}
|
|
.sheet-col-9-17,
|
|
.sheet-rolltemplate-godbound .sheet-col-9-17{
|
|
width: 52.94118%;
|
|
}
|
|
.sheet-offset-9-17,
|
|
.sheet-rolltemplate-godbound .sheet-offset-9-17{
|
|
margin-left: 52.94118%;
|
|
}
|
|
.sheet-col-10-17,
|
|
.sheet-rolltemplate-godbound .sheet-col-10-17{
|
|
width: 58.82353%;
|
|
}
|
|
.sheet-offset-10-17,
|
|
.sheet-rolltemplate-godbound .sheet-offset-10-17{
|
|
margin-left: 58.82353%;
|
|
}
|
|
.sheet-col-11-17,
|
|
.sheet-rolltemplate-godbound .sheet-col-11-17{
|
|
width: 64.70588%;
|
|
}
|
|
.sheet-offset-11-17,
|
|
.sheet-rolltemplate-godbound .sheet-offset-11-17{
|
|
margin-left: 64.70588%;
|
|
}
|
|
.sheet-col-12-17,
|
|
.sheet-rolltemplate-godbound .sheet-col-12-17{
|
|
width: 70.58824%;
|
|
}
|
|
.sheet-offset-12-17,
|
|
.sheet-rolltemplate-godbound .sheet-offset-12-17{
|
|
margin-left: 70.58824%;
|
|
}
|
|
.sheet-col-13-17,
|
|
.sheet-rolltemplate-godbound .sheet-col-13-17{
|
|
width: 76.47059%;
|
|
}
|
|
.sheet-offset-13-17,
|
|
.sheet-rolltemplate-godbound .sheet-offset-13-17{
|
|
margin-left: 76.47059%;
|
|
}
|
|
.sheet-col-14-17,
|
|
.sheet-rolltemplate-godbound .sheet-col-14-17{
|
|
width: 82.35294%;
|
|
}
|
|
.sheet-offset-14-17,
|
|
.sheet-rolltemplate-godbound .sheet-offset-14-17{
|
|
margin-left: 82.35294%;
|
|
}
|
|
.sheet-col-15-17,
|
|
.sheet-rolltemplate-godbound .sheet-col-15-17{
|
|
width: 88.23529%;
|
|
}
|
|
.sheet-offset-15-17,
|
|
.sheet-rolltemplate-godbound .sheet-offset-15-17{
|
|
margin-left: 88.23529%;
|
|
}
|
|
.sheet-col-16-17,
|
|
.sheet-rolltemplate-godbound .sheet-col-16-17{
|
|
width: 94.11765%;
|
|
}
|
|
.sheet-offset-16-17,
|
|
.sheet-rolltemplate-godbound .sheet-offset-16-17{
|
|
margin-left: 94.11765%;
|
|
}
|
|
|
|
.sheet-col-1-18,
|
|
.sheet-rolltemplate-godbound .sheet-col-1-18{
|
|
width: 5.55556%;
|
|
}
|
|
.sheet-offset-1-18,
|
|
.sheet-rolltemplate-godbound .sheet-offset-1-18{
|
|
margin-left: 5.55556%;
|
|
}
|
|
.sheet-col-5-18,
|
|
.sheet-rolltemplate-godbound .sheet-col-5-18{
|
|
width: 27.77778%;
|
|
}
|
|
.sheet-offset-5-18,
|
|
.sheet-rolltemplate-godbound .sheet-offset-5-18{
|
|
margin-left: 27.77778%;
|
|
}
|
|
.sheet-col-7-18,
|
|
.sheet-rolltemplate-godbound .sheet-col-7-18{
|
|
width: 38.88889%;
|
|
}
|
|
.sheet-offset-7-18,
|
|
.sheet-rolltemplate-godbound .sheet-offset-7-18{
|
|
margin-left: 38.88889%;
|
|
}
|
|
.sheet-col-11-18,
|
|
.sheet-rolltemplate-godbound .sheet-col-11-18{
|
|
width: 61.11111%;
|
|
}
|
|
.sheet-offset-11-18,
|
|
.sheet-rolltemplate-godbound .sheet-offset-11-18{
|
|
margin-left: 61.11111%;
|
|
}
|
|
.sheet-col-13-18,
|
|
.sheet-rolltemplate-godbound .sheet-col-13-18{
|
|
width: 72.22222%;
|
|
}
|
|
.sheet-offset-13-18,
|
|
.sheet-rolltemplate-godbound .sheet-offset-13-18{
|
|
margin-left: 72.22222%;
|
|
}
|
|
.sheet-col-15-18,
|
|
.sheet-rolltemplate-godbound .sheet-col-15-18{
|
|
width: 83.33333%;
|
|
}
|
|
.sheet-offset-15-18,
|
|
.sheet-rolltemplate-godbound .sheet-offset-15-18{
|
|
margin-left: 83.33333%;
|
|
}
|
|
.sheet-col-17-18,
|
|
.sheet-rolltemplate-godbound .sheet-col-17-18{
|
|
width: 94.44444%;
|
|
}
|
|
.sheet-offset-17-18,
|
|
.sheet-rolltemplate-godbound .sheet-offset-17-18{
|
|
margin-left: 94.44444%;
|
|
}
|
|
|
|
.sheet-col-1-19,
|
|
.sheet-rolltemplate-godbound .sheet-col-1-19{
|
|
width: 5.26316%;
|
|
}
|
|
.sheet-offset-1-19,
|
|
.sheet-rolltemplate-godbound .sheet-offset-1-19{
|
|
margin-left: 5.26316%;
|
|
}
|
|
.sheet-col-2-19,
|
|
.sheet-rolltemplate-godbound .sheet-col-2-19{
|
|
width: 10.52632%;
|
|
}
|
|
.sheet-offset-2-19,
|
|
.sheet-rolltemplate-godbound .sheet-offset-2-19{
|
|
margin-left: 10.52632%;
|
|
}
|
|
.sheet-col-3-19,
|
|
.sheet-rolltemplate-godbound .sheet-col-3-19{
|
|
width: 15.78947%;
|
|
}
|
|
.sheet-offset-3-19,
|
|
.sheet-rolltemplate-godbound .sheet-offset-3-19{
|
|
margin-left: 15.78947%;
|
|
}
|
|
.sheet-col-4-19,
|
|
.sheet-rolltemplate-godbound .sheet-col-4-19{
|
|
width: 21.05263%;
|
|
}
|
|
.sheet-offset-4-19,
|
|
.sheet-rolltemplate-godbound .sheet-offset-4-19{
|
|
margin-left: 21.05263%;
|
|
}
|
|
.sheet-col-5-19,
|
|
.sheet-rolltemplate-godbound .sheet-col-5-19{
|
|
width: 26.31579%;
|
|
}
|
|
.sheet-offset-5-19,
|
|
.sheet-rolltemplate-godbound .sheet-offset-5-19{
|
|
margin-left: 26.31579%;
|
|
}
|
|
.sheet-col-6-19,
|
|
.sheet-rolltemplate-godbound .sheet-col-6-19{
|
|
width: 31.57895%;
|
|
}
|
|
.sheet-offset-6-19,
|
|
.sheet-rolltemplate-godbound .sheet-offset-6-19{
|
|
margin-left: 31.57895%;
|
|
}
|
|
.sheet-col-7-19,
|
|
.sheet-rolltemplate-godbound .sheet-col-7-19{
|
|
width: 36.84211%;
|
|
}
|
|
.sheet-offset-7-19,
|
|
.sheet-rolltemplate-godbound .sheet-offset-7-19{
|
|
margin-left: 36.84211%;
|
|
}
|
|
.sheet-col-8-19,
|
|
.sheet-rolltemplate-godbound .sheet-col-8-19{
|
|
width: 42.10526%;
|
|
}
|
|
.sheet-offset-8-19,
|
|
.sheet-rolltemplate-godbound .sheet-offset-8-19{
|
|
margin-left: 42.10526%;
|
|
}
|
|
.sheet-col-9-19,
|
|
.sheet-rolltemplate-godbound .sheet-col-9-19{
|
|
width: 47.36842%;
|
|
}
|
|
.sheet-offset-9-19,
|
|
.sheet-rolltemplate-godbound .sheet-offset-9-19{
|
|
margin-left: 47.36842%;
|
|
}
|
|
.sheet-col-10-19,
|
|
.sheet-rolltemplate-godbound .sheet-col-10-19{
|
|
width: 52.63158%;
|
|
}
|
|
.sheet-offset-10-19,
|
|
.sheet-rolltemplate-godbound .sheet-offset-10-19{
|
|
margin-left: 52.63158%;
|
|
}
|
|
.sheet-col-11-19,
|
|
.sheet-rolltemplate-godbound .sheet-col-11-19{
|
|
width: 57.89474%;
|
|
}
|
|
.sheet-offset-11-19,
|
|
.sheet-rolltemplate-godbound .sheet-offset-11-19{
|
|
margin-left: 57.89474%;
|
|
}
|
|
.sheet-col-12-19,
|
|
.sheet-rolltemplate-godbound .sheet-col-12-19{
|
|
width: 63.15789%;
|
|
}
|
|
.sheet-offset-12-19,
|
|
.sheet-rolltemplate-godbound .sheet-offset-12-19{
|
|
margin-left: 63.15789%;
|
|
}
|
|
.sheet-col-13-19,
|
|
.sheet-rolltemplate-godbound .sheet-col-13-19{
|
|
width: 68.42105%;
|
|
}
|
|
.sheet-offset-13-19,
|
|
.sheet-rolltemplate-godbound .sheet-offset-13-19{
|
|
margin-left: 68.42105%;
|
|
}
|
|
.sheet-col-14-19,
|
|
.sheet-rolltemplate-godbound .sheet-col-14-19{
|
|
width: 73.68421%;
|
|
}
|
|
.sheet-offset-14-19,
|
|
.sheet-rolltemplate-godbound .sheet-offset-14-19{
|
|
margin-left: 73.68421%;
|
|
}
|
|
.sheet-col-15-19,
|
|
.sheet-rolltemplate-godbound .sheet-col-15-19{
|
|
width: 78.94737%;
|
|
}
|
|
.sheet-offset-15-19,
|
|
.sheet-rolltemplate-godbound .sheet-offset-15-19{
|
|
margin-left: 78.94737%;
|
|
}
|
|
.sheet-col-16-19,
|
|
.sheet-rolltemplate-godbound .sheet-col-16-19{
|
|
width: 84.21053%;
|
|
}
|
|
.sheet-offset-16-19,
|
|
.sheet-rolltemplate-godbound .sheet-offset-16-19{
|
|
margin-left: 84.21053%;
|
|
}
|
|
.sheet-col-17-19,
|
|
.sheet-rolltemplate-godbound .sheet-col-17-19{
|
|
width: 89.47368%;
|
|
}
|
|
.sheet-offset-17-19,
|
|
.sheet-rolltemplate-godbound .sheet-offset-17-19{
|
|
margin-left: 89.47368%;
|
|
}
|
|
.sheet-col-18-19,
|
|
.sheet-rolltemplate-godbound .sheet-col-18-19{
|
|
width: 94.73684%;
|
|
}
|
|
.sheet-offset-18-19,
|
|
.sheet-rolltemplate-godbound .sheet-offset-18-19{
|
|
margin-left: 94.73684%;
|
|
}
|
|
|
|
.sheet-col-1-20,
|
|
.sheet-rolltemplate-godbound .sheet-col-1-20{
|
|
width: 5%;
|
|
}
|
|
.sheet-offset-1-20,
|
|
.sheet-rolltemplate-godbound .sheet-offset-1-20{
|
|
margin-left: 5%;
|
|
}
|
|
.sheet-col-3-20,
|
|
.sheet-rolltemplate-godbound .sheet-col-3-20{
|
|
width: 15%;
|
|
}
|
|
.sheet-offset-3-20,
|
|
.sheet-rolltemplate-godbound .sheet-offset-3-20{
|
|
margin-left: 15%;
|
|
}
|
|
.sheet-col-7-20,
|
|
.sheet-rolltemplate-godbound .sheet-col-7-20{
|
|
width: 35%;
|
|
}
|
|
.sheet-offset-7-20,
|
|
.sheet-rolltemplate-godbound .sheet-offset-7-20{
|
|
margin-left: 35%;
|
|
}
|
|
.sheet-col-9-20,
|
|
.sheet-rolltemplate-godbound .sheet-col-9-20{
|
|
width: 45%;
|
|
}
|
|
.sheet-offset-9-20,
|
|
.sheet-rolltemplate-godbound .sheet-offset-9-20{
|
|
margin-left: 45%;
|
|
}
|
|
.sheet-col-11-20,
|
|
.sheet-rolltemplate-godbound .sheet-col-11-20{
|
|
width: 55%;
|
|
}
|
|
.sheet-offset-11-20,
|
|
.sheet-rolltemplate-godbound .sheet-offset-11-20{
|
|
margin-left: 55%;
|
|
}
|
|
.sheet-col-13-20,
|
|
.sheet-rolltemplate-godbound .sheet-col-13-20{
|
|
width: 65%;
|
|
}
|
|
.sheet-offset-13-20,
|
|
.sheet-rolltemplate-godbound .sheet-offset-13-20{
|
|
margin-left: 65%;
|
|
}
|
|
.sheet-col-17-20,
|
|
.sheet-rolltemplate-godbound .sheet-col-17-20{
|
|
width: 85%;
|
|
}
|
|
.sheet-offset-17-20,
|
|
.sheet-rolltemplate-godbound .sheet-offset-17-20{
|
|
margin-left: 85%;
|
|
}
|
|
.sheet-col-19-20,
|
|
.sheet-rolltemplate-godbound .sheet-col-19-20{
|
|
width: 95%;
|
|
}
|
|
.sheet-offset-19-20,
|
|
.sheet-rolltemplate-godbound .sheet-offset-19-20{
|
|
margin-left: 95%;
|
|
}
|
|
|
|
.sheet-col-1-21,
|
|
.sheet-rolltemplate-godbound .sheet-col-1-21{
|
|
width: 4.7619%;
|
|
}
|
|
.sheet-offset-1-21,
|
|
.sheet-rolltemplate-godbound .sheet-offset-1-21{
|
|
margin-left: 4.7619%;
|
|
}
|
|
.sheet-col-2-21,
|
|
.sheet-rolltemplate-godbound .sheet-col-2-21{
|
|
width: 9.52381%;
|
|
}
|
|
.sheet-offset-2-21,
|
|
.sheet-rolltemplate-godbound .sheet-offset-2-21{
|
|
margin-left: 9.52381%;
|
|
}
|
|
.sheet-col-4-21,
|
|
.sheet-rolltemplate-godbound .sheet-col-4-21{
|
|
width: 19.04762%;
|
|
}
|
|
.sheet-offset-4-21,
|
|
.sheet-rolltemplate-godbound .sheet-offset-4-21{
|
|
margin-left: 19.04762%;
|
|
}
|
|
.sheet-col-5-21,
|
|
.sheet-rolltemplate-godbound .sheet-col-5-21{
|
|
width: 23.80952%;
|
|
}
|
|
.sheet-offset-5-21,
|
|
.sheet-rolltemplate-godbound .sheet-offset-5-21{
|
|
margin-left: 23.80952%;
|
|
}
|
|
.sheet-col-6-21,
|
|
.sheet-rolltemplate-godbound .sheet-col-6-21{
|
|
width: 28.57143%;
|
|
}
|
|
.sheet-offset-6-21,
|
|
.sheet-rolltemplate-godbound .sheet-offset-6-21{
|
|
margin-left: 28.57143%;
|
|
}
|
|
.sheet-col-8-21,
|
|
.sheet-rolltemplate-godbound .sheet-col-8-21{
|
|
width: 38.09524%;
|
|
}
|
|
.sheet-offset-8-21,
|
|
.sheet-rolltemplate-godbound .sheet-offset-8-21{
|
|
margin-left: 38.09524%;
|
|
}
|
|
.sheet-col-9-21,
|
|
.sheet-rolltemplate-godbound .sheet-col-9-21{
|
|
width: 42.85714%;
|
|
}
|
|
.sheet-offset-9-21,
|
|
.sheet-rolltemplate-godbound .sheet-offset-9-21{
|
|
margin-left: 42.85714%;
|
|
}
|
|
.sheet-col-10-21,
|
|
.sheet-rolltemplate-godbound .sheet-col-10-21{
|
|
width: 47.61905%;
|
|
}
|
|
.sheet-offset-10-21,
|
|
.sheet-rolltemplate-godbound .sheet-offset-10-21{
|
|
margin-left: 47.61905%;
|
|
}
|
|
.sheet-col-11-21,
|
|
.sheet-rolltemplate-godbound .sheet-col-11-21{
|
|
width: 52.38095%;
|
|
}
|
|
.sheet-offset-11-21,
|
|
.sheet-rolltemplate-godbound .sheet-offset-11-21{
|
|
margin-left: 52.38095%;
|
|
}
|
|
.sheet-col-12-21,
|
|
.sheet-rolltemplate-godbound .sheet-col-12-21{
|
|
width: 57.14286%;
|
|
}
|
|
.sheet-offset-12-21,
|
|
.sheet-rolltemplate-godbound .sheet-offset-12-21{
|
|
margin-left: 57.14286%;
|
|
}
|
|
.sheet-col-13-21,
|
|
.sheet-rolltemplate-godbound .sheet-col-13-21{
|
|
width: 61.90476%;
|
|
}
|
|
.sheet-offset-13-21,
|
|
.sheet-rolltemplate-godbound .sheet-offset-13-21{
|
|
margin-left: 61.90476%;
|
|
}
|
|
.sheet-col-14-21,
|
|
.sheet-rolltemplate-godbound .sheet-col-14-21{
|
|
width: 66.66667%;
|
|
}
|
|
.sheet-offset-14-21,
|
|
.sheet-rolltemplate-godbound .sheet-offset-14-21{
|
|
margin-left: 66.66667%;
|
|
}
|
|
.sheet-col-15-21,
|
|
.sheet-rolltemplate-godbound .sheet-col-15-21{
|
|
width: 71.42857%;
|
|
}
|
|
.sheet-offset-15-21,
|
|
.sheet-rolltemplate-godbound .sheet-offset-15-21{
|
|
margin-left: 71.42857%;
|
|
}
|
|
.sheet-col-16-21,
|
|
.sheet-rolltemplate-godbound .sheet-col-16-21{
|
|
width: 76.19048%;
|
|
}
|
|
.sheet-offset-16-21,
|
|
.sheet-rolltemplate-godbound .sheet-offset-16-21{
|
|
margin-left: 76.19048%;
|
|
}
|
|
.sheet-col-17-21,
|
|
.sheet-rolltemplate-godbound .sheet-col-17-21{
|
|
width: 80.95238%;
|
|
}
|
|
.sheet-offset-17-21,
|
|
.sheet-rolltemplate-godbound .sheet-offset-17-21{
|
|
margin-left: 80.95238%;
|
|
}
|
|
.sheet-col-18-21,
|
|
.sheet-rolltemplate-godbound .sheet-col-18-21{
|
|
width: 85.71429%;
|
|
}
|
|
.sheet-offset-18-21,
|
|
.sheet-rolltemplate-godbound .sheet-offset-18-21{
|
|
margin-left: 85.71429%;
|
|
}
|
|
.sheet-col-19-21,
|
|
.sheet-rolltemplate-godbound .sheet-col-19-21{
|
|
width: 90.47619%;
|
|
}
|
|
.sheet-offset-19-21,
|
|
.sheet-rolltemplate-godbound .sheet-offset-19-21{
|
|
margin-left: 90.47619%;
|
|
}
|
|
.sheet-col-20-21,
|
|
.sheet-rolltemplate-godbound .sheet-col-20-21{
|
|
width: 95.2381%;
|
|
}
|
|
.sheet-offset-20-21,
|
|
.sheet-rolltemplate-godbound .sheet-offset-20-21{
|
|
margin-left: 95.2381%;
|
|
}
|
|
|
|
.sheet-col-1-22,
|
|
.sheet-rolltemplate-godbound .sheet-col-1-22{
|
|
width: 4.54545%;
|
|
}
|
|
.sheet-offset-1-22,
|
|
.sheet-rolltemplate-godbound .sheet-offset-1-22{
|
|
margin-left: 4.54545%;
|
|
}
|
|
.sheet-col-3-22,
|
|
.sheet-rolltemplate-godbound .sheet-col-3-22{
|
|
width: 13.63636%;
|
|
}
|
|
.sheet-offset-3-22,
|
|
.sheet-rolltemplate-godbound .sheet-offset-3-22{
|
|
margin-left: 13.63636%;
|
|
}
|
|
.sheet-col-5-22,
|
|
.sheet-rolltemplate-godbound .sheet-col-5-22{
|
|
width: 22.72727%;
|
|
}
|
|
.sheet-offset-5-22,
|
|
.sheet-rolltemplate-godbound .sheet-offset-5-22{
|
|
margin-left: 22.72727%;
|
|
}
|
|
.sheet-col-7-22,
|
|
.sheet-rolltemplate-godbound .sheet-col-7-22{
|
|
width: 31.81818%;
|
|
}
|
|
.sheet-offset-7-22,
|
|
.sheet-rolltemplate-godbound .sheet-offset-7-22{
|
|
margin-left: 31.81818%;
|
|
}
|
|
.sheet-col-9-22,
|
|
.sheet-rolltemplate-godbound .sheet-col-9-22{
|
|
width: 40.90909%;
|
|
}
|
|
.sheet-offset-9-22,
|
|
.sheet-rolltemplate-godbound .sheet-offset-9-22{
|
|
margin-left: 40.90909%;
|
|
}
|
|
.sheet-col-13-22,
|
|
.sheet-rolltemplate-godbound .sheet-col-13-22{
|
|
width: 59.09091%;
|
|
}
|
|
.sheet-offset-13-22,
|
|
.sheet-rolltemplate-godbound .sheet-offset-13-22{
|
|
margin-left: 59.09091%;
|
|
}
|
|
.sheet-col-15-22,
|
|
.sheet-rolltemplate-godbound .sheet-col-15-22{
|
|
width: 68.18182%;
|
|
}
|
|
.sheet-offset-15-22,
|
|
.sheet-rolltemplate-godbound .sheet-offset-15-22{
|
|
margin-left: 68.18182%;
|
|
}
|
|
.sheet-col-17-22,
|
|
.sheet-rolltemplate-godbound .sheet-col-17-22{
|
|
width: 77.27273%;
|
|
}
|
|
.sheet-offset-17-22,
|
|
.sheet-rolltemplate-godbound .sheet-offset-17-22{
|
|
margin-left: 77.27273%;
|
|
}
|
|
.sheet-col-19-22,
|
|
.sheet-rolltemplate-godbound .sheet-col-19-22{
|
|
width: 86.36364%;
|
|
}
|
|
.sheet-offset-19-22,
|
|
.sheet-rolltemplate-godbound .sheet-offset-19-22{
|
|
margin-left: 86.36364%;
|
|
}
|
|
.sheet-col-21-22,
|
|
.sheet-rolltemplate-godbound .sheet-col-21-22{
|
|
width: 95.45455%;
|
|
}
|
|
.sheet-offset-21-22,
|
|
.sheet-rolltemplate-godbound .sheet-offset-21-22{
|
|
margin-left: 95.45455%;
|
|
}
|
|
|
|
.sheet-col-1-23,
|
|
.sheet-rolltemplate-godbound .sheet-col-1-23{
|
|
width: 4.34783%;
|
|
}
|
|
.sheet-offset-1-23,
|
|
.sheet-rolltemplate-godbound .sheet-offset-1-23{
|
|
margin-left: 4.34783%;
|
|
}
|
|
.sheet-col-2-23,
|
|
.sheet-rolltemplate-godbound .sheet-col-2-23{
|
|
width: 8.69565%;
|
|
}
|
|
.sheet-offset-2-23,
|
|
.sheet-rolltemplate-godbound .sheet-offset-2-23{
|
|
margin-left: 8.69565%;
|
|
}
|
|
.sheet-col-3-23,
|
|
.sheet-rolltemplate-godbound .sheet-col-3-23{
|
|
width: 13.04348%;
|
|
}
|
|
.sheet-offset-3-23,
|
|
.sheet-rolltemplate-godbound .sheet-offset-3-23{
|
|
margin-left: 13.04348%;
|
|
}
|
|
.sheet-col-4-23,
|
|
.sheet-rolltemplate-godbound .sheet-col-4-23{
|
|
width: 17.3913%;
|
|
}
|
|
.sheet-offset-4-23,
|
|
.sheet-rolltemplate-godbound .sheet-offset-4-23{
|
|
margin-left: 17.3913%;
|
|
}
|
|
.sheet-col-5-23,
|
|
.sheet-rolltemplate-godbound .sheet-col-5-23{
|
|
width: 21.73913%;
|
|
}
|
|
.sheet-offset-5-23,
|
|
.sheet-rolltemplate-godbound .sheet-offset-5-23{
|
|
margin-left: 21.73913%;
|
|
}
|
|
.sheet-col-6-23,
|
|
.sheet-rolltemplate-godbound .sheet-col-6-23{
|
|
width: 26.08696%;
|
|
}
|
|
.sheet-offset-6-23,
|
|
.sheet-rolltemplate-godbound .sheet-offset-6-23{
|
|
margin-left: 26.08696%;
|
|
}
|
|
.sheet-col-7-23,
|
|
.sheet-rolltemplate-godbound .sheet-col-7-23{
|
|
width: 30.43478%;
|
|
}
|
|
.sheet-offset-7-23,
|
|
.sheet-rolltemplate-godbound .sheet-offset-7-23{
|
|
margin-left: 30.43478%;
|
|
}
|
|
.sheet-col-8-23,
|
|
.sheet-rolltemplate-godbound .sheet-col-8-23{
|
|
width: 34.78261%;
|
|
}
|
|
.sheet-offset-8-23,
|
|
.sheet-rolltemplate-godbound .sheet-offset-8-23{
|
|
margin-left: 34.78261%;
|
|
}
|
|
.sheet-col-9-23,
|
|
.sheet-rolltemplate-godbound .sheet-col-9-23{
|
|
width: 39.13043%;
|
|
}
|
|
.sheet-offset-9-23,
|
|
.sheet-rolltemplate-godbound .sheet-offset-9-23{
|
|
margin-left: 39.13043%;
|
|
}
|
|
.sheet-col-10-23,
|
|
.sheet-rolltemplate-godbound .sheet-col-10-23{
|
|
width: 43.47826%;
|
|
}
|
|
.sheet-offset-10-23,
|
|
.sheet-rolltemplate-godbound .sheet-offset-10-23{
|
|
margin-left: 43.47826%;
|
|
}
|
|
.sheet-col-11-23,
|
|
.sheet-rolltemplate-godbound .sheet-col-11-23{
|
|
width: 47.82609%;
|
|
}
|
|
.sheet-offset-11-23,
|
|
.sheet-rolltemplate-godbound .sheet-offset-11-23{
|
|
margin-left: 47.82609%;
|
|
}
|
|
.sheet-col-12-23,
|
|
.sheet-rolltemplate-godbound .sheet-col-12-23{
|
|
width: 52.17391%;
|
|
}
|
|
.sheet-offset-12-23,
|
|
.sheet-rolltemplate-godbound .sheet-offset-12-23{
|
|
margin-left: 52.17391%;
|
|
}
|
|
.sheet-col-13-23,
|
|
.sheet-rolltemplate-godbound .sheet-col-13-23{
|
|
width: 56.52174%;
|
|
}
|
|
.sheet-offset-13-23,
|
|
.sheet-rolltemplate-godbound .sheet-offset-13-23{
|
|
margin-left: 56.52174%;
|
|
}
|
|
.sheet-col-14-23,
|
|
.sheet-rolltemplate-godbound .sheet-col-14-23{
|
|
width: 60.86957%;
|
|
}
|
|
.sheet-offset-14-23,
|
|
.sheet-rolltemplate-godbound .sheet-offset-14-23{
|
|
margin-left: 60.86957%;
|
|
}
|
|
.sheet-col-15-23,
|
|
.sheet-rolltemplate-godbound .sheet-col-15-23{
|
|
width: 65.21739%;
|
|
}
|
|
.sheet-offset-15-23,
|
|
.sheet-rolltemplate-godbound .sheet-offset-15-23{
|
|
margin-left: 65.21739%;
|
|
}
|
|
.sheet-col-16-23,
|
|
.sheet-rolltemplate-godbound .sheet-col-16-23{
|
|
width: 69.56522%;
|
|
}
|
|
.sheet-offset-16-23,
|
|
.sheet-rolltemplate-godbound .sheet-offset-16-23{
|
|
margin-left: 69.56522%;
|
|
}
|
|
.sheet-col-17-23,
|
|
.sheet-rolltemplate-godbound .sheet-col-17-23{
|
|
width: 73.91304%;
|
|
}
|
|
.sheet-offset-17-23,
|
|
.sheet-rolltemplate-godbound .sheet-offset-17-23{
|
|
margin-left: 73.91304%;
|
|
}
|
|
.sheet-col-18-23,
|
|
.sheet-rolltemplate-godbound .sheet-col-18-23{
|
|
width: 78.26087%;
|
|
}
|
|
.sheet-offset-18-23,
|
|
.sheet-rolltemplate-godbound .sheet-offset-18-23{
|
|
margin-left: 78.26087%;
|
|
}
|
|
.sheet-col-19-23,
|
|
.sheet-rolltemplate-godbound .sheet-col-19-23{
|
|
width: 82.6087%;
|
|
}
|
|
.sheet-offset-19-23,
|
|
.sheet-rolltemplate-godbound .sheet-offset-19-23{
|
|
margin-left: 82.6087%;
|
|
}
|
|
.sheet-col-20-23,
|
|
.sheet-rolltemplate-godbound .sheet-col-20-23{
|
|
width: 86.95652%;
|
|
}
|
|
.sheet-offset-20-23,
|
|
.sheet-rolltemplate-godbound .sheet-offset-20-23{
|
|
margin-left: 86.95652%;
|
|
}
|
|
.sheet-col-21-23,
|
|
.sheet-rolltemplate-godbound .sheet-col-21-23{
|
|
width: 91.30435%;
|
|
}
|
|
.sheet-offset-21-23,
|
|
.sheet-rolltemplate-godbound .sheet-offset-21-23{
|
|
margin-left: 91.30435%;
|
|
}
|
|
.sheet-col-22-23,
|
|
.sheet-rolltemplate-godbound .sheet-col-22-23{
|
|
width: 95.65217%;
|
|
}
|
|
.sheet-offset-22-23,
|
|
.sheet-rolltemplate-godbound .sheet-offset-22-23{
|
|
margin-left: 95.65217%;
|
|
}
|
|
|
|
.sheet-col-1-24,
|
|
.sheet-rolltemplate-godbound .sheet-col-1-24{
|
|
width: 4.16667%;
|
|
}
|
|
.sheet-offset-1-24,
|
|
.sheet-rolltemplate-godbound .sheet-offset-1-24{
|
|
margin-left: 4.16667%;
|
|
}
|
|
.sheet-col-5-24,
|
|
.sheet-rolltemplate-godbound .sheet-col-5-24{
|
|
width: 20.83333%;
|
|
}
|
|
.sheet-offset-5-24,
|
|
.sheet-rolltemplate-godbound .sheet-offset-5-24{
|
|
margin-left: 20.83333%;
|
|
}
|
|
.sheet-col-7-24,
|
|
.sheet-rolltemplate-godbound .sheet-col-7-24{
|
|
width: 29.16667%;
|
|
}
|
|
.sheet-offset-7-24,
|
|
.sheet-rolltemplate-godbound .sheet-offset-7-24{
|
|
margin-left: 29.16667%;
|
|
}
|
|
.sheet-col-9-24,
|
|
.sheet-rolltemplate-godbound .sheet-col-9-24{
|
|
width: 37.5%;
|
|
}
|
|
.sheet-offset-9-24,
|
|
.sheet-rolltemplate-godbound .sheet-offset-9-24{
|
|
margin-left: 37.5%;
|
|
}
|
|
.sheet-col-11-24,
|
|
.sheet-rolltemplate-godbound .sheet-col-11-24{
|
|
width: 45.83333%;
|
|
}
|
|
.sheet-offset-11-24,
|
|
.sheet-rolltemplate-godbound .sheet-offset-11-24{
|
|
margin-left: 45.83333%;
|
|
}
|
|
.sheet-col-13-24,
|
|
.sheet-rolltemplate-godbound .sheet-col-13-24{
|
|
width: 54.16667%;
|
|
}
|
|
.sheet-offset-13-24,
|
|
.sheet-rolltemplate-godbound .sheet-offset-13-24{
|
|
margin-left: 54.16667%;
|
|
}
|
|
.sheet-col-15-24,
|
|
.sheet-rolltemplate-godbound .sheet-col-15-24{
|
|
width: 62.5%;
|
|
}
|
|
.sheet-offset-15-24,
|
|
.sheet-rolltemplate-godbound .sheet-offset-15-24{
|
|
margin-left: 62.5%;
|
|
}
|
|
.sheet-col-17-24,
|
|
.sheet-rolltemplate-godbound .sheet-col-17-24{
|
|
width: 70.83333%;
|
|
}
|
|
.sheet-offset-17-24,
|
|
.sheet-rolltemplate-godbound .sheet-offset-17-24{
|
|
margin-left: 70.83333%;
|
|
}
|
|
.sheet-col-19-24,
|
|
.sheet-rolltemplate-godbound .sheet-col-19-24{
|
|
width: 79.16667%;
|
|
}
|
|
.sheet-offset-19-24,
|
|
.sheet-rolltemplate-godbound .sheet-offset-19-24{
|
|
margin-left: 79.16667%;
|
|
}
|
|
.sheet-col-21-24,
|
|
.sheet-rolltemplate-godbound .sheet-col-21-24{
|
|
width: 87.5%;
|
|
}
|
|
.sheet-offset-21-24,
|
|
.sheet-rolltemplate-godbound .sheet-offset-21-24{
|
|
margin-left: 87.5%;
|
|
}
|
|
.sheet-col-23-24,
|
|
.sheet-rolltemplate-godbound .sheet-col-23-24{
|
|
width: 95.83333%;
|
|
}
|
|
.sheet-offset-23-24,
|
|
.sheet-rolltemplate-godbound .sheet-offset-23-24{
|
|
margin-left: 95.83333%;
|
|
}
|
|
|
|
.sheet-col-1-25,
|
|
.sheet-rolltemplate-godbound .sheet-col-1-25{
|
|
width: 4%;
|
|
}
|
|
.sheet-offset-1-25,
|
|
.sheet-rolltemplate-godbound .sheet-offset-1-25{
|
|
margin-left: 4%;
|
|
}
|
|
.sheet-col-2-25,
|
|
.sheet-rolltemplate-godbound .sheet-col-2-25{
|
|
width: 8%;
|
|
}
|
|
.sheet-offset-2-25,
|
|
.sheet-rolltemplate-godbound .sheet-offset-2-25{
|
|
margin-left: 8%;
|
|
}
|
|
.sheet-col-3-25,
|
|
.sheet-rolltemplate-godbound .sheet-col-3-25{
|
|
width: 12%;
|
|
}
|
|
.sheet-offset-3-25,
|
|
.sheet-rolltemplate-godbound .sheet-offset-3-25{
|
|
margin-left: 12%;
|
|
}
|
|
.sheet-col-4-25,
|
|
.sheet-rolltemplate-godbound .sheet-col-4-25{
|
|
width: 16%;
|
|
}
|
|
.sheet-offset-4-25,
|
|
.sheet-rolltemplate-godbound .sheet-offset-4-25{
|
|
margin-left: 16%;
|
|
}
|
|
.sheet-col-6-25,
|
|
.sheet-rolltemplate-godbound .sheet-col-6-25{
|
|
width: 24%;
|
|
}
|
|
.sheet-offset-6-25,
|
|
.sheet-rolltemplate-godbound .sheet-offset-6-25{
|
|
margin-left: 24%;
|
|
}
|
|
.sheet-col-7-25,
|
|
.sheet-rolltemplate-godbound .sheet-col-7-25{
|
|
width: 28%;
|
|
}
|
|
.sheet-offset-7-25,
|
|
.sheet-rolltemplate-godbound .sheet-offset-7-25{
|
|
margin-left: 28%;
|
|
}
|
|
.sheet-col-8-25,
|
|
.sheet-rolltemplate-godbound .sheet-col-8-25{
|
|
width: 32%;
|
|
}
|
|
.sheet-offset-8-25,
|
|
.sheet-rolltemplate-godbound .sheet-offset-8-25{
|
|
margin-left: 32%;
|
|
}
|
|
.sheet-col-9-25,
|
|
.sheet-rolltemplate-godbound .sheet-col-9-25{
|
|
width: 36%;
|
|
}
|
|
.sheet-offset-9-25,
|
|
.sheet-rolltemplate-godbound .sheet-offset-9-25{
|
|
margin-left: 36%;
|
|
}
|
|
.sheet-col-9-25,
|
|
.sheet-rolltemplate-godbound .sheet-col-9-25{
|
|
width: 36%;
|
|
}
|
|
.sheet-offset-9-25,
|
|
.sheet-rolltemplate-godbound .sheet-offset-9-25{
|
|
margin-left: 36%;
|
|
}
|
|
.sheet-col-11-25,
|
|
.sheet-rolltemplate-godbound .sheet-col-11-25{
|
|
width: 44%;
|
|
}
|
|
.sheet-offset-11-25,
|
|
.sheet-rolltemplate-godbound .sheet-offset-11-25{
|
|
margin-left: 44%;
|
|
}
|
|
.sheet-col-12-25,
|
|
.sheet-rolltemplate-godbound .sheet-col-12-25{
|
|
width: 48%;
|
|
}
|
|
.sheet-offset-12-25,
|
|
.sheet-rolltemplate-godbound .sheet-offset-12-25{
|
|
margin-left: 48%;
|
|
}
|
|
.sheet-col-13-25,
|
|
.sheet-rolltemplate-godbound .sheet-col-13-25{
|
|
width: 52%;
|
|
}
|
|
.sheet-offset-13-25,
|
|
.sheet-rolltemplate-godbound .sheet-offset-13-25{
|
|
margin-left: 52%;
|
|
}
|
|
.sheet-col-14-25,
|
|
.sheet-rolltemplate-godbound .sheet-col-14-25{
|
|
width: 56%;
|
|
}
|
|
.sheet-offset-14-25,
|
|
.sheet-rolltemplate-godbound .sheet-offset-14-25{
|
|
margin-left: 56%;
|
|
}
|
|
.sheet-col-16-25,
|
|
.sheet-rolltemplate-godbound .sheet-col-16-25{
|
|
width: 64%;
|
|
}
|
|
.sheet-offset-16-25,
|
|
.sheet-rolltemplate-godbound .sheet-offset-16-25{
|
|
margin-left: 64%;
|
|
}
|
|
.sheet-col-17-25,
|
|
.sheet-rolltemplate-godbound .sheet-col-17-25{
|
|
width: 68%;
|
|
}
|
|
.sheet-offset-17-25,
|
|
.sheet-rolltemplate-godbound .sheet-offset-17-25{
|
|
margin-left: 68%;
|
|
}
|
|
.sheet-col-18-25,
|
|
.sheet-rolltemplate-godbound .sheet-col-18-25{
|
|
width: 72%;
|
|
}
|
|
.sheet-offset-18-25,
|
|
.sheet-rolltemplate-godbound .sheet-offset-18-25{
|
|
margin-left: 72%;
|
|
}
|
|
.sheet-col-19-25,
|
|
.sheet-rolltemplate-godbound .sheet-col-19-25{
|
|
width: 76%;
|
|
}
|
|
.sheet-offset-19-25,
|
|
.sheet-rolltemplate-godbound .sheet-offset-19-25{
|
|
margin-left: 76%;
|
|
}
|
|
.sheet-col-21-25,
|
|
.sheet-rolltemplate-godbound .sheet-col-21-25{
|
|
width: 84%;
|
|
}
|
|
.sheet-offset-21-25,
|
|
.sheet-rolltemplate-godbound .sheet-offset-21-25{
|
|
margin-left: 84%;
|
|
}
|
|
.sheet-col-22-25,
|
|
.sheet-rolltemplate-godbound .sheet-col-22-25{
|
|
width: 88%;
|
|
}
|
|
.sheet-offset-22-25,
|
|
.sheet-rolltemplate-godbound .sheet-offset-22-25{
|
|
margin-left: 88%;
|
|
}
|
|
.sheet-col-23-25,
|
|
.sheet-rolltemplate-godbound .sheet-col-23-25{
|
|
width: 92%;
|
|
}
|
|
.sheet-offset-23-25,
|
|
.sheet-rolltemplate-godbound .sheet-offset-23-25{
|
|
margin-left: 92%;
|
|
}
|
|
.sheet-col-24-25,
|
|
.sheet-rolltemplate-godbound .sheet-col-24-25{
|
|
width: 96%;
|
|
}
|
|
.sheet-offset-24-25,
|
|
.sheet-rolltemplate-godbound .sheet-offset-24-25{
|
|
margin-left: 96%;
|
|
}
|
|
|
|
.sheet-col-1-30,
|
|
.sheet-rolltemplate-godbound .sheet-col-1-30{
|
|
width: 3.33333%;
|
|
}
|
|
.sheet-offset-1-30,
|
|
.sheet-rolltemplate-godbound .sheet-offset-1-30{
|
|
width: 3.33333%;
|
|
}
|
|
.sheet-col-4-30,
|
|
.sheet-rolltemplate-godbound .sheet-col-4-30{
|
|
width: 13.33333%;
|
|
}
|
|
.sheet-offset-4-30,
|
|
.sheet-rolltemplate-godbound .sheet-offset-4-30{
|
|
width: 13.33333%;
|
|
}
|
|
.sheet-col-7-30,
|
|
.sheet-rolltemplate-godbound .sheet-col-7-30{
|
|
width: 23.33333%;
|
|
}
|
|
.sheet-offset-7-30,
|
|
.sheet-rolltemplate-godbound .sheet-offset-7-30{
|
|
width: 23.33333%;
|
|
}
|
|
.sheet-col-11-30,
|
|
.sheet-rolltemplate-godbound .sheet-col-11-30{
|
|
width: 33.33333%;
|
|
}
|
|
.sheet-offset-11-30,
|
|
.sheet-rolltemplate-godbound .sheet-offset-11-30{
|
|
width: 33.33333%;
|
|
}
|
|
.sheet-col-13-30,
|
|
.sheet-rolltemplate-godbound .sheet-col-13-30{
|
|
width: 43.33333%;
|
|
}
|
|
.sheet-offset-13-30,
|
|
.sheet-rolltemplate-godbound .sheet-offset-13-30{
|
|
width: 43.33333%;
|
|
}
|
|
.sheet-col-16-30,
|
|
.sheet-rolltemplate-godbound .sheet-col-16-30{
|
|
width: 53.33333%;
|
|
}
|
|
.sheet-offset-16-30,
|
|
.sheet-rolltemplate-godbound .sheet-offset-16-30{
|
|
width: 53.33333%;
|
|
}
|
|
.sheet-col-19-30,
|
|
.sheet-rolltemplate-godbound .sheet-col-19-30{
|
|
width: 63.33333%;
|
|
}
|
|
.sheet-offset-19-30,
|
|
.sheet-rolltemplate-godbound .sheet-offset-19-30{
|
|
width: 63.33333%;
|
|
}
|
|
.sheet-col-22-30,
|
|
.sheet-rolltemplate-godbound .sheet-col-22-30{
|
|
width: 73.33333%;
|
|
}
|
|
.sheet-offset-22-30,
|
|
.sheet-rolltemplate-godbound .sheet-offset-22-30{
|
|
width: 73.33333%;
|
|
}
|
|
.sheet-col-25-30,
|
|
.sheet-rolltemplate-godbound .sheet-col-25-30{
|
|
width: 83.33333%;
|
|
}
|
|
.sheet-offset-25-30,
|
|
.sheet-rolltemplate-godbound .sheet-offset-25-30{
|
|
width: 83.33333%;
|
|
}
|
|
.sheet-col-28-30,
|
|
.sheet-rolltemplate-godbound .sheet-col-28-30{
|
|
width: 93.33333%;
|
|
}
|
|
.sheet-offset-28-30,
|
|
.sheet-rolltemplate-godbound .sheet-offset-28-30{
|
|
width: 93.33333%;
|
|
}
|
|
|
|
.sheet-col-11-36,
|
|
.sheet-rolltemplate-godbound .sheet-col-11-36{
|
|
width: 30.55556%;
|
|
}
|
|
.sheet-offset-11-36,
|
|
.sheet-rolltemplate-godbound .sheet-offset-11-36{
|
|
width: 30.55556%;
|
|
}
|
|
.sheet-col-14-36,
|
|
.sheet-rolltemplate-godbound .sheet-col-14-36{
|
|
width: 38.88889%;
|
|
}
|
|
.sheet-offset-14-36,
|
|
.sheet-rolltemplate-godbound .sheet-offset-14-36{
|
|
width: 38.88889%;
|
|
}
|
|
|
|
.sheet-col-14-45,
|
|
.sheet-rolltemplate-godbound .sheet-col-14-36{
|
|
width: 31.111111%;
|
|
}
|
|
.sheet-offset-14-45,
|
|
.sheet-rolltemplate-godbound .sheet-offset-14-36{
|
|
width: 31.11111%;
|
|
}
|
|
|
|
.sheet-col-37-90,
|
|
.sheet-rolltemplate-godbound .sheet-col-14-36{
|
|
width: 41.11111%;
|
|
}
|
|
.sheet-offset-37-90,
|
|
.sheet-rolltemplate-godbound .sheet-offset-14-36{
|
|
width: 41.11111%;
|
|
}
|
|
|
|
.sheet-col-5-18,
|
|
.sheet-rolltemplate-godbound .sheet-col-14-36{
|
|
width: 27.77778%;
|
|
}
|
|
.sheet-offset-5-18,
|
|
.sheet-rolltemplate-godbound .sheet-offset-14-36{
|
|
width: 27.77778%;
|
|
}
|
|
|
|
.sheet-col-1-40,
|
|
.sheet-rolltemplate-godbound .sheet-col-1-40{
|
|
width: 2.5%;
|
|
}
|
|
.sheet-offset-1-40,
|
|
.sheet-rolltemplate-godbound .sheet-offset-1-40{
|
|
width: 2.5%;
|
|
}
|
|
.sheet-col-7-40,
|
|
.sheet-rolltemplate-godbound .sheet-col-7-40{
|
|
width: 17.5%;
|
|
}
|
|
.sheet-offset-7-40,
|
|
.sheet-rolltemplate-godbound .sheet-offset-7-40{
|
|
width: 17.5%;
|
|
}
|
|
.sheet-col-11-40,
|
|
.sheet-rolltemplate-godbound .sheet-col-11-40{
|
|
width: 27.5%;
|
|
}
|
|
.sheet-offset-11-40,
|
|
.sheet-rolltemplate-godbound .sheet-offset-11-40{
|
|
width: 27.5%;
|
|
}
|
|
.sheet-col-13-40,
|
|
.sheet-rolltemplate-godbound .sheet-col-13-40{
|
|
width: 32.5%;
|
|
}
|
|
.sheet-offset-13-40,
|
|
.sheet-rolltemplate-godbound .sheet-offset-13-40{
|
|
width: 32.5%;
|
|
}
|
|
.sheet-col-23-40,
|
|
.sheet-rolltemplate-godbound .sheet-col-23-40{
|
|
width: 57.5%;
|
|
}
|
|
.sheet-offset-23-40,
|
|
.sheet-rolltemplate-godbound .sheet-offset-23-40{
|
|
width: 57.5%;
|
|
}
|
|
.sheet-col-29-40,
|
|
.sheet-rolltemplate-godbound .sheet-col-29-40{
|
|
width: 72.5%;
|
|
}
|
|
.sheet-offset-29-40,
|
|
.sheet-rolltemplate-godbound .sheet-offset-29-40{
|
|
width: 72.5%;
|
|
}
|
|
.sheet-col-39-40,
|
|
.sheet-rolltemplate-godbound .sheet-col-39-40{
|
|
width: 97.5%;
|
|
}
|
|
.sheet-offset-39-40,
|
|
.sheet-rolltemplate-godbound .sheet-offset-39-40{
|
|
width: 97.5%;
|
|
}
|
|
|
|
.sheet-col-49-60,
|
|
.sheet-rolltemplate-godbound .sheet-col-49-60{
|
|
width: 81.66667%;
|
|
}
|
|
.sheet-offset-49-60,
|
|
.sheet-rolltemplate-godbound .sheet-offset-49-60{
|
|
width: 81.66667%;
|
|
}
|
|
|
|
.sheet-row-r,
|
|
.sheet-rolltemplate-godbound .sheet-row-r{
|
|
letter-spacing: -0.31em;
|
|
*letter-spacing: normal;
|
|
word-spacing: -0.43em;
|
|
}
|
|
.sheet-opera-only :-o-prefocus, .sheet-row-r,
|
|
.sheet-rolltemplate-godbound .sheet-opera-only :-o-prefocus, .sheet-rolltemplate-godbound .sheet-row-r{
|
|
word-spacing: -0.43em;
|
|
}
|
|
.sheet-row-r img,
|
|
.sheet-rolltemplate-godbound .sheet-row-r img{
|
|
max-width: 100%;
|
|
}
|