| 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 |
|