Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Importing Fonts

Hello again.  I'm trying to import some external fonts from google for my character sheet.  How do I do that?  I thought I was getting a handle on html and css, but I can't seem to get this to work.
You can do this with a @font-face in your CSS. For example, I have this at the top of my sheet: @font-face { &nbsp; &nbsp; font-family: 'Shadows into Light'; &nbsp; &nbsp; src: url(<a href="https://fonts.googleapis.com/css?family=Shadows+Into+Light" rel="nofollow">https://fonts.googleapis.com/css?family=Shadows+Into+Light</a>); } I've noticed that it doesn't seem to work in the preview tab when you're editing your character sheet, but it does work when you're in the actual game.
Huh funny. &nbsp;I put that at the top of my css and the character sheet loses track of the css formatting.
That's strange. Are you sure it's the very first thing in the stylesheet? If so, could you maybe post your CSS? That way I can import it to a test game and try to troubleshoot that way.
Okay, I've edited it down to the relevant portions here: @font-face { &nbsp; &nbsp; font-family: 'Open Sans'; &nbsp; &nbsp; src: url('<a href="https://fonts.googleapis.com/css?family=Open+Sans:800i" rel="nofollow">https://fonts.googleapis.com/css?family=Open+Sans:800i</a>'); } /*- first lines of code after font-face -*/ .sheet-hidden { &nbsp; &nbsp; display: none; } .sheet-power_value { &nbsp; &nbsp; width: 20px; &nbsp; &nbsp; position: absolute; &nbsp; &nbsp; right: 0; } /*- bunch of cut code until the relevant class tag -*/ .sheet-theme_title { &nbsp; &nbsp; width: 98%; &nbsp; &nbsp; height: 52px; &nbsp; &nbsp; background: transparent; &nbsp; &nbsp; border: none; &nbsp; &nbsp; line-height: 1.0; &nbsp; &nbsp; word-wrap: break-word; &nbsp; &nbsp; word-break: keep-all; &nbsp; &nbsp; overflow:hidden; font-family: 'Open Sans', sans-serif; font-size: 26px; &nbsp; &nbsp; color: white; &nbsp; &nbsp; text-shadow: 0px 0px 2px black; } If you need the whole shebang, here it is. &nbsp;Fair warning, it's a long mess that needs organizing. @font-face { &nbsp; &nbsp; font-family: 'Open Sans'; &nbsp; &nbsp; src: url('<a href="https://fonts.googleapis.com/css?family=Open+Sans:800i" rel="nofollow">https://fonts.googleapis.com/css?family=Open+Sans:800i</a>'); } .sheet-hidden { &nbsp; &nbsp; display: none; } .sheet-power_value { &nbsp; &nbsp; width: 20px; &nbsp; &nbsp; position: absolute; &nbsp; &nbsp; right: 0; } .sheet-logo { &nbsp; &nbsp; background: url('<a href="http://i.imgur.com/L4BbjhX.jpg" rel="nofollow">http://i.imgur.com/L4BbjhX.jpg</a>') no-repeat; &nbsp; &nbsp; display: block; &nbsp; &nbsp; width: 100%; &nbsp; &nbsp; height: 100%; &nbsp; &nbsp; background-size: contain; &nbsp; &nbsp; background-position: center; } .sheet-label { &nbsp; &nbsp; text-transform: uppercase; } .sheet-label_small { &nbsp; &nbsp; font-size: 0.75rem; } /*MOVES GRID ------------------------------------------------------------------ START*/ .sheet-move_button { &nbsp; &nbsp; width: 120px; &nbsp; &nbsp; height: 40px; &nbsp; &nbsp; padding: 0px; &nbsp; &nbsp; background: lightgrey; &nbsp; &nbsp; border: solid; &nbsp; &nbsp; border-width: 1px; &nbsp; &nbsp; border-color: darkgrey; &nbsp; &nbsp; border-radius: 5px; &nbsp; &nbsp; flex-shrink: 1; &nbsp; &nbsp; margin: 1%; } .sheet-move_button { &nbsp; &nbsp; font-size: 0.75em; } .sheet-move_button:hover { } .sheet-move_button:active { &nbsp; &nbsp; background: white; } .sheet-move_button:before { &nbsp; &nbsp; content: "" !important; &nbsp; &nbsp; font-size: 0.75em; &nbsp; &nbsp; display: none; } .sheet-move_button label{ &nbsp; &nbsp; text-transform: uppercase; &nbsp; &nbsp; font-size: 0.75em; } /*CLEAR BUTTON ---------------------------------------------------------------- START*/ .sheet-clear_check { &nbsp; &nbsp; opacity: 0; &nbsp; &nbsp; position: relative; &nbsp; &nbsp; top: 0px; &nbsp; &nbsp; left: 0px; &nbsp; &nbsp; cursor: pointer; &nbsp; &nbsp; z-index: 1; } .sheet-clear_button { &nbsp; &nbsp; width: 100%; &nbsp; &nbsp; height: 28px; &nbsp; &nbsp; background: lightgrey; &nbsp; &nbsp; border: solid; &nbsp; &nbsp; border-width: 1px; &nbsp; &nbsp; border-color: darkgrey; &nbsp; &nbsp; border-radius: 5px; &nbsp; &nbsp; top: 0px; &nbsp; &nbsp; right: 100%; } .sheet-clear_button:active { &nbsp; &nbsp; background: white; } .sheet-clear_label{ &nbsp; &nbsp; position: relative; &nbsp; &nbsp; bottom: 22px; } /*CLEAR BUTTON ---------------------------------------------------------------- END*/ /*CHECKBOX FORMATING ---------------------------------------------------------- START*/ /* ATTENTION */ .sheet-attention input[type="checkbox"] { &nbsp; &nbsp; opacity: 0; &nbsp; &nbsp; width: 20px; &nbsp; &nbsp; height: 20px; &nbsp; &nbsp; position: relative; &nbsp; &nbsp; top: 0px; &nbsp; &nbsp; left: 10px; &nbsp; &nbsp; margin: -10px; &nbsp; &nbsp; cursor: pointer; &nbsp; &nbsp; z-index: 1; } .sheet-attention input[type="checkbox"] + span::before { &nbsp; &nbsp; width: 20px; &nbsp; &nbsp; height: 20px; &nbsp; &nbsp; text-align: center; &nbsp; &nbsp; display: inline-block; &nbsp; &nbsp; vertical-align: middle; &nbsp; &nbsp; background-image: url(<a href="http://i.imgur.com/0B5IM2U.png" rel="nofollow">http://i.imgur.com/0B5IM2U.png</a>); &nbsp; &nbsp; background-size: 20px 20px; } .sheet-attention input[type="checkbox"] + span::before { &nbsp; &nbsp; content: url(<a href="http://i.imgur.com/0B5IM2U.png" rel="nofollow">http://i.imgur.com/0B5IM2U.png</a>); &nbsp; &nbsp; width: 20px; &nbsp; &nbsp; height: 20px; &nbsp; &nbsp; font-size: 22px; &nbsp; &nbsp; opacity: 1; } .sheet-attention input[type="checkbox"]:checked + span::before { &nbsp; &nbsp; content: url(<a href="http://i.imgur.com/83aNNee.png" rel="nofollow">http://i.imgur.com/83aNNee.png</a>); &nbsp; &nbsp; opacity: 1; } /*CRACK*/ .sheet-crack input[type="checkbox"] { &nbsp; &nbsp; opacity: 0; &nbsp; &nbsp; width: 20px; &nbsp; &nbsp; height: 20px; &nbsp; &nbsp; position: relative; &nbsp; &nbsp; top: 0px; &nbsp; &nbsp; left: 10px; &nbsp; &nbsp; margin: -10px; &nbsp; &nbsp; cursor: pointer; &nbsp; &nbsp; z-index: 1; } .sheet-crack input[type="checkbox"] + span::before { &nbsp; &nbsp; width: 20px; &nbsp; &nbsp; height: 20px; &nbsp; &nbsp; text-align: center; &nbsp; &nbsp; display: inline-block; &nbsp; &nbsp; vertical-align: middle; &nbsp; &nbsp; background-image: url(<a href="http://i.imgur.com/sp0cL2Q.png" rel="nofollow">http://i.imgur.com/sp0cL2Q.png</a>); &nbsp; &nbsp; background-size: 20px 20px; } .sheet-crack input[type="checkbox"] + span::before { &nbsp; &nbsp; content: url(<a href="http://i.imgur.com/sp0cL2Q.png" rel="nofollow">http://i.imgur.com/sp0cL2Q.png</a>); &nbsp; &nbsp; width: 20px; &nbsp; &nbsp; height: 20px; &nbsp; &nbsp; font-size: 22px; &nbsp; &nbsp; opacity: 1; } .sheet-crack input[type="checkbox"]:checked + span::before { &nbsp; &nbsp; content: url(<a href="http://i.imgur.com/VRIy2cV.png" rel="nofollow">http://i.imgur.com/VRIy2cV.png</a>); &nbsp; &nbsp; opacity: 1; } /*BURN TAG*/ .sheet-burning input[type="checkbox"] { &nbsp; &nbsp; opacity: 0; &nbsp; &nbsp; width: 20px; &nbsp; &nbsp; height: 20px; &nbsp; &nbsp; position: relative; &nbsp; &nbsp; top: 0px; &nbsp; &nbsp; left: 10px; &nbsp; &nbsp; margin: -10px; &nbsp; &nbsp; cursor: pointer; &nbsp; &nbsp; z-index: 1; } .sheet-burning input[type="checkbox"] + span::before { &nbsp; &nbsp; width: 20px; &nbsp; &nbsp; height: 20px; &nbsp; &nbsp; text-align: center; &nbsp; &nbsp; display: inline-block; &nbsp; &nbsp; vertical-align: middle; &nbsp; &nbsp; background-image: url(<a href="http://i.imgur.com/2LgiUcl.png" rel="nofollow">http://i.imgur.com/2LgiUcl.png</a>); &nbsp; &nbsp; background-size: 20px 20px; } .sheet-burning input[type="checkbox"] + span::before { &nbsp; &nbsp; content: url(<a href="http://i.imgur.com/2LgiUcl.png" rel="nofollow">http://i.imgur.com/2LgiUcl.png</a>); &nbsp; &nbsp; width: 20px; &nbsp; &nbsp; height: 20px; &nbsp; &nbsp; font-size: 22px; &nbsp; &nbsp; opacity: 1; } .sheet-burning input[type="checkbox"]:checked + span::before { &nbsp; &nbsp; content: url(<a href="http://i.imgur.com/KkHOPX0.png" rel="nofollow">http://i.imgur.com/KkHOPX0.png</a>); &nbsp; &nbsp; opacity: 1; } /*LOGOS*/ .sheet-logos_tag input[type="checkbox"] { &nbsp; &nbsp; opacity: 0; &nbsp; &nbsp; width: 24px; &nbsp; &nbsp; height: 24px; &nbsp; &nbsp; position: relative; &nbsp; &nbsp; top: 12px; &nbsp; &nbsp; left: 12px; &nbsp; &nbsp; margin: -12px; &nbsp; &nbsp; cursor: pointer; &nbsp; &nbsp; z-index: 1; } .sheet-logos_tag input[type="checkbox"] + span::before { &nbsp; &nbsp; width: 24px; &nbsp; &nbsp; height: 24px; &nbsp; &nbsp; text-align: center; &nbsp; &nbsp; display: inline-block; &nbsp; &nbsp; vertical-align: middle; &nbsp; &nbsp; background-image: url(<a href="http://i.imgur.com/I0skcGW.png" rel="nofollow">http://i.imgur.com/I0skcGW.png</a>); &nbsp; &nbsp; background-size: 24px 24px; } .sheet-logos_tag input[type="checkbox"] + span::before { &nbsp; &nbsp; content: url(<a href="http://i.imgur.com/I0skcGW.png" rel="nofollow">http://i.imgur.com/I0skcGW.png</a>); &nbsp; &nbsp; width: 24px; &nbsp; &nbsp; height: 24px; &nbsp; &nbsp; font-size: 24px; &nbsp; &nbsp; opacity: 1; } .sheet-logos_tag input[type="checkbox"]:checked + span::before { &nbsp; &nbsp; content: url(<a href="http://i.imgur.com/gSuZJUF.png" rel="nofollow">http://i.imgur.com/gSuZJUF.png</a>); &nbsp; &nbsp; opacity: 1; } /*MYTHOS*/ .sheet-mythos_tag input[type="checkbox"] { &nbsp; &nbsp; opacity: 0; &nbsp; &nbsp; width: 24px; &nbsp; &nbsp; height: 24px; &nbsp; &nbsp; position: relative; &nbsp; &nbsp; top: 12px; &nbsp; &nbsp; left: 12px; &nbsp; &nbsp; margin: -12px; &nbsp; &nbsp; cursor: pointer; &nbsp; &nbsp; z-index: 1; } .sheet-mythos_tag input[type="checkbox"] + span::before { &nbsp; &nbsp; width: 24px; &nbsp; &nbsp; height: 24px; &nbsp; &nbsp; text-align: center; &nbsp; &nbsp; display: inline-block; &nbsp; &nbsp; vertical-align: middle; &nbsp; &nbsp; background-image: url(<a href="http://i.imgur.com/Bm6IwIN.png" rel="nofollow">http://i.imgur.com/Bm6IwIN.png</a>); &nbsp; &nbsp; background-size: 24px 24px; } .sheet-mythos_tag input[type="checkbox"] + span::before { &nbsp; &nbsp; content: url(<a href="http://i.imgur.com/Bm6IwIN.png" rel="nofollow">http://i.imgur.com/Bm6IwIN.png</a>); &nbsp; &nbsp; width: 24px; &nbsp; &nbsp; height: 24px; &nbsp; &nbsp; font-size: 24px; &nbsp; &nbsp; opacity: 1; } .sheet-mythos_tag input[type="checkbox"]:checked + span::before { &nbsp; &nbsp; content: url(<a href="http://i.imgur.com/gYJjMmy.png" rel="nofollow">http://i.imgur.com/gYJjMmy.png</a>); &nbsp; &nbsp; opacity: 1; } /*CHECKBOX FORMATING ----------------------------------------------------------- END*/ /* THEME CARD TOGGLE ----------------------------------------------------------- START */ .sheet-logos_1_card, .sheet-logos_2_card, .sheet-logos_3_card, .sheet-logos_4_card{ &nbsp; &nbsp; display: initial; } .sheet-mythos_1_card, .sheet-mythos_2_card, .sheet-mythos_3_card, .sheet-mythos_4_card{ &nbsp; &nbsp; display: initial; } .sheet-mythos_1:checked ~ .sheet-logos_1_card, .sheet-mythos_2:checked ~ .sheet-logos_2_card, .sheet-mythos_3:checked ~ .sheet-logos_3_card, .sheet-mythos_4:checked ~ .sheet-logos_4_card{ &nbsp; &nbsp; display: none; } .sheet-logos_1:checked ~ .sheet-mythos_1_card, .sheet-logos_2:checked ~ .sheet-mythos_2_card, .sheet-logos_3:checked ~ .sheet-mythos_3_card, .sheet-logos_4:checked ~ .sheet-mythos_4_card{ &nbsp; &nbsp; display: none; } /* THEME CARD TOGGLE ----------------------------------------------------------- END */ /*THEME CARD STYLING ----------------------------------------------------------- START*/ .sheet-hand_cards { &nbsp; &nbsp; width: 100%; &nbsp; &nbsp; display: flex; &nbsp; &nbsp; flex-direction: row; &nbsp; &nbsp; flex-wrap: nowrap; &nbsp; &nbsp; justify-content: center; &nbsp; &nbsp; perspective: 800px; &nbsp; &nbsp; filter: drop-shadow(0px 20px 25px rgba(0,0,0,0.75)); } .sheet-hand_status { &nbsp; &nbsp; width: 100%; &nbsp; &nbsp; display: flex; &nbsp; &nbsp; flex-direction: row; &nbsp; &nbsp; flex-wrap: nowrap; &nbsp; &nbsp; justify-content: center; &nbsp; &nbsp; perspective: 1200px; &nbsp; &nbsp; filter: drop-shadow(0px 20px 25px rgba(0,0,0,0.75)); } .sheet-card_1 { &nbsp; &nbsp; transform: rotateX(1.5deg) rotateY(3deg) rotateZ(-2.6deg) translateY(-3px) translateX(3px); &nbsp; &nbsp; box-shadow: 3px 10px 20px -3px rgba(0,0,0,0.75); &nbsp; &nbsp; z-index: 3; } .sheet-card_2 { &nbsp; &nbsp; transform: rotateX(2.5deg) rotateY(1deg) rotateZ(-0.6deg) translateY(3px) translateX(0px); &nbsp; &nbsp; box-shadow: 1px 10px 20px -3px rgba(0,0,0,0.75); &nbsp; &nbsp; z-index: 2; } .sheet-card_3 { &nbsp; &nbsp; transform: rotateX(2.5deg) rotateY(0deg) rotateZ(1.2deg) translateY(-1px) translateX(-1px); &nbsp; &nbsp; box-shadow: -1px 10px 20px -3px rgba(0,0,0,0.75); &nbsp; &nbsp; z-index: 1; } .sheet-card_4 { &nbsp; &nbsp; transform: rotateX(1.5deg) rotateY(-3deg) rotateZ(2deg) translateY(0px) translateX(-5px); &nbsp; &nbsp; box-shadow: -3px 10px 20px -3px rgba(0,0,0,0.75); &nbsp; &nbsp; z-index: 0; } .sheet-status_1 { &nbsp; &nbsp; transform: rotateX(1.5deg) rotateY(3deg) rotateZ(2.4deg) translateY(0px) translateX(17px) scale(0.9); &nbsp; &nbsp; box-shadow: 3px 10px 20px -3px rgba(0,0,0,0.75); &nbsp; &nbsp; z-index: 0; } .sheet-status_2 { &nbsp; &nbsp; transform: rotateX(2.5deg) rotateY(0deg) rotateZ(1.0deg) translateY(-1px) translateX(-2px) scale(0.9); &nbsp; &nbsp; box-shadow: 0px 10px 20px -3px rgba(0,0,0,0.75); &nbsp; &nbsp; z-index: 1; } .sheet-status_3 { &nbsp; &nbsp; transform: rotateX(1.5deg) rotateY(-3deg) rotateZ(-2.0deg) translateY(-3px) translateX(-20px) scale(0.9); &nbsp; &nbsp; box-shadow: 3px 10px 20px -3px rgba(0,0,0,0.75); &nbsp; &nbsp; z-index: 3; } .sheet-theme_card { &nbsp; &nbsp; width: 215px; &nbsp; &nbsp; float: left; &nbsp; &nbsp; flex-shrink: 1; } .sheet-card_padding { &nbsp; &nbsp; padding: 5px; } .sheet-status_card { &nbsp; &nbsp; width:330px; &nbsp; &nbsp; background-color: #e3ddc5 ; &nbsp; &nbsp; margin: 0.5% 0%; &nbsp; &nbsp; padding: 0.5%; &nbsp; &nbsp; border-radius: 10px 10px 10px 10px; &nbsp; &nbsp; border: 1px solid white; } .sheet-theme_title { &nbsp; &nbsp; width: 98%; &nbsp; &nbsp; height: 52px; &nbsp; &nbsp; background: transparent; &nbsp; &nbsp; border: none; &nbsp; &nbsp; line-height: 1.0; &nbsp; &nbsp; word-wrap: break-word; &nbsp; &nbsp; word-break: keep-all; &nbsp; &nbsp; overflow:hidden; font-family: 'Open Sans', sans-serif; font-size: 26px; &nbsp; &nbsp; color: white; &nbsp; &nbsp; text-shadow: 0px 0px 2px black; } .sheet-theme_label { &nbsp; &nbsp; color: white; &nbsp; &nbsp; text-shadow: 0px 0px 2px black; &nbsp; &nbsp; text-align: justify; &nbsp; &nbsp; text-justify: inter-word; } .sheet-theme_identity { &nbsp; &nbsp; width: 95%; &nbsp; &nbsp; height: 50px; &nbsp; &nbsp; background: rgba(255, 255, 255, 0.4); &nbsp; &nbsp; border: none; &nbsp; &nbsp; line-height: 1.0; &nbsp; &nbsp; word-wrap: break-word; &nbsp; &nbsp; word-break: keep-all; &nbsp; &nbsp; overflow: hidden; &nbsp; &nbsp; border-radius: 10px; } .sheet-tag_label { &nbsp; &nbsp; width: 100%; &nbsp; &nbsp; background: transparent; &nbsp; &nbsp; border: none; &nbsp; &nbsp; outline: none; } .sheet-vert_space { &nbsp; &nbsp; margin: 5px 0px; } /* MYTHOS STYLING */ .sheet-myt_card { &nbsp; &nbsp; background-color: #755c78 ; &nbsp; &nbsp; margin: 0.5%; &nbsp; &nbsp; padding: 0.5%; &nbsp; &nbsp; border-radius: 10px 10px 10px 10px; &nbsp; &nbsp; border: 1px solid white; } .sheet-mythos_card { &nbsp; &nbsp; background-color: #7f6790 ; &nbsp; &nbsp; margin: 0.5%; &nbsp; &nbsp; padding: 0.5%; &nbsp; &nbsp; border-radius: 10px 10px 10px 10px; &nbsp; &nbsp; border: 1px solid white; } .sheet-mythos_header { &nbsp; &nbsp; background-color: #4d2a67 ; &nbsp; &nbsp; border-radius: 10px 10px 0px 0px; &nbsp; &nbsp; padding: 5px 10px; } .sheet-mythos_footer { &nbsp; &nbsp; background-color: #4d2a67 ; &nbsp; &nbsp; border-radius: 0px 0px 10px 10px; &nbsp; &nbsp; padding: 5px 5px; } .sheet-mythos_label { &nbsp; &nbsp; color: white; } .sheet-mythos_identity { &nbsp; &nbsp; box-shadow: inset 0px 0px 5px 4px #4d2a67; } /* LOGOS STYLING */ .sheet-logos_card { &nbsp; &nbsp; background-color: #e3ddc5 ; &nbsp; &nbsp; margin: 0.5%; &nbsp; &nbsp; padding: 0.5%; &nbsp; &nbsp; border-radius: 10px 10px 10px 10px; &nbsp; &nbsp; border: 1px solid white; } .sheet-logos_header { &nbsp; &nbsp; background-color: #924930 ; &nbsp; &nbsp; border-radius: 10px 10px 0px 0px; &nbsp; &nbsp; padding: 5px 10px; } .sheet-logos_footer { &nbsp; &nbsp; background-color: #924930 ; &nbsp; &nbsp; border-radius: 0px 0px 10px 10px; &nbsp; &nbsp; padding: 5px 5px; } .sheet-logos_identity { &nbsp; &nbsp; box-shadow: inset 0px 0px 5px 4px #924930; } /* THEME CARD STYLING ---------------------------------------------------------- END */ /* GENERAL FORMAT STYLING - START */ .sheet-section { &nbsp; &nbsp; width: 100%; &nbsp; &nbsp; display: block; &nbsp; &nbsp; clear: both; &nbsp; &nbsp; padding: 0 !important; } .sheet-line { &nbsp; &nbsp; width: 100%; &nbsp; &nbsp; display: flex; &nbsp; &nbsp; flex-direction: row; &nbsp; &nbsp; flex-wrap: nowrap; &nbsp; &nbsp; justify-content: space-between;&nbsp; } .sheet-stretch { &nbsp; &nbsp; width: 100%; } .sheet-right { &nbsp; &nbsp; float: right; } .sheet-center { &nbsp; &nbsp; margin: auto; &nbsp; &nbsp; text-align: center; } .sheet-middle { &nbsp; &nbsp; display: -webkit-flex; &nbsp; &nbsp; display: flex; &nbsp; &nbsp; -webkit-flex-wrap: wrap; &nbsp; &nbsp; flex-wrap: wrap; &nbsp; &nbsp; -webkit-align-content: center; &nbsp; &nbsp; align-content: center; } .sheet-left { &nbsp; &nbsp; float: left; } /* GENERAL FORMAT STYLING - END */ .sheet-com_sheet { &nbsp; &nbsp; background: #fff; } .sheet-weakness input[type=checkbox] { &nbsp; &nbsp; float: left; &nbsp; &nbsp; margin-right: 10px; } .sheet-weakness textarea { &nbsp; &nbsp; width: 78%; &nbsp; &nbsp; float: left; } textarea { &nbsp; &nbsp; resize: none; } label { &nbsp; &nbsp; color: #453428; } textarea { &nbsp; &nbsp; height: 50px; } .sheet-overall_move_grid:after, .sheet-header:after { &nbsp; &nbsp; content: ''; &nbsp; &nbsp; display: block; &nbsp; &nbsp; clear: both; &nbsp; &nbsp; height:; } .sheet-full_grid { &nbsp; &nbsp; width: 98%; } .sheet-half_grid { &nbsp; &nbsp; width: 48%; &nbsp; &nbsp; margin: 1%; &nbsp; &nbsp; float: left; } .sheet-half_grid .sheet-third_grid { &nbsp; &nbsp; padding: 0; } .sheet-threequarter_grid { &nbsp; &nbsp; width: 73%; &nbsp; &nbsp; float: left; } .sheet-quarter_grid { &nbsp; &nbsp; width: 23%; &nbsp; &nbsp; float: left; } .sheet-third_grid { &nbsp; &nbsp; width: 33%; &nbsp; &nbsp; float: left; } .sheet-overall_move_grid { &nbsp; &nbsp; background: #eee } .sheet-move_grid { &nbsp; &nbsp; width: 12%; &nbsp; &nbsp; float: left; &nbsp; &nbsp; text-align: center; &nbsp; &nbsp; padding-top: 0 !important; &nbsp; &nbsp; padding-bottom: 0 !important; } .sheet-move_grid label { &nbsp; &nbsp; display: block; &nbsp; &nbsp; height: 30px; &nbsp; &nbsp; vertical-align: bottom; &nbsp; &nbsp; text-align: center; } .sheet-move_label { &nbsp; &nbsp; text-align: center; } .sheet-total_power label, .sheet-total_power {th &nbsp; &nbsp; text-align: right; } .sheet-power-tag { &nbsp; &nbsp; display: inline-block; &nbsp; &nbsp; margin: 5px 0; } .sheet-power-tag input[type=text] { &nbsp; &nbsp; margin-bottom: 5px; &nbsp; &nbsp; width: 98%; } .sheet-clr { &nbsp; &nbsp; clear: both; &nbsp; &nbsp; padding: 0 !important; } .sheet-adv { &nbsp; &nbsp; display: block; &nbsp; &nbsp; height: 60px; } input[type=checkbox] { &nbsp; &nbsp; box-shadow: none; &nbsp; &nbsp; height: 20px; &nbsp; &nbsp; width: 20px; &nbsp; &nbsp; background: #fff; } /* BURN TAG TOGGLE ------------------------------------------------------------- START */ .sheet-burned, .sheet-burned_1, .sheet-burned_2, .sheet-burned_3, .sheet-burned_4, .sheet-burned_5, .sheet-burned_6, .sheet-burned_7, .sheet-burned_8, .sheet-burned_9, .sheet-burned_10, .sheet-burned_11, .sheet-burned_12, .sheet-burned_13, .sheet-burned_14, .sheet-burned_15, .sheet-burned_16, .sheet-burned_17, .sheet-burned_18, .sheet-burned_19, .sheet-burned_20, .sheet-burned_21, .sheet-burned_22, .sheet-burned_23, .sheet-burned_24, .sheet-burned_25, .sheet-burned_26, .sheet-burned_27, .sheet-burned_28{ &nbsp; &nbsp; display: initial; } .sheet-burn, .sheet-burn_1, .sheet-burn_2, .sheet-burn_3, .sheet-burn_4, .sheet-burn_5, .sheet-burn_6, .sheet-burn_7, .sheet-burn_8, .sheet-burn_9, .sheet-burn_10, .sheet-burn_11, .sheet-burn_12, .sheet-burn_13, .sheet-burn_14, .sheet-burn_15, .sheet-burn_16, .sheet-burn_17, .sheet-burn_18, .sheet-burn_19, .sheet-burn_20, .sheet-burn_21, .sheet-burn_22, .sheet-burn_23, .sheet-burn_24, .sheet-burn_25, .sheet-burn_26, .sheet-burn_27, .sheet-burn_28{ &nbsp; &nbsp; margin-right: 0px; } .sheet-burn:checked ~ .sheet-burned, .sheet-burn_1:checked ~ .sheet-burned_1, .sheet-burn_2:checked ~ .sheet-burned_2, .sheet-burn_3:checked ~ .sheet-burned_3, .sheet-burn_4:checked ~ .sheet-burned_4, .sheet-burn_5:checked ~ .sheet-burned_5, .sheet-burn_6:checked ~ .sheet-burned_6, .sheet-burn_7:checked ~ .sheet-burned_7, .sheet-burn_8:checked ~ .sheet-burned_8, .sheet-burn_9:checked ~ .sheet-burned_9, .sheet-burn_10:checked ~ .sheet-burned_10, .sheet-burn_11:checked ~ .sheet-burned_11, .sheet-burn_12:checked ~ .sheet-burned_12, .sheet-burn_13:checked ~ .sheet-burned_13, .sheet-burn_14:checked ~ .sheet-burned_14, .sheet-burn_15:checked ~ .sheet-burned_15, .sheet-burn_16:checked ~ .sheet-burned_16, .sheet-burn_17:checked ~ .sheet-burned_17, .sheet-burn_18:checked ~ .sheet-burned_18, .sheet-burn_19:checked ~ .sheet-burned_19, .sheet-burn_20:checked ~ .sheet-burned_20, .sheet-burn_21:checked ~ .sheet-burned_21, .sheet-burn_22:checked ~ .sheet-burned_22, .sheet-burn_23:checked ~ .sheet-burned_23, .sheet-burn_24:checked ~ .sheet-burned_24, .sheet-burn_25:checked ~ .sheet-burned_25, .sheet-burn_26:checked ~ .sheet-burned_26, .sheet-burn_27:checked ~ .sheet-burned_27, .sheet-burn_28:checked ~ .sheet-burned_28{ &nbsp; &nbsp; display: none; } /* BURN TAG TOGGLE ------------------------------------------------------------- END */ .sheet-movedesc { &nbsp; &nbsp; background: #fff; &nbsp; &nbsp; padding: 10px; } .sheet-rolltemplate-com table { &nbsp; &nbsp; width: 98%; border: 1px solid; color: black; font-size: 1em; font-family: "Helvetica Neue", Helvetica, sans-serif; } .sheet-rolltemplate-com th { background-color: rgba(112, 32, 130,1); color: #ffffff; padding: 5px 10px; border-bottom: 1px solid black; border-right: 1px solid black; line-height: 1.6em; font-size: 1.2em; text-align: left; } .sheet-rolltemplate-com .userscript-tcat { font-weight: bold; } .sheet-rolltemplate-com td { padding: 5px 10px; border-bottom: 1px solid black; border-right: 1px solid black; } .sheet-rolltemplate-com tr:nth-child(odd) { background-color: rgba(217, 217, 214,1); } .sheet-rolltemplate-com tr:nth-child(even) { background-color: rgba(233, 233, 233,1); } .sheet-rolltemplate-com .inlinerollresult &nbsp;{ display: inline-block; min-width: 1.5em; text-align: center; border: 2px solid rgba(167, 168, 170,1); /*Cool Gray 6 C*/ } .sheet-rolltemplate-com .inlinerollresult.fullcrit { border: 2px solid #3FB315; } .sheet-rolltemplate-com .inlinerollresult.fullfail { border: 2px solid #B31515; } .sheet-rolltemplate-com .inlinerollresult.importantroll { border: 2px solid #4A57ED; } .textchatcontainer .message { &nbsp; &nbsp; padding-left: 10px; } /* STATUS TAG TOGGLE ----------------------------------------------------------- START */ .sheet-stat_6_F:checked ~ .sheet-stat_5, .sheet-stat_6_F:checked ~ .sheet-stat_4, .sheet-stat_6_F:checked ~ .sheet-stat_3, .sheet-stat_6_F:checked ~ .sheet-stat_2, .sheet-stat_6_F:checked ~ .sheet-stat_1, .sheet-stat_5_E:checked ~ .sheet-stat_4, .sheet-stat_5_E:checked ~ .sheet-stat_3, .sheet-stat_5_E:checked ~ .sheet-stat_2, .sheet-stat_5_E:checked ~ .sheet-stat_1, .sheet-stat_4_D:checked ~ .sheet-stat_3, .sheet-stat_4_D:checked ~ .sheet-stat_2, .sheet-stat_4_D:checked ~ .sheet-stat_1, .sheet-stat_3_C:checked ~ .sheet-stat_2, .sheet-stat_3_C:checked ~ .sheet-stat_1, .sheet-stat_2_B:checked ~ .sheet-stat_1{ &nbsp; &nbsp; display: none; &nbsp; &nbsp;&nbsp; } .sheet-stat_5 .sheet-stat_4, .sheet-stat_3, .sheet-stat_2, .sheet-stat_1{ &nbsp; &nbsp; display: inline; } .sheet-stat_6_F:checked ~ .sheet-stat_E, .sheet-stat_6_F:checked ~ .sheet-stat_D, .sheet-stat_6_F:checked ~ .sheet-stat_C, .sheet-stat_6_F:checked ~ .sheet-stat_B, .sheet-stat_6_F:checked ~ .sheet-stat_A, .sheet-stat_5_E:checked ~ .sheet-stat_D, .sheet-stat_5_E:checked ~ .sheet-stat_C, .sheet-stat_5_E:checked ~ .sheet-stat_B, .sheet-stat_5_E:checked ~ .sheet-stat_A, .sheet-stat_4_D:checked ~ .sheet-stat_C, .sheet-stat_4_D:checked ~ .sheet-stat_B, .sheet-stat_4_D:checked ~ .sheet-stat_A, .sheet-stat_3_C:checked ~ .sheet-stat_B, .sheet-stat_3_C:checked ~ .sheet-stat_A, .sheet-stat_2_B:checked ~ .sheet-stat_A{ &nbsp; &nbsp; display: inline; } .sheet-stat_F, .sheet-stat_E, .sheet-stat_D, .sheet-stat_C, .sheet-stat_B, .sheet-stat_A{ &nbsp; &nbsp; display: none; } /* STATUS TAG TOGGLE ----------------------------------------------------------- END */ /* STATUS CARD SPECTRUM -------------------------------------------------------- START */ .sheet-status_grid { &nbsp; &nbsp; width: 100%; &nbsp; &nbsp; display: flex; &nbsp; &nbsp; flex-direction: row-reverse; &nbsp; &nbsp; flex-wrap: nowrap; &nbsp; &nbsp; justify-content: center; &nbsp; &nbsp; background-color: rgba(255, 255, 255, 0.0); &nbsp; &nbsp;&nbsp; } /* SPECTRUM 1*/ .sheet-spectrum_1 { &nbsp; &nbsp; white-space: nowrap; } .sheet-spectrum_1 input[type="checkbox"] { &nbsp; &nbsp; opacity: 0.0; &nbsp; &nbsp; width: 40px; &nbsp; &nbsp; height: 60px; &nbsp; &nbsp; position: relative; &nbsp; &nbsp; top: 0px; &nbsp; &nbsp; left: 50%; &nbsp; &nbsp; cursor: pointer; &nbsp; &nbsp; z-index: 1; &nbsp; &nbsp; margin: -20px; } .sheet-spectrum_1 input[type="checkbox"] + span::before { &nbsp; &nbsp; width: 40px; &nbsp; &nbsp; height: 60px; &nbsp; &nbsp; font-size: 40px; &nbsp; &nbsp; text-align: center; &nbsp; &nbsp; display: inline-block; &nbsp; &nbsp; vertical-align: middle; &nbsp; &nbsp; content: url(<a href="http://i.imgur.com/0vMVV6y.png" rel="nofollow">http://i.imgur.com/0vMVV6y.png</a>); &nbsp; &nbsp; filter: brightness(50%) drop-shadow(0px 0px 1px black); } .sheet-spectrum_1 input[type="checkbox"]:checked + span::before { &nbsp; &nbsp; opacity: 1; &nbsp; &nbsp; filter: brightness(100%) drop-shadow(0px 0px 1px black); } /* SPECTRUM 2*/ .sheet-spectrum_2 { &nbsp; &nbsp; white-space: nowrap; } .sheet-spectrum_2 input[type="checkbox"] { &nbsp; &nbsp; opacity: 0.0; &nbsp; &nbsp; width: 45px; &nbsp; &nbsp; height: 60px; &nbsp; &nbsp; position: relative; &nbsp; &nbsp; top: 0px; &nbsp; &nbsp; left: 50%; &nbsp; &nbsp; cursor: pointer; &nbsp; &nbsp; z-index: 1; &nbsp; &nbsp; margin: -25px; } .sheet-spectrum_2 input[type="checkbox"] + span::before { &nbsp; &nbsp; width: 45px; &nbsp; &nbsp; height: 60px; &nbsp; &nbsp; font-size: 40px; &nbsp; &nbsp; text-align: center; &nbsp; &nbsp; display: inline-block; &nbsp; &nbsp; vertical-align: middle; &nbsp; &nbsp; content: url(<a href="http://i.imgur.com/2fxghce.png" rel="nofollow">http://i.imgur.com/2fxghce.png</a>); &nbsp; &nbsp; filter: brightness(50%) drop-shadow(0px 0px 1px black); } .sheet-spectrum_2 input[type="checkbox"]:checked + span::before { &nbsp; &nbsp; opacity: 1; &nbsp; &nbsp; filter: brightness(100%) drop-shadow(0px 0px 1px black); } /* SPECTRUM 3*/ .sheet-spectrum_3 { &nbsp; &nbsp; white-space: nowrap; } .sheet-spectrum_3 input[type="checkbox"] { &nbsp; &nbsp; opacity: 0.0; &nbsp; &nbsp; width: 50px; &nbsp; &nbsp; height: 60px; &nbsp; &nbsp; position: relative; &nbsp; &nbsp; top: 0px; &nbsp; &nbsp; left: 50%; &nbsp; &nbsp; cursor: pointer; &nbsp; &nbsp; z-index: 1; &nbsp; &nbsp; margin: -27px; } .sheet-spectrum_3 input[type="checkbox"] + span::before { &nbsp; &nbsp; width: 50px; &nbsp; &nbsp; height: 60px; &nbsp; &nbsp; font-size: 40px; &nbsp; &nbsp; text-align: center; &nbsp; &nbsp; display: inline-block; &nbsp; &nbsp; vertical-align: middle; &nbsp; &nbsp; content: url(<a href="http://i.imgur.com/kyHIHoq.png" rel="nofollow">http://i.imgur.com/kyHIHoq.png</a>); &nbsp; &nbsp; filter: brightness(50%) drop-shadow(0px 0px 1px black); } .sheet-spectrum_3 input[type="checkbox"]:checked + span::before { &nbsp; &nbsp; opacity: 1; &nbsp; &nbsp; filter: brightness(100%) drop-shadow(0px 0px 1px black); } /* SPECTRUM 4*/ .sheet-spectrum_4 { &nbsp; &nbsp; white-space: nowrap; } .sheet-spectrum_4 input[type="checkbox"] { &nbsp; &nbsp; opacity: 0.0; &nbsp; &nbsp; width: 55px; &nbsp; &nbsp; height: 60px; &nbsp; &nbsp; position: relative; &nbsp; &nbsp; top: 0px; &nbsp; &nbsp; left: 50%; &nbsp; &nbsp; cursor: pointer; &nbsp; &nbsp; z-index: 1; &nbsp; &nbsp; margin: -29.5px; } .sheet-spectrum_4 input[type="checkbox"] + span::before { &nbsp; &nbsp; width: 55px; &nbsp; &nbsp; height: 60px; &nbsp; &nbsp; font-size: 40px; &nbsp; &nbsp; text-align: center; &nbsp; &nbsp; display: inline-block; &nbsp; &nbsp; vertical-align: middle; &nbsp; &nbsp; content: url(<a href="http://i.imgur.com/xWbiwPh.png" rel="nofollow">http://i.imgur.com/xWbiwPh.png</a>); &nbsp; &nbsp; filter: brightness(50%) drop-shadow(0px 0px 1px black); } .sheet-spectrum_4 input[type="checkbox"]:checked + span::before { &nbsp; &nbsp; opacity: 1; &nbsp; &nbsp; filter: brightness(100%) drop-shadow(0px 0px 1px black); } /* SPECTRUM 5*/ .sheet-spectrum_5 { &nbsp; &nbsp; white-space: nowrap; } .sheet-spectrum_5 input[type="checkbox"] { &nbsp; &nbsp; opacity: 0.0; &nbsp; &nbsp; width: 60px; &nbsp; &nbsp; height: 60px; &nbsp; &nbsp; position: relative; &nbsp; &nbsp; top: 0px; &nbsp; &nbsp; left: 50%; &nbsp; &nbsp; cursor: pointer; &nbsp; &nbsp; z-index: 1; &nbsp; &nbsp; margin: -32px; } .sheet-spectrum_5 input[type="checkbox"] + span::before { &nbsp; &nbsp; width: 60px; &nbsp; &nbsp; height: 60px; &nbsp; &nbsp; font-size: 40px; &nbsp; &nbsp; text-align: center; &nbsp; &nbsp; display: inline-block; &nbsp; &nbsp; vertical-align: middle; &nbsp; &nbsp; content: url(<a href="http://i.imgur.com/NQPyTE6.png" rel="nofollow">http://i.imgur.com/NQPyTE6.png</a>); &nbsp; &nbsp; filter: brightness(50%) drop-shadow(0px 0px 1px black); } .sheet-spectrum_5 input[type="checkbox"]:checked + span::before { &nbsp; &nbsp; opacity: 1; &nbsp; &nbsp; filter: brightness(100%) drop-shadow(0px 0px 1px black); } /* SPECTRUM 6*/ .sheet-spectrum_6 { &nbsp; &nbsp; white-space: nowrap; } .sheet-spectrum_6 input[type="checkbox"] { &nbsp; &nbsp; opacity: 0.0; &nbsp; &nbsp; width: 65px; &nbsp; &nbsp; height: 60px; &nbsp; &nbsp; position: relative; &nbsp; &nbsp; top: 0px; &nbsp; &nbsp; left: 50%; &nbsp; &nbsp; cursor: pointer; &nbsp; &nbsp; z-index: 1; &nbsp; &nbsp; margin: -34.5px; } .sheet-spectrum_6 input[type="checkbox"] + span::before { &nbsp; &nbsp; width: 65px; &nbsp; &nbsp; height: 60px; &nbsp; &nbsp; font-size: 40px; &nbsp; &nbsp; text-align: center; &nbsp; &nbsp; display: inline-block; &nbsp; &nbsp; vertical-align: middle; &nbsp; &nbsp; content: url(<a href="http://i.imgur.com/hUJa6v7.png" rel="nofollow">http://i.imgur.com/hUJa6v7.png</a>); &nbsp; &nbsp; filter: brightness(50%) drop-shadow(0px 0px 1px black); } .sheet-spectrum_6 input[type="checkbox"]:checked + span::before { &nbsp; &nbsp; filter: brightness(100%) drop-shadow(0px 0px 1px black); } /* STATUS SPECTRUM -------------------------------------------------------- END */ /* DUMMY SPECTRUM -------------------------------------------------------- START */ /* DUMMY 1*/ .sheet-dummy_1 { &nbsp; &nbsp; white-space: nowrap; } .sheet-dummy_1 input[type="checkbox"] { &nbsp; &nbsp; opacity: 0.0; &nbsp; &nbsp; width: 40px; &nbsp; &nbsp; height: 60px; &nbsp; &nbsp; position: relative; &nbsp; &nbsp; top: 0px; &nbsp; &nbsp; left: 50%; &nbsp; &nbsp; cursor: pointer; &nbsp; &nbsp; z-index: 1; &nbsp; &nbsp; margin: -20px; } .sheet-dummy_1 input[type="checkbox"] + span::before { &nbsp; &nbsp; width: 40px; &nbsp; &nbsp; height: 60px; &nbsp; &nbsp; font-size: 40px; &nbsp; &nbsp; text-align: center; &nbsp; &nbsp; display: inline-block; &nbsp; &nbsp; vertical-align: middle; &nbsp; &nbsp; content: url(<a href="http://i.imgur.com/0vMVV6y.png" rel="nofollow">http://i.imgur.com/0vMVV6y.png</a>); &nbsp; &nbsp; filter: brightness(50%) drop-shadow(0px 0px 1px black); } .sheet-dummy_1 input[type="checkbox"]:checked + span::before { &nbsp; &nbsp; opacity: 1; &nbsp; &nbsp; filter: brightness(80%) drop-shadow(0px 0px 1px black); } /* DUMMY 2*/ .sheet-dummy_2 { &nbsp; &nbsp; white-space: nowrap; } .sheet-dummy_2 input[type="checkbox"] { &nbsp; &nbsp; opacity: 0.0; &nbsp; &nbsp; width: 45px; &nbsp; &nbsp; height: 60px; &nbsp; &nbsp; position: relative; &nbsp; &nbsp; top: 0px; &nbsp; &nbsp; left: 50%; &nbsp; &nbsp; cursor: pointer; &nbsp; &nbsp; z-index: 1; &nbsp; &nbsp; margin: -25px; } .sheet-dummy_2 input[type="checkbox"] + span::before { &nbsp; &nbsp; width: 45px; &nbsp; &nbsp; height: 60px; &nbsp; &nbsp; font-size: 40px; &nbsp; &nbsp; text-align: center; &nbsp; &nbsp; display: inline-block; &nbsp; &nbsp; vertical-align: middle; &nbsp; &nbsp; content: url(<a href="http://i.imgur.com/2fxghce.png" rel="nofollow">http://i.imgur.com/2fxghce.png</a>); &nbsp; &nbsp; filter: brightness(50%) drop-shadow(0px 0px 1px black); } .sheet-dummy_2 input[type="checkbox"]:checked + span::before { &nbsp; &nbsp; opacity: 1; &nbsp; &nbsp; filter: brightness(80%) drop-shadow(0px 0px 1px black); } /* DUMMY 3*/ .sheet-dummy_3 { &nbsp; &nbsp; white-space: nowrap; } .sheet-dummy_3 input[type="checkbox"] { &nbsp; &nbsp; opacity: 0.0; &nbsp; &nbsp; width: 50px; &nbsp; &nbsp; height: 60px; &nbsp; &nbsp; position: relative; &nbsp; &nbsp; top: 0px; &nbsp; &nbsp; left: 50%; &nbsp; &nbsp; cursor: pointer; &nbsp; &nbsp; z-index: 1; &nbsp; &nbsp; margin: -27px; } .sheet-dummy_3 input[type="checkbox"] + span::before { &nbsp; &nbsp; width: 50px; &nbsp; &nbsp; height: 60px; &nbsp; &nbsp; font-size: 40px; &nbsp; &nbsp; text-align: center; &nbsp; &nbsp; display: inline-block; &nbsp; &nbsp; vertical-align: middle; &nbsp; &nbsp; content: url(<a href="http://i.imgur.com/kyHIHoq.png" rel="nofollow">http://i.imgur.com/kyHIHoq.png</a>); &nbsp; &nbsp; filter: brightness(50%) drop-shadow(0px 0px 1px black); } .sheet-dummy_3 input[type="checkbox"]:checked + span::before { &nbsp; &nbsp; opacity: 1; &nbsp; &nbsp; filter: brightness(80%) drop-shadow(0px 0px 1px black); } /* DUMMY 4*/ .sheet-dummy_4 { &nbsp; &nbsp; white-space: nowrap; } .sheet-dummy_4 input[type="checkbox"] { &nbsp; &nbsp; opacity: 0.0; &nbsp; &nbsp; width: 55px; &nbsp; &nbsp; height: 60px; &nbsp; &nbsp; position: relative; &nbsp; &nbsp; top: 0px; &nbsp; &nbsp; left: 50%; &nbsp; &nbsp; cursor: pointer; &nbsp; &nbsp; z-index: 1; &nbsp; &nbsp; margin: -29.5px; } .sheet-dummy_4 input[type="checkbox"] + span::before { &nbsp; &nbsp; width: 55px; &nbsp; &nbsp; height: 60px; &nbsp; &nbsp; font-size: 40px; &nbsp; &nbsp; text-align: center; &nbsp; &nbsp; display: inline-block; &nbsp; &nbsp; vertical-align: middle; &nbsp; &nbsp; content: url(<a href="http://i.imgur.com/xWbiwPh.png" rel="nofollow">http://i.imgur.com/xWbiwPh.png</a>); &nbsp; &nbsp; filter: brightness(50%) drop-shadow(0px 0px 1px black); } .sheet-dummy_4 input[type="checkbox"]:checked + span::before { &nbsp; &nbsp; opacity: 1; &nbsp; &nbsp; filter: brightness(80%) drop-shadow(0px 0px 1px black); } /* DUMMY 5*/ .sheet-spectrum_5 { &nbsp; &nbsp; white-space: nowrap; } .sheet-dummy_5 input[type="checkbox"] { &nbsp; &nbsp; opacity: 0.0; &nbsp; &nbsp; width: 60px; &nbsp; &nbsp; height: 60px; &nbsp; &nbsp; position: relative; &nbsp; &nbsp; top: 0px; &nbsp; &nbsp; left: 50%; &nbsp; &nbsp; cursor: pointer; &nbsp; &nbsp; z-index: 1; &nbsp; &nbsp; margin: -32px; } .sheet-dummy_5 input[type="checkbox"] + span::before { &nbsp; &nbsp; width: 60px; &nbsp; &nbsp; height: 60px; &nbsp; &nbsp; font-size: 40px; &nbsp; &nbsp; text-align: center; &nbsp; &nbsp; display: inline-block; &nbsp; &nbsp; vertical-align: middle; &nbsp; &nbsp; content: url(<a href="http://i.imgur.com/NQPyTE6.png" rel="nofollow">http://i.imgur.com/NQPyTE6.png</a>); &nbsp; &nbsp; filter: brightness(50%) drop-shadow(0px 0px 1px black); } .sheet-dummy_5 input[type="checkbox"]:checked + span::before { &nbsp; &nbsp; opacity: 1; &nbsp; &nbsp; filter: brightness(80%) drop-shadow(0px 0px 1px black); } /* DUMMY 6*/ .sheet-dummy_6 { &nbsp; &nbsp; white-space: nowrap; } .sheet-dummy_6 input[type="checkbox"] { &nbsp; &nbsp; opacity: 0.0; &nbsp; &nbsp; width: 65px; &nbsp; &nbsp; height: 60px; &nbsp; &nbsp; position: relative; &nbsp; &nbsp; top: 0px; &nbsp; &nbsp; left: 50%; &nbsp; &nbsp; cursor: pointer; &nbsp; &nbsp; z-index: 1; &nbsp; &nbsp; margin: -34.5px; } .sheet-dummy_6 input[type="checkbox"] + span::before { &nbsp; &nbsp; width: 65px; &nbsp; &nbsp; height: 60px; &nbsp; &nbsp; font-size: 40px; &nbsp; &nbsp; text-align: center; &nbsp; &nbsp; display: inline-block; &nbsp; &nbsp; vertical-align: middle; &nbsp; &nbsp; content: url(<a href="http://i.imgur.com/hUJa6v7.png" rel="nofollow">http://i.imgur.com/hUJa6v7.png</a>); &nbsp; &nbsp; filter: brightness(50%) drop-shadow(0px 0px 1px black); } .sheet-dummy_6 input[type="checkbox"]:checked + span::before { &nbsp; &nbsp; filter: brightness(80%) drop-shadow(0px 0px 1px black); }
1496550807

Edited 1496550821
...I'm not able to reproduce that problem. I copied your CSS into a custom character sheet, made a handful of objects of various classes just to test, and everything seems to work. Is it losing track of all &nbsp;CSS formatting, or does it look to only be for certain things? Could you try commenting out parts of your character sheet's HTML, to see if it's something on that side that's messing it up?
Stupid me, I must have accidentally fixed that issue before stepping away. I think there was a floating quotation mark. &nbsp;Sorry about that, there was a lot of frustrated jumping back and forth and copy and pasting going on and I just didn't notice. &nbsp;Thank you for the help and sorry again for wasting your time. With that said, the font should be working, yes? &nbsp;Only it's not formated properly, should be extrabold and italicized. &nbsp;Ithought the formatting would be pulled from the source tag.
Fonts don't work immediately with Chrome. &nbsp;You have to allow Chrome to access...ugh, its early. &nbsp;There is a thingy that appears in the address bar, and you have to click on it then "allow" for the non-roll20 fonts to work.
Will K. said: Stupid me, I must have accidentally fixed that issue before stepping away. I think there was a floating quotation mark. &nbsp;Sorry about that, there was a lot of frustrated jumping back and forth and copy and pasting going on and I just didn't notice. &nbsp;Thank you for the help and sorry again for wasting your time. With that said, the font should be working, yes? &nbsp;Only it's not formated properly, should be extrabold and italicized. &nbsp;Ithought the formatting would be pulled from the source tag. Hey, that's fine. Glad it got fixed. I think Coal Powered Puppet's got it right: you may still need to give Roll20 access, there should be a button on the address bar (I don't use Chrome, so I don't know the specifics beyond that). If all else fails, you can try adding the bold/italics in the CSS on your end.
Thanks for the help guys! &nbsp;Got it working.