forked from pointbiz/bitaddress.org
-
Notifications
You must be signed in to change notification settings - Fork 166
/
START-HERE.html
180 lines (147 loc) · 7.71 KB
/
START-HERE.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!doctype html>
<html>
<head>
<meta charset="iso-8859-1">
<title>Bitcoin Paper Wallet Launcher</title>
<!-- ****************************************************
***************** BEGIN STYLES *********************
**************************************************** -->
<style type="text/css">
.right { text-align: right; }
.walletarea { border-top: 2px solid #f7931a; }
body { margin-top: 0; font-family: Arial; background-image:url(images/webpage-background.png); background-repeat: repeat-y; background-position: center; background-color: #e2f9bd;}
h1 { font-size: 24px; font-weight: 100; color: #090; margin:20px 0 10px 0; padding:0; }
h2 { font-size: 20px; 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 { background-image:url(images/logo.png); background-position: top left; background-repeat: no-repeat; height: 150px; }
#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; }
.nicerButton { /* thanks http://www.cssbuttongenerator.com */
-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
box-shadow:inset 0px 1px 0px 0px #c1ed9c;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
background-color:#9dce2c;
-webkit-border-top-left-radius:12px;
-moz-border-radius-topleft:12px;
border-top-left-radius:12px;
-webkit-border-top-right-radius:12px;
-moz-border-radius-topright:12px;
border-top-right-radius:12px;
-webkit-border-bottom-right-radius:12px;
-moz-border-radius-bottomright:12px;
border-bottom-right-radius:12px;
-webkit-border-bottom-left-radius:12px;
-moz-border-radius-bottomleft:12px;
border-bottom-left-radius:12px;
text-indent:0;
border:1px solid #83c41a;
display:inline-block;
color:#ffffff !important;
font-family:Arial;
font-size:16px;
font-weight:bold;
font-style:normal;
height:35px;
line-height:35px;
width:189px;
text-decoration:none;
text-align:center;
text-shadow:1px 1px 0px #689324;
}
.nicerButton:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
background-color:#8cb82b;
text-decoration: none;
}.nicerButton:active {
position:relative;
top:1px;
}
.instructionsarea { padding: 0 25px; }
.instructionsarea { font-size: 12px; line-height: 18px; }
.instructionsarea li { padding-bottom: 8px; list-style: none; }
.highlighted { font-size: 14px; padding: 8px; background-color: #ebfdbf;}
@media screen
{
#tagline { margin: 10px 0 0 250px; font-style: italic; font-size: 18px; color: #666; }
#tagline span {padding-left: 10px; font-size: 11px; color: #999;}
#tagsite { margin: 5px 0 20px 252px; font-size: 14px; color: #666; }
#tagwarning { position: absolute; left: 250px; top: 25px; font-size: 12px; color: red; }
.pagebreak { height: 50px; }
.commands { padding: 10px 0 20px 10px; margin-bottom: 0;}
.commands span { padding: 0 10px; }
.commands span.print { float: right; padding-top: 10px;}
.commands span.right { float: right; }
.expandable { padding: 10px 15px; text-align: left; cursor: pointer; }
.commands p.instructions { width: 600px; float: left; font-size: 13px; }
}
@media print
{
#wallets .walletarea { border-top: none; }
body { width: 1000px; padding: 30px; background-image: none; background-color: #FFFFFF;}
#main { width: auto; position: absolute; left: 25px;}
#culturemenu { display: none; }
.pagebreak { height: 1px; }
#logoback { display: none; }
.menu { display: none; }
.footer { display: none; }
.commands { display: none; }
#tagline { display: none; }
#faqs { display: none; }
}
</style>
</head>
<body>
<div id="main">
<div id="logoback">
<div id="culturemenu">
<!--
<span><a href="?culture=en" id="cultureen" class="selected">English</a></span> |
<span><a href="?culture=es" id="culturees">Español</a></span> |
<span><a href="?culture=fr" id="culturefr">Français</a></span> -->
</div>
<div id="tagline">Open Source JavaScript Bitcoin Wallet Generator <span>Ubuntu LiveCD</span></div>
<div id="tagsite">For help, security tips, or wallet making supplies visit <a href="https://bitcoinpaperwallet.com">bitcoinpaperwallet.com</a></div>
</div><!-- end logoback -->
<div id="wallets">
<div id="landarea" class="walletarea">
<div class="instructionsarea">
<div class="notes">
<h1><span id="instructions0">Ubuntu 14.04 LTS LiveCD Checklist</span></h1>
<p>
<img src="images/ubuntu-no-internet.png" width="52" height="53" alt="Internet Icon" align="left" style="padding-right: 12px;">
<span id="instructions1"><b>1. Are you offline?</b><br />
<em>You don't need an Internet connection to make these paper wallets</em>.<br />
For added security, consider temporarily powering off your modem or router.</span>
<br /><br />
<img src="images/ubuntu-settings.png" width="52" height="53" alt="Settings Icon" align="left" style="padding-right: 12px;">
<span id="instructions2"><b>2. Have you setup your printer yet?</b><br />
<em>Every time you boot from this CD, you will have to setup your printer all over again.</em><br />
First click on <strong>System Settings</strong>, then click <strong>Printers</strong>, then add your printer.</span>
Print a test page.<br>
</p>
<h2>Notes on Ubuntu Printer Compatibility</h2>
<ul>
<li>Older printers, and Hewlett Packard (HP) brand printers in particular, are more likely to be supported.</li>
<li>If your printer doesn't work, research whether it supports PCL, Postscript, or PDF as a "Printer language". Ubuntu's generic drivers should support these printers as well.</li>
<li>If you ultimately fail to get your printer to work, consider printing to PDF files from Firefox. You can save the PDFs to a thumbdrive and print them using a different computer. If you choose to follow this route, it's recommended that you select the "BIP38 Encrypt" option to better secure your wallets.</li>
</ul>
<p>
<span><a href="generate-wallet.html" class="nicerButton" style="width: 400px;">Open generate-wallet.html »</a></span></p>
</div>
</div>
</div><!-- end landarea -->
</div><!-- *** end wallets *** -->
</div>
</body>
</html>