From d799ee78a28a38667b5fef762fc164f0ccf29da5 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 10 Jun 2024 21:11:38 +0200 Subject: add playing aid --- about.html | 1 + cards/Fried.playaid.200.jpg | Bin 0 -> 49796 bytes cards/Fried.playaid.200.png | Bin 0 -> 84372 bytes cards/Fried.playaid.reverse.200.jpg | Bin 0 -> 35404 bytes cards/Fried.playaid.reverse.200.png | Bin 0 -> 85286 bytes create.html | 2 +- info/aid.html | 26 ++++++++++++++++++++++++++ play.css | 2 +- play.html | 1 + 9 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 cards/Fried.playaid.200.jpg create mode 100644 cards/Fried.playaid.200.png create mode 100644 cards/Fried.playaid.reverse.200.jpg create mode 100644 cards/Fried.playaid.reverse.200.png create mode 100644 info/aid.html diff --git a/about.html b/about.html index 3853dc0..f5fcc06 100644 --- a/about.html +++ b/about.html @@ -16,6 +16,7 @@ Designer: Richard Sivél. diff --git a/cards/Fried.playaid.200.jpg b/cards/Fried.playaid.200.jpg new file mode 100644 index 0000000..b145848 Binary files /dev/null and b/cards/Fried.playaid.200.jpg differ diff --git a/cards/Fried.playaid.200.png b/cards/Fried.playaid.200.png new file mode 100644 index 0000000..d1d48bb Binary files /dev/null and b/cards/Fried.playaid.200.png differ diff --git a/cards/Fried.playaid.reverse.200.jpg b/cards/Fried.playaid.reverse.200.jpg new file mode 100644 index 0000000..ffeff36 Binary files /dev/null and b/cards/Fried.playaid.reverse.200.jpg differ diff --git a/cards/Fried.playaid.reverse.200.png b/cards/Fried.playaid.reverse.200.png new file mode 100644 index 0000000..8e5aedd Binary files /dev/null and b/cards/Fried.playaid.reverse.200.png differ diff --git a/create.html b/create.html index 947cede..0411008 100644 --- a/create.html +++ b/create.html @@ -1,2 +1,2 @@

- + diff --git a/info/aid.html b/info/aid.html new file mode 100644 index 0000000..b73ac30 --- /dev/null +++ b/info/aid.html @@ -0,0 +1,26 @@ + + +Friedrich Playing Aid + + + + + diff --git a/play.css b/play.css index 8e9fdad..61115f9 100644 --- a/play.css +++ b/play.css @@ -24,7 +24,7 @@ #role_Maria_Theresa { background-color: var(--color-role-austria) } #role_Pompadour { background-color: var(--color-role-france) } -.role.active span { text-decoration: dotted underline; } +.role.active span { font-weight: bold } header.your_turn.prussia { background-color: var(--color-light-prussia); } header.your_turn.hanover { background-color: var(--color-light-hanover); } diff --git a/play.html b/play.html index 19c1404..f851fe1 100644 --- a/play.html +++ b/play.html @@ -24,6 +24,7 @@

  • Read me!
  • Rules +
  • Playing Aid
  • Cards of Fate -- cgit v1.2.3