forked from lesterchan/wp-polls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpolls-css.css
155 lines (151 loc) · 3.93 KB
/
polls-css.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
/*
+----------------------------------------------------------------+
| |
| WordPress Plugin: WP-Polls |
| Copyright (c) 2012 Lester "GaMerZ" Chan |
| |
| File Written By: |
| - Lester "GaMerZ" Chan |
| - http://lesterchan.net |
| |
| File Information: |
| - Polls CSS File |
| - wp-content/plugins/fair-polls/polls-css.css |
| |
+----------------------------------------------------------------+
*/
.fair-polls {
/* background-color: #ffffff; */
border: 0px dashed rgb(150, 150, 150);
padding: 1.5em;
background-color: rgb(247, 244, 227);
border-radius: 4px 4px 4px 4px;
box-shadow: 0px 0.15em 0.35em 0px rgba(0, 0, 0, 0.2);
}
.fair-polls-archive {
/* background-color: #ffffff; */
border: 0px;
padding: 0em;
background-color: rgb(255, 255, 255);
border-radius: 0px 0px 0px 0px;
box-shadow: none;
}
.fair-polls h5 {
margin: 0px;
font-size: 135%;
}
.fair-polls h5 small {
color: rgb(39, 39, 39);
}
.fair-polls input.submit, .fair-polls input.disabled {
padding: 5px;
font-weight: 600;
margin-bottom: 0px;
}
.fair-polls ul li, .fair-polls-ul li, .fair-polls-ans ul li {
text-align: left;
background-image: none;
display: block;
}
.fair-polls ul, .fair-polls-ul, .fair-polls-ans ul {
text-align: left;
list-style: none;
float: none;
}
.fair-polls ul li:before, .fair-polls-ans ul li:before, #sidebar ul ul li:before {
content: '';
}
.fair-polls IMG, .fair-polls LABEL , .fair-polls INPUT, .fair-polls-loading IMG, .fair-polls-image IMG {
display: inline;
border: 0px;
padding: 0px;
margin: 0px;
}
.fair-polls-ul {
padding: 0px;
margin: 0px 0px 10px 10px;
}
.fair-polls-ans {
width:100%;
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
/* background-color: #ffffff; */
}
.fair-polls-loading {
display: none;
text-align: center;
height: 16px;
line-height: 16px;
}
.fair-polls-image {
border: 0px;
}
.fair-polls .Buttons {
border:1px solid #c8c8c8;
background-color: #f3f6f8;
}
/* Polls Archive Paging */
.fair-polls-paging a, .fair-polls-paging a:link {
padding: 2px 4px 2px 4px;
margin: 2px;
text-decoration: none;
border: 1px solid #0066cc;
color: #0066cc;
background-color: #FFFFFF;
}
.fair-polls-paging a:visited {
padding: 2px 4px 2px 4px;
margin: 2px;
text-decoration: none;
border: 1px solid #0066cc;
color: #0066cc;
background-color: #FFFFFF;
}
.fair-polls-paging a:hover {
border: 1px solid #000000;
color: #000000;
background-color: #FFFFFF;
}
.fair-polls-paging a:active {
padding: 2px 4px 2px 4px;
margin: 2px;
text-decoration: none;
border: 1px solid #0066cc;
color: #0066cc;
background-color: #FFFFFF;
}
.fair-polls-paging span.pages {
padding: 2px 4px 2px 4px;
margin: 2px 2px 2px 2px;
color: #000000;
border: 1px solid #000000;
background-color: #FFFFFF;
}
.fair-polls-paging span.current {
padding: 2px 4px 2px 4px;
margin: 2px;
font-weight: bold;
border: 1px solid #000000;
color: #000000;
background-color: #FFFFFF;
}
.fair-polls-paging span.extend {
padding: 2px 4px 2px 4px;
margin: 2px;
border: 1px solid #000000;
color: #000000;
background-color: #FFFFFF;
}
.fair-polls-ul li:nth-child(01) .pollbar{ background: rgb(150, 190, 0)}
.fair-polls-ul li:nth-child(02) .pollbar{ background:#eee001}
.fair-polls-ul li:nth-child(03) .pollbar{ background:#d63f4a} /* ff8a3b */
.fair-polls-ul li:nth-child(04) .pollbar{ background:#333}
.fair-polls-ul li:nth-child(05) .pollbar{ background:#4ebbff}
.fair-polls-ul li:nth-child(06) .pollbar{ background:#fbca54}
.fair-polls-ul li:nth-child(07) .pollbar{ background:#aad34f}
.fair-polls-ul li:nth-child(08) .pollbar{ background:#66cc9a}
.fair-polls-ul li:nth-child(09) .pollbar{ background:#98CBCB}
.fair-polls-ul li:nth-child(10) .pollbar{ background:#a67c52}
.fair-polls-ul li .pollbar{ transition: background 0.7s ease-in-out }
.fair-polls-ul li .pollbar:hover{ background:#8FA0C5 }