diff --git a/_posts/0000-01-01-Characters.html b/_posts/0000-01-01-Characters.html index ffbe5b3..51cc31b 100644 --- a/_posts/0000-01-01-Characters.html +++ b/_posts/0000-01-01-Characters.html @@ -28,11 +28,25 @@ tags: [Character Cards] +

+ 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 |

diff --git a/ikrpg.appcache b/ikrpg.appcache index 880a953..2b5ba8f 100644 --- a/ikrpg.appcache +++ b/ikrpg.appcache @@ -1,5 +1,5 @@ CACHE MANIFEST -# 2015-04-05v44 +# 2015-04-05v45 CACHE: diff --git a/index.html b/index.html index b1f9550..f72a45e 100644 --- a/index.html +++ b/index.html @@ -112,23 +112,30 @@ tags: [ IKRPG ] An overview of all entries can be found here.

-

Fillable Character Cards v. 3.0

+

Fillable Character Cards v. 4.0

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;