PluginProbe
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin / 2.4.4
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin v2.4.4
trunk 1.5 1.6 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.7 1.7.8 1.7.9 1.8.0 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9.0 1.9.1 All 71 releases
pdf-print / bws_menu / css / general_style.css

general_style.css in PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin 2.4.4, at bws_menu/css/general_style.css

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