diff --git a/generate-wallet.html b/generate-wallet.html index fd634a2..c27a729 100644 --- a/generate-wallet.html +++ b/generate-wallet.html @@ -5962,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 #e2f9bd; } + .walletarea { display: none; border-top: 2px solid #f7931a; } .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; } @@ -5974,12 +5974,19 @@ .pubkeyhex { word-wrap: break-word; } .faqs ol { padding: 0 0 0 25px; } .faqs li { padding: 3px 0; } - body { font-family: Arial; background-image:url(images/bgtile.png); background-repeat: repeat-y; background-position: center; background-color: #e2f9bd;} + body { margin-top: 0; font-family: Arial; background-image:url(images/bgtile2.png); background-repeat: repeat-y; background-position: center; background-color: #e2f9bd;} + + h1 { font-size: 24px; font-weight: 100; color: #090; margin:0 0 10px 0; padding:0; } + + a, a:visited { text-decoration: none; color: #ff6c00; } + a:hover {color: #0000FF; text-decoration: underline;} + + #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; } + #logoback { 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 #f7931a; } #generate span { padding: 5px 5px 0 5px; } - #menu { visibility: hidden; font-size: 90%; } + #menu { visibility: hidden; font-size: 90%; padding: 0 12px;} #culturemenu { text-align: right; padding: 10px 20px; font-size: 12px; } #culturemenu span { padding: 3px; } #culturemenu .selected { text-decoration: none; color: #000000; } @@ -5996,7 +6003,7 @@ #paperarea { min-height: 120px; display: none; } - #paperarea .keyarea { border: 2px solid green; border-top: 0; } + #paperarea .keyarea { border: 2px solid #f7931a; border-top: 0; } #paperarea .keyarea.art { display: block; height: auto; border: 0; font-family: Ubuntu, Arial; padding: 0; margin: 0; } #paperarea .artwallet .papersvg { width: 1010px; height: 331px; border: 0; margin: 0; padding: 0; left: 0; } #paperarea .artwallet .qrcode_public { top: 120px; left: 41px; z-index: 100; margin: 0; float: none; display: block; position: absolute; background-color: #FFFFFF; @@ -6068,12 +6075,14 @@ } - #instructionsarea { padding: 10px; } + .instructionsarea { padding: 0 25px; } + .highlighted { font-size: 14px; padding: 8px; background-color: #ebfdbf;} + + #browserinfo { text-align: center; } .englishjson { text-align: center; padding: 40px 0 20px 0; } .unittests { text-align: center; } .unittests div { width: 894px; font-family: monospace; text-align: left; margin: auto; padding: 5px; border: 1px solid black; } - #testnet { font-family: Tahoma; display: none; background-color: Orange; color: #000000; border-radius: 5px; font-weight: bold; padding: 10px 0; margin: 0 auto 20px auto; } /* IE8 */ .qrcodetable { border-width: 0px; border-style: none; border-color: #0000ff; border-collapse: collapse; } @@ -6082,19 +6091,24 @@ @media screen { - #tagline { margin: 25px 0 0 250px; font-style: italic; font-size: 18px; color: #333333; } + #tagline { margin: 20px 0 30px 250px; font-style: italic; font-size: 18px; color: #333333; } + #tagwarning { position: absolute; left: 250px; top: 25px; font-size: 12px; color: red; } .menu { text-align: left; } - .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 { border-top-left-radius: 5px; border-top-right-radius: 5px; display: inline-block; background-color: #e2f9bd; + color: #060; font-size: 12px; + border-top: 2px solid #f7931a; + border-left: 2px solid #f7931a; + border-right: 2px solid #f7931a; + border-bottom: 2px solid #e2f9bd; + padding: 4px 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 { background-color: #FFF; border-bottom: 4px solid #FFF; cursor: default; font-weight: bold; } .menu .tab.selected:hover { color: #090; } - - .menu #printeradjust { float: right; width: 340px; text-align: right; margin-top: 5px; } /* zoom & shift */ + .menu #printeradjust { float: right; text-align: right; margin-top: 5px; } /* zoom & shift */ .pagebreak { height: 50px; } - .commands { padding: 10px 0 20px 10px; margin-bottom: 0; } + .commands { padding: 10px 0 20px 10px; margin-bottom: 0; } .commands span { padding: 0 10px; } .commands span.print { float: right; } .commands span.right { float: right; } @@ -6102,29 +6116,21 @@ .commands p.instructions { width: 700px; float: left; font-size: 13px; } - #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; } - #braincommands .notes { font-size: 80%; display: block; padding: 5px 10px; } - #brainpassphrase { width: 280px; } - #brainpassphraseconfirm { width: 280px; } - #detailcommands { padding: 10px 0; } - #detailcommands span { padding: 0 10px; } - #detailprivkey { width: 250px; } - .paper #commands { border-bottom: 3px solid green; padding: 0; margin-bottom: 0; } + + + #bulkstartindex, #paperlimit, #paperlimitperpage { width: 35px; } #bulklimit { width: 45px; } - .footer { font-family: Arial; font-size: 90%; clear: both; width: 750px; padding: 10px 0 10px 0; margin: 50px auto auto auto; } + .footer { font-family: Arial; font-size: 90%; clear: both; padding: 10px 0 10px 0; margin: 50px 20px; } .footer div span.item { padding: 10px; } .footer .authorbtc { float: left; width: 470px; } - .footer .authorbtc span.item { text-align: left; display: block; padding: 0 20px; } + .footer .authorbtc span.item { text-align: left; display: block; padding-right: 20px; } .footer .authorbtc div { position: relative; z-index: 100; } .footer .authorpgp { position: relative; } .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 2px; } + .footer .copyright span { padding: 10px 10px; } } @media print { @@ -6145,18 +6151,13 @@
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. 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.