Front page stylesheet update.

This commit is contained in:
Lucas Legname 2014-04-28 23:53:46 +02:00
parent fc16e7ae99
commit 449e6b8632
3 changed files with 38 additions and 12 deletions

View file

@ -5851,7 +5851,7 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
.securityChecklist {
background-color: #FFE6C9;
margin-top: 25px;
margin-top: 15px;
padding: 20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
@ -5861,7 +5861,8 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
.supportedCurrenciesChecklist {
background-color: #C2F2C3;
margin-top: 25px;
margin-top: 10px;
margin-bottom: 10px;
padding: 20px;
-webkit-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;
}
#supportedcurrencies {
line-height: 20px;
padding: 12px 12px 0;
}
.frontPageInstructions {
padding: 5px;
}
.securityChecklist ul { padding: 5px 0 0 20px; }
.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>
<div id="supportedcurrencies"></div>
</div>
<div class="frontPageInstructions">
<h3>Step 0. Follow the security checklist recommendation</h3>
<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">
<b>Security Checklist :</b>

View file

@ -178,10 +178,13 @@
<b>Supported currencies :</b>
<div id="supportedcurrencies"></div>
</div>
<div class="frontPageInstructions">
<h3>Step 0. Follow the security checklist recommendation</h3>
<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">
<b>Security Checklist :</b>

View file

@ -98,7 +98,7 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
.securityChecklist {
background-color: #FFE6C9;
margin-top: 25px;
margin-top: 15px;
padding: 20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
@ -108,7 +108,8 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
.supportedCurrenciesChecklist {
background-color: #C2F2C3;
margin-top: 25px;
margin-top: 10px;
margin-bottom: 10px;
padding: 20px;
-webkit-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;
}
#supportedcurrencies {
line-height: 20px;
padding: 12px 12px 0;
}
.frontPageInstructions {
padding: 5px;
}
.securityChecklist ul { padding: 5px 0 0 20px; }
.securityChecklist li { padding-left: 5px; margin-bottom: 10px; }