From 6578daebaf592608c87d465a939a6156189ed213 Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Wed, 27 Aug 2014 00:25:33 +0200 Subject: [PATCH] Link in cards. --- heroik.appcache.in | 9 +++++++++ heroik.css | 5 +++-- heroik.html | 3 ++- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/heroik.appcache.in b/heroik.appcache.in index b152b5b..17465a5 100644 --- a/heroik.appcache.in +++ b/heroik.appcache.in @@ -5,6 +5,7 @@ heroik.html abilities.html variants.html scenario.html +cards.html fastclick.js heroik.css @@ -21,3 +22,11 @@ favicon_32.png favicon_128.png favicon_192.png favicon_256.png + +epee.jpg +ykesha.jpg +phoenix.jpg +male.png +female.png +card.png + diff --git a/heroik.css b/heroik.css index 55ab0fe..b291e97 100644 --- a/heroik.css +++ b/heroik.css @@ -500,7 +500,7 @@ table { content: ' '; width: 1.5em; height: 1.5em; - border-radius: 0.75em; + border-radius: 1.5em; border: solid black 0.75em; display: inline-block; box-sizing: border-box; @@ -525,10 +525,11 @@ table { .card .cost .g:before { content: 'g'; } .card .cost .r { - + background-color: #e4573c; border-color: #e4573c; } .card .cost .g { + background-color: #abbc45; border-color: #abbc45; } diff --git a/heroik.html b/heroik.html index 725105a..8ede375 100644 --- a/heroik.html +++ b/heroik.html @@ -68,7 +68,8 @@
Variants & Suggestions Special Abilities - Fate Chart Events + Expansion Cards + Fate Chart Events

Acknowledgments

-- 2.20.1