PluginProbe
Super RSS Reader – Add attractive RSS Feed Widget / 4.0
Super RSS Reader – Add attractive RSS Feed Widget v4.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 / css / style.css

style.css in Super RSS Reader – Add attractive RSS Feed Widget 4.0, at public/css/style.css

199 lines 3.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Super RSS Reader - Styles file
3 * Version: 1.6
4 *
5 **/
6
7 /** Tab settings **/
8 .srr-tab-wrap{
9 margin: 0 0px 1em 0!important;
10 background: none !important;
11 border: none !important;
12 padding: 0px !important;
13 }
14 .srr-tab-wrap li{
15 list-style: none !important;
16 float: left;
17 background-image: none !important;
18 margin: 5px 5px 0px 0px !important;
19 padding: 3px 10px!important;
20 border-radius: 3px;
21 border: 1px solid #ccc;
22 cursor: pointer;
23 }
24 .srr-tab-style-none .srr-active-tab{
25 border: 1px solid #888;
26 }
27
28 /** General styling **/
29 .srr-main {
30 margin-bottom: 1em;
31 }
32 .srr-main:last-child{
33 margin-bottom: 0;
34 }
35 .srr-wrap{
36 padding: 0px !important;
37 max-width: 100%;
38 min-width: 100% !important;
39 }
40 .srr-wrap div{
41 left: 0px;
42 right: 0px;
43 }
44 .srr-wrap .srr-item{
45 border-top: 0px;
46 padding: 10px;
47 }
48 .srr-wrap .srr-item:last-child{
49 margin: 0px;
50 }
51 .srr-wrap .srr-item > div > *{
52 margin-bottom: 0.5em !important;
53 }
54 .srr-wrap .srr-item > div > *:first-child {
55 margin-top: 0;
56 }
57 .srr-wrap .srr-title, .srr-wrap .srr-meta{
58 line-height: 150%;
59 }
60 .srr-wrap .srr-thumb{
61 position: relative;
62 display: inline-block;
63 width: 64px;
64 margin-top: 0.5em;
65 margin-bottom: 0.5em;
66 overflow: hidden;
67 }
68 .srr-thumb img{
69 position: absolute;
70 left: 50%;
71 top: 50%;
72 width: 100%;
73 height: 100%;
74 max-width: none;
75 max-height: none;
76 transform: translate(-50%,-50%);
77 object-fit: cover;
78 }
79 .srr-thumb.srr-thumb-align_left{
80 float: left;
81 margin-right: 1em;
82 }
83 .srr-thumb.srr-thumb-align_right{
84 float: right;
85 margin-left: 1em;
86 }
87 .srr-thumb.srr-thumb-cover{
88 float: none;
89 width: 100% !important;
90 }
91 .srr-wrap .srr-summary p:last-child {
92 margin-bottom: 0;
93 }
94 .srr-wrap .srr-summary img {
95 width: 100%;
96 margin: 0 0 1em 0;
97 }
98 .srr-wrap .srr-summary a{
99 margin: 0 !important;
100 }
101
102 /** Styles **/
103
104 /** None **/
105 .srr-style-none .srr-item{
106 padding: 0 0 20px 0 !important;
107 }
108
109 /** Grey **/
110 .srr-style-grey{
111 border: 1px solid #dfdfdf;
112 }
113 .srr-style-grey .srr-item{
114 border-bottom: 1px solid #dfdfdf;
115 }
116 .srr-style-grey .srr-stripe{
117 background-color: #F8F8F8;
118 }
119
120 /** Dark **/
121 .srr-style-dark{
122 background: #000;
123 border: 1px solid #ccc;
124 color: #DDDDDD!important;
125 }
126 .srr-style-dark a{
127 color: #FFFFFF !important;
128 }
129 .srr-style-dark .srr-item{
130 border-color: #333
131 }
132 .srr-style-dark .srr-stripe{
133 background: #333333;
134 }
135 .srr-tab-style-dark li{
136 border-color: #666666;
137 background: #333;
138 color: #FFFFFF !important;
139 }
140 .srr-tab-style-dark .srr-active-tab{
141 background: #666666!important;
142 }
143
144 /** Orange **/
145 .srr-style-orange{
146 border: 2px solid #FF9900;
147 -webkit-border-radius: 5px;
148 border-radius: 5px;
149 -webkit-box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
150 box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
151 }
152 .srr-style-orange .srr-item{
153 border-bottom: 1px solid #FF9900;
154 }
155 .srr-tab-style-orange li{
156 border-color: #FF9900;
157 background: #FFF8EC;
158 color: #333333 !important;
159 }
160 .srr-tab-style-orange .srr-active-tab{
161 background: #FF9900!important;
162 color: #FFFFFF !important;
163 }
164 .srr-style-orange .srr-thumb img{
165 border-radius: 5px;
166 }
167
168 /** Simple modern **/
169 .srr-style-smodern{
170 border: 0;
171 }
172 .srr-style-smodern .srr-item{
173 border-radius: 10px;
174 border: 0;
175 }
176 .srr-style-smodern:hover .srr-item{
177 opacity: 0.3;
178 }
179 .srr-style-smodern .srr-item:hover{
180 opacity: 1;
181 }
182 .srr-tab-style-smodern .srr-active-tab{
183 color: #000 !important;
184 background: #fff !important;
185 box-shadow: inset 0 0 5px #747474;
186 }
187 .srr-style-smodern .srr-stripe{
188 background: #f8f8f8;
189 }
190
191 /* float clearing for everyone else */
192 .srr-clearfix:after{
193 clear: both;
194 content: ".";
195 display: block;
196 height: 0;
197 visibility: hidden;
198 font-size: 0;
199 }