From: Joe Wreschnig Date: Tue, 26 Aug 2014 22:25:33 +0000 (+0200) Subject: Link in cards. X-Git-Url: https://git.yukkurigames.com/?p=heroik.git;a=commitdiff_plain;h=6578daebaf592608c87d465a939a6156189ed213 Link in cards. --- 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