| 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 |
} |