diff --git a/solo10 For_the_quest/ftq.css b/solo10 For_the_quest/ftq.css new file mode 100644 index 0000000000..14a68efc76 --- /dev/null +++ b/solo10 For_the_quest/ftq.css @@ -0,0 +1,26 @@ +.ficha-container { + position: relative; + width: 900px; /* Largura da ficha de personagem */ + margin: 0 auto; +} + +.ficha-imagem { + width: 100%; + height: auto; +} + +.campo { + position: absolute; + background-color: rgba(255, 255, 255, 0.7); /* Fundo semitransparente */ + border: 1px solid #000; + padding: 5px; + font-size: 18px; + font-family: Arial, sans-serif; +} + + +#attr_destino { + width: 20px; + height: 20px; + accent-color: red; /* Para alterar a cor de seleção */ +} \ No newline at end of file diff --git a/solo10 For_the_quest/ftq.html b/solo10 For_the_quest/ftq.html new file mode 100644 index 0000000000..933e55e0c6 --- /dev/null +++ b/solo10 For_the_quest/ftq.html @@ -0,0 +1,68 @@ + + +
+ For the quest Ficha + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/solo10 For_the_quest/ftq.png b/solo10 For_the_quest/ftq.png new file mode 100644 index 0000000000..f5b87ae1a4 Binary files /dev/null and b/solo10 For_the_quest/ftq.png differ diff --git a/solo10 For_the_quest/sheet.json b/solo10 For_the_quest/sheet.json new file mode 100644 index 0000000000..0569ba0d3e --- /dev/null +++ b/solo10 For_the_quest/sheet.json @@ -0,0 +1,8 @@ +{ + "html": "ftq.html", + "css": "ftq.css", + "authors": "jarbascjunior", + "roll20userid": "Jarbits", + "preview": "ftq.png", + "instructions": "Ficha de personagem de For The Quest by 101 games." +}