PluginProbe
Super RSS Reader – Add attractive RSS Feed Widget / 2.0
Super RSS Reader – Add attractive RSS Feed Widget v2.0
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 / public / srr-css.css

srr-css.css in Super RSS Reader – Add attractive RSS Feed Widget 2.0, at public/srr-css.css

94 lines 1.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /** Tab settings **/
2 .srr-tab-wrap{
3 margin: 5px 0px 10px!important;
4 background: none !important;
5 border: none !important;
6 padding: 0px !important;
7 }
8 .srr-tab-wrap li{
9 list-style: none !important;
10 float: left;
11 background-image: none !important;
12 background-color: #F9F9F9;
13 margin: 5px 5px 0px 0px !important;
14 padding: 3px!important;
15 border: 1px solid #CCCCCC;
16 cursor: pointer;
17 }
18 .srr-active-tab{
19 background: #ccc !important;
20 }
21
22 /** General styling **/
23 .srr-wrap{
24 padding: 0px !important;
25 }
26 .srr-wrap div{
27 left: 0px;
28 right: 0px;
29 }
30 .srr-wrap .srr-item{
31 border-top: 0px;
32 padding: 10px;
33 }
34 .srr-wrap .srr-item:last-child{
35 margin: 0px;
36 }
37
38 /** Styles **/
39
40 /** Grey **/
41 .srr-style-grey{
42 border: 1px solid #dfdfdf;
43 }
44 .srr-style-grey .srr-item{
45 border-bottom: 1px solid #dfdfdf;
46 }
47 .srr-style-grey .even{
48 background-color: #F8F8F8;
49 }
50
51 /** Dark **/
52 .srr-style-dark{
53 background: #000;
54 border: 1px solid #ccc;
55 color: #DDDDDD!important;
56 }
57 .srr-style-dark a{
58 color: #FFFFFF !important;
59 }
60 .srr-style-dark .srr-item{
61 border-color: #333
62 }
63 .srr-style-dark .even{
64 background: #333333;
65 }
66 .srr-tab-style-dark li{
67 border-color: #666666;
68 background: #333;
69 color: #FFFFFF !important;
70 }
71 .srr-tab-style-dark .srr-active-tab{
72 background: #666666!important;
73 }
74
75 /** Clearfix hack **/
76 * html .srr-clearfix{
77 height: 1%;
78 overflow: visible;
79 }
80
81 /* float clearing for IE7 */
82 *+html .srr-clearfix{
83 min-height: 1%;
84 }
85
86 /* float clearing for everyone else */
87 .srr-clearfix:after{
88 clear: both;
89 content: ".";
90 display: block;
91 height: 0;
92 visibility: hidden;
93 font-size: 0;
94 }