diff --git a/Solo10 Bruxo_Pacto_das_Sombras/bruxo.css b/Solo10 Bruxo_Pacto_das_Sombras/bruxo.css new file mode 100644 index 00000000000..54f4ac9904a --- /dev/null +++ b/Solo10 Bruxo_Pacto_das_Sombras/bruxo.css @@ -0,0 +1,179 @@ +@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap'); + +.character-sheet { + font-family: 'Cinzel', serif; + background-color: #1a1a1a; + padding: 20px; + border-radius: 10px; + box-shadow: 0 0 10px rgba(255, 140, 0, 0.7); + width: 900px; + border: 2px solid #674ea7; + position: relative; + color: #fff; + margin: 0 auto; +} + +.character-info { + display: flex; + justify-content: space-between; + margin-bottom: 20px; +} + +.input-with-text-below { + display: flex; + flex-direction: column; + align-items: center; + margin-right: 10px; +} + +.input-with-text-below input { + width: 200px; + padding: 10px; + margin-top: 5px; + border: 1px solid #674ea7; + border-radius: 5px; + background-color: #fff; + color: #000; + font-size: 16px; + text-align: center; +} + +.input-with-text-below span { + color: #674ea7; + font-size: 18px; + font-weight: bold; +} + +.xp-container { + display: flex; + align-items: center; + color: #674ea7; +} + +.xp-container label { + margin-right: 5px; +} + +.xp-container input { + width: 50px; + padding: 5px; + margin: 0 5px; + border: 1px solid #674ea7; + border-radius: 5px; + background-color: #fff; + color: #000; + text-align: center; + font-size: 16px; +} + +.columns { + display: flex; + justify-content: space-between; +} + +.column { + width: 48%; +} + +h2 { + margin-top: 0; + color: #674ea7; + font-size: 24px; + text-align: center; +} + +textarea, input[type="text"], input[type="number"] { + width: calc(100% - 20px); + padding: 10px; + margin: 0 10px; + border: 1px solid #674ea7; + border-radius: 5px; + background-color: #fff; + color: #000; + font-size: 18px; + font-weight: bold; +} + +.attribute-split { + display: flex; + align-items: center; +} + +.attribute-split input { + width: 50px; + margin: 0; +} + +.attribute-split span { + margin: 0 5px; + font-size: 18px; + font-weight: bold; + color: #674ea7; +} + +button { + width: calc(100% - 20px); + padding: 15px; + background-color: #000; + color: #674ea7; + border: 2px solid #674ea7; + border-radius: 5px; + cursor: pointer; + font-weight: bold; + font-size: 18px; + margin: 10px; +} + +button:hover { + background-color: #333; +} + +.attribute { + display: flex; + align-items: center; + justify-content: space-between; +} + +.button-title-attribute { + width: 100%; + padding: 10px; + background-color: #000; + color: #674ea7; + border: 2px solid #674ea7; + border-radius: 5px; + cursor: pointer; + font-weight: bold; + font-size: 16px; +} + +.fake-mod { + width: 60px; + padding: 10px; + margin-top: 10px; + border: 1px solid #674ea7; + border-radius: 5px; + background-color: #fff; + color: #000; + font-size: 18px; + font-weight: bold; + text-align: center; +} + +label { + color: #674ea7; + font-size: 18px; + font-weight: bold; +} + +input[type="number"] { + width: 100px; + padding: 10px; + margin-top: 5px; + border: 1px solid #674ea7; + border-radius: 5px; + background-color: #fff; + color: #000; + font-size: 18px; + font-weight: bold; + text-align: center; +} diff --git a/Solo10 Bruxo_Pacto_das_Sombras/bruxo.html b/Solo10 Bruxo_Pacto_das_Sombras/bruxo.html new file mode 100644 index 00000000000..16a6a28631d --- /dev/null +++ b/Solo10 Bruxo_Pacto_das_Sombras/bruxo.html @@ -0,0 +1,68 @@ +
+
+ Logo Bruxo - Pacto das Sombras +
+
+
+
+ Nome + +
+
+ Pacto + +
+
+ + + / + +
+
+
+
+

Atributos

+
+ + +
+
+ + + / + +
+
+ + +
+
+ + + / + +
+
+ + +
+
+ + + / + +
+

Feitiços

+ +
+
+

Perícias

+ +

Qualidades

+ +

Pertences

+ +
+
+
+
diff --git a/Solo10 Bruxo_Pacto_das_Sombras/bruxo.png b/Solo10 Bruxo_Pacto_das_Sombras/bruxo.png new file mode 100644 index 00000000000..fa8c6b38867 Binary files /dev/null and b/Solo10 Bruxo_Pacto_das_Sombras/bruxo.png differ diff --git a/Solo10 Bruxo_Pacto_das_Sombras/sheet.json b/Solo10 Bruxo_Pacto_das_Sombras/sheet.json new file mode 100644 index 00000000000..c5c68795942 --- /dev/null +++ b/Solo10 Bruxo_Pacto_das_Sombras/sheet.json @@ -0,0 +1,8 @@ +{ + "html": "bruxo.html", + "css": "bruxo.css", + "authors": "jarbascjunior", + "roll20userid": "Jarbits", + "preview": "bruxo.png", + "instructions": "Ficha de personagem de Bruxo Pacto das Sombras by 101 games." +}