rss-css.css in Super RSS Reader – Add attractive RSS Feed Widget 0.8, at rss-css.css
| 1 | .title { |
| 2 | font-family: Arial, Helvetica, sans-serif; |
| 3 | font-size: 13px; |
| 4 | font-weight: bold; |
| 5 | color: #222222; |
| 6 | text-decoration: underline; |
| 7 | } |
| 8 | |
| 9 | a:hover { |
| 10 | color: #25D300; |
| 11 | } |
| 12 | |
| 13 | .description { |
| 14 | font-family: Arial, Helvetica, sans-serif; |
| 15 | font-size: 12px; |
| 16 | font-weight: normal; |
| 17 | color: #444444; |
| 18 | text-decoration: none; |
| 19 | } |
| 20 | .date { |
| 21 | font-family: Arial, Helvetica, sans-serif; |
| 22 | font-size: 10px; |
| 23 | font-weight: bold; |
| 24 | color: #666666; |
| 25 | text-decoration: none; |
| 26 | } |
| 27 |