PluginProbe
FeedWordPress / 2020.0118
FeedWordPress v2020.0118
trunk 0.8 0.9 0.91 0.95 0.96 0.97 0.98 0.981 0.99 0.991 0.992 0.993 2008.1030 2008.1101 2008.1105 2008.1214 2009.0612 2009.0613 2009.0618 2009.0707 2009.1111 2009.1112 2010.0127 2010.0528 All 65 releases
feedwordpress / feedwordpress-elements.css

feedwordpress-elements.css in FeedWordPress 2020.0118, at feedwordpress-elements.css

474 lines 11.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Category widget */
2 .feedwordpress-category-div .tabs-panel {
3 height: 200px;
4 overflow: auto;
5 border: 1px solid #DFDFDF;
6 margin-left: 126px;
7 }
8 .feedwordpress-category-div ul.category-tabs {
9 float: left;
10 margin: 0 -120px 0 5px;
11 padding: 0;
12 text-align: right;
13 width: 120px;
14 }
15 .feedwordpress-category-div ul.category-tabs li.tabs {
16 display: block;
17 border-radius: 3px 0 0 3px;
18 border-color: #DFDFDF;
19 border-style: solid none solid solid;
20 border-width: 1px 0 1px 1px;
21 margin-right: -1px;
22 padding: 8px;
23 background-color: #F1F1F1;
24 }
25
26 .feedwordpress-category-div ul.categorychecklist ul {
27 margin-left: 18px;
28 }
29 .feedwordpress-category-div ul.category-tabs a {
30 color: #333333;
31 font-weight: bold;
32 text-decoration: none;
33 }
34
35 /* Common settings page elements */
36 #fwpfs-container {
37 margin:11px 12px 0;
38 min-width: 130px;
39 position:relative;
40 }
41 #fwpfs-container .subsubsub {
42 float: none !important;
43 }
44 .tablenav p.submit {
45 margin: 0px;
46 padding: 0px;
47 }
48 .fwpfs {
49 color: #dddddd !important; background-color: #333 !important;
50 background-color: #797979;
51 border-color:#777777 #777777 #666666 !important;
52 border-radius: 12px;
53 -moz-border-radius: 12px;
54 -webkit-border-radius: 12px;
55 -khtml-border-radius: 12px;
56 border-style:solid;
57 border-width:1px;
58 line-height:15px;
59 padding:3px 30px 4px 12px;
60 }
61 .fwpfs.slide-down {
62 border-bottom-color: #626262;
63 border-top-left-radius: 12px; border-top-right-radius: 12px;
64 border-bottom-left-radius: 0; border-bottom-right-radius: 0;
65 -webkit-border-top-left-radius: 12px; -webkit-border-top-right-radius: 12px;
66 -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0;
67 -khtml-border-top-left-radius: 12px; -khtml-border-top-right-radius: 12px;
68 -khtml-border-bottom-left-radius: 0; -khtml-border-bottom-right-radius: 0;
69 -moz-border-radius-topleft:12px; -moz-border-radius-topright:12px;
70 -moz-border-radius-bottomleft:0; -moz-border-radius-bottomright:0;
71 border-bottom-style:solid;
72 border-bottom-width:1px;
73 }
74
75 .current-setting {
76 display: block;
77 font-size: smaller;
78 margin-left: 2.0em;
79 font-size: smaller;
80 }
81 .twofer tr td h4 {
82 margin-top: 0px;
83 margin-bottom: 3px;
84 }
85 ul.current-setting {
86 list-style: disc outside;
87 padding-left: 2.0em;
88 }
89
90 /* Switchfeed interface elements */
91
92 #feed-finder form {
93 padding-bottom: 2.0em;
94 border-bottom: 1px dashed #333;
95 margin-bottom: 2.0em;
96 }
97 #feed-finder form.multi .inside {
98 margin-left: 1.0em;
99 border-left: 3px solid #333;
100 padding-left: 2.0em;
101 }
102
103 #feed-finder form fieldset {
104 clear: both;
105 border: 1px solid #777;
106 padding: 5px 25px;
107 background-color: #fff;
108 border-radius: 5px;
109 -moz-border-radius: 5px;
110 -khtml-border-radius: 5px;
111 -webkit-border-radius: 5px;
112 }
113 #feed-finder form fieldset.alt {
114 background-color: #eee;
115 }
116 #feed-finder form fieldset.current {
117 background-color: #efe;
118 }
119 #feed-finder form fieldset.current legend {
120 background-color: #7f7;
121 }
122 #feed-finder form fieldset legend {
123 border-left: 1px solid #777;
124 border-right: 1px solid #777;
125 border-top: 1px solid #777;
126 border-bottom: 1px solid #777;
127 border-radius: 5px;
128 -moz-border-radius: 5px;
129 -khtml-border-radius: 5px;
130 -webkit-border-radius: 5px;
131 background-color: #7FF;
132 padding: 3px 10px;
133 font-weight: bold;
134 }
135 #feed-finder form fieldset label {
136 font-weight: bold;
137 }
138 #feed-finder form fieldset div.submit {
139 clear: both;
140 text-align: left;
141 }
142 #feed-finder form fieldset div.submit input {
143 margin-right: 3.0em;
144 }
145
146 #feed-finder .feed-sample {
147 float: right;
148 background-color: #D0D0D0;
149 color: black;
150 width: 45%;
151 font-size: 70%;
152 border-left: 1px dotted #A0A0A0;
153 margin-left: 1.0em;
154 padding: 3px;
155 max-height: 200px;
156 overflow: auto;
157 }
158 #feed-finder .feed-sample p, .feed-sample h3 {
159 padding-left: 0.5em;
160 padding-right: 0.5em;
161 }
162 #feed-finder .feed-sample .feed-problem {
163 background-color: #ffd0d0;
164 border-bottom: 1px dotted black;
165 padding-bottom: 0.5em;
166 margin-bottom: 0.5em;
167 }
168
169 table.edit-form { width: 100%; }
170 table.edit-form th { width: 27%; vertical-align: top; text-align: right; padding: 0.5em; }
171 table.edit-form th .setting-description { font-weight: normal; font-size: smaller; font-style: italic; }
172
173 table.edit-form td { width: 73%; vertical-align: top; padding: 0.5em; }
174 table.edit-form td ul.options { margin: 0; padding: 0; list-style: none; }
175 table.edit-form td ul.options.compact li { display: inline; margin-left: 3.0em; white-space: nowrap; }
176 table.edit-form.narrow th { width: 15%; }
177 table.edit-form.narrow td { width: 85%; }
178 table.edit-form td p { margin-top: 0px; }
179
180 table.twofer { width: 100%; border: none; }
181 table.twofer tr { vertical-align: top; }
182 table.twofer td.equals.first { width: 49% !important; border-right: 1px dotted #777; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 10px; }
183 table.twofer td.equals.second { width: 49% !important; padding-top: 0px; padding-bottom: 0px; padding-left: 10px; padding-right: 0px; }
184
185 table.twofer td.active { color: black; background-color: #cfc; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; }
186 table.twofer td.inactive { color: #333; }
187 table.twofer td.equals.first.active { border-right: none; }
188 table.twofer td.equals.first.inactive { border-right: none; }
189
190 table.twofer td.primary { width: 69%; border-right: 1px dotted #777; padding-right: 10px; }
191 table.twofer td.secondary { padding-left: 10px; width: 30%; }
192
193 #add-multiple-uri, #upload-opml {
194 float: right;
195 position: relative;
196 width: 50%;
197 background-color: #cfc;
198 padding-left: 1.0em; padding-right: 1.0em;
199 padding-top: 0.5em; padding-bottom: 0.5em;
200 right: 0;
201 top: auto;
202 }
203 #add-multiple-uri textarea {
204 width: 100%;
205 margin-top: 0.5em;
206 }
207 #add-multiple-uri h4 {
208 margin-bottom: 2px;
209 margin-top: 0px;
210 border-bottom: 1px dotted black;
211 }
212
213 #dashboard-widgets #feedwordpress_dashboard h4 {
214 color: #777777;
215 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
216 font-size: 13px;
217 font-style: italic;
218 font-weight: normal;
219
220 margin: 0px;
221
222 border-bottom: 1px solid #ececec;
223
224 padding-left: 15px;
225 padding-top: 10px;
226 padding-bottom: 5px;
227 padding-right: 0px;
228 }
229
230 #feedwordpress_dashboard .feedwordpress-stats {
231 width: 49%;
232 }
233 #feedwordpress_dashboard .feedwordpress-stats table {
234 margin-top: 5px;
235 margin-left: 15px;
236 }
237 #feedwordpress_dashboard .feedwordpress-actions ul.options {
238 margin-left: 15px !important;
239 margin-top: 5px !important;
240 }
241
242 #feedwordpress_dashboard .feedwordpress-actions {
243 width: 49%;
244 float: right;
245 }
246 #feedwordpress_dashboard td.b {
247 padding-right: 12px;
248 }
249 #feedwordpress_dashboard td.b a {
250 font-size: 18px;
251 }
252
253 #feedwordpress_dashboard td.t.active a:link,
254 #feedwordpress_dashboard td.t.active a:visited {
255 color: green;
256 }
257 #feedwordpress_dashboard td.t.inactive a:link,
258 #feedwordpress_dashboard td.t.inactive a:visited {
259 color: red;
260 }
261
262 #feedwordpress_dashboard #add-single-uri {
263 clear: both;
264 margin-top: 15px;
265 }
266
267 #feedwordpress_dashboard #add-single-uri #syndicated-links {
268 border-top: 1px solid #ececec;
269 width: 49%;
270 }
271 #feedwordpress_dashboard #add-single-uri #syndicated-links .container {
272 margin-top: 5px;
273 margin-left: 15px;
274 }
275
276 #feedwordpress_dashboard #add-single-uri #check-for-updates {
277 border-top: 1px solid #ececec;
278 float: right;
279 text-align: left;
280 width: 49%;
281 }
282 #feedwordpress_dashboard #add-single-uri #check-for-updates .container {
283 margin-top: 5px;
284 margin-left: 15px;
285 }
286 #multiadd-status {
287 position: absolute;
288 padding: 10px;
289 background-color: #ecec70;
290 border-radius: 10px;
291 -moz-border-radius: 10px;
292 -webkit-border-radius: 10px;
293 -khtml-border-radius: 10px;
294 opacity: 0.85;
295 top: auto;
296 left: 45%;
297 right: auto;
298 bottom: -5px;
299 }
300 #multiadd-form {
301 position: relative;
302 padding-bottom: 3.0em;
303 }
304 #multiadd-status img {
305 vertical-align: middle;
306 }
307 #multiadd-list {
308 border-top: 1px dotted black;
309 padding-top: 5px;
310 padding-bottom: 5px;
311 border-bottom: 1px dotted black;
312 }
313 #multiadd-buttons {
314 position: absolute;
315 bottom: 0px;
316 margin-top: 15px;
317 margin-left: 15px;
318 }
319
320 .feedwordpress-admin {
321 position: relative;
322 }
323 .feedwordpress-admin .submit { position: relative; z-index: 40; }
324
325 #feedwordpress-admin-syndication .heads-up {
326 background-color: #d0d0d0;
327 color: black;
328 padding: 1.0em;
329 margin: 0.5em 4.0em !important;
330 }
331 #feedwordpress-admin-syndication .update-form.with-donation {
332 margin-right: 50%;
333 min-height: 355px;
334 }
335 #feedwordpress-admin-syndication .donation-form,
336 #feedwordpress-admin-syndication .donation-thanks {
337 background-color: #ffffcc;
338 text-align: left;
339 padding: 0.5em 0.5em;
340 border-left: thin dashed #777777;
341 font-size: 70%;
342 position: absolute;
343 top: 0; bottom: 0; right: 0; left: auto;
344 width: 50%;
345 }
346 #feedwordpress-admin-syndication .donation-thanks {
347 background-color: #ccffcc;
348 }
349 #feedwordpress-admin-syndication .donation-thanks .signature {
350 text-align: right;
351 font-style: italic;
352 }
353 #feedwordpress-admin-syndication .donation-form h4,
354 #feedwordpress-admin-syndication .donation-thanks h4 {
355 font-size: 10px;
356 text-align: center;
357 border-bottom: 1px solid #777777;
358 margin: 0px;
359 }
360 #feedwordpress-admin-syndication .donation-form .donate {
361 text-align: center;
362 }
363 #feedwordpress-admin-syndication .donation-form .sod-off {
364 padding-top: 0.5em;
365 margin-top: 0.5em;
366 border-top: thin solid #777777;
367 }
368 #feedwordpress-admin-syndication .feed-missing {
369 background-color:#FFFFD0;
370 }
371 #feedwordpress-admin-syndication .unsubscribed tr {
372 background-color: #FFE0E0;
373 }
374 #feedwordpress-admin-syndication .unsubscribed tr.alternate {
375 background-color: #FFF0F0;
376 }
377 #feedwordpress-admin-syndication tr.feed-error {
378 background-color: #FFFFD0;
379 }
380
381 #feedwordpress-admin-feeds .add-remove, .feedwordpress-admin .remove-it {
382 padding-left: 1.5em;
383 font-size: 0.80em;
384 text-transform: uppercase;
385 text-decoration: none !important;
386 vertical-align: middle;
387 }
388
389 #link-rss-userpass-use, .link-rss-authentication table {
390 display: block;
391 font-size: 75%;
392 white-space: nowrap;
393 padding: 0.5em 0;
394 }
395 #feed-finder .link-rss-authentication table {
396 font-size: inherit;
397 }
398
399 #link-rss-authentication label {
400 font-weight: bold;
401 padding-left: 1.5em;
402 }
403 #link-rss-authentication td {
404 width: 25%;
405 }
406
407 #feedwordpress-admin-feeds .link-rss-params-row { vertical-align: middle; }
408 #feedwordpress-admin-feeds .link-rss-params-remove, .feedwordpress-admin .remove-it {
409 display: block;
410 padding-left: 0em !important;
411 margin-top: 7px;
412 color: #777;
413 }
414
415 #feedwordpress-admin-feeds .link-rss-params-remove:hover, .feedwordpress-admin .remove-it:hover {
416 color: #aa3030;
417 }
418
419 #feedwordpress-admin-feeds .link-rss-params-remove .x, .feedwordpress-admin .remove-it .x {
420 cursor: pointer;
421 display: block;
422 float: left;
423 width: 10px; height: 10px;
424 margin-right: 2px;
425 overflow: hidden;
426 text-indent: -9999px;
427 }
428
429
430 #feedwordpress-admin-feeds #link-rss-params td { width: auto !important; }
431
432 /* Feed Contents picker & XPath test results widgets */
433
434 .fwp-xpath-test-results {
435 position: absolute;
436 top: auto; left: auto;
437 z-index: 9999999;
438 overflow: auto;
439 max-height: 100px; max-width: 400px;
440 background-color: #ccffcc;
441 padding: 10px;
442 }
443 .fwp-xpath-test-results-close {
444 position: absolute;
445 top: 10px; right: 10px;
446
447 }
448 .fwp-xpath-test-setting {
449 font-size: smaller;
450 }
451
452 .fwp-feed-contents-picker h4, .fwp-xpath-test-results h4 {
453 margin-top: 0;
454 margin-bottom: 5px;
455 border-bottom: 1px dotted black;
456 }
457 .fwp-feed-contents-picker-close {
458 position: absolute;
459 top: 10px; right: 10px;
460 }
461 .fwp-feed-contents-picker, .fwp-feeds-picker {
462 position: absolute;
463 top: auto; left: auto;
464 z-index: 9999999;
465 overflow: auto;
466 max-height: 100px; max-width: 400px;
467 background-color: #ccffcc;
468 padding: 10px;
469 }
470
471 .hovered-component .hover-on { display: none; }
472 .hovered-component:hover .hover-on { display: inline; }
473 .hovered-component:hover .hover-on.pop-over { display: block; position: absolute; }
474