style.css
174 lines
| 1 | .bws_system_info_meta_box { |
| 2 | max-width: 850px; |
| 3 | } |
| 4 | .bws_system_info_meta_box .hndle { |
| 5 | cursor: pointer !important; |
| 6 | } |
| 7 | .bws_system_info { |
| 8 | float: left; |
| 9 | margin-right: 10px; |
| 10 | max-width: 400px; |
| 11 | } |
| 12 | .bws_system_info th { |
| 13 | padding: 10px 0; |
| 14 | text-align: left; |
| 15 | width: 50%; |
| 16 | } |
| 17 | .bws_system_info tbody td { |
| 18 | border-bottom: 1px solid #DFDFDF; |
| 19 | } |
| 20 | .clear { |
| 21 | clear: both; |
| 22 | } |
| 23 | .bws_main.title { |
| 24 | float: left; |
| 25 | margin-right: 30px; |
| 26 | } |
| 27 | h4.bws_installed, |
| 28 | h4.bws_recommended { |
| 29 | color: #999; |
| 30 | font-weight: bold; |
| 31 | text-transform: uppercase; |
| 32 | font-size: 14px; |
| 33 | } |
| 34 | h4.bws_installed:before, |
| 35 | h4.bws_recommended:before { |
| 36 | border-radius: 9px; |
| 37 | content: ""; |
| 38 | display: inline-block; |
| 39 | height: 8px; |
| 40 | position: relative; |
| 41 | top: -1px; |
| 42 | width: 8px; |
| 43 | margin-right: 7px; |
| 44 | } |
| 45 | h4.bws_recommended:before { |
| 46 | background: #0074a2; |
| 47 | } |
| 48 | h4.bws_installed:before { |
| 49 | background: #00a22e; |
| 50 | } |
| 51 | .bws_product_box { |
| 52 | background: none repeat scroll 0 0 #FFFFFF; |
| 53 | border: 1px solid #CACACA; |
| 54 | float: left; |
| 55 | margin: 0 9px 10px 0; |
| 56 | text-align: center; |
| 57 | width: 182px; |
| 58 | border-radius: 3px; |
| 59 | } |
| 60 | .bws_product_box a { |
| 61 | text-decoration: none; |
| 62 | } |
| 63 | .bws_product { |
| 64 | border-bottom: 1px solid #fff; |
| 65 | min-height: 203px; |
| 66 | } |
| 67 | .bws_product_content { |
| 68 | min-height: 93px; |
| 69 | } |
| 70 | .bws_activate { |
| 71 | color: #F14B21; |
| 72 | } |
| 73 | .bws_activate:hover { |
| 74 | color: #f26e50; |
| 75 | } |
| 76 | .bws_product_title { |
| 77 | font-weight: bold; |
| 78 | padding: 16px 10px 28px; |
| 79 | font-size: 14px; |
| 80 | height: 18px; |
| 81 | } |
| 82 | .bws_product_deactivated .bws_product_title { |
| 83 | color: #7e7e7e; |
| 84 | } |
| 85 | .bws_product_pro .bws_product_title { |
| 86 | color: #fff; |
| 87 | } |
| 88 | .bws_product_icon_pro { |
| 89 | background: #F26E50; |
| 90 | border-radius: 4px; |
| 91 | color: #FFF; |
| 92 | font-size: 15px; |
| 93 | font-weight: bold; |
| 94 | height: 20px; |
| 95 | margin: -9px auto -10px; |
| 96 | position: relative; |
| 97 | width: 46px; |
| 98 | line-height: 19px; |
| 99 | } |
| 100 | .bws_product_description { |
| 101 | padding: 0 10px; |
| 102 | color: #a7a7a7; |
| 103 | display: none; |
| 104 | font-size: 12px; |
| 105 | } |
| 106 | .bws_product_links { |
| 107 | padding: 10px 6px 12px; |
| 108 | } |
| 109 | .bws_product_links span { |
| 110 | color: #c2c2c2; |
| 111 | } |
| 112 | .bws_product_deactivated .bws_product { |
| 113 | background: #EEE; |
| 114 | border-bottom: 1px solid #CACACA; |
| 115 | } |
| 116 | .bws_product.bws_product_pro { |
| 117 | background: #222; |
| 118 | border-bottom: 1px solid #222; |
| 119 | color: #fff; |
| 120 | } |
| 121 | .bws_product a, |
| 122 | .bws_product a:hover { |
| 123 | color: #fff; |
| 124 | } |
| 125 | .bws_product_button { |
| 126 | background: #00A22E; |
| 127 | border-radius: 2px; |
| 128 | margin: 3px auto; |
| 129 | padding: 7px 5px 8px; |
| 130 | font-size: 14px; |
| 131 | min-width: 103px; |
| 132 | display: none; |
| 133 | } |
| 134 | .bws_product_button:hover{ |
| 135 | background: #008726; |
| 136 | } |
| 137 | .bws_product_deactivated.bws_product_free .bws_product_button { |
| 138 | background: #0074a2; |
| 139 | } |
| 140 | .bws_product_deactivated.bws_product_free .bws_product_button:hover { |
| 141 | background: #006187; |
| 142 | } |
| 143 | .bws_product_free .bws_product_button { |
| 144 | background: #dd5738; |
| 145 | } |
| 146 | .bws_product_free .bws_product_button:hover { |
| 147 | background: #dd4825; |
| 148 | } |
| 149 | .bws_product_button.bws_donate_button { |
| 150 | background: #E89D09 !important; |
| 151 | } |
| 152 | .bws_product_button.bws_donate_button:hover { |
| 153 | background: #D69108 !important; |
| 154 | } |
| 155 | |
| 156 | .subsubsub.bws_title_menu { |
| 157 | float: right; |
| 158 | margin: 0; |
| 159 | } |
| 160 | .subsubsub a.bws_system_status { |
| 161 | display: inline-block; |
| 162 | background: url("../images/system-status.png") no-repeat scroll 10px 7px #0074a2; |
| 163 | color: #fff; |
| 164 | padding: 2px 10px 5px 36px; |
| 165 | border-radius: 2px; |
| 166 | margin-left: 13px; |
| 167 | } |
| 168 | .subsubsub a.bws_system_status:hover { |
| 169 | background-color: #529FBD; |
| 170 | } |
| 171 | /* theme page after WP 3.9 */ |
| 172 | .toplevel_page_bws_plugins #availablethemes .theme-browser { |
| 173 | margin-top: 25px; |
| 174 | } |