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 @@ + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+