diff --git a/generate-wallet.html b/generate-wallet.html index 9fa109f..fd634a2 100644 --- a/generate-wallet.html +++ b/generate-wallet.html @@ -3,12 +3,29 @@ Bitcoin Paper Wallet @@ -5944,7 +5962,7 @@ .less { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK6wAACusBgosNWgAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDEvMDIvMTLltnQyAAABuklEQVQ4ja2US25TQRBFT336OSEY5ESyBfEakNiLt0AW5S2QvQQxAiZIYBwSz/yByH7dxcB2bPMME+hJS/W5fetWVUtE8K/HfzdcXfdfqsr4onuGuRz4Jrdzcg6Gg9HfQYAxAqmlSMMlQJO5/oliE4AtQLcR++btZQ+wPVsvVXbTfXFGEMyWU9rVM0yMu/Gc5bJ+DdztxWcH3otKVzbPmyq5LnwfzSgEBMxlhqJEBFWVKKUgG66rur53oH7aOeWkUlJSRCBHZracssorlLXttHpCpzonaYukjmsiivDu08daAZIJ7oLIVg9BUQgQUVwSua5Z5AWmiqnj6pisVXAAU0F1J6WK0q6e024Fs4cplbXonFxgapisk00MkdiBqDd7oSKoOiqGmZHMSZrwPRYHIMfaKaKsyhI01oni6IaFYptSyiOIT27nOwaq5FyQrUAIC/nBhK+UErRSos55z4878CrneJyTnHOvquymf3mOb+hvy/jw+QuLh5/NORkORvsGrq77dc6xpr0RcH07y3oF8G04GN0f6HdEDhdA1XG1vXb6dsAa+3Z8AREiQwkoEeQoiBzocHDkf/wnvwC5IpRVsUDNUgAAAABJRU5ErkJggg==) no-repeat left center; width: 17px; height: 17px; display: inline-block; float: right; } .right { text-align: right; } - .walletarea { display: none; border-top: 2px solid green; } + .walletarea { display: none; border-top: 2px solid #e2f9bd; } .keyarea { font-family: Courier New; height: 110px; text-align: left; position: relative; padding: 5px; } .keyarea .public { float: left; } .keyarea .pubaddress { display: inline-block; height: 40px; padding: 0 0 0 10px; float: left; } @@ -5956,13 +5974,13 @@ .pubkeyhex { word-wrap: break-word; } .faqs ol { padding: 0 0 0 25px; } .faqs li { padding: 3px 0; } - body { font-family: Arial; } - #main { position: relative; margin: 0px auto; width: 1005px; } /* removed text-align: center; */ - #logo { width: 578px; height: 80px; } + body { font-family: Arial; background-image:url(images/bgtile.png); background-repeat: repeat-y; background-position: center; background-color: #e2f9bd;} + #main { position: relative; margin: 0px auto; width: 1010px; color: #444; } /* removed text-align: center; */ + #logoback { height: 143px; margin-bottom: 10px; background-image:url(images/logo.png); background-position: top left; background-repeat: no-repeat; } #generate { font-family: Courier New; height: 158px; text-align: left; position: relative; padding: 5px; border: 2px solid green; } #generate span { padding: 5px 5px 0 5px; } #menu { visibility: hidden; font-size: 90%; } - #culturemenu { text-align: right; padding: 0 20px; } + #culturemenu { text-align: right; padding: 10px 20px; font-size: 12px; } #culturemenu span { padding: 3px; } #culturemenu .selected { text-decoration: none; color: #000000; } @@ -5970,11 +5988,11 @@ #calibratearea #calibrationinfo { clear: both; text-align: center; color: #990000; padding: 10px 0;} #backarea .backsvg { width: 1010px; height: 331px; border: 0; margin: 0; padding: 0; left: 0; } - - #printeradjust span { background-color: #CCCCCC; padding: 2px 3px; border: 1px solid #009900; font-family: "Courier New", Courier, monospace; font-weight: bold; font-size: 12px;} + #printeradjust { color: #060; font-size: 12px; } + #printeradjust span { background-color: #e2f9bd; padding: 2px 3px; border: 1px solid #009900; font-family: "Courier New", Courier, monospace; font-weight: bold; font-size: 12px;} #printeradjust a:hover span { background-color: #CCFFCC; } #printeradjust a, #printeradjust a:hover {text-decoration: none;} - #printeradjust input { text-align: center; } + #printeradjust input { text-align: center; margin: 0 2px;} #paperarea { min-height: 120px; display: none; } @@ -6050,33 +6068,7 @@ } - #bulkarea .body { padding: 5px 0 0 0; } - #bulkarea .format { font-style: italic; font-size: 90%; } - #bulktextarea { font-size: 90%; width: 98%; margin: 4px 0 0 0; } - .bulkquestion { padding: 10px 15px; text-align: left; cursor: pointer; } - .bulkquestion:hover, .expandable:hover { color: #77777A; } - .bulkanswer { padding: 0 15px 10px 25px; text-align: left; display: none; font-size: 80%; } - .bulkfaq { border: 0; border-top: 2px solid green; } - #brainarea .keyarea { visibility: hidden; min-height: 110px; } #instructionsarea { padding: 10px; } - #detailarea { margin: 0; text-align: left; } - #detailarea .notes { text-align: left; font-size: 80%; padding: 0 0 20px 0; } - #detailarea .item { margin: 10px 0; position: relative; } - #detailarea .label { display: block; text-decoration: underline; } - #detailarea .output { display: block; min-height: 20px; } - #detailarea #detailqrcodepublic { position: relative; float: left; margin: 0 10px 0 0; } - #detailarea #detailqrcodepubliccomp { position: relative; float: right; margin: 0 0 0 10px; } - #detailarea #detailqrcodeprivate { position: relative; float: left; margin: 0 10px 0 0; } - #detailarea #detailqrcodeprivatecomp { position: relative; float: right; margin: 0 0 0 10px; } - #vanityarea { text-align: left; } - #vanityarea .label { text-decoration: underline; } - #vanityarea .output { display: block; } - #vanityarea .notes { text-align: left; font-size: 80%; padding: 0 0 20px 0; } - #vanitystep1area { display: none; text-align: left; position: relative; padding: 15px; border-bottom: 2px solid green; } - #vanitystep1label { padding-left: 5px; } - #vanitystep2area { border-top: 2px solid green; display: block; padding: 15px; } - #vanitystep2inputs { padding: 0 15px 10px 15px; } - #vanitycalc { margin-top: 5px; } .englishjson { text-align: center; padding: 40px 0 20px 0; } .unittests { text-align: center; } @@ -6090,13 +6082,13 @@ @media screen { - #tagline { margin: 0 0 15px 0; font-style: italic; } + #tagline { margin: 25px 0 0 250px; font-style: italic; font-size: 18px; color: #333333; } .menu { text-align: left; } - .menu .tab { border-top-left-radius: 5px; border-top-right-radius: 5px; display: inline-block; background-color: #6C8C6C; - border: 2px solid green; padding: 5px; margin: 0 2px 0 0; position: relative; top: 2px; z-index: 110; cursor: pointer; } - .menu .tab:hover { color: #FFF; } - .menu .tab.selected { background-color: #FFF; border-bottom: 2px solid #FFF; cursor: default; } - .menu .tab.selected:hover { color: #000; } + .menu .tab { border-top-left-radius: 5px; border-top-right-radius: 5px; display: inline-block; background-color: #e2f9bd; color: #060; + border: 3px solid #e2f9bd; padding: 8px; margin: 0 2px 0 0; position: relative; top: 2px; z-index: 110; cursor: pointer; } + .menu .tab:hover { color: #090; } + .menu .tab.selected { background-color: #FFF; border-bottom: 3px solid #FFF; cursor: default; } + .menu .tab.selected:hover { color: #090; } .menu #printeradjust { float: right; width: 340px; text-align: right; margin-top: 5px; } /* zoom & shift */ @@ -6110,7 +6102,7 @@ .commands p.instructions { width: 700px; float: left; font-size: 13px; } - #papercommands { padding: 10px 0; border-top: 2px solid green; } + #papercommands { padding: 10px 0; border-top: 3px solid #e2f9bd; } #braincommands .row { text-align: left; } #braincommands .row .label { width: 200px; display: inline-block; } #braincommands .row.extra { padding: 6px 0 0 0; } @@ -6120,7 +6112,7 @@ #detailcommands { padding: 10px 0; } #detailcommands span { padding: 0 10px; } #detailprivkey { width: 250px; } - .paper #commands { border-bottom: 2px solid green; padding: 0; margin-bottom: 0; } + .paper #commands { border-bottom: 3px solid green; padding: 0; margin-bottom: 0; } #bulkstartindex, #paperlimit, #paperlimitperpage { width: 35px; } #bulklimit { width: 45px; } @@ -6137,11 +6129,11 @@ @media print { #wallets .walletarea { border-top: none; } - body { width: 1000px; padding: 30px;} + body { width: 1000px; padding: 30px; background-image: none; background-color: #FFFFFF;} #main { width: auto; position: absolute; left: 25px;} #culturemenu { display: none; } .pagebreak { height: 1px; } - #logo { display: none; } + #logoback { display: none; } .menu { display: none; } .footer { display: none; } .commands { display: none; } @@ -6152,15 +6144,16 @@
-
- English | - Español | - Français • - RUN UNIT TESTS -
- +
+
+ English | + Español | + Français +
Open Source JavaScript Client-Side Bitcoin Wallet Generator
*** WARNING *** Still in early beta. Don't dump loads of coins into one of these wallets yet!
+ +
@@ -6220,8 +6213,8 @@
-

To calibrate your printer, print out this page in LANDSCAPE (wide) format. Adjust the "zoom" and "horizontal shift" until the printed ruler is properly sized and has exactly equal margins on the left and right sides of the page.

- +

To calibrate your printer, print out this page in LANDSCAPE (wide) format. Adjust the "zoom" and "horizontal shift" until the printed ruler is properly sized and has exactly equal margins on the left and right sides of the page.

+
@@ -6294,7 +6287,8 @@
- GitHub Repository + GitHub Repository » + Run Local Unit Tests
+ + + + + - - - - - diff --git a/images/bgtile.png b/images/bgtile.png new file mode 100644 index 0000000..7dd00c0 Binary files /dev/null and b/images/bgtile.png differ diff --git a/images/logo.png b/images/logo.png index a980959..8024a9b 100644 Binary files a/images/logo.png and b/images/logo.png differ