jquery-ui-styles
4 years ago
codemirror.css
4 years ago
general_style.css
4 years ago
modal.css
4 years ago
style.css
4 years ago
general_style.css
890 lines
| 1 | /* |
| 2 | * bwsicons fonts |
| 3 | */ |
| 4 | @font-face { |
| 5 | font-family: 'bwsicons'; |
| 6 | src: url('../fonts/bwsicons.eot?edecf2'); |
| 7 | src: url('../fonts/bwsicons.eot?edecf2#iefix') format('embedded-opentype'), |
| 8 | url('../fonts/bwsicons.ttf?edecf2') format('truetype'), |
| 9 | url('../fonts/bwsicons.woff?edecf2') format('woff'), |
| 10 | url('../fonts/bwsicons.svg?edecf2#bwsicons') format('svg'); |
| 11 | font-weight: normal; |
| 12 | font-style: normal; |
| 13 | } |
| 14 | .bwsicons { |
| 15 | /* use !important to prevent issues with browser extensions that change fonts */ |
| 16 | font-family: 'bwsicons' !important; |
| 17 | speak: none; |
| 18 | font-style: normal; |
| 19 | font-weight: normal; |
| 20 | font-variant: normal; |
| 21 | text-transform: none; |
| 22 | line-height: 1; |
| 23 | -webkit-font-smoothing: antialiased; |
| 24 | -moz-osx-font-smoothing: grayscale; |
| 25 | } |
| 26 | .bwsicons-editor-code:before { |
| 27 | content: "\e93a"; |
| 28 | } |
| 29 | .bwsicons-shortcode:before { |
| 30 | content: "\e93b"; |
| 31 | } |
| 32 | .bwsicons-bws-logo:before { |
| 33 | content: "\e93c"; |
| 34 | } |
| 35 | |
| 36 | /* |
| 37 | * styles for bws_panel top level menu |
| 38 | */ |
| 39 | #adminmenu #toplevel_page_bws_panel .wp-menu-image { |
| 40 | font-family: 'bwsicons' !important; |
| 41 | } |
| 42 | #adminmenu #toplevel_page_bws_panel .wp-menu-image:before { |
| 43 | content: "\e93c"; |
| 44 | font-family: 'bwsicons' !important; |
| 45 | } |
| 46 | #adminmenu #toplevel_page_bws_panel .wp-submenu li:nth-child(5) a { |
| 47 | border-top: 1px solid #444; |
| 48 | padding-top: 12px; |
| 49 | margin-top: 6px; |
| 50 | } |
| 51 | /* general styles */ |
| 52 | .bws_info { |
| 53 | color: #888; |
| 54 | font-size: 13px; |
| 55 | font-style: italic; |
| 56 | } |
| 57 | div.bws_info { |
| 58 | margin-top: 7px; |
| 59 | word-break: break-all; |
| 60 | } |
| 61 | .bws_info_small { |
| 62 | font-size: 11px !important; |
| 63 | } |
| 64 | body:not(.rtl) div.updated.bws-notice { |
| 65 | border-left: 4px solid #ffba00; |
| 66 | } |
| 67 | .rtl div.updated.bws-notice { |
| 68 | border-right: 4px solid #ffba00; |
| 69 | } |
| 70 | /* |
| 71 | * styles for rate-support div on the settings page |
| 72 | */ |
| 73 | .bws-plugin-reviews { |
| 74 | background: none repeat scroll 0 0 #BEE1F1; |
| 75 | border: 1px solid #70A8C2; |
| 76 | border-radius: 3px; |
| 77 | } |
| 78 | .bws-plugin-reviews-rate, |
| 79 | .bws-plugin-reviews-support { |
| 80 | border-right: 1px solid #70A8C2; |
| 81 | } |
| 82 | .bws-plugin-reviews a { |
| 83 | text-decoration: none; |
| 84 | } |
| 85 | .bws-plugin-reviews-rate .dashicons { |
| 86 | font-size: 12px; |
| 87 | height: 13px; |
| 88 | width: 9px; |
| 89 | vertical-align: middle; |
| 90 | } |
| 91 | .bws-plugin-reviews-rate, |
| 92 | .bws-plugin-reviews-support, |
| 93 | .bws-plugin-reviews-donate { |
| 94 | padding: 10px; |
| 95 | display: block; |
| 96 | } |
| 97 | |
| 98 | @media screen and (min-width: 1600px) { |
| 99 | .bws-plugin-reviews-rate, |
| 100 | .bws-plugin-reviews-support, |
| 101 | .bws-plugin-reviews-donate { |
| 102 | display: inline-block; |
| 103 | width: 30%; |
| 104 | } |
| 105 | } |
| 106 | @media screen and (max-width: 1600px) { |
| 107 | .bws-plugin-reviews-rate, |
| 108 | .bws-plugin-reviews-support { |
| 109 | border-bottom: 1px solid #70A8C2; |
| 110 | border-right: none; |
| 111 | } |
| 112 | } |
| 113 | /* |
| 114 | * styles for Go PRO tab |
| 115 | */ |
| 116 | .bws_go_pro_tab { |
| 117 | background-color: #2A95C5; |
| 118 | border-color: #11688F; |
| 119 | color: #fff; |
| 120 | font-weight: normal; |
| 121 | text-shadow: none; |
| 122 | } |
| 123 | .bws_go_pro_tab:hover { |
| 124 | background-color: #2080AB; |
| 125 | color: #fff; |
| 126 | border-color: #11688F; |
| 127 | } |
| 128 | .bws_go_pro_tab.nav-tab-active { |
| 129 | background: none repeat scroll 0 0 rgba(0, 0, 0, 0); |
| 130 | border-color: #CCCCCC #CCCCCC #F1F1F1; |
| 131 | color: #000000; |
| 132 | } |
| 133 | /* |
| 134 | * styles for pro_version settings and tooltip |
| 135 | */ |
| 136 | td.bws_pro_version, |
| 137 | tr.bws_pro_version, |
| 138 | .nav-tab.bws_plugin_menu_pro_version, |
| 139 | .nav-tab.bws_plugin_menu_pro_version:hover { |
| 140 | background: rgba(245, 225, 119, 0.3); |
| 141 | } |
| 142 | td.bws_pro_version_tooltip { |
| 143 | border: 1px solid #AAA; |
| 144 | position: inherit; |
| 145 | } |
| 146 | .bws_pro_version_bloc { |
| 147 | position: relative; |
| 148 | border: 1px solid #dcd6b8; |
| 149 | overflow: hidden; |
| 150 | } |
| 151 | .bws_table_bg { |
| 152 | background: #f5e177; |
| 153 | opacity: 0.3; |
| 154 | width: 100%; |
| 155 | height: 100%; |
| 156 | position: absolute; |
| 157 | z-index: 1; |
| 158 | } |
| 159 | .bws_network_apply_all { |
| 160 | padding-left: 15px; |
| 161 | } |
| 162 | .bws_hide_premium_options { |
| 163 | z-index: 5; |
| 164 | } |
| 165 | .bws_pro_version_table_bloc table.bws_pro_version { |
| 166 | background: transparent; |
| 167 | margin: 0; |
| 168 | border: none; |
| 169 | width: 100%; |
| 170 | } |
| 171 | table.bws_pro_version { |
| 172 | background: #E0E0E0; |
| 173 | border: 1px solid #AAA; |
| 174 | margin-bottom: 5px; |
| 175 | width: auto; |
| 176 | } |
| 177 | table.bws_pro_version tbody { |
| 178 | display: block; |
| 179 | } |
| 180 | table.bws_pro_version th, |
| 181 | table.bws_pro_version td { |
| 182 | padding-left: 10px; |
| 183 | } |
| 184 | .bws_pro_version_tooltip { |
| 185 | position: relative; |
| 186 | z-index: 2; |
| 187 | padding: 10px; |
| 188 | font-size: 14px; |
| 189 | } |
| 190 | .bws_pro_version_tooltip .bws_button, |
| 191 | .bws_pro_version_tooltip .bws_button:hover { |
| 192 | background: #dd5738; |
| 193 | border: none; |
| 194 | text-decoration: none; |
| 195 | color: #fff; |
| 196 | padding: 7px 10px; |
| 197 | border-radius: 3px; |
| 198 | margin: 5px 0; |
| 199 | font-size: 13px; |
| 200 | line-height: 1.4em; |
| 201 | float: left; |
| 202 | } |
| 203 | .bws_pro_version_tooltip .bws_info { |
| 204 | float: left; |
| 205 | padding-top: 10px; |
| 206 | font-size: 14px; |
| 207 | color: #444; |
| 208 | } |
| 209 | .bws_pro_version_tooltip .bws_pro_links, |
| 210 | .bws_pro_version_tooltip .bws_pro_links .bws_button { |
| 211 | float: right; |
| 212 | } |
| 213 | .bws_pro_version_tooltip .bws_trial_info { |
| 214 | padding: 10px; |
| 215 | display: inline-block; |
| 216 | } |
| 217 | div.bws_pro_version { |
| 218 | padding: 5px 10px; |
| 219 | } |
| 220 | a.bws_plugin_pro_version { |
| 221 | display: block; |
| 222 | background: rgba(245, 225, 119, 0.3); |
| 223 | border: 1px solid #dcd6b8; |
| 224 | padding: 5px; |
| 225 | text-decoration: none; |
| 226 | color: #666; |
| 227 | } |
| 228 | .bws_pro_version_single_link, |
| 229 | .bws_pro_version_single_link:hover { |
| 230 | text-decoration: none; |
| 231 | color: #666; |
| 232 | } |
| 233 | @media screen and (max-width: 768px) { |
| 234 | .bws_pro_version_tooltip { |
| 235 | padding: 10px; |
| 236 | text-align: center; |
| 237 | } |
| 238 | .bws_pro_version_tooltip .bws_info { |
| 239 | float: none; |
| 240 | text-align: center; |
| 241 | } |
| 242 | .bws_pro_version_tooltip a { |
| 243 | display: inline-block; |
| 244 | line-height: 1.5; |
| 245 | } |
| 246 | .bws_pro_version_tooltip .bws_info a { |
| 247 | display: block; |
| 248 | } |
| 249 | .bws_pro_version_tooltip .bws_button, |
| 250 | .bws_pro_version_tooltip .bws_button:hover { |
| 251 | margin: 10px 10px 5px; |
| 252 | float: none; |
| 253 | } |
| 254 | } |
| 255 | /* |
| 256 | * styles for addon ads block |
| 257 | */ |
| 258 | .bws-addon-block.postbox { |
| 259 | border: none; |
| 260 | } |
| 261 | .bws-addon-block .bws_table_bg { |
| 262 | background: #fff; |
| 263 | opacity: 0.3; |
| 264 | } |
| 265 | .bws-addon-block .bws_button { |
| 266 | display: inline-block; |
| 267 | background: #0faa00; |
| 268 | border: 1px solid #0b8200; |
| 269 | text-decoration: none; |
| 270 | color: #fff; |
| 271 | padding: 4px 10px; |
| 272 | border-radius: 3px; |
| 273 | font-size: 13px; |
| 274 | line-height: 1.4em; |
| 275 | z-index: 2; |
| 276 | position: relative; |
| 277 | -webkit-box-shadow: 0 1px 0 #0c8c00; |
| 278 | box-shadow: 0 1px 0 #0c8c00; |
| 279 | } |
| 280 | /* |
| 281 | * styles for banner |
| 282 | */ |
| 283 | .bws_banner_on_plugin_page { |
| 284 | border: 1px solid #d4d4d4; |
| 285 | margin: 12px 0; |
| 286 | background: #FFF; |
| 287 | position: relative; |
| 288 | overflow: hidden |
| 289 | } |
| 290 | .bws_banner_on_plugin_page .text { |
| 291 | color: #000; |
| 292 | font-size: 15px; |
| 293 | line-height: 26px; |
| 294 | margin: 18px 18px 14px; |
| 295 | float: left; |
| 296 | width: auto; |
| 297 | max-width: 80%; |
| 298 | } |
| 299 | .bws_banner_on_plugin_page .text span { |
| 300 | font-size: 14px; |
| 301 | opacity: 0.7; |
| 302 | } |
| 303 | div.bws_banner_on_plugin_page .button { |
| 304 | float: right; |
| 305 | border: none; |
| 306 | font-size: 14px; |
| 307 | margin: 18px 40px; |
| 308 | padding: 12px 29px; |
| 309 | color: #FFF; |
| 310 | text-shadow: none; |
| 311 | font-weight: bold; |
| 312 | background: #0074A2; |
| 313 | -moz-border-radius: 3px; |
| 314 | border-radius: 3px; |
| 315 | -webkit-border-radius: 3px; |
| 316 | text-decoration: none; |
| 317 | height: 50px; |
| 318 | text-align: center; |
| 319 | text-transform: uppercase; |
| 320 | box-shadow: none; |
| 321 | line-height: 26px; |
| 322 | } |
| 323 | .bws_banner_on_plugin_page .button:hover, |
| 324 | .bws_banner_on_plugin_page .button:focus { |
| 325 | background: #222; |
| 326 | color: #FFF; |
| 327 | } |
| 328 | div.bws_banner_on_plugin_page .icon { |
| 329 | float: left; |
| 330 | margin: 12px 8px 8px 12px; |
| 331 | } |
| 332 | .bws_banner_on_plugin_page .icon img { |
| 333 | max-width: 64px; |
| 334 | } |
| 335 | .bws_go_pro_banner .icon:before { |
| 336 | content: 'PRO'; |
| 337 | background: #F26E50; |
| 338 | border-radius: 4px; |
| 339 | color: #FFF; |
| 340 | font-size: 11px; |
| 341 | font-weight: bold; |
| 342 | display: block; |
| 343 | padding: 0px 4px; |
| 344 | margin: 0 15px -7px; |
| 345 | position: relative; |
| 346 | } |
| 347 | .bws_banner_on_plugin_page .text + .icon { |
| 348 | display: none; |
| 349 | } |
| 350 | .bws_banner_to_settings_joint .bws-text { |
| 351 | color: #000; |
| 352 | font-size: 16px; |
| 353 | line-height: 26px; |
| 354 | padding: 13px 14px 14px; |
| 355 | } |
| 356 | .bws_banner_to_settings_joint .icon span.dashicons-admin-plugins { |
| 357 | font-size: 48px; |
| 358 | color: #d6d6d6; |
| 359 | width: 48px; |
| 360 | height: 48px; |
| 361 | } |
| 362 | .bws_banner_on_plugin_page.bws_banner_to_settings_joint .icon { |
| 363 | margin: 2px 16px 0 0; |
| 364 | } |
| 365 | .bws_banner_to_settings_joint .bws-details { |
| 366 | background: #f2f2f2; |
| 367 | padding: 15px 78px 21px; |
| 368 | } |
| 369 | .bws_banner_to_settings_joint a { |
| 370 | text-decoration: none; |
| 371 | } |
| 372 | .bws_banner_to_settings_joint .bws-more-links { |
| 373 | font-size: 14px; |
| 374 | } |
| 375 | .bws_banner_to_settings_joint .bws-more:after { |
| 376 | content: "\f347"; |
| 377 | font-family: dashicons; |
| 378 | margin: 0 5px; |
| 379 | top: 2px; |
| 380 | position: relative; |
| 381 | } |
| 382 | .bws_banner_to_settings_joint .bws-less:after { |
| 383 | content: "\f343"; |
| 384 | font-family: dashicons; |
| 385 | margin: 0 5px; |
| 386 | top: 2px; |
| 387 | position: relative; |
| 388 | } |
| 389 | .bws_banner_to_settings_joint .bws-details strong { |
| 390 | font-size: 14px; |
| 391 | line-height: 30px; |
| 392 | } |
| 393 | .rtl div.bws_banner_on_plugin_page .button { |
| 394 | float: left; |
| 395 | } |
| 396 | .rtl .bws_pro_version_tooltip .bws_button, |
| 397 | .rtl div.bws_banner_on_plugin_page .icon, |
| 398 | .rtl .bws_banner_on_plugin_page .text, |
| 399 | .rtl .bws_pro_version_tooltip .bws_info { |
| 400 | float: right; |
| 401 | } |
| 402 | .rtl .bws_banner_on_plugin_page.bws_banner_to_settings_joint .icon { |
| 403 | margin: 2px 0 0 16px; |
| 404 | } |
| 405 | .rtl table.bws_pro_version th, |
| 406 | .rtl table.bws_pro_version td { |
| 407 | padding-right: 10px; |
| 408 | } |
| 409 | @media screen and (max-width: 768px) { |
| 410 | .bws_banner_on_plugin_page .text, |
| 411 | .bws_banner_on_plugin_page .icon, |
| 412 | .bws_banner_on_plugin_page .button_div, |
| 413 | .bws_banner_on_plugin_page .button { |
| 414 | float: none; |
| 415 | text-align: center; |
| 416 | max-width: 100%; |
| 417 | } |
| 418 | .bws_banner_on_plugin_page .icon { |
| 419 | position: relative; |
| 420 | left: 8px; |
| 421 | } |
| 422 | } |
| 423 | @media screen and (max-width: 600px) { |
| 424 | .bws_banner_to_settings_joint .bws-details { |
| 425 | padding: 15px 20px 21px; |
| 426 | } |
| 427 | } |
| 428 | /* |
| 429 | * affiliate postbox |
| 430 | */ |
| 431 | #bws-affiliate-postbox { |
| 432 | background: url("../images/affiliate-background.png") no-repeat center #1a3e59; |
| 433 | overflow: hidden; |
| 434 | position: relative; |
| 435 | padding: 12px; |
| 436 | color: #ffffff; |
| 437 | text-align: center; |
| 438 | } |
| 439 | #bws-affiliate-postbox .notice-dismiss:active:before, |
| 440 | #bws-affiliate-postbox .notice-dismiss:focus:before, |
| 441 | #bws-affiliate-postbox .notice-dismiss:hover:before { |
| 442 | color: #fff; |
| 443 | } |
| 444 | #bws-affiliate-postbox h3 { |
| 445 | color: #ffffff; |
| 446 | font-size: 1.3em; |
| 447 | } |
| 448 | .bws-affiliate-get { |
| 449 | color: #f67f48; |
| 450 | font-size: 1.3em; |
| 451 | font-weight: bold; |
| 452 | margin: 10px 0 5px; |
| 453 | } |
| 454 | #bws-affiliate-postbox img { |
| 455 | max-width: 65px; |
| 456 | margin-bottom: 5px; |
| 457 | } |
| 458 | .bws-row { |
| 459 | margin-top: 25px; |
| 460 | } |
| 461 | .bws-cell { |
| 462 | float: left; |
| 463 | width: 33.33%; |
| 464 | } |
| 465 | .bws-cell div { |
| 466 | margin: 5px; |
| 467 | } |
| 468 | #bws-affiliate-postbox .button { |
| 469 | background: #dd6930; |
| 470 | border-color: #dd6930; |
| 471 | color: #fff; |
| 472 | margin-top: 5px; |
| 473 | font-weight: bold; |
| 474 | } |
| 475 | #bws-affiliate-postbox .button:hover { |
| 476 | color: rgba(255, 255, 255, 0.8); |
| 477 | } |
| 478 | /* display code */ |
| 479 | span.bws_code { |
| 480 | background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07); |
| 481 | font-size: 13px; |
| 482 | margin: 0 1px; |
| 483 | padding: 3px 5px 2px; |
| 484 | } |
| 485 | /* |
| 486 | * styles help tooltips |
| 487 | */ |
| 488 | .bws_help_box { |
| 489 | background-image: url("../images/tooltip_icons.png"); |
| 490 | background-repeat: no-repeat; |
| 491 | cursor: pointer; |
| 492 | height: 28px; |
| 493 | position: relative; |
| 494 | margin: 3px 5px; |
| 495 | width: 28px; |
| 496 | display: inline-block; |
| 497 | } |
| 498 | .bws_help_box:not(.dashicons) { |
| 499 | vertical-align: middle; |
| 500 | } |
| 501 | .bws_help_box.dashicons-editor-help, |
| 502 | .setting span .bws_help_box.dashicons-editor-help { |
| 503 | background: none; |
| 504 | color: #0074a2; |
| 505 | height: auto; |
| 506 | width: auto; |
| 507 | margin: 0; |
| 508 | padding: 0; |
| 509 | z-index: 2; |
| 510 | min-width: auto; |
| 511 | float: none; |
| 512 | } |
| 513 | .bws_help_box.dashicons-editor-help:hover { |
| 514 | color: #2ea2cc; |
| 515 | } |
| 516 | .bws_hidden_help_text { |
| 517 | display: none; |
| 518 | } |
| 519 | .bws-tooltip-content { |
| 520 | font-size: 11px; |
| 521 | color: #fff; |
| 522 | text-shadow: 0 0 2px #000; |
| 523 | padding: 4px 8px; |
| 524 | border: 1px solid rgba(255,255,255,0.25); |
| 525 | background: rgba(25,25,25,0.92); |
| 526 | border-radius: 3px; |
| 527 | -webkit-border-radius: 3px; |
| 528 | -moz-border-radius: 3px; |
| 529 | box-shadow: 0 0 3px #555; |
| 530 | -webkit-box-shadow: 0 0 3px #555; |
| 531 | -moz-box-shadow: 0 0 3px #555; |
| 532 | } |
| 533 | .bws-tooltip-content a { |
| 534 | color: #00a0d2; |
| 535 | } |
| 536 | /* |
| 537 | * styles for Request a Feature link near screen-meta |
| 538 | */ |
| 539 | #bws_request_feature { |
| 540 | margin-top: 0; |
| 541 | } |
| 542 | #bws_request_feature button { |
| 543 | border: 1px solid #ccd0d4; |
| 544 | border-top: none; |
| 545 | height: auto; |
| 546 | margin-bottom: 0; |
| 547 | color: #fff; |
| 548 | border-radius: 0 0 4px 4px; |
| 549 | background-color: #0071a1; |
| 550 | line-height: 1.7; |
| 551 | box-shadow: 0 0 0 transparent; |
| 552 | transition: box-shadow .1s linear; |
| 553 | } |
| 554 | #bws_request_feature button:hover { |
| 555 | background-color: #00a0d2; |
| 556 | } |
| 557 | /* |
| 558 | * bws shortcode insert |
| 559 | */ |
| 560 | .mce-toolbar .mce-btn-group .mce-btn.mce-bws_shortcode_button { |
| 561 | background-color: #fff; |
| 562 | border: 1px solid #e5e5e5; |
| 563 | } |
| 564 | #bws_shortcode_content, |
| 565 | #bws_shortcode_select_plugin { |
| 566 | margin-bottom: 10px; |
| 567 | } |
| 568 | #bws_shortcode_content * { |
| 569 | white-space: normal; |
| 570 | } |
| 571 | #bws_shortcode_popup_block h4 { |
| 572 | padding: 0; |
| 573 | line-height: 2.5; |
| 574 | text-transform: uppercase; |
| 575 | } |
| 576 | #bws_shortcode_content_bottom p { |
| 577 | font-style: italic; |
| 578 | color: #666; |
| 579 | } |
| 580 | #bws_shortcode_block { |
| 581 | background-color: #fdfdfd; |
| 582 | border: 1px solid #dfdfdf; |
| 583 | overflow: auto; |
| 584 | padding: 10px; |
| 585 | } |
| 586 | #bws_shortcode_display { |
| 587 | margin: 0 auto; |
| 588 | } |
| 589 | #bws_shortcode_content fieldset label { |
| 590 | margin-top: 5px; |
| 591 | display: inline-block; |
| 592 | } |
| 593 | #bws_shortcode_content .title { |
| 594 | margin-right: 5px; |
| 595 | margin-left: 5px; |
| 596 | line-height: 2.5; |
| 597 | } |
| 598 | #bws_shortcode_content .title, |
| 599 | #bws_shortcode_content .checkbox-title { |
| 600 | white-space: normal; |
| 601 | } |
| 602 | /* |
| 603 | * styles for notices (license has expired, Illegal use notification ond other) on the /plugins.php page |
| 604 | */ |
| 605 | .bws-plugin-update-tr .update-message { |
| 606 | margin-top: 0 !important; |
| 607 | } |
| 608 | .bws-plugin-update-tr .update-message :before { |
| 609 | content: ''; |
| 610 | } |
| 611 | /* |
| 612 | * Bws_Settings_Tabs |
| 613 | */ |
| 614 | .bws_form #postbox-container-2 > div { |
| 615 | width: calc( 100% - 162px ); |
| 616 | margin-left: 160px; |
| 617 | } |
| 618 | .bws_form #postbox-container-2 > div.submit { |
| 619 | margin-bottom: 20px; |
| 620 | padding: 0; |
| 621 | } |
| 622 | #bws_settings_tabs_wrapper { |
| 623 | position: relative; |
| 624 | max-width: 100%; |
| 625 | min-width: 100%; |
| 626 | width: 100%; |
| 627 | box-sizing: border-box; |
| 628 | font-size: 13px; |
| 629 | border: none; |
| 630 | padding: 0; |
| 631 | background: none; |
| 632 | font-family: inherit; |
| 633 | } |
| 634 | #bws_settings_tabs { |
| 635 | z-index: 2; |
| 636 | position: relative; |
| 637 | width: 159px; |
| 638 | float: left; |
| 639 | background: #f5f5f5; |
| 640 | border-top: 1px solid #ddd; |
| 641 | border-left: 1px solid #ddd; |
| 642 | border-bottom: 1px solid #ddd; |
| 643 | border-right: 0; |
| 644 | margin: 0; |
| 645 | padding: 0; |
| 646 | border-radius: 0; |
| 647 | line-height: inherit; |
| 648 | } |
| 649 | #bws_settings_tabs .ui-state-default, |
| 650 | #bws_settings_tabs .ui-widget-content .ui-state-default, |
| 651 | #bws_settings_tabs .ui-widget-header .ui-state-default { |
| 652 | border: none; |
| 653 | } |
| 654 | #bws_settings_tabs li { |
| 655 | margin: 0; |
| 656 | padding: 0; |
| 657 | float: none; |
| 658 | background: none; |
| 659 | white-space: normal; |
| 660 | } |
| 661 | #bws_settings_tabs li a { |
| 662 | display: block; |
| 663 | margin: 0 20px; |
| 664 | padding: 20px 0 20px 25px; |
| 665 | text-decoration: none; |
| 666 | color: #666; |
| 667 | border-bottom: 1px solid #ddd; |
| 668 | word-break: break-word; |
| 669 | box-shadow: none; |
| 670 | -webkit-box-sizing: border-box; |
| 671 | -moz-box-sizing: border-box; |
| 672 | box-sizing: border-box; |
| 673 | transition: none; |
| 674 | -webkit-transition: none; |
| 675 | float: none; |
| 676 | } |
| 677 | #bws_settings_tabs li.ui-tabs-active { |
| 678 | width: 161px; |
| 679 | } |
| 680 | #bws_settings_tabs li.ui-tabs-active a, |
| 681 | #bws_settings_tabs li a:hover { |
| 682 | width: 161px; |
| 683 | margin: -1px 0 0 0; |
| 684 | border-top: 1px solid #ddd; |
| 685 | padding: 20px 21px 20px 45px; |
| 686 | color: #000 !important; |
| 687 | background: #fff !important; |
| 688 | } |
| 689 | #bws_settings_tabs li a:before { |
| 690 | content: "\f111"; |
| 691 | font-family: 'dashicons'; |
| 692 | font-size: 20px; |
| 693 | position: absolute; |
| 694 | left: 20px; |
| 695 | } |
| 696 | #bws_settings_tabs li.bws-tab-display a:before { |
| 697 | content: "\f163"; |
| 698 | } |
| 699 | #bws_settings_tabs li.bws-tab-misc a:before { |
| 700 | content: "\f107"; |
| 701 | } |
| 702 | #bws_settings_tabs li.bws-tab-custom_code a:before { |
| 703 | font-family: 'bwsicons'; |
| 704 | content: "\e93a"; |
| 705 | } |
| 706 | #bws_settings_tabs li.bws-tab-license a:before { |
| 707 | content: "\f112"; |
| 708 | } |
| 709 | /* custom tabs */ |
| 710 | #bws_settings_tabs li.bws-tab-images a:before { |
| 711 | content: "\f128"; |
| 712 | } |
| 713 | #bws_settings_tabs li.bws-tab-cover a:before { |
| 714 | content: "\f318"; |
| 715 | } |
| 716 | #bws_settings_tabs li.bws-tab-lightbox a:before { |
| 717 | content: "\f211"; |
| 718 | } |
| 719 | #bws_settings_tabs li.bws-tab-social a:before { |
| 720 | content: "\f237"; |
| 721 | } |
| 722 | #bws_settings_tabs li.bws-tab-import-export a:before { |
| 723 | content: "\f317"; |
| 724 | } |
| 725 | #bws_settings_tabs li.bws-tab-errors a:before, |
| 726 | #bws_settings_tabs li.bws-tab-messages a:before { |
| 727 | font-family: 'bwsicons'; |
| 728 | content: "\e93d"; |
| 729 | font-size: 18px; |
| 730 | left: 21px; |
| 731 | } |
| 732 | #bws_settings_tabs li.bws-tab-notifications a:before { |
| 733 | content: "\f466"; |
| 734 | } |
| 735 | #bws_settings_tabs li.bws-tab-reports a:before { |
| 736 | content: "\f535"; |
| 737 | } |
| 738 | #bws_settings_tabs li.bws-tab-output a:before { |
| 739 | content: "\f498"; |
| 740 | } |
| 741 | |
| 742 | #bws_settings_tabs li:last-child a { |
| 743 | border-bottom: none; |
| 744 | } |
| 745 | #bws_settings_tabs_wrapper .bws_tab { |
| 746 | position: relative; |
| 747 | padding: 5px 10px 15px; |
| 748 | width: calc( 100% - 183px ); |
| 749 | float: right; |
| 750 | border: 1px solid #ddd; |
| 751 | background: #fff; |
| 752 | color: #444; |
| 753 | } |
| 754 | .bws_tab a { |
| 755 | color: #0073aa; |
| 756 | } |
| 757 | .bws_tab a:hover { |
| 758 | color: #00a0d2; |
| 759 | } |
| 760 | .bws_tab input, .bws_tab select, .bws_tab textarea, .bws_tab button { |
| 761 | font-family: inherit; |
| 762 | font-size: inherit; |
| 763 | } |
| 764 | #bws_settings_tabs_wrapper .bws_tab > *:not(.bws_pro_version_bloc):not(.bws_tab_sub_label):not(hr):not(.inline) { |
| 765 | margin-left: 10px; |
| 766 | margin-right: 10px; |
| 767 | width: calc( 100% - 20px ); |
| 768 | } |
| 769 | #bws_settings_tabs_wrapper .bws_tab button, |
| 770 | #bws_settings_tabs_wrapper .bws_tab input[type="submit"], |
| 771 | #bws_settings_tabs_wrapper .bws_tab input[type="button"] { |
| 772 | white-space: normal; |
| 773 | height: auto; |
| 774 | } |
| 775 | .bws_form .postbox .hndle { |
| 776 | cursor: inherit; |
| 777 | } |
| 778 | #poststuff h3.bws_tab_label { |
| 779 | margin-bottom: 10px; |
| 780 | padding-left: 0; |
| 781 | padding-right: 0; |
| 782 | } |
| 783 | .bws_tab_sub_label { |
| 784 | font-weight: bold; |
| 785 | background-color: #f1f1f1; |
| 786 | padding: 7px 10px; |
| 787 | margin-top: 10px; |
| 788 | font-size: 15px; |
| 789 | } |
| 790 | .bws_tab .form-table textarea { |
| 791 | width: 100%; |
| 792 | } |
| 793 | #poststuff h3.bws_tab_label + hr { |
| 794 | margin-top: 18px; |
| 795 | } |
| 796 | .bws_tab_description + hr { |
| 797 | margin-top: 15px; |
| 798 | } |
| 799 | .rtl #bws_settings_tabs { |
| 800 | float: right; |
| 801 | border-right: 1px solid #ddd; |
| 802 | border-left: none; |
| 803 | } |
| 804 | .rtl #bws_settings_tabs li a { |
| 805 | padding: 20px 25px 20px 0; |
| 806 | } |
| 807 | .rtl #bws_settings_tabs li.ui-tabs-active a, |
| 808 | .rtl #bws_settings_tabs li a:hover { |
| 809 | padding: 20px 45px 20px 20px; |
| 810 | } |
| 811 | .rtl #bws_settings_tabs li a:before { |
| 812 | right: 20px; |
| 813 | } |
| 814 | .rtl .bws_form #postbox-container-2 > div { |
| 815 | margin-right: 160px; |
| 816 | margin-left: 0; |
| 817 | } |
| 818 | .bws_margined_box { |
| 819 | margin: 1em 0; |
| 820 | } |
| 821 | @media only screen and (max-width: 1100px) { |
| 822 | #bws_settings_tabs { |
| 823 | width: 59px; |
| 824 | } |
| 825 | #bws_settings_tabs li a { |
| 826 | margin: 0; |
| 827 | padding: 20px 0; |
| 828 | width: 60px; |
| 829 | height: 60px; |
| 830 | } |
| 831 | #bws_settings_tabs li.ui-tabs-active a, |
| 832 | #bws_settings_tabs li a:hover, |
| 833 | .rtl #bws_settings_tabs li.ui-tabs-active a, |
| 834 | .rtl #bws_settings_tabs li a:hover { |
| 835 | padding: 20px 0; |
| 836 | height: 61px; |
| 837 | } |
| 838 | #bws_settings_tabs li.ui-tabs-active, |
| 839 | #bws_settings_tabs li.ui-tabs-active a, |
| 840 | #bws_settings_tabs li a:hover { |
| 841 | width: 61px; |
| 842 | } |
| 843 | #bws_settings_tabs_wrapper .bws_tab { |
| 844 | width: calc( 100% - 83px ); |
| 845 | } |
| 846 | #bws_settings_tabs span { |
| 847 | display: none; |
| 848 | } |
| 849 | .bws_form #postbox-container-2 > div { |
| 850 | margin-left: 60px; |
| 851 | width: calc( 100% - 62px ); |
| 852 | } |
| 853 | .rtl .bws_form #postbox-container-2 > div { |
| 854 | margin-right: 60px; |
| 855 | margin-left: 0; |
| 856 | } |
| 857 | } |
| 858 | @media only screen and (max-width: 850px) { |
| 859 | .bws_form #postbox-container-2 > div, |
| 860 | .rtl .bws_form #postbox-container-2 > div { |
| 861 | width: calc( 100% - 2px ); |
| 862 | margin: 0; |
| 863 | } |
| 864 | .bws_form #postbox-container-2 .postbox { |
| 865 | margin-bottom: 20px; |
| 866 | } |
| 867 | .bws_form .postbox-container div.submit { |
| 868 | display: none; |
| 869 | } |
| 870 | } |
| 871 | @media screen and (max-width: 782px) { |
| 872 | .bws-hide-for-mobile { |
| 873 | display: none; |
| 874 | } |
| 875 | } |
| 876 | @media screen and (max-width: 440px) { |
| 877 | #bws_settings_tabs_wrapper .bws_tab .form-table td input[type=file] { |
| 878 | width: 182px; |
| 879 | } |
| 880 | #bws_settings_tabs_wrapper .bws_tab .form-table td input[type=text]:not(.small-text), |
| 881 | #bws_settings_tabs_wrapper .bws_tab .form-table td input[type=password], |
| 882 | #bws_settings_tabs_wrapper .bws_tab .form-table td input[type=search], |
| 883 | #bws_settings_tabs_wrapper .bws_tab .form-table td input[type=number]:not(.small-text), |
| 884 | #bws_settings_tabs_wrapper .bws_tab .form-table td select, |
| 885 | #bws_settings_tabs_wrapper .bws_tab .form-table td textarea { |
| 886 | width: 100%; |
| 887 | padding-left: 0; |
| 888 | padding-right: 0; |
| 889 | } |
| 890 | } |