FrontPage HR style update.
This commit is contained in:
parent
406bf246da
commit
2e4a6ee48d
2 changed files with 7 additions and 23 deletions
|
@ -156,7 +156,7 @@
|
||||||
<span id="generatelabelkeypress">OR type some random characters into this textbox</span> <input type="text" id="generatekeyinput" onkeypress="ninja.seeder.seedKeyPress(event);" /><br />
|
<span id="generatelabelkeypress">OR type some random characters into this textbox</span> <input type="text" id="generatekeyinput" onkeypress="ninja.seeder.seedKeyPress(event);" /><br />
|
||||||
<div id="seedpooldisplay"></div>
|
<div id="seedpooldisplay"></div>
|
||||||
|
|
||||||
<hr class="halfHR" />
|
<hr />
|
||||||
|
|
||||||
<div class="frontPageText">
|
<div class="frontPageText">
|
||||||
|
|
||||||
|
|
28
src/main.css
28
src/main.css
|
@ -32,14 +32,9 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
|
||||||
#generate span { padding: 5px 5px 0 5px; }
|
#generate span { padding: 5px 5px 0 5px; }
|
||||||
#generatekeyinput { position: relative; z-index: 20; }
|
#generatekeyinput { position: relative; z-index: 20; }
|
||||||
|
|
||||||
#generatelabelbitcoinaddress, #generatelabelmovemouse, #generatelabelkeypress {
|
#generatelabelbitcoinaddress, #generatelabelmovemouse, #generatelabelkeypress { font-size: 14px; font-family: monospace; }
|
||||||
font-size: 14px; font-family: monospace;
|
#mousemovelimit { font-size: 16px; font-family: monospace; }
|
||||||
}
|
|
||||||
#mousemovelimit {
|
|
||||||
font-size: 16px; font-family: monospace;
|
|
||||||
}
|
|
||||||
.frontPageText { position: relative; }
|
.frontPageText { position: relative; }
|
||||||
.halfHR { width: 640px; }
|
|
||||||
|
|
||||||
#keyarea { height: 250px; }
|
#keyarea { height: 250px; }
|
||||||
#keyarea .pubaddress { float: none; display: block; padding: 0; height: auto; }
|
#keyarea .pubaddress { float: none; display: block; padding: 0; height: auto; }
|
||||||
|
@ -54,9 +49,7 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
|
||||||
#singleshare { position: relative; top: -110px; float: left; left: 160px; color: green; font-weight: bolder; font-size: 200%; }
|
#singleshare { position: relative; top: -110px; float: left; left: 160px; color: green; font-weight: bolder; font-size: 200%; }
|
||||||
#singlesafety { text-align: left; border-top: 1px solid #BFBFBF; position: relative; min-height: 500px; }
|
#singlesafety { text-align: left; border-top: 1px solid #BFBFBF; position: relative; min-height: 500px; }
|
||||||
|
|
||||||
#singlesafety p {
|
#singlesafety p { font-size: 13px; }
|
||||||
font-size: 13px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.firstHalfSingleSafety, .secondHalfSingleSafety {
|
.firstHalfSingleSafety, .secondHalfSingleSafety {
|
||||||
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
|
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
|
||||||
|
@ -67,10 +60,7 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.firstHalfSingleSafety {
|
.firstHalfSingleSafety { width: 50%; padding: 10px 30px 10px 30px; }
|
||||||
width: 50%;
|
|
||||||
padding: 10px 30px 10px 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.secondHalfSingleSafety {
|
.secondHalfSingleSafety {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -89,9 +79,7 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
|
||||||
.frontPageImage { width: 100%; }
|
.frontPageImage { width: 100%; }
|
||||||
.seedFrontPageImage { max-height: 340px; }
|
.seedFrontPageImage { max-height: 340px; }
|
||||||
|
|
||||||
.currencyNameColumn {
|
.currencyNameColumn { min-width: 120px; }
|
||||||
min-width: 120px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.securityChecklist {
|
.securityChecklist {
|
||||||
background-color: #FFE6C9;
|
background-color: #FFE6C9;
|
||||||
|
@ -104,11 +92,7 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); height:
|
||||||
}
|
}
|
||||||
|
|
||||||
.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;
|
|
||||||
}
|
|
||||||
|
|
||||||
.redText { color: red; }
|
.redText { color: red; }
|
||||||
.greenText { color: green; }
|
.greenText { color: green; }
|
||||||
|
|
Loading…
Add table
Reference in a new issue