Skip to content

Commit ff588dc

Browse files
committed
tron colors
1 parent 42d9565 commit ff588dc

16 files changed

+19
-1150
lines changed

fonts/comfortaa-v12-latin-regular.eot

-19.8 KB
Binary file not shown.

fonts/comfortaa-v12-latin-regular.svg

-447
This file was deleted.

fonts/comfortaa-v12-latin-regular.ttf

-39.9 KB
Binary file not shown.
-21.3 KB
Binary file not shown.
-17.5 KB
Binary file not shown.
-21.3 KB
Binary file not shown.

fonts/montserrat-v12-latin-regular.svg

-327
This file was deleted.
-43.9 KB
Binary file not shown.
-22.3 KB
Binary file not shown.
-18.2 KB
Binary file not shown.

fonts/ubuntu-v11-latin-regular.eot

-30.6 KB
Binary file not shown.

fonts/ubuntu-v11-latin-regular.svg

-363
This file was deleted.

fonts/ubuntu-v11-latin-regular.ttf

-74.9 KB
Binary file not shown.

fonts/ubuntu-v11-latin-regular.woff

-37.9 KB
Binary file not shown.

fonts/ubuntu-v11-latin-regular.woff2

-33.2 KB
Binary file not shown.

tron.html

+19-13
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,24 @@
1010
<link rel="stylesheet" href="css/bootstrap.min.css">
1111
<link rel="canonical" href="https://thebestcoldwallet.com/tron.html">
1212
</head>
13-
<body>
13+
<style type="text/css">
14+
body {
15+
background-color: #F0F0F0;
16+
font-family: 'Oswald', sans-serif !important;
17+
}
18+
</style>
1419
<div class="container">
1520
<div class="row">
1621
<div class="col-md-12 title-container">
1722
<br>
1823
<br>
1924
<div class="page-header text-center">
20-
<h1 class="site-title">Tron Cold Wallet</h1>
21-
<div id="new_wallet" style="display:none">
25+
<p class="fs-1">Tron Cold Wallet</p>
26+
<div id="new_wallet" class="d-print-none">
2227
<br>
23-
<a href="index.html" class="btn btn-secondary btn-sm d-print-none">Home</a>
24-
<a href="tron.html" class="btn btn-secondary btn-sm d-print-none">Generate</a>
28+
<a href=index.html><input type=button class="btn btn-primary" value=Home></a>
29+
<a href=tron.html><input type=button class="btn btn-danger" value=Generate></a>
30+
<button class="btn btn-success" onclick=window.print()>Print</button>
2531
</div>
2632
<br>
2733
</div>
@@ -30,25 +36,25 @@ <h1 class="site-title">Tron Cold Wallet</h1>
3036
<div id="main_screen" style="display:none">
3137
<input id="submit" type="button" style="display:none">
3238
<div class="row">
33-
<div class="col-md-3"></div>
34-
<div class="col-md-6">
39+
<div class="col-md-2"></div>
40+
<div class="col-md-4">
3541
<div class="panel">
36-
<div class="panel-heading" style="padding:10px">
42+
<div class="panel-heading" style="padding:1px">
3743
<h5>
38-
<p class="fw-bold text-success">Public Address (SHARE)</p>
44+
<p class="fw-bold fs-4">Public Address</p>
3945
</h5>
40-
<div id="contents" class="hash address fw-bold"></div><br>
46+
<div id="contents" class="hash address text-success fw-bold fs-5"></div><br>
4147
<qrcode id="qrcodeAddress" size="100" class="primary"></qrcode>
4248
</div>
4349
<br>
4450
<br>
4551
</div>
4652
<div class="panel">
47-
<div class="panel-heading" style="padding:10px">
53+
<div class="panel-heading" style="padding:1px">
4854
<h5>
49-
<p class="fw-bold text-danger">Private Key (SECRET)</p>
55+
<p class="fw-bold fs-4">Private Key</p>
5056
</h5>
51-
<div id="prikey_pwd" class="hash passphrase fw-bold"></div><br>
57+
<div id="prikey_pwd" class="hash passphrase text-danger fw-bold fs-5"></div><br>
5258
<qrcode id="qrcodeSecret" size="100" class="primary"></qrcode>
5359
</div>
5460
</div>

0 commit comments

Comments
 (0)