diff --git a/css/utility.css b/css/utility.css index c6ab121..e830886 100644 --- a/css/utility.css +++ b/css/utility.css @@ -394,6 +394,46 @@ u-nav-list ul li a, margin: 1px 0 1px; } +.u-insight-label:hover{ + opacity: 0.6; + transition-duration: 0.2s; + cursor: pointer; +} + +.insight-modal{ + display: none; + position: fixed; + top: 0; + text-align: center; + width: 100vw; + height: 100vh; + z-index: 12; + background: rgba(15,15,15,.6); +} + +.u-insight-modal-body{ + margin: auto 0; + position: relative; + top: 50px; + width: 90%; + text-align: center; +} + +.u-insight-list{ + list-style: decimal; + list-style-position: inside; + padding: 10px; +} + +.u-insight-list-item{ + padding: 10px; + border-bottom: 1px solid white; +} + +.u-insight-modal-btn{ + padding: 10px; + border: none; +} .u-scrollbar { diff --git a/en.html b/en.html index 3e352af..5fc2d29 100644 --- a/en.html +++ b/en.html @@ -79,7 +79,21 @@ }); }); - $('#js-table_disp').csv2table('hashrate.csv'); + $('#insight-modal-switch').click(function(){ + $('#insight-modal').fadeIn(200); + }); + $(document).on('keydown',function (e) { + if(e.keyCode === 27) { // ESC + $('#insight-modal').fadeOut(200); + } + }); + $('.u-insight-modal-btn').click(function(){ + $('#insight-modal').fadeOut(200); + }) + $('.insight-twitter').click(function(){ + var twitter = $(this).data('twitter-id'); + window.open('https://twitter.com/' + twitter); + }) }); $(window).scroll(function(e) { @@ -278,18 +292,6 @@
Community forum for discuss a lot of things about BitZeny Mainly discussed Web service, exchanges, wallet and specification of coin.
-By put BitZeny's wallet address or transaction ID, you can check deposit of wallet and history of transfer. And you can also check detail of founded block.
-