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

147 lines 3.3 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 #feed-finder form {
71 padding-bottom: 2.0em;
72 border-bottom: 1px dashed #333;
73 margin-bottom: 2.0em;
74 }
75 #feed-finder form.multi .inside {
76 margin-left: 1.0em;
77 border-left: 3px solid #333;
78 padding-left: 2.0em;
79 }
80
81 #feed-finder form fieldset {
82 clear: both;
83 border: 1px solid #777;
84 padding: 5px 25px;
85 background-color: #fff;
86 border-radius: 5px;
87 -moz-border-radius: 5px;
88 -khtml-border-radius: 5px;
89 -webkit-border-radius: 5px;
90 }
91 #feed-finder form fieldset.alt {
92 background-color: #eee;
93 }
94 #feed-finder form fieldset.current {
95 background-color: #efe;
96 }
97 #feed-finder form fieldset.current legend {
98 background-color: #7f7;
99 }
100 #feed-finder form fieldset legend {
101 border-left: 1px solid #777;
102 border-right: 1px solid #777;
103 border-top: 1px solid #777;
104 border-bottom: 1px solid #777;
105 border-radius: 5px;
106 -moz-border-radius: 5px;
107 -khtml-border-radius: 5px;
108 -webkit-border-radius: 5px;
109 background-color: #7FF;
110 padding: 3px 10px;
111 font-weight: bold;
112 }
113 #feed-finder form fieldset label {
114 font-weight: bold;
115 }
116 #feed-finder form fieldset div.submit {
117 clear: both;
118 text-align: left;
119 }
120 #feed-finder form fieldset div.submit input {
121 margin-right: 3.0em;
122 }
123
124 #feed-finder .feed-sample {
125 float: right;
126 background-color: #D0D0D0;
127 color: black;
128 width: 45%;
129 font-size: 70%;
130 border-left: 1px dotted #A0A0A0;
131 margin-left: 1.0em;
132 padding: 3px;
133 max-height: 200px;
134 overflow: auto;
135 }
136 #feed-finder .feed-sample p, .feed-sample h3 {
137 padding-left: 0.5em;
138 padding-right: 0.5em;
139 }
140 #feed-finder .feed-sample .feed-problem {
141 background-color: #ffd0d0;
142 border-bottom: 1px dotted black;
143 padding-bottom: 0.5em;
144 margin-bottom: 0.5em;
145 }
146
147