diff --git a/public/css/common.css b/public/css/common.css index 8853a578..d24c69a2 100644 --- a/public/css/common.css +++ b/public/css/common.css @@ -10,6 +10,7 @@ -------------------------------------------------- */ html, body { + color: #373D42; font-family: Ubuntu, sans-serif; height: 100%; /* The html and body elements cannot have any padding or margin. */ @@ -74,13 +75,53 @@ body { line-height: 18px; } +.col-gray { + background-color: #F8F8F8; + padding: 15px; + margin-top: 10px; + width: 350px; + height: 89%; + border-radius: 5px; +} + +.col-gray .address { + float: right; + display: block; + width: 150px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + +.block-id { + background: #373D42; + border: 3px solid #FFFFFF; + width: 165px; + height: 165px; + margin: 10px auto; + border-radius: :;px; +} + +.block-id h1 { + font-family: Ubuntu-Medium; + font-size: 24px; + color: #FFFFFF; + line-height: 30px; + text-align: center; +} + +.icon-block { + font-size: 27px; + color: white; + margin-top: 20px; +} + /* Set the fixed height of the footer here */ #footer { height: 60px; background-color: #f5f5f5; } - /* Custom page CSS -------------------------------------------------- */ /* Not required for template or sticky footer method. */ @@ -102,7 +143,7 @@ body { } .address { - font-size: 10px; + font-size: 11px; } #search { width: 400px; } diff --git a/public/views/block.html b/public/views/block.html index b843503f..f7c1c919 100644 --- a/public/views/block.html +++ b/public/views/block.html @@ -1,29 +1,79 @@
- -
-
-
-
-

Summary

+
+
+
+
+ +
+

Block #{{ block.height }}

-
- + +
+
+

Hashes

+
+
+
+ + + + + + + + + + + + + + + + + + +
Hash{{block.hash}}
Previous Block{{block.previousblockhash}}
Next Block{{block.nextblockhash}}
Merkle Root

{{block.merkleroot}}

+
+
+ +
+
+ +
+

Summary

+
+
+ - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -47,36 +97,51 @@
Number Of Transactions{{block.tx.length}} -
Height{{block.height}}
Timestamp{{block.time * 1000 | date:'medium'}}
Number Of Transactions {{block.tx.length}} +
Output Total--
Estimated Transaction Volume --
Transaction Fees --
Height {{block.height}}
Timestamp {{block.time * 1000 | date:'medium'}}
Difficulty {{block.difficulty}}
-
-
-
-
-
-

Hashes

-
-
- +
+
- - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + +
Hash{{block.hash}}
Previous Block{{block.previousblockhash}}
Next Block{{block.nextblockhash}}
Merkle Root{{block.merkleroot}}
Relayed By --
Difficulty {{block.difficulty}}
Bits {{block.bits}}
Size {{block.size}}
Version {{block.version}}
Nonce {{block.nonce}}
-
+
+ +

Transactions Transactions contained within this block

+ + + + + + + + + + + +
Hash
{{tx}}