From 73606c545f9dea305848ebc096becd422d2912ae Mon Sep 17 00:00:00 2001
From: Yord
+ These character cards provide an alternative design for your IKRPG character sheets.
+ You may save character cards persistently in your client side database.
+ We will not have access to your characters.
+ Only you can access them and only in the browser you saved them in.
+
+ Beware: If you clear your browser cache, your character cards will be lost!
+
+ You can import/export character cards should you need them in a different browser, clear your browser cache or email them to a friend.
+ Exporting cards will give you a base64 representation of your character that you can copy.
+ Pasting the base64 string into the same field and importing the character will update the current character.
+ Have fun using our custom character sheets!
+
- |
- Save |
- Export/Import Character |
+ | Save |
+ Import/Export Character |
We love playing Warmachine and Hordes and especially love the MK II cards. - This is why we made custom character cards for the IKRPG. + This is why we made custom character cards for the IKRPG. They provide an alternative design for your character sheets and can even be filled out online! The following cards are available:
- Changes in version 3.0: Combined abilities and benefits into one card. Better print settings for all cards. + Changes in version 4.0: + Added client side storage of cards. +
++ Changes in version 3.0: + Combined abilities and benefits into one card. + Better print settings for all cards. + The version 3.0 cards can be found here.
The old version 2.0 cards can be found here. diff --git a/static/stylesheets/global.css b/static/stylesheets/global.css index 14223e2..09eb6b5 100644 --- a/static/stylesheets/global.css +++ b/static/stylesheets/global.css @@ -20,7 +20,7 @@ a { @media print { body { - background-image: none; + background-image: none !important; background-color: transparent; } article { background-color: transparent;