diff --git a/generate-wallet.html b/generate-wallet.html index 12e1617..54214d1 100644 --- a/generate-wallet.html +++ b/generate-wallet.html @@ -5987,7 +5987,10 @@ #generate { font-family: Courier New; height: 158px; text-align: left; position: relative; padding: 5px; border: 2px solid #f7931a; } #generate span { padding: 5px 5px 0 5px; } #menu { visibility: hidden; font-size: 90%; padding: 0 12px;} + #culturemenu { text-align: right; padding: 10px 20px; font-size: 12px; } + + #culturemenu { text-align: right; padding: 10px 20px; font-size: 12px;} #culturemenu span { padding: 3px; } #culturemenu .selected { text-decoration: none; color: #000000; } @@ -6102,6 +6105,18 @@ .qrcodetable { border-width: 0px; border-style: none; border-color: #0000ff; border-collapse: collapse; } .qrcodetddark { border-width: 0px; border-style: none; border-color: #0000ff; border-collapse: collapse; padding: 0; margin: 0; width: 2px; height: 2px; background-color: #000000; } .qrcodetdlight { border-width: 0px; border-style: none; border-color: #0000ff; border-collapse: collapse; padding: 0; margin: 0; width: 2px; height: 2px; background-color: #ffffff; } + + + @-webkit-keyframes blink { /* Like it's the 1990's again! Thanks https://github.com/madrobby/blink */ + 0% { opacity: 0 } 50% { opacity: 0 } + 50.01% { opacity: 1 } 100% { opacity: 1 } + } + blink { + -webkit-animation: blink 0.5s infinite linear alternate; + -webkit-font-smoothing: antialiased; + } + #generatelabelmovemouse { margin: 30px 150px; padding: 30px; font-weight: bold; background-color: #EBFDBF; text-align: center; } + #generatelabelbitcoinaddress { text-align: center;} @media screen { @@ -6148,7 +6163,9 @@ .footer .authorpgp span.item { text-align: right; display: block; padding: 0 20px; } .footer .copyright { font-size: 80%; clear: both; padding: 5px 0; } .footer .copyright span { padding: 10px 10px; } - } + + } + @media print { #wallets .walletarea { border-top: none; } @@ -6169,9 +6186,11 @@
+ +  
Open Source Client-Side JavaScript Bitcoin Wallet Generator
For help & security tips, visit bitcoinpaperwallet.com
@@ -6197,8 +6216,8 @@
- Generating Bitcoin Address...
- MOVE your mouse around to add some extra randomness...
+
Please move your mouse around...
+

(This helps to generate more random & secure bitcoin addresses.)

@@ -6227,8 +6246,8 @@

Step 3: Print Back Then you will put the same page back in your printer (but upside down) to print out the back side of your wallet. This isn't just for good looks: the back side design includes additional tamper-proof safeguards.

- Step 4: Cut, Fold, Seal & Fund Find your scissors! Time to cut out your wallet, fold it, and seal it (use tamper-proof holographic tape!) Now you're ready to transfer bitcoins from your online holdings to your new wallet. - + Step 4: Cut, Fold, Seal & Fund Find your scissors! Time to cut out your wallet, fold it, and seal it with tape (or better yet tamper-proof holographic tape!) Now you're ready to transfer bitcoins from your online holdings to your new wallet. +
@@ -6238,8 +6257,8 @@
-

To calibrate your printer, print out this page in LANDSCAPE (wide) format. Based on the results, adjust the "zoom" and "horizontal shift" until the printed ruler closely matches a real ruler, and has equal margins on the left and right sides of the page. Once you have a properly sized & centered ruler, go on to step 2.

- +

To calibrate your printer, print out this page in LANDSCAPE (wide) format. Based on the results, adjust the "zoom" and "horizontal shift" until the printed ruler closely matches a real ruler, and has equal margins on the left and right sides of the page. Once you have a properly sized & centered ruler, go on to step 2.

+
@@ -6275,8 +6294,8 @@
- - + +
@@ -6288,7 +6307,7 @@
-

Reload the front page into your printer first.

+

Reload the front page into your printer first. And don't forget to print in LANDSCAPE mode!

@@ -6358,7 +6377,7 @@
- GitHub Repository » + GitHub Repository (ZIP Download) Run Local Unit Tests