PluginProbe
Super RSS Reader – Add attractive RSS Feed Widget / 0.8
Super RSS Reader – Add attractive RSS Feed Widget v0.8
trunk 0.8 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 3.0 3.1 3.2 4.0 4.0.1 4.1 4.2 4.3 4.4 4.4.1 4.5 4.6 4.7 4.8 All 33 releases
super-rss-reader / rss-css.css

rss-css.css in Super RSS Reader – Add attractive RSS Feed Widget 0.8, at rss-css.css

27 lines 487 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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