PluginProbe
FeedWordPress / 2011.1018
FeedWordPress v2011.1018
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 2011.1018, at feedwordpress-elements.css

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