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