forked from bancorprotocol/vote.liquideos.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheos-voting.css
More file actions
executable file
·105 lines (91 loc) · 2.72 KB
/
eos-voting.css
File metadata and controls
executable file
·105 lines (91 loc) · 2.72 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
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
@import "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";
@import "//fonts.googleapis.com/css?family=Roboto:400,500";
body {
font-family: 'lato';
}
.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;
}
header {
background:#1f294c;
}
body {
background:#1f294c;
}
.bg-white {
padding-top:1px;
border-radius: 5px;
background: white;
padding-bottom: 3px;
}
.btn-primary {
background:#6bb9d5;
border-color: #6bb9d5;
color:white;
}
.btn-primary:hover {
background-color:#5da1ba;
}
.web-interface-title {
margin-top: 16px;
margin-bottom: 16px;
}
.btn {
outline: none;
}
.voting-option {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 16px;
border-radius: 2px;
border: 1px solid #e0e0e0;
background: rgba(0, 0, 0, 0.04);
text-align: left;
margin-left: 16px;
margin-top: 16px;
}
.alert-voting-option {
text-align: left;
}
.btn-windows {
background: #03A9F4;
border: none;
margin-left: 16px;
margin-right: 16px;
}
.btn-mac {
background: #969696;
border: none;
}
.btn-github {
background: black;
border: none;
}
.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: 22px; }
.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 10px 0;min-height: 220px; }
.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: 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; }
.download-panel{
text-align: center;
margin: 10px;
width: 100%;
}