codemirror.css
7 years ago
general_style.css
7 years ago
modal.css
7 years ago
style.css
7 years ago
style.css
486 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 | } |
| 154 | .bws-membership .bws-button { |
| 155 | background: #dd6930; |
| 156 | color: #fff; |
| 157 | text-align: center; |
| 158 | display: inline-block; |
| 159 | text-decoration: none; |
| 160 | font-size: 13px; |
| 161 | padding: 8px 9px; |
| 162 | border-radius: 3px; |
| 163 | border: none; |
| 164 | cursor: pointer; |
| 165 | margin: 0 6px; |
| 166 | } |
| 167 | .bws-membership-link { |
| 168 | font-size: 15px; |
| 169 | color: #999; |
| 170 | padding: 0 8px; |
| 171 | line-height: 27px; |
| 172 | } |
| 173 | .bws-membership-link a { |
| 174 | color: #fff; |
| 175 | text-decoration: none; |
| 176 | border-bottom: 1px solid #999; |
| 177 | padding: 0 3px; |
| 178 | } |
| 179 | .bws-membership-link a:hover { |
| 180 | border-bottom: none; |
| 181 | } |
| 182 | .bws_error { |
| 183 | color: #c5412b; |
| 184 | margin-top: 1px; |
| 185 | max-width: 230px; |
| 186 | } |
| 187 | .bws_error a { |
| 188 | color: #fff; |
| 189 | text-decoration: none; |
| 190 | } |
| 191 | .bws_input_error { |
| 192 | border: 1px solid #c5412b !important; |
| 193 | } |
| 194 | /* |
| 195 | * themes |
| 196 | */ |
| 197 | .bws-availablethemes { |
| 198 | margin-top: 10px; |
| 199 | } |
| 200 | .bws_browse_link { |
| 201 | color: #666; |
| 202 | font-size: 18px; |
| 203 | text-decoration: none; |
| 204 | background-color: #ddd; |
| 205 | display: block; |
| 206 | width: 100%; |
| 207 | text-align: center; |
| 208 | padding: 8px 0; |
| 209 | font-weight: bold; |
| 210 | border-radius: 5px; |
| 211 | } |
| 212 | .bws_browse_link .dashicons { |
| 213 | line-height: inherit; |
| 214 | vertical-align: text-top; |
| 215 | font-size: 17px; |
| 216 | } |
| 217 | /* |
| 218 | * system status |
| 219 | */ |
| 220 | table.bws-system-info { |
| 221 | margin-bottom: 15px; |
| 222 | } |
| 223 | table.bws-system-info td:first-child { |
| 224 | width: 33%; |
| 225 | } |
| 226 | table.bws-system-info tbody tr:nth-child(odd) { |
| 227 | background-color: #f9f9f9; |
| 228 | } |
| 229 | /* |
| 230 | * PLUGINS |
| 231 | */ |
| 232 | .bws-products { |
| 233 | float: left; |
| 234 | width: 1350px; |
| 235 | } |
| 236 | .bws-products .description { |
| 237 | margin-top: 20px; |
| 238 | } |
| 239 | .bws_product_box { |
| 240 | background: #f2f2f2; |
| 241 | border: 1px solid #CACACA; |
| 242 | float: left; |
| 243 | margin: 10px 10px 0 0; |
| 244 | width: 320px; |
| 245 | border-radius: 3px; |
| 246 | min-height: 180px; |
| 247 | } |
| 248 | .bws_product_active { |
| 249 | background: #fff; |
| 250 | } |
| 251 | .bws_product_content, |
| 252 | .bws_product_image { |
| 253 | float: left; |
| 254 | } |
| 255 | .bws_product_image { |
| 256 | padding: 20px; |
| 257 | } |
| 258 | .bws_product_image a { |
| 259 | box-shadow: none; |
| 260 | } |
| 261 | .bws_product_image img { |
| 262 | height: 60px; |
| 263 | } |
| 264 | .bws_product_content { |
| 265 | max-width: 200px; |
| 266 | padding: 15px 0 7px; |
| 267 | } |
| 268 | .bws_product_title { |
| 269 | font-size: 15px; |
| 270 | line-height: initial; |
| 271 | font-weight: bolder; |
| 272 | } |
| 273 | .bws_product_title a { |
| 274 | color: #444; |
| 275 | font-weight: 600; |
| 276 | } |
| 277 | .bws_product_title a:hover { |
| 278 | color: #00a0d2; |
| 279 | } |
| 280 | .bws-version { |
| 281 | margin-top: 6px; |
| 282 | } |
| 283 | .bws-version span { |
| 284 | color: #999; |
| 285 | font-size: 13px; |
| 286 | } |
| 287 | .bws-version span.bws-update-available { |
| 288 | color: #dd6930; |
| 289 | } |
| 290 | .bws-update-now { |
| 291 | background: #eee; |
| 292 | padding: 2px 5px; |
| 293 | } |
| 294 | .bws_product_description { |
| 295 | font-size: 13px; |
| 296 | line-height: 18px; |
| 297 | margin: 6px 0 2px; |
| 298 | color: #666; |
| 299 | } |
| 300 | .bws_product_links { |
| 301 | margin: 15px 0; |
| 302 | } |
| 303 | .bws_product_links span { |
| 304 | color: #999; |
| 305 | vertical-align: sub; |
| 306 | margin-right: 10px; |
| 307 | } |
| 308 | .bws_product_links form { |
| 309 | display: inline-block; |
| 310 | } |
| 311 | .bws_product_content a { |
| 312 | text-decoration: none; |
| 313 | margin-right: 10px; |
| 314 | } |
| 315 | .bws_product_content a.bws_upgrade_button, |
| 316 | .bws_product_content a.bws_upgrade_button:hover { |
| 317 | background: #dd6930; |
| 318 | border: 1px solid #c16436; |
| 319 | color: #fff; |
| 320 | margin-right: 12px; |
| 321 | } |
| 322 | a.bws_settings, |
| 323 | a.bws_donate { |
| 324 | vertical-align: sub; |
| 325 | } |
| 326 | .rtl .bws_product_box { |
| 327 | float: right; |
| 328 | margin: 12px 0 10px 10px; |
| 329 | } |
| 330 | .rtl .bws-products, |
| 331 | .rtl .bws_product_content, |
| 332 | .rtl .bws_product_image { |
| 333 | float: right; |
| 334 | } |
| 335 | .rtl a.bws_settings { |
| 336 | margin-right: 10px; |
| 337 | } |
| 338 | /* filter */ |
| 339 | #bws-filter-wrapper { |
| 340 | display: table; |
| 341 | } |
| 342 | .bws-filter { |
| 343 | width: 200px; |
| 344 | } |
| 345 | .bws_fixed { |
| 346 | position: fixed; |
| 347 | top: 40px; |
| 348 | } |
| 349 | .bws-filter-top { |
| 350 | display: none; |
| 351 | background: #e2e2e2; |
| 352 | padding: 1px 20px; |
| 353 | margin: 0 -12px 0 -20px; |
| 354 | } |
| 355 | .bws-filter-top h2 { |
| 356 | margin: 14px 0; |
| 357 | } |
| 358 | .bws-toggle-indicator:before { |
| 359 | content: "\f140"; |
| 360 | display: inline-block; |
| 361 | font: 400 20px/1 dashicons; |
| 362 | width: 20px; |
| 363 | vertical-align: bottom; |
| 364 | margin-left: -5px; |
| 365 | } |
| 366 | .bws-filter-top-inside { |
| 367 | display: none; |
| 368 | margin: 25px 0; |
| 369 | } |
| 370 | .bws-filter-top.bws-opened .bws-toggle-indicator:before { |
| 371 | content: "\f142"; |
| 372 | } |
| 373 | .bws-filter-top.bws-opened .bws-filter-top-inside { |
| 374 | display: block; |
| 375 | } |
| 376 | .bws-filter-title { |
| 377 | font-size: 14px; |
| 378 | color: #999; |
| 379 | margin-top: 10px; |
| 380 | } |
| 381 | .bws-category { |
| 382 | margin-top: 15px; |
| 383 | } |
| 384 | .bws-category li { |
| 385 | margin-bottom: 10px; |
| 386 | } |
| 387 | .bws-category a { |
| 388 | text-decoration: none; |
| 389 | } |
| 390 | .bws-category a.bws-active { |
| 391 | background: #0074a2; |
| 392 | color: #fff; |
| 393 | padding: 2px 5px; |
| 394 | display: inline-block; |
| 395 | border-radius: 3px; |
| 396 | } |
| 397 | .subsubsub span, |
| 398 | .bws-category span { |
| 399 | color: #999; |
| 400 | } |
| 401 | .bws-category a.bws-active span { |
| 402 | color: #8bbed2; |
| 403 | } |
| 404 | |
| 405 | @media screen and (max-width: 1700px) { |
| 406 | .bws-products { |
| 407 | width: 1020px; |
| 408 | } |
| 409 | } |
| 410 | @media screen and (max-width: 1425px) { |
| 411 | .bws-products { |
| 412 | width: 700px; |
| 413 | } |
| 414 | } |
| 415 | @media screen and (max-width: 1120px) { |
| 416 | .bws-products { |
| 417 | width: 370px; |
| 418 | } |
| 419 | .bws-membership-title, |
| 420 | .bws-membership-form { |
| 421 | float: none; |
| 422 | text-align: center; |
| 423 | } |
| 424 | .bws-membership-title { |
| 425 | margin-bottom: 10px; |
| 426 | } |
| 427 | } |
| 428 | @media screen and (max-width: 782px) { |
| 429 | .bws-header { |
| 430 | padding: 0 0 4px; |
| 431 | } |
| 432 | .bws-title { |
| 433 | margin-left: 11px; |
| 434 | } |
| 435 | .bws-menu-item-icon { |
| 436 | display: block; |
| 437 | } |
| 438 | .bws-nav-tab-wrapper, |
| 439 | .bws-help-links-wrapper { |
| 440 | margin: 0; |
| 441 | width: 100%; |
| 442 | float: none; |
| 443 | display: none; |
| 444 | } |
| 445 | .bws-nav-tab-wrapper a, |
| 446 | .bws-help-links-wrapper a { |
| 447 | width: 100%; |
| 448 | padding: 17px 20px 20px; |
| 449 | } |
| 450 | .bws-membership * { |
| 451 | text-align: center; |
| 452 | } |
| 453 | .bws-membership-title, |
| 454 | .bws-membership-link { |
| 455 | margin-bottom: 10px; |
| 456 | display: block; |
| 457 | } |
| 458 | .bws-membership .bws-button, |
| 459 | .bws_form_input_wrap, |
| 460 | .bws-membership input[type="text"] { |
| 461 | width: 100%; |
| 462 | margin: 0; |
| 463 | } |
| 464 | .bws-membership .bws-button { |
| 465 | margin-top: 8px; |
| 466 | } |
| 467 | .bws-filter { |
| 468 | display: none; |
| 469 | } |
| 470 | .bws-filter-top { |
| 471 | display: block; |
| 472 | } |
| 473 | .bws-products { |
| 474 | float: none; |
| 475 | width: 100%; |
| 476 | } |
| 477 | } |
| 478 | @media screen and (max-width: 370px) { |
| 479 | .bws_product_box { |
| 480 | width: auto; |
| 481 | } |
| 482 | .bws_product_content { |
| 483 | max-width: 160px; |
| 484 | padding-right: 10px; |
| 485 | } |
| 486 | } |