From 507ebb3d995a6818708bdcf01b72667835339b41 Mon Sep 17 00:00:00 2001 From: aglaia Date: Wed, 29 Mar 2023 16:42:25 +0200 Subject: [PATCH] margins --- carddeck1/cards.html | 91 +++++++++++++++++++++++++++++++++++----- carddeck1/cards.json | 6 +-- carddeck1/stylesheet.css | 45 ++++++++++++++++---- 3 files changed, 122 insertions(+), 20 deletions(-) diff --git a/carddeck1/cards.html b/carddeck1/cards.html index dba78cb..d0dfce6 100644 --- a/carddeck1/cards.html +++ b/carddeck1/cards.html @@ -18,18 +18,18 @@
-

RESISTANCE

+

REACH OUT AND TOUCH ME

-

IDENTIFY ME

+

THE HUMA

-

DARLING, DARLING

+

THE ASHIK

@@ -67,6 +67,8 @@

+
+
@@ -74,7 +76,7 @@

-

Where somebody could find the witch in here?

+

Where would the witch be in here?

@@ -85,30 +87,99 @@

-

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

+

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

+

-

Who would be witch's frineds here?

+

What would a witch destroy here?

+
+ +
+

+

Describe a witch's ritual here?

+
+ +
+

+

What would a witch's shelter look like here?

+
+ +
+

+

If you had a witch friend, what would you do together in here?

+ +
+

+

Think of a background song that would fit in this place / what is the song about or what are the lyrics?

+
+ +
+

+

What would a witch dream about in her sleep here?

+
+ +
+

+

What is the first thing a witch would explore in 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?

+

+
+ +
+

DICE CODING FOR BRAVE PLAYERS

+

+ WHITE
write a sentence

+ BLUE
write a haiku poem

+ ORANGE
draw

+ GREEN
write a word

diff --git a/carddeck1/cards.json b/carddeck1/cards.json index 92c94ae..e529743 100644 --- a/carddeck1/cards.json +++ b/carddeck1/cards.json @@ -25,7 +25,7 @@ "image": "monitors.png" }, { - "name" : "RESISTANCE", + "name" : "REACH OUT AND TOUCH ME", "text" : "", "image": "resistance.png" }, @@ -35,12 +35,12 @@ "image": "SHAHMARAN.png" }, { - "name" : "IDENTIFY ME", + "name" : "THE HUMA", "text" : "", "image": "identify.png" }, { - "name" : "DARLING, DARLING", + "name" : "THE ASHIK", "text" : "", "image": "darling.png" }, diff --git a/carddeck1/stylesheet.css b/carddeck1/stylesheet.css index ed78fbc..6401998 100644 --- a/carddeck1/stylesheet.css +++ b/carddeck1/stylesheet.css @@ -7,17 +7,20 @@ body { font-family: Consolation; text-transform: uppercase; letter-spacing: 1.5; + padding: 0,5cm; + margin-top: 3mm; + margin-left: 1cm; } .card { width: 7.5cm; height: 11.5cm; - border: solid 3px black; + border: solid 0.3px black; border-radius: 0.5cm; float: left; position: relative; - margin: 1mm; - break-inside: avoid; + margin: 2mm; + page-break-inside: avoid; } .card > p.image > img { width: 7.5cm; @@ -26,7 +29,8 @@ body { top: 10mm; border-radius: 10px; z-index: -1; - display: none; + break-inside: avoid; + /* display: none; */ } .card > h2{ top: 5mm; @@ -36,7 +40,11 @@ body { padding-top: 3mm; font-size: 13px; font-family:monospace; - display: none; + font-family: Consolation; + text-transform: uppercase; + letter-spacing: 1.5; + break-inside: avoid; + /* display: none; */ } .card > p.text { width: 50mm; @@ -46,7 +54,8 @@ body { left: 10mm; text-align: center; margin: 0; - display: none; + break-inside: avoid; + /* display: none; */ } .card > p.textnoimage { width: 60mm; @@ -57,5 +66,27 @@ body { right: 5mm; text-align: center; font-size: 6.5; - display: none; + font-family: Consolation; + text-transform: uppercase; + letter-spacing: 1.5; + + /* display: none; */ + } + + .card > p.que { + width: 50mm; + height: 50mm; + position: absolute; + top: 20mm; + left: 10mm; + text-align: left; + } + + @page { + size: auto; + margin-top: 10mm; + margin-left: 5mm; + margin-right: 5mm; + + } \ No newline at end of file