PluginProbe
FeedWordPress / 2010.0602
FeedWordPress v2010.0602
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 2010.0602, at feedwordpress-elements.css

96 lines 2.2 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 #post-search {
38 float: right;
39 margin:11px 12px 0;
40 min-width: 130px;
41 position:relative;
42 }
43 .fwpfs {
44 color: #dddddd !important; background-color: #333 !important;
45 background:#797979 url(<?php bloginfo('url') ?>/wp-admin/images/fav.png) repeat-x scroll left center;
46 border-color:#777777 #777777 #666666 !important; -moz-border-radius-bottomleft:12px;
47 -moz-border-radius-bottomright:12px;
48 -moz-border-radius-topleft:12px;
49 -moz-border-radius-topright:12px;
50 border-style:solid;
51 border-width:1px;
52 line-height:15px;
53 padding:3px 30px 4px 12px;
54 }
55 .fwpfs.slide-down {
56 border-bottom-color: #626262;
57 -moz-border-radius-bottomleft:0;
58 -moz-border-radius-bottomright:0;
59 -moz-border-radius-topleft:12px;
60 -moz-border-radius-topright:12px;
61 background-image:url(<?php bloginfo('url') ?>/wp-admin/images/fav-top.png);
62 background-position:0 top;
63 background-repeat:repeat-x;
64 border-bottom-style:solid;
65 border-bottom-width:1px;
66 }
67
68 /* Switchfeed interface elements */
69
70 form.fieldset {
71 clear: both;
72 }
73 .feed-sample {
74 float: right;
75 background-color: #D0D0D0;
76 color: black;
77 width: 45%;
78 font-size: 70%;
79 border-left: 1px dotted #A0A0A0;
80 margin-left: 1.0em;
81 padding: 3px;
82 max-height: 200px;
83 overflow: auto;
84 }
85 .feed-sample p, .feed-sample h3 {
86 padding-left: 0.5em;
87 padding-right: 0.5em;
88 }
89 .feed-sample .feed-problem {
90 background-color: #ffd0d0;
91 border-bottom: 1px dotted black;
92 padding-bottom: 0.5em;
93 margin-bottom: 0.5em;
94 }
95
96