diff --git a/carddeck1/cards.html b/carddeck1/cards.html index 87f9e99..dba78cb 100644 --- a/carddeck1/cards.html +++ b/carddeck1/cards.html @@ -46,7 +46,7 @@
-

medium

+

MEDIUM

@@ -61,14 +61,56 @@

-
-
-
+

HERETICS

+ + + + +
+

+ +

Where somebody could find the witch in here?

+
+ + +
+

+

Who are witch's enemies here?

+
+ +
+

+

What kind of tools/weapons would a witch use here?

+
+
+

+

Who would be witch's frineds here?

+
+
+

+

What the witch would destroy here?

+
+ +
+

+

Can you describe a witch's ritual here?

+
+ +
+

+

What would be a witch's shelter here?

+
+ +
+

+

What would you do with your witch friend here?

+
+ diff --git a/carddeck1/cards.json b/carddeck1/cards.json index ef3ef38..92c94ae 100644 --- a/carddeck1/cards.json +++ b/carddeck1/cards.json @@ -2,52 +2,52 @@ "cards" : [{ "name" : "MEDIUM", "text" : "", - "image": "medium.jpg" + "image": "medium.png" }, { "name" : "PARASITES", "text" : "", - "image": "parasites.jpg" + "image": "parasites.png" }, { "name" : "HERETICS", "text" : "", - "image": "heretics.jpg" + "image": "heretics.png" }, { "name" : "NA(RRA)TION", "text" : "", - "image": "na(rra)tions.jpg" + "image": "na(rra)tions.png" }, { "name" : "MONITOR", "text" : "", - "image": "monitors.jpg" + "image": "monitors.png" }, { "name" : "RESISTANCE", "text" : "", - "image": "resistance.jpg" + "image": "resistance.png" }, { "name" : "SHAHMARAN", "text" : "", - "image": "SHAHMARAN.jpg" + "image": "SHAHMARAN.png" }, { "name" : "IDENTIFY ME", "text" : "", - "image": "identify.jpg" + "image": "identify.png" }, { "name" : "DARLING, DARLING", "text" : "", - "image": "darling.jpg" + "image": "darling.png" }, { "name" : "I HAD A DREAM", "text" : "", - "image": "dream.jpg" + "image": "dream.png" } ] diff --git a/carddeck1/stylesheet.css b/carddeck1/stylesheet.css index 17dd2ea..b48b0ff 100644 --- a/carddeck1/stylesheet.css +++ b/carddeck1/stylesheet.css @@ -16,7 +16,7 @@ top: 10mm; border-radius: 10px; z-index: -1; - display: none; + /* display: none; */ } .card > h2{ top: 5mm; @@ -24,28 +24,30 @@ margin: 0; text-align: center; padding-top: 3mm; - font-size: 15px; + font-size: 13px; font-family:monospace; - display: none; + /* display: none; */ } .card > p.text { width: 50mm; height: 50mm; position: absolute; - top: 15mm; + top: 40mm; left: 10mm; text-align: center; margin: 0; - display: none; + font-family: monospace; + /* display: none; */ } .card > p.textnoimage { width: 60mm; height: 85mm; position: absolute; - top: 5mm; + top: 20mm; left: 5mm; right: 5mm; text-align: center; font-size: 6.5; - display: none; + font-family: monospace; + /* display: none; */ }