PluginProbe
Super RSS Reader – Add attractive RSS Feed Widget / 4.3
Super RSS Reader – Add attractive RSS Feed Widget v4.3
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.3, at public/css/style.css

205 lines 4.1 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-wrap li:hover {
25 opacity: 0.9;
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 .srr-tab-style-none .srr-active-tab{
109 border: 1px solid #888;
110 }
111
112 /** Grey **/
113 .srr-style-grey{
114 border: 1px solid #dfdfdf;
115 }
116 .srr-style-grey .srr-item{
117 border-bottom: 1px solid #dfdfdf;
118 }
119 .srr-style-grey .srr-stripe{
120 background-color: #F8F8F8;
121 }
122 .srr-tab-style-grey .srr-active-tab{
123 border-color: #666666!important;
124 }
125
126 /** Dark **/
127 .srr-style-dark{
128 background: #000;
129 border: 1px solid #ccc;
130 color: #DDDDDD!important;
131 }
132 .srr-style-dark a{
133 color: #FFFFFF !important;
134 }
135 .srr-style-dark .srr-item{
136 border-color: #333
137 }
138 .srr-style-dark .srr-stripe{
139 background: #333333;
140 }
141 .srr-tab-style-dark li{
142 border-color: #666666;
143 background: #333;
144 color: #FFFFFF !important;
145 }
146 .srr-tab-style-dark .srr-active-tab{
147 background: #666666!important;
148 }
149
150 /** Orange **/
151 .srr-style-orange{
152 border: 2px solid #FF9900;
153 -webkit-border-radius: 5px;
154 border-radius: 5px;
155 -webkit-box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
156 box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
157 }
158 .srr-style-orange .srr-item{
159 border-bottom: 1px solid #FF9900;
160 }
161 .srr-tab-style-orange li{
162 border-color: #FF9900;
163 background: #FFF8EC;
164 color: #333333 !important;
165 }
166 .srr-tab-style-orange .srr-active-tab{
167 background: #FF9900!important;
168 color: #FFFFFF !important;
169 }
170 .srr-style-orange .srr-thumb img{
171 border-radius: 5px;
172 }
173
174 /** Simple modern **/
175 .srr-style-smodern{
176 border: 0;
177 }
178 .srr-style-smodern .srr-item{
179 border-radius: 10px;
180 border: 0;
181 }
182 .srr-style-smodern:hover .srr-item{
183 opacity: 0.3;
184 }
185 .srr-style-smodern .srr-item:hover{
186 opacity: 1;
187 }
188 .srr-tab-style-smodern .srr-active-tab{
189 color: #000 !important;
190 background: #fff !important;
191 box-shadow: inset 0 0 5px #747474;
192 }
193 .srr-style-smodern .srr-stripe{
194 background: #f8f8f8;
195 }
196
197 /* float clearing for everyone else */
198 .srr-clearfix:after{
199 clear: both;
200 content: ".";
201 display: block;
202 height: 0;
203 visibility: hidden;
204 font-size: 0;
205 }