This repository has been archived by the owner on Jun 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
custom.css
162 lines (150 loc) · 2.96 KB
/
custom.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
body {
margin-bottom: 60px;
}
html {
position: relative;
min-height: 100%;
}
.navbar-brand {
color: #ffbe00 !important;
font-weight: bold;
padding: 0;
margin-bottom: -6px;
}
.navbar-brand:hover {
color: #fff !important;
}
.navbar-brand img {
height: 32px;
position: relative;
top: -4px;
}
nav .nav-item img {
height: 1.2rem;
}
@font-face {
font-family: 'icomoon';
src: url('graphics/icons/icomoon.eot?57lj0l');
src: url('graphics/icons/icomoon.eot?57lj0l#iefix') format('embedded-opentype'),
url('graphics/icons/icomoon.ttf?57lj0l') format('truetype'),
url('graphics/icons/icomoon.woff?57lj0l') format('woff'),
url('graphics/icons/icomoon.svg?57lj0l#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-pencil2:before {
content: "\e906";
}
.icon-file-text2:before {
content: "\e926";
}
.icon-database:before {
content: "\e964";
}
.icon-users:before {
content: "\e972";
}
.icon-user-tie:before {
content: "\e976";
}
.icon-spinner11:before {
content: "\e984";
}
.icon-search:before {
content: "\e986";
}
.icon-cog:before {
content: "\e994";
}
.icon-stats-dots:before {
content: "\e99b";
}
.icon-bin:before {
content: "\e9ac";
}
.icon-power-cord:before {
content: "\e9b7";
}
.icon-point-right:before {
content: "\ea04";
}
.icon-cross:before {
content: "\ea0f";
}
.icon-play3:before {
content: "\ea1c";
}
.icon-pause2:before {
content: "\ea1d";
}
.icon-circle-up:before {
content: "\ea41";
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
line-height: 60px;
background-color: #f5f5f5;
text-align: center;
}
.navbar li {
margin: 0 20px;
}
#auto-clear {
margin-top: 0.2rem;
}
#auto-clear label {
margin-top: 0.4rem;
}
#recent-blocks-table tbody tr.table-new {
visibility: hidden;
opacity: 0;
}
#recent-blocks-table tbody tr.table-success a {
color: #fff;
}
#recent-blocks-table tbody tr.table-success td {
border: 1px solid #8bbf9f;
}
#recent-blocks-table tbody tr {
visibility: visible;
opacity: 1;
transition: visibility 0s, opacity 0.5s linear;
}
#back-to-top {
position: fixed;
bottom: -50px;
left: -150px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}
#back-to-top.showing {
bottom: 2rem;
left: 2rem;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}
#reset-node-address, #validators-page, #apps-page, #infra-providers-page, #about-block-page, #about-account-page {
display: none;
}
#about-block-page table tbody tr td, #modal-about-block table tbody tr td {
word-wrap: break-word;
max-width: 777px;
}