Hi,when I created a new custom character sheet of the rat on the walls, the CSS does not work. the sheet works in the game, but the css style no works. Here I leave some captures of the code. Thank you. <div class="sheet-mainBg"> <div class="sheet-izquierda"> <div class="sheet-separatorVerticalInicio"> <label class="sheet-label"><span class="lib" data-i18n="nombre">NOMBRE:</span></label><input class="center" type="text" name="attr_character_name" style="width: 50%;"><br/> </div> <div class="ssheet-eparatorVerticalInicio"> <label class="sheet-label"><span class="lib" data-i18n="profesion">PROFESION:</span></label><input class="center" type="text" name="attr_character_profession" style="width: 50%;"><br/> </div> <div class="sheet-separatorVerticalGrande"> <label class="sheet-label"><span class="lib" data-i18n="reputacion">REPUTACION:</span></label><input class="center" type="text" name="attr_character_reputation" style="width: 50%;"><br/> </div> </div> <div class="sheet-derecha"> <div class="sheet-separatorVerticalGrande2"> <img style="width: 308px; height: 159px;" alt="" src="<a href="https://i.imgur.com/C6jKqDq.png"><br" rel="nofollow">https://i.imgur.com/C6jKqDq.png"><br</a>> </div> </div> <br> <div class="sheet-izquierda"> <div class="sheet-separatorVertical"> <label class="sheet-label"><span class="lib" data-i18n="destreza">DESTREZA:</span></label><input name="attr_des" title="@{des}" style="margin-left: 10px; width: 10%;" type="number" value="0" min="0"> <button name="roll_DESTREZA" type="roll" value="/me rolls DESTREZA [[2d6+@{des}]]" ><span style="font-family: 'dicefontd6'">L</span></button> </div> <div class="sheet-separatorVertical"> <label class="sheet-label"><span class="lib" data-i18n="ingenio">INGENIO:</span></label><input name="attr_ing" title="@{ing}" style="margin-left: 31px; width: 10%;" type="number" value="0" min="0"> <button name="roll_INGENIO" type="roll" value="/me rolls INGENIO [[2d6+@{ing}]]" ><span style="font-family: 'dicefontd6'">L</span></button> </div> <div class="sheet-separatorVertical"> <label class="sheet-label"><span class="lib" data-i18n="musculo">MUSCULO:</span></label><input name="attr_mus" title="@{mus}" style="margin-left: 25px; width: 10%;" type="number" value="0" min="0"> <button name="roll_MUSCULO" type="roll" value="/me rolls MUSCULO [[2d6+@{mus}]]" ><span style="font-family: 'dicefontd6'">L</span></button> </div> <div class="sheet-separatorVertical"> <label class="sheet-label"><span class="lib" data-i18n="violencia">VIOLENCIA:</span></label><input name="attr_vio" title="@{vio}" style="margin-left: 5px; width: 10%;" type="number" value="0" min="0"> <button name="roll_VIOLENCIA" type="roll" value="/me rolls VIOLENCIA [[2d6+@{vio}]]" ><span style="font-family: 'dicefontd6'">L</span></button> </div> <div class="sheet-separatorVerticalGrande3"> <label class="sheet-label"><span class="lib" data-i18n="voluntad">VOLUNTAD:</span></label><input name="attr_vol" title="@{vol}" style="margin-left: 11px; width: 10%;" type="number" value="0" min="0"> <button name="roll_VOLUNTAD" type="roll" value="/me rolls VOLUNTAD [[2d6+@{vol}]]" ><span style="font-family: 'dicefontd6'">L</span></button> </div> </div> <div class="sheet-derecha"> <div class="sheet-Salud"> <div class="sheet-separatorVertical"> <label class="sheet-label"><span class="lib" data-i18n="pv">PV:</span></label> <input name="attr_pv1" style="width: 10%;" type="number" value="0" min="0"> <label class="sheet-label">/</label> <input name="attr_pv2" style="width: 10%;" type="number" value="10+[[@{des}]]" min="0"> </div> <div class="sheet-separatorVertical"> <label class="sheet-label"><span class="lib" data-i18n="pc">PC:</span></label> <input name="attr_pc1" style="width: 10%;" type="number" value="0" min="0"> <label class="sheet-label">/</label> <input name="attr_pc2" style="width: 10%;" type="number" value="[[10+@{vol}]]" min="0"> </div> <div class="sheet-separatorVerticalGrande3"> <label class="sheet-label"><span class="lib" data-i18n="pe">PE:</span></label> <input name="attr_pe" style="width: 10%;" type="number" value="0" min="0"> </div> </div> </div> <div class="sheet-section-Armas"> <label class="sheet-labelCentro"><span class="lib" data-i18n="damage">DAÑO</span></label> <br/> <h4> <label class="sheet-labelPequeño"><span class="lib" data-i18n="armas-1-mano">Armas 1 Mano</span></label> <button name="roll_1D6" type="roll" value="/me rolls [[{1d6}]]"><span style="font-family: 'dicefontd6'">L</span></button> <label class="sheet-labelPequeño"><span class="lib" data-i18n="armas-2-manos">Armas 2 Manos</span></label> <button name="roll_2D6" type="roll" value="/me rolls [[{2d6}]]"><span style="font-family: 'dicefontd6'">L</span></button> <label class="sheet-labelPequeño"><span class="lib" data-i18n="armas-grandes">Armas Grandes</span></label> <button name="roll_3D6" type="roll" value="/me rolls [[{3d6}]]"><span style="font-family: 'dicefontd6'">L</span></button> </h4> </div> <div class="sheet-izquierda"> <div class="sheet-section-hechizos"> <label class="sheet-label"><span class="lib" data-i18n="recursos">RECURSOS</span></label> <textarea name="attr_resources"></textarea> </div> <div class="sheet-section-hechizos"> <label class="sheet-label"><span class="lib" data-i18n="hechizos">HECHIZOS</span></label> <textarea name="attr_spells"></textarea> </div> <!-- .section-hechizos --> </div> <div class="sheet-derecha"> <div class="sheet-section-armasEquipo"> <label class="sheet-label"><span class="lib" data-i18n="armas-y-equipo">ARMAS Y EQUIPO</span></label> <textarea name="attr_armaequipo"></textarea> </div> <!-- .section-armasEquipo --> <div class="sheet-separatorVertical"> <div class="sheet-section-cicatrices"> <label class="sheet-label"><span class="lib" data-i18n="cicatrices">CICATRICES</span></label> <textarea name="attr_cicatrices"></textarea> </div> <!-- .section-cicatrices --> </div> </div> <br> <br> <p>.</p> </div> /*Now, the css, that its includede in the css tab*/ .charsheet { } .sheet-center { text-align: center; display: inline; margin-right: 30px; float: right; font-family:'!PaulMaul'; color: blue; font-size: 20px;; font-weight: bolder; text-transform: uppercase; } .sheet-separatorVertical { margin-top: 5px; margin-bottom: 5px; } .sheet-separatorVerticalInicio { margin-top: 10px; margin-bottom: 10px; } .sheet-separatorVerticalGrande { margin-top: 5px; margin-bottom: 100px; } .sheet-separatorVerticalGrande2{ margin-top: 5px; margin-bottom: 70px; } .sheet-separatorVerticalGrande3{ margin-top: 5px; margin-bottom: 35px; } .charsheet textarea { width: calc(100% - 50px); height: 180px; resize: none; background: transparent; margin-left: 45px; font-family:'!PaulMaul'; color: blue; font-size: 26px;; font-weight: bolder; } .sheet-izquierda{ height:50%; float:left; width:50%; } .sheet-izquierda2{ float:left; background: url("<a href="https://i.imgur.com/Gjsmgoo.jpg" rel="nofollow">https://i.imgur.com/Gjsmgoo.jpg</a>"); } .sheet-derecha{ height:50%; float:right; width:50%; } .sheet-derecha2{ height:50%; float:right; width: 50% } .sheet-margin-top { margin-top: 5px; } .sheet-margin-bottom { margin-bottom: 5px; } .sheet-margin-left { margin-left: 5px; } .sheet-margin-right { margin-right: 5px; } /* FONDO DE FICHA */ div.sheet-mainBg{ height: 100%; width: 900px; background: url("<a href="https://i.imgur.com/0tA6R9M.jpg" rel="nofollow">https://i.imgur.com/0tA6R9M.jpg</a>"); background-size: cover; border: 2px solid #2F5860; border-radius: 10px; padding: 6px 0px 6px 0px; } /*TIPOGRAFIAS*/ @font-face { font-family: '!PaulMaul'; src: local('!PaulMaul.ttf'), url(!PaulMaul.woff2) format('woff2'), url(!PaulMaul.woff) format('woff'), url(!PaulMaul.ttf) format('truetype'), url(!PaulMaul.otf) format('opentype'), url(!PaulMaul.eot) format('embedded-opentype'); } @font-face { font-family: 'Moms_Typewriter'; src: local('Moms_typewriter.ttf'), url(Moms_typewriter.woff2) format('woff2'), url(Moms_typewriter.woff) format('woff'), url(Moms_typewriter.ttf) format('truetype'), url(Moms_typewriter.otf) format('opentype'), url(Moms_typewriter.eot) format('embedded-opentype'); } @font-face { font-family: 'Note_this-webfont'; src: local('Note_this-webfont.ttf'), url(Note_this-webfont.woff2) format('woff2'), url(Note_this-webfont.woff) format('woff'), url(Note_this-webfont.ttf) format('truetype'), url(Note_this-webfont.otf) format('opentype'), url(Note_this-webfont.eot) format('embedded-opentype'); } /*ETIQUETAS*/ .sheet-labelCentro{ font-family:'Moms_Typewriter'; color: black; text-align: center; } .sheet-labelPequeño{ font-family:'Moms_Typewriter'; color: black; text-align: center; font-weight: lighter; margin-right: 3px; margin-left: 5px; } .sheet-label{ font-family:'Moms_Typewriter'; color: black; display: inline-block; padding: 0.8%; margin-right: -.5%; font-size: 1.1em; font-weight: Normal; display: inline; text-align: center; } } /*DAÑO*/ .sheet-section-Armas{ float: left; margin-left: 50px; } .sheet-h4{ border-radius: 35px 0px 35px 0px; -moz-border-radius: 35px 0px 35px 0px; -webkit-border-radius: 35px 0px 35px 0px; text-align: center; background-image: url("<a href="https://i.imgur.com/vNVTYig.png" rel="nofollow">https://i.imgur.com/vNVTYig.png</a>"); padding-left: 5px; width: 70%; margin-left: 150px; } .sheet-Salud{ text-align: center; } /* RECURSOS */ .sheet-section-recursos { float: left; background: url("<a href="https://i.imgur.com/Gjsmgoo.jpg" rel="nofollow">https://i.imgur.com/Gjsmgoo.jpg</a>"); margin-left: 10px; } .sheet-section-recursos input { margin-left: 40px; width: calc(100% - 102px); } /* HECHIZOS */ .sheet-section-hechizos { float: left; background: url("<a href="https://i.imgur.com/Gjsmgoo.jpg" rel="nofollow">https://i.imgur.com/Gjsmgoo.jpg</a>"); margin-right: 10px; margin-left: 10px; margin-bottom: 5px; width:80%; } .sheet-section-hechizos input { margin-left: 55px; width: calc(100% - 102px); } /* ARMAS Y EQUIPO */ .sheet-section-armasEquipo { float: right; background: url("<a href="https://i.imgur.com/Gjsmgoo.jpg" rel="nofollow">https://i.imgur.com/Gjsmgoo.jpg</a>"); margin-right: 10px; margin-bottom: 5px; width: 80%; } .sheet-section-armasEquipo input { margin-left: 40px; width: calc(100% - 102px); } /*CICATRICES*/ .sheet-section-cicatrices { float: right; background: url("<a href="https://i.imgur.com/Gjsmgoo.jpg" rel="nofollow">https://i.imgur.com/Gjsmgoo.jpg</a>"); margin-right: 10px; width: 80%; } .sheet-section-cicatrices input { margin-left: 40px; width: calc(100% - 102px); } button[type=roll].sheet-blank-roll-button::before { color: red; content: ''; } .charsheet button{ background: none; font-size: 1.1em !important; border: 1px solid black; font-style: normal; color: black; content: ''; } .charsheet button:hover{ background: #a6a6a6; } .charsheet button[type=roll]:before { content: ''; }