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

style-widget.css in Super RSS Reader – Add attractive RSS Feed Widget 4.7, at admin/css/style-widget.css

244 lines 4.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .srr_settings h4{
2 border-bottom: 1px solid #DFDFDF;
3 margin: 15px 0 10px 0;
4 padding: 0 0 10px 0;
5 font-size: 14px;
6 }
7 .srr_settings td {
8 padding: 5px 0;
9 }
10 .srr_small_text{
11 font-size: 11px;
12 color: #666666;
13 }
14
15 .srr_row{
16 display: flex;
17 flex-wrap: nowrap;
18 padding: 10px 0;
19 }
20 .srr_label{
21 width: 50%;
22 padding-right: 15px;
23 box-sizing: border-box;
24 }
25 .srr_label.srr_sm{
26 width: 30%
27 }
28 .srr_label.srr_xsm{
29 width: 20%
30 }
31 .srr_field{
32 flex: 1;
33 }
34
35 .srr_tab_list {
36 display: flex;
37 background: #f7f7f7;
38 margin: 15px -15px;
39 padding: 0 15px;
40 border-top: 1px solid #dfdfdf;
41 }
42 .srr_tab_list li{
43 margin: 0 !important;
44 list-style: none;
45 }
46 .srr_tab_list a{
47 padding: 10px 15px;
48 text-decoration: none;
49 border-bottom: 3px solid transparent;
50 display: inline-block;
51 }
52 .srr_tab_list a.active{
53 border-bottom-color: inherit;
54 }
55 .srr_tab_list a:hover{
56 border-bottom-color: #dfdfdf;
57 }
58 .srr_settings > section{
59 display: none;
60 }
61 .srr_settings > section.active{
62 display: block;
63 }
64
65
66 .srr_tt{
67 position: relative;
68 display: inline-block;
69 margin-left: 5px;
70 cursor: help;
71 }
72 .srr_tt:hover, .srr_tt:focus{
73 color: #000;
74 }
75 .srr_tt:hover .srr_tt_text, .srr_tt:focus .srr_tt_text{
76 display: block;
77 }
78 .srr_tt_text{
79 display: none;
80 width: 300px;
81 position: absolute;
82 top: 0;
83 left: 30px;
84 }
85 .srr_tt > .srr_tt_text span {
86 background: #333;
87 color: #fff;
88 padding: 5px 10px;
89 border-radius: 3px;
90 box-shadow: 0 0 4px 0px rgb(0 0 0 / 0.5);
91 display: inline-block;
92 }
93
94
95 .srr_note{
96 border: 1px solid #FFD893;
97 padding: 10px;
98 background: #FFFEDA;
99 margin: 10px 0 0;
100 display: block;
101 border-radius: 3px;
102 }
103 .srr_survey p {
104 border: 1px solid #dfdfdf;
105 padding: 15px;
106 font-size: 12px;
107 background: #fffbe8;
108 margin: 0 -15px;
109 border-width: 1px 0;
110 }
111 .srr_survey p span{
112 background: #ffe660;
113 padding: 2px 5px;
114 border-radius: 3px;
115 margin: 0 5px 0 0;
116 }
117 .srr_survey .button-primary{
118 float: right;
119 margin: 10px 0 0 10px;
120 }
121 .srr_info{
122 border: 1px solid #dfdfdf;
123 margin: 0 0 15px 0;
124 padding: 10px 15px;
125 background: #fafafa;
126 border-radius: 5px;
127 }
128 .srr_info p{
129 margin: 0;
130 }
131 .srr_info a{
132 text-decoration: none;
133 }
134 .srr_info a:hover {
135 text-decoration: underline;
136 }
137
138 .srr_pro {
139 border: 1px solid #ffd700;
140 margin: 15px 0 10px 0;
141 padding: 10px 15px;
142 background: #fffdf0;
143 color: #011936;
144 border-radius: 5px;
145 }
146 .srr_pro_label {
147 background: gold;
148 font-weight: bold;
149 font-style: italic;
150 padding: 5px 7px;
151 border-radius: 5px;
152 display: inline-block;
153 margin: 0.25em 10px 0 0;
154 }
155 .srr_pro_intro {
156 display: flex;
157 flex-wrap: nowrap;
158 cursor: pointer;
159 margin: -10px -15px;
160 padding: 10px 15px;
161 }
162 .srr_pro_intro:hover {
163 box-shadow: 0 0 4px 0px #FFC107;
164 position: relative;
165 }
166 .srr_pro_intro > p {
167 margin: 0 0 0 5px;
168 flex-basis: 100%;
169 }
170 .srr_pro_intro > p span{
171 font-style: italic;
172 }
173 .srr_pro_intro.srr_pro_expand .srr_pro_more{
174 transform: rotate(180deg);
175 }
176 .srr_pro_intro.srr_pro_expand {
177 border-bottom: 1px dashed #ece9a5;
178 }
179
180 .srr_pro_details {
181 display: none;
182 margin: 0 0 0 35px;
183 padding-top: 10px;
184 }
185 .srr_pro_features {
186 margin: 20px 0;
187 }
188 .srr_pro_features li {
189 margin: 0 0 15px 20px;
190 position: relative;
191 font-weight: bold;
192 list-style: none;
193 }
194 .srr_pro_features li:before{
195 font-family: Dashicons;
196 content: "\f147";
197 font-size: 20px;
198 position: absolute;
199 top: -4px;
200 left: -25px;
201 color: lightseagreen;
202 }
203 .srr_pro_features li span{
204 font-weight: normal;
205 font-style: italic;
206 }
207 .srr_pro_details .button-primary{
208 background: #009688;
209 border-color: #026f65;
210 margin-right: 5px;
211 }
212
213 .srr_pro_tag {
214 font-size: 10px;
215 padding: 2px 3px;
216 background: #f0f0f1;
217 margin: 0 0 0 5px;
218 border-radius: 3px;
219 }
220 .srr_row .srr_pro_tag {
221 background: gold;
222 color: #011936;
223 font-weight: bold;
224 font-style: italic;
225 text-decoration: none;
226 }
227 .srr_row .srr_pro_tag:hover {
228 background: rgb(116, 98, 0);
229 color: #fff;
230 }
231
232 .srr_pro_sec > p{
233 font-size: 12px;
234 }
235 .srr_pro_sec > div{
236 user-select: none;
237 opacity: 0.8;
238 }
239
240 div[id*="super_rss_reader"] .widget-title h3 {
241 background-image: url(../images/super-rss-reader-sm.png);
242 background-position: right;
243 background-repeat: no-repeat;
244 }