From f8b16b5e49aaa8378729465e62aad8dd92d32c55 Mon Sep 17 00:00:00 2001 From: Abhishek Sinha Date: Fri, 20 Dec 2019 16:19:10 +0530 Subject: [PATCH] added log system --- blockchainCloud_client.html | 150 ++++++++++++++++++++++++++++++++---- 1 file changed, 134 insertions(+), 16 deletions(-) diff --git a/blockchainCloud_client.html b/blockchainCloud_client.html index cff0344..6b37780 100644 --- a/blockchainCloud_client.html +++ b/blockchainCloud_client.html @@ -166,6 +166,83 @@ ::-webkit-scrollbar-thumb:hover { background: #555; } + + + /*logs*/ + .sidenav { + position: fixed; + z-index: 1; + top: 84px; + left: 10px; + background: #eee; + overflow-x: hidden; + } + + .w3-sidebar { + height: 100%; + width: auto; + transition: width 2s ease 0s; + -webkit-transition: width 2s; + position: fixed !important; + z-index: 1; + } + + .w3-bar-block .w3-bar-item { + display: block; + padding: 8px 16px; + text-align: left; + border: none; + white-space: normal; + float: none; + outline: 0; + color: #fff; + } + + .w3-large { + font-size: 18px !important; + } + + .bg-black { + background-color: #101010; + } + + .w3-bar-block .w3-bar-item { + display: block; + padding: 8px 16px; + text-align: left; + border: none; + white-space: normal; + float: none; + outline: 0; + color: #fff; + } + + pre { + max-height: 20em; + font-family: monospace; + font-size: 12px; + padding: 2px 5px; + color: #0f0; + background-color: #111; + border: 1px solid #030; + overflow: auto; + margin: 0; + white-space: pre-line; + } + + .w3-xlarge { + font-size: 24px !important; + } + + .w3-teal, + .w3-hover-teal:hover { + color: #fff !important; + } + + user agent stylesheet div { + display: block; + } + @@ -202,6 +279,17 @@ +
+
+
Close
+
Event information log
+                =====================
+            
+
+
+
+ +