Front page stylesheet update.
This commit is contained in:
parent
fc16e7ae99
commit
449e6b8632
3 changed files with 38 additions and 12 deletions
25
index.html
25
index.html
|
@ -5851,7 +5851,7 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
|
||||||
|
|
||||||
.securityChecklist {
|
.securityChecklist {
|
||||||
background-color: #FFE6C9;
|
background-color: #FFE6C9;
|
||||||
margin-top: 25px;
|
margin-top: 15px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
-webkit-border-radius: 10px;
|
-webkit-border-radius: 10px;
|
||||||
-moz-border-radius: 10px;
|
-moz-border-radius: 10px;
|
||||||
|
@ -5861,7 +5861,8 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
|
||||||
|
|
||||||
.supportedCurrenciesChecklist {
|
.supportedCurrenciesChecklist {
|
||||||
background-color: #C2F2C3;
|
background-color: #C2F2C3;
|
||||||
margin-top: 25px;
|
margin-top: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
-webkit-border-radius: 10px;
|
-webkit-border-radius: 10px;
|
||||||
-moz-border-radius: 10px;
|
-moz-border-radius: 10px;
|
||||||
|
@ -5874,6 +5875,15 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
|
||||||
padding-left: 14px;
|
padding-left: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#supportedcurrencies {
|
||||||
|
line-height: 20px;
|
||||||
|
padding: 12px 12px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.frontPageInstructions {
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.securityChecklist ul { padding: 5px 0 0 20px; }
|
.securityChecklist ul { padding: 5px 0 0 20px; }
|
||||||
.securityChecklist li { padding-left: 5px; margin-bottom: 10px; }
|
.securityChecklist li { padding-left: 5px; margin-bottom: 10px; }
|
||||||
|
|
||||||
|
@ -6135,10 +6145,13 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
|
||||||
<b>Supported currencies :</b>
|
<b>Supported currencies :</b>
|
||||||
<div id="supportedcurrencies"></div>
|
<div id="supportedcurrencies"></div>
|
||||||
</div>
|
</div>
|
||||||
<h3>Step 0. Follow the security checklist recommendation</h3>
|
|
||||||
<p>
|
<div class="frontPageInstructions">
|
||||||
First step is to <strong>download</strong> this website from <a href="https://github.com/MichaelMure/PaperWallet/archive/master.zip">Github</a> and open the index.html file directly from your computer. It's just too easy to sneak some evil code in the 6000+ lines of javascript to leak your private key, and you don't want to see your fund stolen. Code version control make it much easier to cross-check what actually run. For extra security, <strong>unplug your Internet access</strong> while generating your wallet.
|
<h3>Step 0. Follow the security checklist recommendation</h3>
|
||||||
</p>
|
<p>
|
||||||
|
First step is to <strong>download</strong> this website from <a href="https://github.com/MichaelMure/PaperWallet/archive/master.zip">Github</a> and open the index.html file directly from your computer. It's just too easy to sneak some evil code in the 6000+ lines of javascript to leak your private key, and you don't want to see your fund stolen. Code version control make it much easier to cross-check what actually run. For extra security, <strong>unplug your Internet access</strong> while generating your wallet.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="securityChecklist">
|
<div class="securityChecklist">
|
||||||
<b>Security Checklist :</b>
|
<b>Security Checklist :</b>
|
||||||
|
|
|
@ -178,10 +178,13 @@
|
||||||
<b>Supported currencies :</b>
|
<b>Supported currencies :</b>
|
||||||
<div id="supportedcurrencies"></div>
|
<div id="supportedcurrencies"></div>
|
||||||
</div>
|
</div>
|
||||||
<h3>Step 0. Follow the security checklist recommendation</h3>
|
|
||||||
<p>
|
<div class="frontPageInstructions">
|
||||||
First step is to <strong>download</strong> this website from <a href="https://github.com/MichaelMure/PaperWallet/archive/master.zip">Github</a> and open the index.html file directly from your computer. It's just too easy to sneak some evil code in the 6000+ lines of javascript to leak your private key, and you don't want to see your fund stolen. Code version control make it much easier to cross-check what actually run. For extra security, <strong>unplug your Internet access</strong> while generating your wallet.
|
<h3>Step 0. Follow the security checklist recommendation</h3>
|
||||||
</p>
|
<p>
|
||||||
|
First step is to <strong>download</strong> this website from <a href="https://github.com/MichaelMure/PaperWallet/archive/master.zip">Github</a> and open the index.html file directly from your computer. It's just too easy to sneak some evil code in the 6000+ lines of javascript to leak your private key, and you don't want to see your fund stolen. Code version control make it much easier to cross-check what actually run. For extra security, <strong>unplug your Internet access</strong> while generating your wallet.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="securityChecklist">
|
<div class="securityChecklist">
|
||||||
<b>Security Checklist :</b>
|
<b>Security Checklist :</b>
|
||||||
|
|
14
src/main.css
14
src/main.css
|
@ -98,7 +98,7 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
|
||||||
|
|
||||||
.securityChecklist {
|
.securityChecklist {
|
||||||
background-color: #FFE6C9;
|
background-color: #FFE6C9;
|
||||||
margin-top: 25px;
|
margin-top: 15px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
-webkit-border-radius: 10px;
|
-webkit-border-radius: 10px;
|
||||||
-moz-border-radius: 10px;
|
-moz-border-radius: 10px;
|
||||||
|
@ -108,7 +108,8 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
|
||||||
|
|
||||||
.supportedCurrenciesChecklist {
|
.supportedCurrenciesChecklist {
|
||||||
background-color: #C2F2C3;
|
background-color: #C2F2C3;
|
||||||
margin-top: 25px;
|
margin-top: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
-webkit-border-radius: 10px;
|
-webkit-border-radius: 10px;
|
||||||
-moz-border-radius: 10px;
|
-moz-border-radius: 10px;
|
||||||
|
@ -121,6 +122,15 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
|
||||||
padding-left: 14px;
|
padding-left: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#supportedcurrencies {
|
||||||
|
line-height: 20px;
|
||||||
|
padding: 12px 12px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.frontPageInstructions {
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.securityChecklist ul { padding: 5px 0 0 20px; }
|
.securityChecklist ul { padding: 5px 0 0 20px; }
|
||||||
.securityChecklist li { padding-left: 5px; margin-bottom: 10px; }
|
.securityChecklist li { padding-left: 5px; margin-bottom: 10px; }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue