PluginProbe
WP-Polls / 2.11
WP-Polls v2.11
3.0.2 3.0.1 trunk 1.00 2.02a 2.03 2.04 2.05 2.06 2.06a 2.06b 2.10 2.11 2.12 2.13 2.14 2.20 2.21 2.30 2.31 2.40 2.50 2.64 2.65 2.66 All 54 releases
wp-polls / polls / polls-css.css

polls-css.css in WP-Polls 2.11, at polls/polls-css.css

37 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
2 +----------------------------------------------------------------+
3 | |
4 | WordPress 2.0 Plugin: WP-Polls 2.11 |
5 | Copyright (c) 2006 Lester "GaMerZ" Chan |
6 | |
7 | File Written By: |
8 | - Lester "GaMerZ" Chan |
9 | - http://www.lesterchan.net |
10 | |
11 | File Information: |
12 | - Polls CSS File |
13 | - wp-content/plugins/polls/polls-css.css |
14 | |
15 +----------------------------------------------------------------+
16 */
17
18
19 .wp-polls ul li, wp-polls-ul li, .wp-polls-ans ul li, .post ul li, .post li {
20 text-align: left;
21 list-style: none;
22 }
23 .wp-polls ul li:before, wp-polls-ul li, .wp-polls-ans ul li:before, #sidebar ul ul li:before {
24 content: '';
25 }
26 .wp-polls-ans {
27 width:100%;
28 filter: alpha(opacity=100);
29 -moz-opacity: 1;
30 opacity: 1;
31 /* background-color: #ffffff; */
32 }
33 .wp-polls-loading {
34 display: none;
35 text-align: center;
36 height: 16px;
37 }