diff --git a/Daemon Exilia/Exilia.css b/Daemon Exilia/Exilia.css index 0ab4ea0e704..95708c7e377 100644 --- a/Daemon Exilia/Exilia.css +++ b/Daemon Exilia/Exilia.css @@ -1,25 +1,28 @@ +/*Importa e define a fonte*/ @font-face { - font-family: 'Round Style Basic'; - src: url('https://candyfonts.com/wp-data/2018/10/09/228/RoundStyleBasic.ttf') format('truetype'); + font-family: "Round Style Basic"; + src: url("https://candyfonts.com/wp-data/2018/10/09/228/RoundStyleBasic.ttf") + format("truetype"); font-weight: normal; font-style: normal; } + * { font-family: "Round Style Basic"; } + +/*Estilo para toda a ficha*/ .charsheet { - background-color:#F5F5F5; + background-color: #F5F5F5; width: 804px; background-repeat: repeat; background-size: cover; border: solid 3px black; color: transparent; margin-left: 20px; - } -/*corpo da ficha*/ -.sheet-main { +.sheet-principal { margin: 0 auto; font-size: 13px; color: black; @@ -30,26 +33,81 @@ grid-template-columns: 516px 312px; min-height: 1200px } -/* css logo exilia*/ -.sheet-main .sheet-container-logo .sheet-logo-exilia { + +/*Estilo das linhas de divisão com dragão*/ +.sheet-linha-de-divisao-dragao { + margin-top: 50px; + background-image: url(https://i.imgur.com/NTZLN33.png); + background-size: 800px 65px; + background-repeat: no-repeat; + width: 800px; + height: 70px; + text-align: center; + position: relative; +} + +.sheet-linha-de-divisao-dragao h3 { + padding-top: 35px; +} + +.sheet-linha-de-divisao-menor-dragao { + margin-top:10px; + margin-bottom: 10px; + background-image: url(https://i.imgur.com/NTZLN33.png); + background-size: 800px 65px; + background-repeat: no-repeat; + width: 800px; + height: 60px; + text-align: center; + position: relative; +} + +.sheet-linha-de-divisao-menor-dragao h3 { + padding-top: 35px; +} + +/*Estilo das linhas de divisão do final da pagina*/ +.sheet-linha-de-divisao-final { + margin-top: 50px; + margin-bottom: 10px; + background-image: url(https://i.imgur.com/Eh99AH2.png); + background-size: 798px 64px; + background-repeat: no-repeat; + width: 800px; + height: 100px; + text-align: center; + position: relative; +} + +/*Posição do logo*/ +.sheet-logo { width: 200px; height: 185px; float: right; } -/*css do cabeçalho de informações do personagem*/ -.sheet-main .sheet-header-info { + +/*Primeira linha do cabeçalho*/ +.sheet-cabecalho { margin-top: 1%; display: grid; width: 600px; height: 100px; - grid-template-columns: 50px 50px left; - column-gap: 10px; - } -.sheet-main .sheet-input-with-text-bellow { + grid-template-columns: 100px 100px left; + column-gap: 23.5px; +} + +/*Segunda e terceira linha do cabeçalho*/ +.sheet-cabecalho-2 { + margin-top: -7.1%; +} + +/*Estilo do texto do cabeçalho*/ +.sheet-entrada-com-texto { display: flex; flex-direction: column } -.sheet-main .sheet-input-with-text-bellow input { + +.sheet-entrada-com-texto input { width: 100%; height: 24px; border: 0; @@ -59,122 +117,159 @@ padding-left: 2px; padding-right: 2px } -.sheet-main .sheet-input-with-text-bellow span { + +.sheet-entrada-com-texto span { display: block; padding-top: 2px; padding-left: 2px; width: 100%; - font-size: 13px; + font-size: 11.7px; font-weight: bold; text-transform: uppercase } -.sheet-main .sheet-input-with-text-bellow.sheet-char-name { - padding-top: 15px; - grid-column: 1/5 + +/*Posição das Linhas do Cabeçalho*/ +.linhas-cabecalho { + padding-top: 0px; } -.sheet-char-info { - font-size: 13px; - font-weight: bold; - color: #808080; + +.sheet-topo-do-cabecalho { + width: 185px; + grid-row: 1; } -/*linha de difisão do atributo*/ -.sheet-main .sheet-linha-de-divisao { - margin-top: 50px; - background-image: url(https://i.imgur.com/NTZLN33.png); - background-size: 800px 65px; - background-repeat: no-repeat; - width: 800px; - height: 70px; - text-align: center;https://app.roll20.net/campaigns/campaignsettings/9178552#customsheet-translation - position: relative; + +.linhas-abaixo { + width: 135px; } -.sheet-main .sheet-linha-de-divisao h3 { - padding-top: 35px; + +.sheet-meio-do-cabecalho { + grid-row: 2; } -/*css dos dados atributo*/ -.sheet-atri1{ - margin-top:-22px; - + +.sheet-baixo-do-cabecalho { + grid-row: 3; } -.sheet-coluna-atributo{ - margin-top:-16px; +/*Posição dos botões*/ +.sheet-botoes{ + margin-top:10px; + margin-bottom:-50px; } -button[type="roll"].sheet-dado1:before { - content: ' '; +/*Botões troca pagina*/ +.sheet-pagina { + display: none; } -button[type="roll"].sheet-dado1:hover { - background-position: 0; - box-shadow: 0px 0px 20px #00FF0B; - background-color: #9CF7A0; + +.sheet-troca-pagina[value="botao-troca-personagem"] ~ .sheet-pagina-personagem, +.sheet-troca-pagina[value="botao-troca-habilidades"] ~ .sheet-pagina-habilidades, +.sheet-troca-pagina[value="botao-troca-magia"] ~ .sheet-pagina-magia, +.sheet-troca-pagina[value="botao-troca-equipamentos"] ~ .sheet-pagina-equipamentos { + display: block; } -button[type="roll"].sheet-dado1 { - background-image: url(https://i.imgur.com/7qkxCK7.png); - background-size: 25px 26px; - background-repeat: no-repeat; - width: 19px; - height: 26px; - border-style: none; - background-color: transparent; + +/*Estilo Botões*/ +.sheet-botao h4 { + color: #FFFFFF; + position: center; + padding-left: 22px; + font-size: 13px; } -button[type="roll"].sheet-dado2:before { - content: ' '; + +button[type="action"].sheet-botao:hover h4 { + text-shadow: 0 0 10px #FF9601, 0 0 20px #FF9601, 0 0 40px #FF9601; + color: #fff } -button[type="roll"].sheet-dado2:hover { - background-position: 0; - box-shadow: 0px 0px 20px #FCE300; - background-color: #F7EE9C; + +/*Imagem botão 1*/ +button[type="action"].sheet-botao-personagem:hover { + background-image: url(https://i.imgur.com/BeJ5nXO.png); } -button[type="roll"].sheet-dado2 { - background-image: url(https://i.imgur.com/7qkxCK7.png); - background-size: 25px 26px; + +button[type="action"].sheet-botao-personagem { + background-image: url(https://i.imgur.com/7O2DIdH.png); + background-size: 127px 30px; background-repeat: no-repeat; - width: 19px; - height: 26px; + background-position: center; + width: 115px; + height: 30px; border-style: none; background-color: transparent; } -button[type="roll"].sheet-dado3:before { - content: ' '; -} -button[type="roll"].sheet-dado3:hover { - background-position: 0; - box-shadow: 0px 0px 20px #FF0003; - background-color: #F9999A; + +/*Imagem botão 2*/ +button[type="action"].sheet-botao-habilidades:hover { + background-image: url( + https://cdn.discordapp.com/attachments/685919360602079459/1117971755055710318/IJekFec.png + ); } -button[type="roll"].sheet-dado3 { - background-image: url(https://i.imgur.com/7qkxCK7.png); - background-size: 25px 26px; + +button[type="action"].sheet-botao-habilidades { + background-image: url( + https://cdn.discordapp.com/attachments/685919360602079459/1117976260266709103/tyujh.png + ); + background-size: 127px 30px; background-repeat: no-repeat; - width: 19px; - height: 26px; + background-position: center; + width: 115px; + height: 30px; border-style: none; background-color: transparent; } -/*--dado inciativa--*/ -button[type="roll"].sheet-dado7:before { - content: ' '; + +/*Imagem botão 3*/ +button[type="action"].sheet-botao-magia:hover { + background-image: url(https://i.imgur.com/IJekFec.png); } -button[type="roll"].sheet-dado7:hover { - background-position: 0; - background-image: url(https://i.imgur.com/zfXSgvw.png); - box-shadow: 0px 0px 20px #FF7E00; - background-color: #FFD0A4; + +button[type="action"].sheet-botao-magia { + background-image: url(https://i.imgur.com/VuXzAma.png); + background-size: 127px 30px; background-repeat: no-repeat; background-position: center; + width: 115px; + height: 30px; + border-style: none; + background-color: transparent; } -button[type="roll"].sheet-dado7 { - background-image: url(https://i.imgur.com/zfXSgvw.png); - background-size: 30px 30px; + +/*Imagem botão 4*/ +button[type="action"].sheet-botao-equipamentos:hover { + background-image: url(https://i.imgur.com/dnazVgl.png); +} + +button[type="action"].sheet-botao-equipamentos { + background-image: url(https://i.imgur.com/QnOwFo9.png); + background-size: 127px 30px; background-repeat: no-repeat; background-position: center; - width: 30px; + width: 115px; height: 30px; border-style: none; - border: none; + background-color: transparent; +} + +/*Itens Atributos e Sub-atributos*/ +.sheet-coluna-atributo{ + margin-top:-16px; +} + +.sheet-img-dragon { + position: relative; + left: 335px; + bottom: -25px; + width: 41px; + height: 29px; +} + +.sheet-nome-atributo h2 { + font-size: 20px; + text-align: center; + border-bottom: solid 2px black; + line-height: 24px; + background-color: transparent; } -/*css linhas e colunas dos atributos*/ + .sheet-coluna1 { background-image: url(); background-size: 92px 26px; @@ -186,26 +281,12 @@ button[type="roll"].sheet-dado7 { margin-top: 3px; font-size: 13px; font-weight: bold; - color: black text-align: center; + color: black; + text-align: center; width: 80px; height: 30px; } -.sheet-linha1 { - background-image: url(); - background-size: 46px 26px; - background-repeat: no-repeat; - border-style: black; - background-color: ; - padding-left: 1px; - border: 1px solid #333333; - border-bottom: 2px solid #333333; - margin-top: 3px; - font-size: 13px; - font-weight: bold; - color: black text-align: center; - width: 47px; - height: 30px; -} + .sheet-linha_dado { background-image: url(); background-size: 21px 26px; @@ -218,115 +299,112 @@ button[type="roll"].sheet-dado7 { width: 21px; height: 2px; border-style: black; - background-color: ; padding-left: 1px; border: 1px solid #333333; border-bottom: 2px solid #333333; font-weight: bold; - color: black text-align: center; + color: black; + text-align: center; } .sheet-inic-add { font-size: 20px; - font-weight: bold; - color: black + font-weight: bold; + color: black; text-align: center; background-color: transparent; Border:none; } -/*css linhas e colunas dos sub-atributos*/ -.sheet-block-a, .sheet-block-switch:checked ~ .sheet-block-b { - display: block; -} -.sheet-block-b, .sheet-block-switch:checked ~ .sheet-block-a { - display: none; + +/* Dados */ +button[type="roll"].sheet-dado:before { + content: ' '; } -.sheet-I1 input[type="text"] { - background-image: url(https://i.imgur.com/GUI0tbP.png); - background-size: 98px 40px; - margin-left: 12px; - margin-right: 5px; + +button[type="roll"].sheet-dado { + background-image: url(https://i.imgur.com/7qkxCK7.png); + background-size: 25px 26px; background-repeat: no-repeat; - width: 100px; - height: 40px; + width: 19px; + height: 26px; border-style: none; background-color: transparent; - margin-left: 12px; - margin-right: 5px; - font-size: 14px; - font-weight: bold; - text-align: center; - position: relative; } -.sheet-I3 input[type="text"] { - background-image: url(https://i.imgur.com/GUI0tbP.png); - background-size: 98px 40px; - margin-left: 12px; - margin-right: 5px; - margin-bottom: 1px; + +button[type="roll"].sheet-dado:hover { + background-position: 0; +} + +button[type="roll"].sheet-dado-normal:hover { + box-shadow: 0px 0px 20px #00FF0B; + background-color: #9CF7A0; +} + +button[type="roll"].sheet-dado-dificil:hover { + box-shadow: 0px 0px 20px #FCE300; + background-color: #F7EE9C; +} + +button[type="roll"].sheet-dado-muito-dificil:hover { + box-shadow: 0px 0px 20px #FF0003; + background-color: #F9999A; +} + +/*--dado inciativa--*/ +button[type="roll"].sheet-iniciativa:hover { + background-image: url(https://i.imgur.com/zfXSgvw.png); + box-shadow: 0px 0px 20px #FF7E00; + background-color: #FFD0A4; background-repeat: no-repeat; - width: 100px; - height: 40px; + background-position: center; +} + +button[type="roll"].sheet-dado-iniciativa { + background-image: url(https://i.imgur.com/zfXSgvw.png); + background-size: 30px 30px; + background-repeat: no-repeat; + background-position: center; + width: 30px; + height: 30px; border-style: none; - background-color: transparent; - margin-left: 12px; - margin-right: 5px; - font-size: 14px; - font-weight: bold; - text-align: center; - position: relative; + border: none; } -.sheet-info-1 input[type="text"] { - border-style: #2F4F4F; - background-color: #DCDCDC; - width: 100px; - height: 30px; - margin-left: 12px; - margin-right: 4px; - margin-top: 3px; - margin-bottom: -0px; - border-top: 2px solid #333333; - border-bottom: 2px solid #333333; - border-right: 2px solid #333333; - border-left: 2px solid #333333; - font-size: 13px; - font-weight: bold; - text-align: center; - position: relative; + +/*css linhas e colunas dos sub-atributos*/ +.sheet-block-a, .sheet-block-switch:checked ~ .sheet-block-b { + display: block; } -.sheet-info-2 input[type="text"] { - border-style: #2F4F4F; - background-color: #FAEBD7; - width: 100px; +.sheet-block-b, .sheet-block-switch:checked ~ .sheet-block-a { + display: none; +} + +/* CSS checkbox sub-atributos */ +input[type="checkbox"].sheet-block-switch { + background-image: url(https://i.imgur.com/bs0x98x.png); + appearance: none; + opacity: transparent; + border: none; + outline: none; height: 30px; - margin-left: 12px; - margin-right: 4px; - margin-top: 3px; - font-size: 20px; - font-weight: bold; - text-align: center; - position: relative; + width: 30px; + background-repeat: no-repeat; + display: flex; + align-items: center; + justify-content: center; } -.sheet-info-3 input[type="text"] { - border-style: #2F4F4F; - background-color: #DCDCDC; - width: 100px; + +input[type="checkbox"].sheet-block-switch:checked { + background-image: url(https://i.imgur.com/iJhgLtR.png); height: 30px; - margin-left: 12px; - margin-right: 5px; - margin-top: 3px; - border-top: 2px solid #333333; - border-bottom: 2px solid #333333; - border-right: 2px solid #333333; - border-left: 2px solid #333333; - font-size: 13px; - font-weight: bold; - text-align: center; - position: relative; + width: 30px; + background-repeat: no-repeat; + display: flex; + align-items: center; + justify-content: center; } + .sheet-linha-sub { border-style: black; - background-color: ; padding-left: 1px; border: 1px solid #333333; border-top: 0px solid #333333; @@ -338,9 +416,9 @@ button[type="roll"].sheet-dado7 { text-align: center; color: black } + .sheet-linha-sub2 { margin-top: 6px; - border-style: ; border: 0px; background-color: #C0C0C0; font-size: 13px; @@ -348,6 +426,7 @@ button[type="roll"].sheet-dado7 { text-align: center; position: relative; } + .sheet-linha-sub3 { margin-top: 1px; border-style: none; @@ -363,21 +442,7 @@ button[type="roll"].sheet-dado7 { text-align: center; position: relative; } -/**titulo dos atributos e modificadores**/ -.sheet-img-dragon { - position: relative; - left: 335px; - bottom: -25px; - width: 41px; - height: 29px; -} -.sheet-atributo-name h2 { - font-size: 20px; - text-align: center; - border-bottom: solid 2px black; - line-height: 24px; - background-color: transparent; -} + .sheet-linha-vida { background-image: url(https://i.imgur.com/PLEaV2V.png); background-size: 28px 28px; @@ -392,9 +457,10 @@ button[type="roll"].sheet-dado7 { text-align: center; color: black } + .sheet-linha-mana { background-image: url(https://i.imgur.com/tX4uoof.png); - background-size: 29px 29px; + background-size: 28px 28px; background-repeat: no-repeat; width: 30px; height: 40px; @@ -406,6 +472,7 @@ button[type="roll"].sheet-dado7 { text-align: center; color: black } + .sheet-linha-fe { background-image: url(https://i.imgur.com/Kkl5ifT.png); background-size: 28px 28px; @@ -420,7 +487,8 @@ button[type="roll"].sheet-dado7 { text-align: center; color: black } -.sheet-linha-ip { + +.sheet-linha-rd { background-image: url(https://i.imgur.com/VjcBBCt.png); background-size: 28px 28px; background-repeat: no-repeat; @@ -434,6 +502,7 @@ button[type="roll"].sheet-dado7 { text-align: center; color: black } + .sheet-linha-rm { background-image: url(https://i.imgur.com/iolQs0A.png); background-size: 28px 28px; @@ -448,7 +517,8 @@ button[type="roll"].sheet-dado7 { text-align: center; color: black } -.sheet-linha-move{ + +.sheet-linha-move { background-image: url(https://i.imgur.com/8kGNCPs.png); background-size: 29px 25px; background-repeat: no-repeat; @@ -462,9 +532,10 @@ button[type="roll"].sheet-dado7 { text-align: center; color: black } -.sheet-linha-decisivo { - background-image: url(https://i.imgur.com/sUBkbOk.png); - background-size: 27px 25px; + +.sheet-linha-critico { + background-image: url(https://i.imgur.com/FxgTzPb.png); + background-size: 28px 28px; background-repeat: no-repeat; background-position: center; width: 30px; @@ -477,9 +548,10 @@ button[type="roll"].sheet-dado7 { text-align: center; color: black } -.sheet-linha-critico { - background-image: url(https://i.imgur.com/FxgTzPb.png); - background-size: 27px 27px; + +.sheet-linha-decisivo { + background-image: url(https://i.imgur.com/sUBkbOk.png); + background-size: 28px 28px; background-repeat: no-repeat; background-position: center; width: 30px; @@ -492,9 +564,10 @@ button[type="roll"].sheet-dado7 { text-align: center; color: black } + .sheet-linha-penalidade { background-image: url(https://i.imgur.com/5hhA50Y.png); - background-size: 25px 26px; + background-size: 28px 28px; background-repeat: no-repeat; background-position: center; width: 30px; @@ -508,56 +581,112 @@ button[type="roll"].sheet-dado7 { color: black } -.sheet-modificador-global { - margin-top: -15px; - margin-bottom:10px; +/*segunda parte atributos direita*/ +.sheet-atri1{ + margin-top:-22px; } -/*linha de divisão das perícias*/ -.sheet-linha-de-divisao-2 { - margin-top:10px; - margin-bottom: 10px; - background-image: url(https://i.imgur.com/NTZLN33.png); - background-size: 800px 65px; + +.sheet-informacao-atributo-direita input[type="text"]{ + border-style: #2F4F4F; + background-color: #DCDCDC; + width: 100px; + height: 30px; + margin-left: 12px; + margin-right: 5px; + margin-bottom: -0px; + margin-top: 3px; + border-top: 2px solid #333333; + border-bottom: 2px solid #333333; + border-right: 2px solid #333333; + border-left: 2px solid #333333; + font-size: 13px; + font-weight: bold; + text-align: center; + position: relative; +} + +.sheet-informacao-status-direita input[type="text"] { + background-image: url(https://i.imgur.com/GUI0tbP.png); + background-size: 98px 40px; + margin-left: 12px; + margin-right: 5px; background-repeat: no-repeat; - width: 800px; - height: 60px; + width: 100px; + height: 40px; + border-style: none; + background-color: transparent; + margin-left: 12px; + margin-right: 5px; + font-size: 14px; + font-weight: bold; text-align: center; position: relative; + color: black } -.sheet-linha-de-divisao-2 h3 { - padding-top: 35px; + +.sheet-modificador-global { + margin-top: -15px; + margin-bottom:10px; } -/*css linhas pericias*/ +/*linhas de pericia*/ .sheet-pericias { margin-top: 3px; } -.sheet-linha-inicial-pericias { + +.sheet-linha_N { + width: 30px; + height: 40px; border-style: none; background-color: transparent; - font-size: 13px; + margin-top: 0px; + margin-Bottom: 0px; font-weight: bold; - color: black font-weight: bold; - text-align: left; - position: center; text-align: center; - width: 80px; - height: 30px; - margin-top: 3px; -} -.sheet-linha-inicial-pericias2 { + color: black + } + +.sheet-linha_D { + width: 30px; + height: 40px; + border-style: none; + background-color: transparent; + margin-top: 0px; + margin-Bottom: 0px; + font-weight: bold; + text-align: center; + color: black + } + +.sheet-linha_M { + width: 30px; + height: 40px; border-style: none; background-color: transparent; + margin-top: 0px; + margin-Bottom: 0px; + font-weight: bold; + text-align: center; + color: black + } + +.sheet-linha1 { + background-image: url(); + background-size: 46px 26px; + background-repeat: no-repeat; + border-style: black; + padding-left: 1px; + border: 1px solid #333333; + border-bottom: 2px solid #333333; + margin-top: 3px; font-size: 13px; font-weight: bold; - color: black font-weight: bold; - text-align: left; - position: left; - text-align: left; + color: black; + text-align: center; width: 80px; height: 30px; - margin-top: 3px; } + .sheet-linha2 { border-style: none; background-color: transparent; @@ -565,16 +694,17 @@ button[type="roll"].sheet-dado7 { margin-top: 1px; font-size: 13px; font-weight: bold; - color: black text-align: center; + color: black; + text-align: center; width: 47px; height: 30px; margin-top: 5px; } + .sheet-linha3 { margin-top: 1px; margin-bottom: 1px; border-style: black; - background-color: ; padding-left: 1px; border: black; border-top: 1px solid #333333; @@ -586,11 +716,11 @@ button[type="roll"].sheet-dado7 { text-align: center; position: relative; } + .sheet-linha4 { margin-top: 1px; margin-bottom: 1px; border-style: black; - background-color: ; padding-left: 1px; border: black; border-top: 1px solid #333333; @@ -602,22 +732,7 @@ button[type="roll"].sheet-dado7 { text-align: left; position: relative; } -.sheet-linha-secundaria { - margin-top: 1px; - margin-bottom: 2px; - border-style: black; - background-color: transparent; - padding-left: 1px; - border: black; - border-top: 0px solid #333333; - border-bottom: 2px solid #333333; - border-right: 0px solid #333333; - border-left: 0px solid #333333; - font-size: 12px; - font-weight: bold; - text-align: center; - position: relative; -} + .sheet-linha-secundaria2 { margin-top: 1px; margin-bottom: 2px; @@ -636,102 +751,45 @@ button[type="roll"].sheet-dado7 { position: relative; } -.sheet-linha_N { - width: 30px; - height: 40px; +button[type="roll"].sheet-dado-verde:hover { + background-position: 0; + box-shadow: 0px 0px 20px #00FF0B; + background-color: #9CF7A0; +} + +button[type="roll"].sheet-dado-verde { + background-image: url(https://i.imgur.com/7qkxCK7.png); + background-size: 25px 26px; + background-repeat: no-repeat; + width: 19px; + height: 26px; border-style: none; background-color: transparent; - margin-top: 0px; - margin-Bottom: 0px; - font-weight: bold; - text-align: center; - color: black - } - - .sheet-linha_D { - width: 30px; - height: 40px; +} + +button[type="roll"].sheet-dado-amarelo:hover { + background-position: 0; + box-shadow: 0px 0px 20px #FCE300; + background-color: #F7EE9C; +} + +button[type="roll"].sheet-dado-amarelo { + background-image: url(https://i.imgur.com/7qkxCK7.png); + background-size: 25px 26px; + background-repeat: no-repeat; + width: 19px; + height: 26px; border-style: none; background-color: transparent; - margin-top: 0px; - margin-Bottom: 0px; - font-weight: bold; - text-align: center; - color: black - } - - .sheet-linha_M { - width: 30px; - height: 40px; - border-style: none; - background-color: transparent; - margin-top: 0px; - margin-Bottom: 0px; - font-weight: bold; - text-align: center; - color: black - } - -/*css dos dados de pericias*/ -.sheet-linha-dado2 { - border-style: none; - background-color: transparent; - text-align: center; - background-repeat: no-repeat; - margin-top: 1px; - margin-left: 6px; - width: 21px; - height: 2px; - border-style: black; - background-color: ; - padding-left: 1px; - margin-top: 5px; - font-weight: bold; - color: black text-align: center; -} -button[type="roll"].sheet-dado4:before { - content: ' '; } -button[type="roll"].sheet-dado4:hover { - background-position: 0; - box-shadow: 0px 0px 20px #00FF0B; - background-color: #9CF7A0; -} -button[type="roll"].sheet-dado4 { - background-image: url(https://i.imgur.com/7qkxCK7.png); - background-size: 25px 26px; - background-repeat: no-repeat; - width: 19px; - height: 26px; - border-style: none; - background-color: transparent; -} -button[type="roll"].sheet-dado5:before { - content: ' '; -} -button[type="roll"].sheet-dado5:hover { - background-position: 0; - box-shadow: 0px 0px 20px #FCE300; - background-color: #F7EE9C; -} -button[type="roll"].sheet-dado5 { - background-image: url(https://i.imgur.com/7qkxCK7.png); - background-size: 25px 26px; - background-repeat: no-repeat; - width: 19px; - height: 26px; - border-style: none; - background-color: transparent; -} -button[type="roll"].sheet-dado6:before { - content: ' '; -} -button[type="roll"].sheet-dado6:hover { + +button[type="roll"].sheet-dado-vermelho:hover { background-position: 0; - box-shadow: 0px 0px 20px #FF0003; + box-shadow: 0px 0px 20px #FF0003; background-color: #F9999A; } -button[type="roll"].sheet-dado6 { + +button[type="roll"].sheet-dado-vermelho { background-image: url(https://i.imgur.com/7qkxCK7.png); background-size: 25px 26px; background-repeat: no-repeat; @@ -740,261 +798,81 @@ button[type="roll"].sheet-dado6 { border-style: none; background-color: transparent; } -.sheet-linha_dado3 { - background-image: url(); - background-size: 21px 26px; - text-align: center; - background-repeat: no-repeat; - margin-top: 1px; - margin-left: 9px; - width: 21px; - height: 2px; - border-style: none; - background-color: transparent; - padding-left: 1px; - margin-top: 0px; - font-size: 13px; - font-weight: bold; - color: black text-align: center; -} -/*display das pericias de combate e pericias gerais*/ -.sheet-columns { - display: flex; - justify-content: space-between; - width: 400px; -} -.sheet-columns > * { - flex: 1; -} + input.sheet-toggle-show:not(:checked) ~ div.sheet-body, input.sheet-toggle-hide:checked ~ div.sheet-body { display: none; } -/*linha de divisão dos aprimoramentos e manobras*/ -.sheet-linha-de-divisao-3 { - margin-top: 15px; - margin-bottom: 1px; - background-image: url(https://i.imgur.com/NTZLN33.png); - background-size: 800px 65px; + +/*CSS checkbox pericias*/ +input[type="checkbox"].sheet-toggle-show { + background-image: url("https://i.imgur.com/vFxlBEm.png"); + background-size: 29px 29px; + background-position: center; + height: 30px; + width: 30px; background-repeat: no-repeat; - width: 800px; - height: 65px; - text-align: center; - position: relative; -} -.sheet-linha-de-divisao-3 h3 { - padding-top: 35px; + opacity: transparent; + margin: top; + appearance: none; + border: none; + outline: none; } -/*display dos aprimoramentos e manobras*/ -.sheet-aprimoramentos-e-manobras { + +.sheet-linha-secundaria { margin-top: 1px; - margin-bottom: 1px; + margin-bottom: 2px; border-style: black; - background-color: #F8F8FF; + background-color: transparent; padding-left: 1px; border: black; - border-top: 1px solid #333333; + border-top: 0px solid #333333; border-bottom: 2px solid #333333; - border-right: 1px solid #333333; - border-left: 1px solid #333333; - font-size: 13px; + border-right: 0px solid #333333; + border-left: 0px solid #333333; + font-size: 12px; font-weight: bold; - text-align: left; + text-align: center; position: relative; } -.sheet-linha-inicial-aprimoramentos-manobras { + +.sheet-linha-inicial-pericias { border-style: none; background-color: transparent; font-size: 13px; font-weight: bold; - color: black text-align: center; - font-weight: bold; - margin-left: ; - position: relative; - width: 80px; - height: 30px; - margin-top: 2px; -} -/* CSS checkbox sub-atributos */ -input[type="checkbox"].sheet-block-switch { - appearance: none; - border: none; - outline: none; - display: flex; - align-items: center; - justify-content: center; -} -input[type="checkbox"].sheet-block-switch { - opacity: transparent; - height: 30px; - width: 30px; - display: flex; - align-items: center; - justify-content: center; - display: flex; - align-items: center; - justify-content: center; -} -input[type="checkbox"].sheet-block-switch { - background-image: url(https://i.imgur.com/bs0x98x.png); - height: 30px; - width: 30px; - background-repeat: no-repeat; - display: flex; - align-items: center; - justify-content: center; -} -input[type="checkbox"].sheet-block-switch:checked { - background-image: url(https://i.imgur.com/iJhgLtR.png); - height: 30px; - width: 30px; - background-repeat: no-repeat; - display: flex; - align-items: center; - justify-content: center; -} -/* CSS checkbox pericias*/ -input[type="checkbox"].sheet-toggle-show { - appearance: none; - border: none; - outline: none; -} -input[type="checkbox"].sheet-toggle-show { - opacity: transparent; - height: 29px; - width: 30px; - margin: top; - 25px; -} -input[type="checkbox"].sheet-toggle-show { - background-image: url("https://i.imgur.com/vFxlBEm.png"); - background-size: 29px 29px; - background-position: center; - height: 30px; - width: 30px; - background-repeat: no-repeat; -} -/*linha de fechamento das paginas*/ -.sheet-linha-de-divisao-4 { - margin-top: 50px; - margin-bottom: 10px; - background-image: url(https://i.imgur.com/Eh99AH2.png); - background-size: 798px 64px; - background-repeat: no-repeat; - width: 800px; - height: 100px; + color: black; + position: center; text-align: center; - position: relative; -} -.sheet-linha-de-divisao-4 h3 { - padding-top: 35px; -} -/*CSS Botões troca pagina 1*/ -.sheet-character { - margin-top: 0px; -} -button[type="action"].sheet-button-personagem:before { - content: ' '; -} -button[type="action"].sheet-button-personagem:hover { - background-image: url(https://i.imgur.com/BeJ5nXO.png); - -} -button[type="action"].sheet-button-personagem:hover h4 { - text-shadow: 0 0 10px #FF9601, 0 0 20px #FF9601, 0 0 40px #FF9601; - color: #fff -} -button[type="action"].sheet-button-personagem { - background-image: url(https://i.imgur.com/7O2DIdH.png); - background-size: 127px 30px; - background-repeat: no-repeat; - background-position: center; - width: 115px; + width: 80px; height: 30px; - border-style: none; - background-color: transparent; -} -/*CSS Botões troca pagina 2*/ -.sheet-container-botao{ - margin-top:60px; - margin-bottom:-50px; -} -button[type="action"].sheet-button-magia:before { - content: ' '; -} -button[type="action"].sheet-button-magia:hover { - background-image: url(https://i.imgur.com/IJekFec.png); -} -button[type="action"].sheet-button-magia:hover h4 { - text-shadow: 0 0 10px #FF9601, 0 0 20px #FF9601, 0 0 40px #FF9601; - color: #fff + margin-top: 3px; } -button[type="action"].sheet-button-magia { - background-image: url(https://i.imgur.com/VuXzAma.png); - background-size: 127px 30px; - background-repeat: no-repeat; - background-position: center; - width: 115px; - height: 30px; + +.sheet-linha-inicial-pericias2 { border-style: none; background-color: transparent; -} -.sheet-button-personagem h4 { - color: #FFFFFF; - position: center; - padding-left: 22px; font-size: 13px; -} -.sheet-button-magia h4 { - color: #FFFFFF; - position: center; - padding-left: 20px; - font-size: 13px; -} -/*CSS Botões troca pagina 3*/ -.sheet-button-equipamento h4 { - color: #FFFFFF; - position: center; - padding-left: 23px; - font-size: 13px; -} -button[type="action"].sheet-button-equipamento:before { - content: ' '; -} -button[type="action"].sheet-button-equipamento:hover { - background-image: url(https://i.imgur.com/dnazVgl.png); -} -button[type="action"].sheet-button-equipamento:hover h4 { - text-shadow: 0 0 10px #FF9601, 0 0 20px #FF9601, 0 0 40px #FF9601; - color: #fff -} -button[type="action"].sheet-button-equipamento { - background-image: url(https://i.imgur.com/QnOwFo9.png); - background-size: 127px 30px; - background-repeat: no-repeat; - background-position: center; - width: 115px; + font-weight: bold; + color: black; + text-align: center; + position: left; + width: 80px; height: 30px; - border-style: none; - background-color: transparent; -} -/*Botões do cabeçalho*/ -.sheet-character, .sheet-config, .sheet-journal { - display: none; -} -.sheet-tabstoggle[value="character"] ~ div.sheet-character, .sheet-tabstoggle[value="configuration"] ~ div.sheet-config, .sheet-tabstoggle[value="journal"] ~ div.sheet-journal { - display: block; + margin-top: 3px; } -/* CSS Pagina 2 */ + .sheet-texto-magias textarea { height: 80px; width: 98%; border: 2px solid black; font-weight: bold; } + .sheet-body { background-color: #DCDCDC; padding: 2px; } + .sheet-linha-focus input[type="text"] { background-image: url(https://i.imgur.com/IS0rG1Q.png); background-size: 100px 45px; @@ -1013,6 +891,7 @@ button[type="action"].sheet-button-equipamento { text-align: center; position: relative; } + .sheet-linha-focus2 input[type="text"] { border-style: #2F4F4F; background-color: #DCDCDC; @@ -1031,7 +910,15 @@ button[type="action"].sheet-button-equipamento { text-align: center; position: relative; } -/* CSS Pagina 3*/ + +.sheet-texto-equip textarea { + width: 225px; + height: 100px; + border: 2px solid black; + font-weight: bold; + font-size: 13px; +} + .sheet-linha-equip { border-style: black; background-color: transparent; @@ -1042,39 +929,73 @@ button[type="action"].sheet-button-equipamento { font-weight: bold; text-align: center; } -.sheet-texto-equip textarea { - width: 225px; - height: 100px; - border: 2px solid black; - font-weight: bold; - font-size: 13px; + +input.sheet-toggle-show-arma:not(:checked) ~ div.sheet-body, input.sheet-toggle-hide:checked ~ div.sheet-body { + display: none; } -/*CSS troca de personagem*/ -.sheet-block-feminino, .sheet-block-switch-personagem:checked ~ .sheet-block-masculino { - display: block; + +/*CSS linha de armas*/ +input[type="checkbox"].sheet-toggle-show-arma { + background-image: url("https://i.imgur.com/MTW75Uh.png"); + background-size: 29px 29px; + background-position: center; + height: 30px; + width: 30px; + background-repeat: no-repeat; + opacity: transparent; + margin: top; + appearance: none; + border: none; + outline: none; } -.sheet-block-masculino, .sheet-block-switch-personagem:checked ~ .sheet-block-feminino { + +/*CSS linha de item*/ +input.sheet-toggle-show-item:not(:checked) ~ div.sheet-body, input.sheet-toggle-hide:checked ~ div.sheet-body { display: none; } -input[type="checkbox"].sheet-block-switch-personagem { + +input[type="checkbox"].sheet-toggle-show-item { + background-image: url("https://i.imgur.com/qI3aGTm.png"); + background-size: 29px 29px; + background-position: center; + height: 30px; + width: 30px; + background-repeat: no-repeat; + opacity: transparent; + margin: top; appearance: none; border: none; outline: none; - display: flex; - align-items: center; - justify-content: center; } -input[type="checkbox"].sheet-block-switch-personagem { - opacity: transparent; + +/*CSS linha de pocoes*/ +input.sheet-toggle-show-pocao:not(:checked) ~ div.sheet-body, input.sheet-toggle-hide:checked ~ div.sheet-body { + display: none; +} + +input[type="checkbox"].sheet-toggle-show-pocao { + background-image: url("https://i.imgur.com/ddt3mgD.png"); + background-size: 29px 29px; + background-position: center; height: 30px; width: 30px; - display: flex; - align-items: center; - justify-content: center; - display: flex; - align-items: center; - justify-content: center; + background-repeat: no-repeat; + opacity: transparent; + margin: top; + appearance: none; + border: none; + outline: none; +} + +/*CSS troca de personagem*/ +.sheet-block-feminino, .sheet-block-switch-personagem:checked ~ .sheet-block-masculino { + display: block; +} + +.sheet-block-masculino, .sheet-block-switch-personagem:checked ~ .sheet-block-feminino { + display: none; } + input[type="checkbox"].sheet-block-switch-personagem { background-image: url(https://i.imgur.com/mKNfjiC.png); height: 30px; @@ -1083,7 +1004,12 @@ input[type="checkbox"].sheet-block-switch-personagem { display: flex; align-items: center; justify-content: center; + opacity: transparent; + appearance: none; + border: none; + outline: none; } + input[type="checkbox"].sheet-block-switch-personagem:checked { background-image: url(https://i.imgur.com/gpOwBpW.png); height: 30px; @@ -1093,6 +1019,7 @@ input[type="checkbox"].sheet-block-switch-personagem:checked { align-items: center; justify-content: center; } + .sheet-block-feminino { background-size: 200px 65px; margin-bottom: 100px; @@ -1102,6 +1029,7 @@ input[type="checkbox"].sheet-block-switch-personagem:checked { width: 200px; height: 65px; } + .sheet-block-masculino { background-size: 200px 65px; margin-bottom: 100px; @@ -1111,66 +1039,64 @@ input[type="checkbox"].sheet-block-switch-personagem:checked { width: 200px; height: 65px; } -/*CSS mochila e anotacoes*/ -.sheet-linha-de-divisao-5 { - background-image: url(https://i.imgur.com/NTZLN33.png); - background-size: 800px 65px; - background-repeat: no-repeat; - margin-top: 50px; - width: 800px; - height: 65px; - text-align: center; - position: relative; -} -.sheet-linha-de-divisao-5 h3 { - padding-top: 35px; - text-align: center; - margin-bottom: 10px; + +/*CSS linha de reliquias*/ +input.sheet-toggle-show-rel:not(:checked) ~ div.sheet-body, input.sheet-toggle-hide:checked ~ div.sheet-body { + display: none; } -.sheet-linha-de-divisao-6 { - background-image: url(https://i.imgur.com/NTZLN33.png); - background-size: 800px 65px; + +input[type="checkbox"].sheet-toggle-show-rel { + background-image: url("https://i.imgur.com/lA8jXI3.png"); + background-size: 29px 20px; + background-position: center; background-repeat: no-repeat; - margin-top: 55px; - margin-bottom: 5px; - width: 800px; - height: 65px; - text-align: center; - position: relative; + appearance: none; + border: none; + outline: none; + opacity: transparent; + height: 30px; + width: 30px; + margin: top; } -.sheet-linha-de-divisao-6 h3 { - padding-top: 35px; - text-align: center; - margin-bottom: 10px; + +/*CSS linha de armadura*/ +input.sheet-toggle-show-armadura:not(:checked) ~ div.sheet-body, input.sheet-toggle-hide:checked ~ div.sheet-body { + display: none; } -/*CSS anotacoes*/ -.sheet-texto-notas-1 { - background-image: url(https://i.imgur.com/i3vy64w.png); - background-size: 800px 380px; - background-repeat: no-repeat; + +input[type="checkbox"].sheet-toggle-show-armadura { + appearance: none; + border: none; + outline: none; + background-image: url("https://i.imgur.com/qj65zXo.png"); + background-size: 29px 29px; background-position: center; - width: 800px; - height: 385px; + height: 30px; + width: 30px; + background-repeat: no-repeat; + opacity: transparent; + margin: top; } -.sheet-texto-notas-1 h3 { - text-align: center; - position: relative; - padding-top: 50px; + +/*CSS linha de municao*/ +input.sheet-toggle-show-municao:not(:checked) ~ div.sheet-body, input.sheet-toggle-hide:checked ~ div.sheet-body { + display: none; } -.sheet-texto-notas-1 textarea { - width: 662px; - height: 240px; - text-align: left; - margin-left: 65px; - position: relative; - resize: vertical; - overflow-y: auto; - min-height: 5em; - font-weight: bold; - font-size: 16px; - background-color: transparent; + +input[type="checkbox"].sheet-toggle-show-municao { + background-image: url("https://i.imgur.com/zjjY2M3.png"); + background-size: 29px 29px; + background-position: center; + height: 30px; + width: 30px; + background-repeat: no-repeat; + opacity: transparent; + margin: top; + appearance: none; border: none; + outline: none; } + /*CSS mochila*/ .sheet-mochila { background-image: url(https://i.imgur.com/ZJa4qi1.png); @@ -1182,6 +1108,7 @@ input[type="checkbox"].sheet-block-switch-personagem:checked { width: 350px; height: 410px; } + .sheet-mochila textarea { width: 275px; height: 330px; @@ -1194,13 +1121,41 @@ input[type="checkbox"].sheet-block-switch-personagem:checked { background-color: transparent; border: none; } -.sheet-imgbag { - margin-left: 10px; + +.sheet-block-moeda, .sheet-block-switch-mochila:checked ~ .sheet-block-livro { + display: block; +} + +.sheet-block-livro, .sheet-block-switch-mochila:checked ~ .sheet-block-moeda { + display: none; } -.sheet-mochila-texto{ -margin-left:12px; +input[type="checkbox"].sheet-block-switch-mochila { + background-image: url(https://i.imgur.com/PXN6O0U.png); + background-size: 38px 40px; + background-repeat: no-repeat; + opacity: transparent; + height: 50px; + width: 50px; + appearance: none; + border: none; + outline: none; + display: flex; + align-items: center; + justify-content: center; } + +input[type="checkbox"].sheet-block-switch-mochila:checked { + background-image: url(https://i.imgur.com/tltOCr8.png); + background-size: 38px 40px; + height: 50px; + width: 50px; + background-repeat: no-repeat; + display: flex; + align-items: center; + justify-content: center; +} + .sheet-moedas { text-align: center; margin-top: 5px; @@ -1208,49 +1163,76 @@ margin-left:12px; position: relative; border-bottom: solid 2px black; } + .sheet-tabela-moedas table { text-align: center; margin-left: 50px; } -.sheet-bronze { - background-image: url(https://i.imgur.com/yk2LSG3.png); - background-size: 20px 22px; + +.sheet-tabela-moedas td { + text-align: center; + border: 3px double; +} + +.sheet-moeda { + background-size: 20px 20px; background-repeat: no-repeat; text-align: center; width: 20px; height: 22px; } + +.sheet-bronze { + background-image: url(https://i.imgur.com/yk2LSG3.png); +} + .sheet-prata { background-image: url(https://i.imgur.com/rc5flre.png); - background-size: 20px 20px; - background-repeat: no-repeat; - text-align: center; } + .sheet-ouro { background-image: url(https://i.imgur.com/2kn1Qt5.png); - background-size: 20px 20px; - background-repeat: no-repeat; - text-align: center; } -.sheet-tabela-moedas td { + +.sheet-treinamento h3 { text-align: center; - border: 3px double; -} -.sheet-block-moeda, .sheet-block-switch-mochila:checked ~ .sheet-block-livro { - display: block; -} -.sheet-block-livro, .sheet-block-switch-mochila:checked ~ .sheet-block-moeda { - display: none; + margin-top: -10px; + margin-bottom: 10px; + margin-left: -40px; + position: relative; } -.sheet-2coluna { - background-image: url(https://i.imgur.com/c12YfkI.png); - background-size: 430px 380px; + +/*CSS anotacoes*/ +.sheet-texto-notas-1 { + background-image: url(https://i.imgur.com/i3vy64w.png); + background-size: 800px 380px; background-repeat: no-repeat; - margin-left: -45px; - width: 436px; + background-position: center; + width: 800px; height: 385px; - margin-top: -10px; } + +.sheet-texto-notas-1 h3 { + text-align: center; + position: relative; + padding-top: 50px; +} + +.sheet-texto-notas-1 textarea { + width: 662px; + height: 240px; + text-align: left; + margin-left: 65px; + position: relative; + resize: vertical; + overflow-y: auto; + min-height: 5em; + font-weight: bold; + font-size: 16px; + background-color: transparent; + border: none; +} + .sheet-texto-pag1 { background-repeat: no-repeat; background-position: left; @@ -1279,6 +1261,7 @@ margin-left:12px; background-color: transparent; border: none; } + .sheet-texto-pag2 textarea { text-align: left; position: relative; @@ -1288,201 +1271,22 @@ margin-left:12px; font-size: 16px; } -.sheet-treinamento h3 { - text-align: center; - margin-top: -10px; - margin-bottom: 10px; - margin-left: -40px; - position: relative; -} -input[type="checkbox"].sheet-block-switch-mochila { - appearance: none; - border: none; - outline: none; - display: flex; - align-items: center; - justify-content: center; -} -input[type="checkbox"].sheet-block-switch-mochila { - opacity: transparent; - height: 30px; - width: 30px; - display: flex; - align-items: center; - justify-content: center; - display: flex; - align-items: center; - justify-content: center; -} -input[type="checkbox"].sheet-block-switch-mochila { - background-image: url(https://i.imgur.com/PXN6O0U.png); - background-size: 38px 40px; - height: 50px; - width: 50px; - background-repeat: no-repeat; - display: flex; - align-items: center; - justify-content: center; -} -input[type="checkbox"].sheet-block-switch-mochila:checked { - background-image: url(https://i.imgur.com/tltOCr8.png); - background-size: 38px 40px; - height: 50px; - width: 50px; - background-repeat: no-repeat; - display: flex; - align-items: center; - justify-content: center; -} -/*--equipamento--*/ -input.sheet-toggle-show-arma:not(:checked) ~ div.sheet-body, input.sheet-toggle-hide:checked ~ div.sheet-body { - display: none; -} -/*CSS linha de armas*/ -input[type="checkbox"].sheet-toggle-show-arma { - appearance: none; - border: none; - outline: none; -} -input[type="checkbox"].sheet-toggle-show-arma { - opacity: transparent; - height: 29px; - width: 30px; - margin: top; - 25px; -} -input[type="checkbox"].sheet-toggle-show-arma { - background-image: url("https://i.imgur.com/MTW75Uh.png"); - background-size: 29px 29px; - background-position: center; - height: 30px; - width: 30px; - background-repeat: no-repeat; -} -/*CSS linha de municao*/ -input.sheet-toggle-show-municao:not(:checked) ~ div.sheet-body, input.sheet-toggle-hide:checked ~ div.sheet-body { - display: none; -} -input[type="checkbox"].sheet-toggle-show-municao { - appearance: none; - border: none; - outline: none; -} -input[type="checkbox"].sheet-toggle-show-municao { - opacity: transparent; - height: 29px; - width: 30px; - margin: top; - 25px; -} -input[type="checkbox"].sheet-toggle-show-municao { - background-image: url("https://i.imgur.com/zjjY2M3.png"); - background-size: 29px 29px; - background-position: center; - height: 30px; - width: 30px; - background-repeat: no-repeat; -} -/*CSS linha de armadura*/ -input.sheet-toggle-show-armadura:not(:checked) ~ div.sheet-body, input.sheet-toggle-hide:checked ~ div.sheet-body { - display: none; -} -input[type="checkbox"].sheet-toggle-show-armadura { - appearance: none; - border: none; - outline: none; -} -input[type="checkbox"].sheet-toggle-show-armadura { - opacity: transparent; - height: 29px; - width: 30px; - margin: top; - 25px; -} -input[type="checkbox"].sheet-toggle-show-armadura { - background-image: url("https://i.imgur.com/qj65zXo.png"); - background-size: 29px 29px; - background-position: center; - height: 30px; - width: 30px; - background-repeat: no-repeat; -} -/*CSS linha de item*/ -input.sheet-toggle-show-item:not(:checked) ~ div.sheet-body, input.sheet-toggle-hide:checked ~ div.sheet-body { - display: none; -} -input[type="checkbox"].sheet-toggle-show-item { - appearance: none; - border: none; - outline: none; -} -input[type="checkbox"].sheet-toggle-show-item { - opacity: transparent; - height: 29px; - width: 30px; - margin: top; - 25px; -} -input[type="checkbox"].sheet-toggle-show-item { - background-image: url("https://i.imgur.com/qI3aGTm.png"); - background-size: 29px 29px; - background-position: center; - height: 30px; - width: 30px; - background-repeat: no-repeat; -} -/*CSS linha de reliquias*/ -input.sheet-toggle-show-rel:not(:checked) ~ div.sheet-body, input.sheet-toggle-hide:checked ~ div.sheet-body { - display: none; -} -input[type="checkbox"].sheet-toggle-show-rel { - appearance: none; - border: none; - outline: none; -} -input[type="checkbox"].sheet-toggle-show-rel { - opacity: transparent; - height: 20px; - width: 28px; - margin: top; - 25px; -} -input[type="checkbox"].sheet-toggle-show-rel { - background-image: url("https://i.imgur.com/lA8jXI3.png"); - background-size: 29px 20px; - background-position: center; - height: 29px; - width: 30px; - background-repeat: no-repeat; -} -/*CSS linha de pocoes*/ -input.sheet-toggle-show-pocao:not(:checked) ~ div.sheet-body, input.sheet-toggle-hide:checked ~ div.sheet-body { - display: none; -} -input[type="checkbox"].sheet-toggle-show-pocao { - appearance: none; - border: none; - outline: none; -} -input[type="checkbox"].sheet-toggle-show-pocao { - opacity: transparent; - height: 29px; - width: 30px; - margin: top; - 25px; +.sheet-imgbag { + margin-left: 10px; } -input[type="checkbox"].sheet-toggle-show-pocao { - background-image: url("https://i.imgur.com/ddt3mgD.png"); - background-size: 29px 29px; - background-position: center; - height: 30px; - width: 30px; + +.sheet-2coluna { + background-image: url(https://i.imgur.com/c12YfkI.png); + background-size: 430px 380px; background-repeat: no-repeat; + margin-left: -45px; + width: 436px; + height: 385px; + margin-top: -10px; } - -/* FICHA DESENVOLVIDA POR BLACK & VERYDYCA +/*-- FICHA DESENVOLVIDA POR BLACK, VERYDYCA & AUGUSTINHO -.----------------------------------------------------------------------------. -..................................-----::-:+:-..---........................... diff --git a/Daemon Exilia/Exilia.html b/Daemon Exilia/Exilia.html index f6d39c8d6c0..b6515a5aa0e 100644 --- a/Daemon Exilia/Exilia.html +++ b/Daemon Exilia/Exilia.html @@ -1,1092 +1,4854 @@ -