-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy patheos-voting.css
More file actions
78 lines (69 loc) · 2.39 KB
/
eos-voting.css
File metadata and controls
78 lines (69 loc) · 2.39 KB
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
@import "https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";
@import "https://fonts.googleapis.com/css?family=Roboto:400,500";
* {
/* outline: 1px solid red; */
}
body {
font-family: "Roboto",sans-serif !important;
margin-bottom: 60px; /* Margin bottom by footer height */
background:#1f294c;
}
html {
position: relative;
min-height: 100%;
}
.progress-bar {
border-radius: 100px;
height: 10px;
margin-top: 4px;
}
span.current-value {
padding-left: 6px;
font-size: 14px;
}
.table-striped tbody tr:nth-of-type(odd) {
background:#edf8ff;
}
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
.footer {
margin-top:10px;
}
header {
background:#1f294c;
}
.bg-white {
padding-top:1px;
border-radius: 5px;
background: white;
padding-bottom: 3px;
}
.box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #1f294c; vertical-align: middle; }
.box > .icon:hover > .image { background: #334377; }
.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; margin-top: 19px; }
.box > .icon:hover > .image > i { color: white !important; }
.box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 0 0;min-height: 172px; }
.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
.box > .icon > .info > h3.title { font-family: "Roboto",sans-serif !important; font-size: 16px; color: #222; font-weight: 500; margin-top: 20px;
margin-bottom: 10px; }
.box > .icon > .info > p { font-family: "Roboto",sans-serif !important; font-size: 13px; color: #666; line-height: 1.5em; margin: 10px 20px 20px 20px;}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
.box > .icon > .info > .more a { font-family: "Roboto",sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #6bb9d5; }
.box .space { height: 30px; }
#eos_private_key {
width:300px;
}
.test {
margin: 0 auto;
}
.mr-16 {
margin-right: 16px;
}