Skip to content

Commit 3859e0a

Browse files
committed
stash fix (DO NOT MERGE)
1 parent e8cd1a9 commit 3859e0a

3 files changed

Lines changed: 112 additions & 5 deletions

File tree

config.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,27 @@
11
{
22
"nodeAddr": "localhost",
3-
"gethPort": 9547,
3+
"gethPort": 9545,
44
"startBlock": 0,
55
"endBlock": "latest",
66
"quiet": true,
77
"syncAll": false,
88
"patch": false,
99
"patchBlocks": 100,
1010
"settings": {
11-
"symbol": "ETC",
12-
"name": "Ethereum Classic",
13-
"title": "Ethereum Classic Block Explorer",
14-
"author": "Elaine",
11+
"contact": "mailto:elaine.ou@gmail.com",
12+
"about": "This is an open source Blockchain Explorer.",
13+
"rss": "http://ethereumclassic.org",
14+
"reddit": "https://www.reddit.com/r/EthereumClassic",
15+
"twitter": "https://twitter.com/ethereumclassic",
16+
"linkedin": "https://www.linkedin.com/company/ethereum-classic",
17+
"github": "https://github.com/ethereumproject",
18+
"logo": "/img/esn-explorer-logo.png",
19+
"customCss": "gray.css",
20+
"copyright": "2018 © Gonsmine.",
21+
"symbol": "ESN",
22+
"name": "EtherSocial Network",
23+
"title": "EtherSocial Network Block Explorer",
24+
"author": "gonspool",
1525
"miners": {
1626
"0xe3ec5ebd3e822c972d802a0ee4e0ec080b8237ba": "SejunPool",
1727
"0xc734480388db099cb43fd1c3ed530b39b9d8d567": "GonsPool",

public/css/gray.css

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
.page-prefooter {
2+
background: #5a5a5a;
3+
color: #b4b9b7;
4+
}
5+
6+
.page-prefooter a {
7+
color: #fff;
8+
}
9+
10+
.page-footer {
11+
background: #7d7d7d;
12+
color: #eee;
13+
}
14+
15+
.social-icons li>a {
16+
border-radius: 14px!important;
17+
}
18+
19+
.dashboard-stat2 {
20+
padding: 0px;
21+
}
22+
23+
.dashboard-stat2 .display .icon {
24+
float: left;
25+
padding: 1rem 10px;
26+
}
27+
28+
.dashboard-stat2 .display .icon>i {
29+
font-size: 38px;
30+
color: #98a6c1;
31+
}
32+
33+
.dashboard-stat2 .display .number h3 {
34+
color: #585858;
35+
font-size: 3.2rem;
36+
}
37+
38+
body, h1, h2, h3, h4, h5, h6 {
39+
font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
40+
}
41+
42+
.page-header .page-header-top .page-logo {
43+
width: 450px;
44+
height: 75px;
45+
font-size: 30px;
46+
font-weight: bold;
47+
color: #48525e;
48+
text-shadow: 1px 1px 3px #cccccc;
49+
}
50+
51+
.page-header .page-header-menu, .page-header .page-header-top {
52+
/* background: #33f3ca; /* */
53+
/* background: -moz-linear-gradient(left, #33f3ca 0%, #75baff 50%, #b591ff 100%); /* */
54+
/* background: -webkit-linear-gradient(left, #33f3ca 0%,#75baff 50%,#b591ff 100%); /* */
55+
/* background: linear-gradient(to right, #33f3ca 0%,#75baff 50%,#b591ff 100%); /* */
56+
/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33f3ca', endColorstr='#b591ff',GradientType=1); /* */
57+
background-color: #353535;
58+
}
59+
60+
.page-header .page-header-menu .hor-menu .navbar-nav>li>a {
61+
padding-bottom: 14px;
62+
color: #fff !important;
63+
}
64+
65+
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav>li:hover>a {
66+
color: #fff!important;
67+
background: transparent!important;
68+
}
69+
70+
.page-header .page-header-menu .hor-menu .navbar-nav>li.active>a,
71+
.page-header .page-header-menu .hor-menu .navbar-nav>li.active>a:hover,
72+
.page-header .page-header-menu .hor-menu .navbar-nav>li.current>a,
73+
.page-header .page-header-menu .hor-menu .navbar-nav>li.current>a:hover {
74+
border-bottom: 4px solid #8f9090!important;
75+
}
76+
77+
.page-header .page-header-menu .hor-menu .navbar-nav>li.current>a,
78+
.page-header .page-header-menu .hor-menu .navbar-nav>li>a:hover {
79+
border-bottom: none !important; /* */
80+
}
81+
82+
.page-header .page-header-menu .hor-menu .navbar-nav>li>a {
83+
font-size: 1.6rem;
84+
}
85+
86+
.nav a.btn {
87+
color: white;
88+
}
89+
90+
.page-header .page-header-menu .hor-menu.hor-menu-light .navbar-nav>li .dropdown-menu li:hover>a {
91+
color: #000;
92+
background: #eaeaf2;
93+
}
94+
95+
a.hash, a.account {
96+
font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
97+
}

public/img/esn-explorer-logo.png

7.83 KB
Loading

0 commit comments

Comments
 (0)