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