From 7059702354cc6a7f79b5e7c572303971c7982d80 Mon Sep 17 00:00:00 2001 From: bauslo <45819550+bauslo@users.noreply.github.com> Date: Tue, 24 Mar 2020 13:25:46 +0100 Subject: [PATCH] mynode_bitcoind_grey.css --- .../static/css/mynode_bitcoind_grey.css | 63 +++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 rootfs/standard/var/www/mynode/static/css/mynode_bitcoind_grey.css diff --git a/rootfs/standard/var/www/mynode/static/css/mynode_bitcoind_grey.css b/rootfs/standard/var/www/mynode/static/css/mynode_bitcoind_grey.css new file mode 100644 index 000000000..68e00b2dc --- /dev/null +++ b/rootfs/standard/var/www/mynode/static/css/mynode_bitcoind_grey.css @@ -0,0 +1,63 @@ +.bitcoind_search { + width: 600px; + margin: auto; + display: table; + padding: 10px; + vertical-align: middle; +} +.bitcoind_search_input { + width: 480px; + font-size: 20px; + vertical-align: middle; +} +.bitcoind_search_button { + width: 100px; + font-size: 16px; + vertical-align: middle; +} +.bitcoind_search_text { + font-size: 12px; + font-style: italic; + color: #888888; +} + +.bitcoind_error_message { + color: #BB4444; + text-align: center; + font-size: 28px; + font-family: Arial, Helvetica, sans-serif; + padding-top: 20px; +} + +.bitcoind_table { + width: 800px; + margin: auto; + text-align: center; + vertical-align: middle; + font-size: 14px; + font-family: Arial, Helvetica, sans-serif; + border-collapse: collapse; +} +.bitcoind_table_header { + font-size: 16px; + background-color: #FFFFFF; + font-weight: bold; + font-family: Arial, Helvetica, sans-serif; +} + +table.bitcoind_table tbody tr:nth-child(odd) td{ + background-color: #cccbff8a; +} +table.bitcoind_table tbody tr:nth-child(even) td{ + background-color: #f1efff; +} + +table.bitcoind_table td { + padding: 10px; + margin: 0px; + border-top:1px solid #0078d4; +} +.bitcoind_dump_contents { + margin: auto; + width: 600px; +}