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

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