| @@ -1,216 +1,4 @@ | ||
| 1 | -a.toplevel_page_bws_panel.wp-has-current-submenu:after { | |
| 2 | - display: none; | |
| 3 | -} | |
| 4 | -.toplevel_page_bws_panel #wpcontent, | |
| 5 | -.bws-panel_page_bws_plugins #wpcontent, | |
| 6 | -.bws-panel_page_bws_themes #wpcontent, | |
| 7 | -.bws-panel_page_bws_system_status #wpcontent { | |
| 8 | - padding-left: 0; | |
| 9 | - padding-right: 0; | |
| 10 | -} | |
| 11 | -.toplevel_page_bws_panel .update-nag, | |
| 12 | -.bws-panel_page_bws_plugins .update-nag, | |
| 13 | -.bws-panel_page_bws_themes .update-nag, | |
| 14 | -.bws-panel_page_bws_system_status .update-nag { | |
| 15 | - display: none; | |
| 16 | -} | |
| 17 | -.bws-wrap-content { | |
| 18 | - padding-left: 20px; | |
| 19 | -} | |
| 20 | -.rtl .bws-wrap-content { | |
| 21 | - padding-left: 0; | |
| 22 | - padding-right: 20px; | |
| 23 | -} | |
| 24 | -/* | |
| 25 | -* panel | |
| 26 | -*/ | |
| 27 | -.bws-header { | |
| 28 | - background: #0074a2; | |
| 29 | - color: #8bbed2; | |
| 30 | - padding: 0 17px; | |
| 31 | -} | |
| 32 | -.bws-title, | |
| 33 | -.bws-nav-tab-wrapper, | |
| 34 | -.bws-help-links-wrapper { | |
| 35 | - display: inline-block; | |
| 36 | -} | |
| 37 | -.bws-title { | |
| 38 | - text-transform: uppercase; | |
| 39 | - font-weight: 600; | |
| 40 | - font-size: 18px; | |
| 41 | - letter-spacing: 0.1em; | |
| 42 | - margin-top: 15px; | |
| 43 | -} | |
| 44 | -.bws-title a { | |
| 45 | - color: #fff; | |
| 46 | - text-decoration: none; | |
| 47 | - box-shadow: none; | |
| 48 | -} | |
| 49 | -.bws-logo { | |
| 50 | - max-height: 26px; | |
| 51 | - vertical-align: middle; | |
| 52 | - margin: 0 3px; | |
| 53 | -} | |
| 54 | -.bws-title span { | |
| 55 | - color: #8bbed2; | |
| 56 | - font-size: 10px; | |
| 57 | - vertical-align: top; | |
| 58 | -} | |
| 59 | -.bws-nav-tab-wrapper { | |
| 60 | - height: 100%; | |
| 61 | - font-size: 15px; | |
| 62 | - margin-left: 28px; | |
| 63 | -} | |
| 64 | -.bws-help-links-wrapper a, | |
| 65 | -.bws-nav-tab-wrapper a { | |
| 66 | - color: #8bbed2; | |
| 67 | - text-decoration: none; | |
| 68 | - display: inline-block; | |
| 69 | - padding: 17px 20px 20px; | |
| 70 | - box-shadow: none; | |
| 71 | -} | |
| 72 | -.bws-help-links-wrapper a { | |
| 73 | - padding: 17px 12px 20px; | |
| 74 | -} | |
| 75 | -.bws-nav-tab-wrapper a.bws-nav-tab { | |
| 76 | - color: #fff; | |
| 77 | -} | |
| 78 | -.bws-nav-tab-active { | |
| 79 | - background: #005d82; | |
| 80 | - color: #fff; | |
| 81 | -} | |
| 82 | -.bws-help-links-wrapper a:hover, | |
| 83 | -.bws-nav-tab-wrapper a:hover { | |
| 84 | - color: #8bbed2; | |
| 85 | - background: #006894; | |
| 86 | -} | |
| 87 | -.bws-help-links-wrapper { | |
| 88 | - float: right; | |
| 89 | - font-size: 14px; | |
| 90 | -} | |
| 91 | -.bws-menu-item-icon { | |
| 92 | - display: none; | |
| 93 | - float: right; | |
| 94 | - font-size: 26px; | |
| 95 | - padding: 17px 11px; | |
| 96 | - color: #fff; | |
| 97 | -} | |
| 98 | -.bws-menu-item-icon.bws-active { | |
| 99 | - color: #8bbed2; | |
| 100 | -} | |
| 101 | -.rtl .bws-nav-tab-wrapper { | |
| 102 | - margin-left: 0; | |
| 103 | - margin-right: 28px; | |
| 104 | -} | |
| 105 | -.rtl .bws-help-links-wrapper { | |
| 106 | - float: left; | |
| 107 | -} | |
| 108 | -/* | |
| 109 | -* membership | |
| 110 | -*/ | |
| 111 | -.bws-membership-wrap { | |
| 112 | - background: url("../images/membership-background.jpg") no-repeat center #fff; | |
| 113 | - overflow: hidden; | |
| 114 | - position: relative; | |
| 115 | -} | |
| 116 | -.bws-membership-backround { | |
| 117 | - background-color: #000; | |
| 118 | - opacity: 0.8; | |
| 119 | - position: absolute; | |
| 120 | - height: 100%; | |
| 121 | - width: 100%; | |
| 122 | - z-index: 5; | |
| 123 | -} | |
| 124 | -.bws-membership { | |
| 125 | - color: #fff; | |
| 126 | - padding: 40px 10px 37px; | |
| 127 | - text-align: center; | |
| 128 | - z-index: 6; | |
| 129 | - position: relative; | |
| 130 | -} | |
| 131 | -.bws-membership * { | |
| 132 | - text-align: center; | |
| 133 | -} | |
| 134 | -.bws-membership-title { | |
| 135 | - font-size: 27px; | |
| 136 | - font-weight: 600; | |
| 137 | - line-height: initial; | |
| 138 | -} | |
| 139 | -.bws-membership-description { | |
| 140 | - font-size: 15px; | |
| 141 | - line-height: 24px; | |
| 142 | - margin: 18px 0 23px; | |
| 143 | - color: #999; | |
| 144 | -} | |
| 145 | -.bws-membership input[type="text"] { | |
| 146 | - border-radius: 3px; | |
| 147 | - border: none; | |
| 148 | - font-size: 16.14px; | |
| 149 | - padding: 8px 20px 8px 10px; | |
| 150 | - text-align: left; | |
| 151 | -} | |
| 152 | -.bws-membership .bws-button { | |
| 153 | - background: #dd6930; | |
| 154 | - color: #fff; | |
| 155 | - text-align: center; | |
| 156 | - display: inline-block; | |
| 157 | - text-decoration: none; | |
| 158 | - font-size: 16px; | |
| 159 | - font-weight: 600; | |
| 160 | - padding: 8px 30px; | |
| 161 | - border-radius: 3px; | |
| 162 | - border: none; | |
| 163 | - cursor: pointer; | |
| 164 | -} | |
| 165 | -.bws-membership-link { | |
| 166 | - font-size: 14px; | |
| 167 | - color: #999; | |
| 168 | - font-style: italic; | |
| 169 | - margin-top: 26px; | |
| 170 | -} | |
| 171 | -.bws-membership-link a { | |
| 172 | - color: #fff; | |
| 173 | - text-decoration: none; | |
| 174 | - border-bottom: 1px solid #999; | |
| 175 | -} | |
| 176 | -.bws-membership-link a:hover { | |
| 177 | - border-bottom: none; | |
| 178 | -} | |
| 179 | -.bws_error { | |
| 180 | - color: #c5412b; | |
| 181 | - margin-top: 5px; | |
| 182 | -} | |
| 183 | -.bws_error a { | |
| 184 | - color: #fff; | |
| 185 | - text-decoration: none; | |
| 186 | -} | |
| 187 | -/* | |
| 188 | -* themes | |
| 189 | -*/ | |
| 190 | -.bws-availablethemes { | |
| 191 | - margin-top: 10px; | |
| 192 | -} | |
| 193 | -.bws_browse_link { | |
| 194 | - color: #666; | |
| 195 | - font-size: 18px; | |
| 196 | - text-decoration: none; | |
| 197 | - background-color: #ddd; | |
| 198 | - display: block; | |
| 199 | - width: 100%; | |
| 200 | - text-align: center; | |
| 201 | - padding: 8px 0; | |
| 202 | - font-weight: bold; | |
| 203 | - border-radius: 5px; | |
| 204 | -} | |
| 205 | -.bws_browse_link .dashicons { | |
| 206 | - line-height: inherit; | |
| 207 | - vertical-align: text-top; | |
| 208 | - font-size: 17px; | |
| 209 | -} | |
| 210 | -/* | |
| 211 | -* system status | |
| 212 | -*/ | |
| 213 | 1 | .bws_system_info_meta_box { |
| 214 | 2 | max-width: 850px; |
| 215 | 3 | } |
| 216 | 4 | .bws_system_info_meta_box .hndle { |
| @@ -228,244 +16,143 @@ | ||
| 228 | 16 | } |
| 229 | 17 | .bws_system_info tbody td { |
| 230 | 18 | border-bottom: 1px solid #DFDFDF; |
| 231 | 19 | } |
| 232 | -/* | |
| 233 | -* PLUGINS | |
| 234 | -*/ | |
| 235 | -.bws-products { | |
| 20 | +.clear { | |
| 21 | + clear: both; | |
| 22 | +} | |
| 23 | +.bws_main.title { | |
| 236 | 24 | float: left; |
| 237 | - width: 1350px; | |
| 25 | + margin-right: 30px; | |
| 238 | 26 | } |
| 239 | -.bws-products .description { | |
| 240 | - margin-top: 20px; | |
| 27 | +h4.bws_installed, | |
| 28 | +h4.bws_recommended { | |
| 29 | + color: #999; | |
| 30 | + font-weight: bold; | |
| 31 | + text-transform: uppercase; | |
| 32 | + font-size: 14px; | |
| 241 | 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 | +} | |
| 242 | 51 | .bws_product_box { |
| 243 | - background: #f2f2f2; | |
| 52 | + background: none repeat scroll 0 0 #FFFFFF; | |
| 244 | 53 | border: 1px solid #CACACA; |
| 245 | 54 | float: left; |
| 246 | - margin: 10px 10px 0 0; | |
| 247 | - width: 320px; | |
| 55 | + margin: 0 9px 10px 0; | |
| 56 | + text-align: center; | |
| 57 | + width: 182px; | |
| 248 | 58 | border-radius: 3px; |
| 249 | - min-height: 180px; | |
| 250 | 59 | } |
| 251 | -.bws_product_active { | |
| 252 | - background: #fff; | |
| 60 | +.bws_product_box a { | |
| 61 | + text-decoration: none; | |
| 253 | 62 | } |
| 254 | -.bws_product_content, | |
| 255 | -.bws_product_image { | |
| 256 | - float: left; | |
| 63 | +.bws_product { | |
| 64 | + border-bottom: 1px solid #fff; | |
| 65 | + min-height: 203px; | |
| 257 | 66 | } |
| 258 | -.bws_product_image { | |
| 259 | - padding: 20px; | |
| 67 | +.bws_product_content { | |
| 68 | + min-height: 93px; | |
| 260 | 69 | } |
| 261 | -.bws_product_image a { | |
| 262 | - box-shadow: none; | |
| 70 | +.bws_activate { | |
| 71 | + color: #F14B21; | |
| 263 | 72 | } |
| 264 | -.bws_product_image img { | |
| 265 | - height: 60px; | |
| 73 | +.bws_activate:hover { | |
| 74 | + color: #f26e50; | |
| 266 | 75 | } |
| 267 | -.bws_product_content { | |
| 268 | - max-width: 200px; | |
| 269 | - padding: 15px 0 7px; | |
| 270 | -} | |
| 271 | 76 | .bws_product_title { |
| 272 | - font-size: 15px; | |
| 273 | - line-height: initial; | |
| 274 | - font-weight: bolder; | |
| 77 | + font-weight: bold; | |
| 78 | + padding: 16px 10px 28px; | |
| 79 | + font-size: 14px; | |
| 80 | + height: 18px; | |
| 275 | 81 | } |
| 276 | -.bws_product_title a { | |
| 277 | - color: #444; | |
| 278 | - font-weight: 600; | |
| 82 | +.bws_product_deactivated .bws_product_title { | |
| 83 | + color: #7e7e7e; | |
| 279 | 84 | } |
| 280 | -.bws_product_title a:hover { | |
| 281 | - color: #00a0d2; | |
| 85 | +.bws_product_pro .bws_product_title { | |
| 86 | + color: #fff; | |
| 282 | 87 | } |
| 283 | -.bws-version { | |
| 284 | - margin-top: 6px; | |
| 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; | |
| 285 | 98 | } |
| 286 | -.bws-version span { | |
| 287 | - color: #999; | |
| 288 | - font-size: 13px; | |
| 289 | -} | |
| 290 | -.bws-version span.bws-update-available { | |
| 291 | - color: #dd6930; | |
| 292 | -} | |
| 293 | -.bws-update-now { | |
| 294 | - background: #eee; | |
| 295 | - padding: 2px 5px; | |
| 296 | -} | |
| 297 | 99 | .bws_product_description { |
| 298 | - font-size: 13px; | |
| 299 | - line-height: 18px; | |
| 300 | - margin: 6px 0 2px; | |
| 301 | - color: #666; | |
| 100 | + padding: 0 10px; | |
| 101 | + color: #a7a7a7; | |
| 102 | + display: none; | |
| 103 | + font-size: 12px; | |
| 302 | 104 | } |
| 303 | 105 | .bws_product_links { |
| 304 | - margin: 15px 0; | |
| 106 | + padding: 10px 6px 12px; | |
| 305 | 107 | } |
| 306 | 108 | .bws_product_links span { |
| 307 | - color: #999; | |
| 308 | - vertical-align: sub; | |
| 309 | - margin-right: 10px; | |
| 109 | + color: #c2c2c2; | |
| 310 | 110 | } |
| 311 | -.bws_product_links form { | |
| 312 | - display: inline-block; | |
| 111 | +.bws_product_deactivated .bws_product { | |
| 112 | + background: #EEE; | |
| 113 | + border-bottom: 1px solid #CACACA; | |
| 313 | 114 | } |
| 314 | -.bws_product_content a { | |
| 315 | - text-decoration: none; | |
| 316 | - margin-right: 10px; | |
| 115 | +.bws_product.bws_product_pro { | |
| 116 | + background: #222; | |
| 117 | + border-bottom: 1px solid #222; | |
| 118 | + color: #fff; | |
| 317 | 119 | } |
| 318 | -.bws_product_content a.bws_upgrade_button, | |
| 319 | -.bws_product_content a.bws_upgrade_button:hover { | |
| 320 | - background: #dd6930; | |
| 321 | - border: 1px solid #c16436; | |
| 120 | +.bws_product a, | |
| 121 | +.bws_product a:hover { | |
| 322 | 122 | color: #fff; |
| 323 | - margin-right: 12px; | |
| 324 | 123 | } |
| 325 | -a.bws_settings, | |
| 326 | -a.bws_donate { | |
| 327 | - vertical-align: sub; | |
| 328 | -} | |
| 329 | -.rtl .bws_product_box { | |
| 330 | - float: right; | |
| 331 | - margin: 12px 0 10px 10px; | |
| 332 | -} | |
| 333 | -.rtl .bws-products, | |
| 334 | -.rtl .bws_product_content, | |
| 335 | -.rtl .bws_product_image { | |
| 336 | - float: right; | |
| 337 | -} | |
| 338 | -.rtl a.bws_settings { | |
| 339 | - margin-right: 10px; | |
| 340 | -} | |
| 341 | -/* filter */ | |
| 342 | -#bws-filter-wrapper { | |
| 343 | - display: table; | |
| 344 | -} | |
| 345 | -.bws-filter { | |
| 346 | - width: 200px; | |
| 347 | -} | |
| 348 | -.bws_fixed { | |
| 349 | - position: fixed; | |
| 350 | - top: 40px; | |
| 351 | -} | |
| 352 | -.bws-filter-top { | |
| 124 | +.bws_product_button { | |
| 125 | + background: #00A22E; | |
| 126 | + border-radius: 2px; | |
| 127 | + margin: 3px auto; | |
| 128 | + padding: 7px 5px 8px; | |
| 129 | + font-size: 14px; | |
| 130 | + min-width: 103px; | |
| 353 | 131 | display: none; |
| 354 | - background: #e2e2e2; | |
| 355 | - padding: 1px 20px; | |
| 356 | - margin: 0 -15px 0 -20px; | |
| 357 | 132 | } |
| 358 | -.bws-filter-top h2 { | |
| 359 | - margin: 14px 0; | |
| 133 | +.bws_product_button:hover{ | |
| 134 | + background: #008726; | |
| 360 | 135 | } |
| 361 | -.bws-toggle-indicator:before { | |
| 362 | - content: "\f140"; | |
| 363 | - display: inline-block; | |
| 364 | - font: 400 20px/1 dashicons; | |
| 365 | - width: 20px; | |
| 366 | - vertical-align: bottom; | |
| 367 | - margin-left: -5px; | |
| 136 | +.bws_product_deactivated.bws_product_free .bws_product_button { | |
| 137 | + background: #0074a2; | |
| 368 | 138 | } |
| 369 | -.bws-filter-top-inside { | |
| 370 | - display: none; | |
| 371 | - margin: 25px 0; | |
| 139 | +.bws_product_deactivated.bws_product_free .bws_product_button:hover { | |
| 140 | + background: #006187; | |
| 372 | 141 | } |
| 373 | -.bws-filter-top.bws-opened .bws-toggle-indicator:before { | |
| 374 | - content: "\f142"; | |
| 142 | +.bws_product_free .bws_product_button { | |
| 143 | + background: #dd5738; | |
| 375 | 144 | } |
| 376 | -.bws-filter-top.bws-opened .bws-filter-top-inside { | |
| 377 | - display: block; | |
| 145 | +.bws_product_free .bws_product_button:hover { | |
| 146 | + background: #dd4825; | |
| 378 | 147 | } |
| 379 | -.bws-filter-title { | |
| 380 | - font-size: 14px; | |
| 381 | - color: #999; | |
| 382 | - margin-top: 10px; | |
| 148 | +.bws_product_button.bws_donate_button { | |
| 149 | + background: #E89D09 !important; | |
| 383 | 150 | } |
| 384 | -.bws-category { | |
| 385 | - margin-top: 15px; | |
| 151 | +.bws_product_button.bws_donate_button:hover { | |
| 152 | + background: #D69108 !important; | |
| 386 | 153 | } |
| 387 | -.bws-category li { | |
| 388 | - margin-bottom: 10px; | |
| 389 | -} | |
| 390 | -.bws-category a { | |
| 391 | - text-decoration: none; | |
| 392 | -} | |
| 393 | -.bws-category a.bws-active { | |
| 394 | - background: #0074a2; | |
| 395 | - color: #fff; | |
| 396 | - padding: 2px 5px; | |
| 397 | - display: inline-block; | |
| 398 | - border-radius: 3px; | |
| 399 | -} | |
| 400 | -.subsubsub span, | |
| 401 | -.bws-category span { | |
| 402 | - color: #999; | |
| 403 | -} | |
| 404 | -.bws-category a.bws-active span { | |
| 405 | - color: #8bbed2; | |
| 406 | -} | |
| 407 | 154 | |
| 408 | -@media screen and (max-width: 1700px) { | |
| 409 | - .bws-products { | |
| 410 | - width: 1020px; | |
| 411 | - } | |
| 412 | -} | |
| 413 | -@media screen and (max-width: 1425px) { | |
| 414 | - .bws-products { | |
| 415 | - width: 700px; | |
| 416 | - } | |
| 417 | -} | |
| 418 | -@media screen and (max-width: 1120px) { | |
| 419 | - .bws-products { | |
| 420 | - width: 370px; | |
| 421 | - } | |
| 422 | -} | |
| 423 | -@media screen and (max-width: 782px) { | |
| 424 | - .bws-header { | |
| 425 | - padding: 0 0 4px; | |
| 426 | - } | |
| 427 | - .bws-title { | |
| 428 | - margin-left: 11px; | |
| 429 | - } | |
| 430 | - .bws-menu-item-icon { | |
| 431 | - display: block; | |
| 432 | - } | |
| 433 | - .bws-nav-tab-wrapper, | |
| 434 | - .bws-help-links-wrapper { | |
| 435 | - margin: 0; | |
| 436 | - width: 100%; | |
| 437 | - float: none; | |
| 438 | - display: none; | |
| 439 | - } | |
| 440 | - .bws-nav-tab-wrapper a, | |
| 441 | - .bws-help-links-wrapper a { | |
| 442 | - width: 100%; | |
| 443 | - padding: 17px 20px 20px; | |
| 444 | - } | |
| 445 | - .bws-membership .bws-button, | |
| 446 | - .bws-membership input[type="text"] { | |
| 447 | - width: 100%; | |
| 448 | - } | |
| 449 | - .bws-membership input[type="text"] { | |
| 450 | - margin-bottom: 8px; | |
| 451 | - } | |
| 452 | - .bws-filter { | |
| 453 | - display: none; | |
| 454 | - } | |
| 455 | - .bws-filter-top { | |
| 456 | - display: block; | |
| 457 | - } | |
| 458 | - .bws-products { | |
| 459 | - float: none; | |
| 460 | - width: 100%; | |
| 461 | - } | |
| 462 | -} | |
| 463 | -@media screen and (max-width: 370px) { | |
| 464 | - .bws_product_box { | |
| 465 | - width: auto; | |
| 466 | - } | |
| 467 | - .bws_product_content { | |
| 468 | - max-width: 160px; | |
| 469 | - padding-right: 10px; | |
| 470 | - } | |
| 155 | +/* theme page after WP 3.9 */ | |
| 156 | +.toplevel_page_bws_plugins #availablethemes .theme-browser { | |
| 157 | + margin-top: 25px; | |
| 471 | 158 | } |