wpp.css
55 lines
| 1 | /* |
| 2 | Wordpress Popular Posts plugin stylesheet |
| 3 | Developed by Hector Cabrera |
| 4 | |
| 5 | Use the following classes to style your popular posts list as you like. |
| 6 | */ |
| 7 | |
| 8 | .wpp-list { /* UL element */ |
| 9 | |
| 10 | } |
| 11 | |
| 12 | .wpp-list li { /* LI - post container */ |
| 13 | /*display:inline-block;*/ /* <-- uncommenting this line is recommended when using post thumbnails */ |
| 14 | float:none; |
| 15 | clear:left; |
| 16 | } |
| 17 | |
| 18 | /* title styles */ |
| 19 | .wpp-post-title { |
| 20 | } |
| 21 | |
| 22 | /* thumbnail styles */ |
| 23 | .wpp-thumbnail { |
| 24 | display:inline; |
| 25 | float:left; |
| 26 | margin:0 5px 0 0; |
| 27 | border:none; |
| 28 | } |
| 29 | |
| 30 | /* excerpt styles */ |
| 31 | .wpp-excerpt { |
| 32 | } |
| 33 | |
| 34 | /* Stats tag styles */ |
| 35 | .post-stats { |
| 36 | display:block; |
| 37 | font-size:9px; |
| 38 | font-weight:bold; |
| 39 | } |
| 40 | |
| 41 | .wpp-comments { |
| 42 | } |
| 43 | |
| 44 | .wpp-views { |
| 45 | } |
| 46 | |
| 47 | .wpp-author { |
| 48 | } |
| 49 | |
| 50 | .wpp-date { |
| 51 | } |
| 52 | |
| 53 | /* WP-PostRatings styles */ |
| 54 | .wpp-rating { |
| 55 | } |