PluginProbe
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin / 1.9.1
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin v1.9.1
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 1.9.1, at bws_menu/css/general_style.css

506 lines 11.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #adminmenu #toplevel_page_bws_panel .wp-submenu li:nth-child(4) a {
2 border-bottom: 1px solid #444;
3 padding-bottom: 12px;
4 margin-bottom: 5px;
5 }
6 .bws_info {
7 color: #888;
8 font-size: 10px;
9 }
10 /*
11 * styles for rate-support div on the settings page
12 */
13 .bws-plugin-reviews {
14 background: none repeat scroll 0 0 #BEE1F1;
15 border: 1px solid #70A8C2;
16 border-radius: 3px;
17 max-width: 700px;
18 }
19 .bws-plugin-reviews-rate {
20 padding: 10px;
21 border-bottom: 1px dashed #70A8C2;
22 }
23 .bws-plugin-reviews-support {
24 padding: 10px;
25 border-bottom: 1px dashed #70A8C2;
26 }
27 .bws-plugin-reviews-donate {
28 padding: 10px;
29 }
30 /*
31 * styles for Go PRO tab
32 */
33 .bws_go_pro_tab {
34 background-color: #2A95C5;
35 border-color: #11688F;
36 color: #fff;
37 font-weight: normal;
38 text-shadow: none;
39 }
40 .bws_go_pro_tab:hover {
41 background-color: #2080AB;
42 color: #fff;
43 border-color: #11688F;
44 }
45 .bws_go_pro_tab.nav-tab-active {
46 background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
47 border-color: #CCCCCC #CCCCCC #F1F1F1;
48 color: #000000;
49 }
50 /*
51 * styles for pro_version settings and tooltip
52 */
53 td.bws_pro_version,
54 tr.bws_pro_version,
55 .nav-tab.bws_plugin_menu_pro_version,
56 .nav-tab.bws_plugin_menu_pro_version:hover {
57 background: rgba(248, 226, 104, 0.11) url("../images/pattern_bg.png");
58 }
59 td.bws_pro_version_tooltip {
60 border: 1px solid #AAA;
61 position: inherit;
62 }
63 .bws_pro_version_bloc {
64 position: relative;
65 margin: 5px 0;
66 border: 1px solid #AAAAAA;
67 max-width: 800px;
68 overflow: hidden;
69 }
70 .bws_table_bg {
71 background: #f8e268 url("../images/pattern.png");
72 opacity: 0.11;
73 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=11); /* IE 5.5+*/
74 -moz-opacity: 0.11; /* Mozilla 1.6 и ниже */
75 width: 100%;
76 height: 100%;
77 position: absolute;
78 z-index: 1;
79 }
80 .bws_hide_premium_options {
81 z-index: 5;
82 }
83 .bws_pro_version_table_bloc table.bws_pro_version {
84 background: transparent;
85 margin: 0;
86 border: none;
87 width: 100%;
88 }
89 table.bws_pro_version {
90 background: #E0E0E0;
91 border: 1px solid #AAA;
92 margin-bottom: 5px;
93 width: auto;
94 }
95 table.bws_pro_version tbody {
96 display: block;
97 }
98 table.bws_pro_version th,
99 table.bws_pro_version td {
100 padding-left: 10px;
101 }
102 .bws_pro_version_tooltip {
103 background: #FFF;
104 border-top: 1px solid #AAA;
105 position: relative;
106 z-index: 2;
107 padding: 10px;
108 font-size: 14px;
109 }
110 .bws_pro_version_tooltip .bws_button {
111 background: #dd5738;
112 border: none;
113 text-decoration: none;
114 color: #fff;
115 padding: 5px 17px;
116 border-radius: 2px;
117 margin: 5px 10px;
118 float: right;
119 }
120 .bws_pro_version_tooltip .bws_info {
121 float: left;
122 padding-top: 10px;
123 font-size: 14px;
124 color: #444;
125 }
126 .bws_pro_version_tooltip .bws_pro_links {
127 float: right;
128 }
129 .bws_pro_version_tooltip .bws_trial_info {
130 padding-top: 10px;
131 display: inline-block;
132 }
133 div.bws_pro_version {
134 padding: 5px 10px;
135 }
136 a.bws_plugin_pro_version {
137 display: block;
138 background: rgba(248, 226, 104, 0.11) url("../images/pattern_bg.png");
139 border: 1px solid #AAA;
140 padding: 5px;
141 text-decoration: none;
142 color: #666;
143 }
144 .bws_pro_version_single_link,
145 .bws_pro_version_single_link:hover {
146 text-decoration: none;
147 color: #666;
148 }
149 /* style for mini-block (ex. google map) */
150 .bws_pro_version_bloc_mini .bws_pro_version_table_bloc table.bws_pro_version {
151 width: auto;
152 }
153 .bws_pro_version_bloc_mini .bws_pro_version_tooltip {
154 padding: 10px 61px;
155 text-align: center;
156 width: 200px;
157 }
158 .bws_pro_version_bloc_mini .bws_pro_version_tooltip a {
159 display: inline-block;
160 line-height: 1.5;
161 }
162 .bws_pro_version_bloc_mini .bws_pro_version_tooltip .bws_button {
163 margin: 10px 10px 5px;
164 padding: 5px 50px;
165 float: none;
166 }
167 /* #### Mobile Phones Portrait or Landscape #### */
168 @media screen and (max-device-width: 768px) {
169 .bws_pro_version_tooltip {
170 padding: 10px;
171 text-align: center;
172 }
173 .bws_pro_version_tooltip .bws_info {
174 float: none;
175 text-align: center;
176 }
177 .bws_pro_version_tooltip a {
178 display: inline-block;
179 line-height: 1.5;
180 }
181 .bws_pro_version_tooltip .bws_info a {
182 display: block;
183 }
184 .bws_pro_version_tooltip .bws_button {
185 margin: 10px 10px 5px;
186 padding: 5px 50px;
187 float: none;
188 }
189 }
190
191 /*
192 * styles for banner
193 */
194 .bws_banner_on_plugin_page {
195 border: 1px solid #d4d4d4;
196 margin: 12px 0;
197 background: #FFF;
198 position: relative;
199 overflow: hidden
200 }
201 .bws_banner_on_plugin_page .text {
202 color: #000;
203 font-size: 15px;
204 line-height: 26px;
205 margin: 18px 18px 14px;
206 float: left;
207 width: auto;
208 max-width: 80%;
209 }
210 .bws_banner_on_plugin_page .text span {
211 font-size: 14px;
212 opacity: 0.7;
213 }
214 div.bws_banner_on_plugin_page .button {
215 float: right;
216 border: none;
217 font-size: 14px;
218 margin: 18px 40px;
219 padding: 12px 29px;
220 color: #FFF;
221 text-shadow: none;
222 font-weight: bold;
223 background: #0074A2;
224 -moz-border-radius: 3px;
225 border-radius: 3px;
226 -webkit-border-radius: 3px;
227 text-decoration: none;
228 height: 50px;
229 text-align: center;
230 text-transform: uppercase;
231 box-shadow: none;
232 line-height: 26px;
233 }
234 .bws_banner_on_plugin_page .button:hover,
235 .bws_banner_on_plugin_page .button:focus {
236 background: #222;
237 color: #FFF;
238 }
239 div.bws_banner_on_plugin_page .icon {
240 float: left;
241 margin: 12px 8px 8px 12px;
242 }
243 .bws_banner_on_plugin_page .icon img {
244 max-width: 60px;
245 }
246 .bws_go_pro_banner .icon:before {
247 content: 'PRO';
248 background: #F26E50;
249 border-radius: 4px;
250 color: #FFF;
251 font-size: 11px;
252 font-weight: bold;
253 display: block;
254 padding: 0px 4px;
255 margin: 0 15px -7px;
256 position: relative;
257 }
258 .bws_banner_on_plugin_page .text + .icon {
259 display: none;
260 }
261 .bws_banner_to_settings_joint .bws-text {
262 color: #000;
263 font-size: 16px;
264 line-height: 26px;
265 padding: 13px 14px 14px;
266 }
267 .bws_banner_to_settings_joint .icon span.dashicons-admin-plugins {
268 font-size: 48px;
269 color: #d6d6d6;
270 width: 48px;
271 height: 48px;
272 }
273 .bws_banner_on_plugin_page.bws_banner_to_settings_joint .icon {
274 margin: 2px 16px 0 0;
275 }
276 .bws_banner_to_settings_joint .bws-details {
277 background: #f2f2f2;
278 padding: 15px 78px 21px;
279 }
280 .bws_banner_to_settings_joint a {
281 text-decoration: none;
282 }
283 .bws_banner_to_settings_joint .bws-more-links {
284 font-size: 14px;
285 }
286 .bws_banner_to_settings_joint .bws-more:after {
287 content: "\f347";
288 font-family: dashicons;
289 margin: 0 5px;
290 top: 2px;
291 position: relative;
292 }
293 .bws_banner_to_settings_joint .bws-less:after {
294 content: "\f343";
295 font-family: dashicons;
296 margin: 0 5px;
297 top: 2px;
298 position: relative;
299 }
300 .bws_banner_to_settings_joint .bws-details strong {
301 font-size: 14px;
302 line-height: 30px;
303 }
304 .rtl div.bws_banner_on_plugin_page .button,
305 .rtl .bws_pro_version_tooltip .bws_button {
306 float: left;
307 }
308 .rtl div.bws_banner_on_plugin_page .icon,
309 .rtl .bws_banner_on_plugin_page .text,
310 .rtl .bws_pro_version_tooltip .bws_info {
311 float: right;
312 }
313 .rtl .bws_banner_on_plugin_page.bws_banner_to_settings_joint .icon {
314 margin: 2px 0 0 16px;
315 }
316 .rtl table.bws_pro_version th,
317 .rtl table.bws_pro_version td {
318 padding-right: 10px;
319 }
320 /* #### Mobile Phones Portrait or Landscape #### */
321 @media screen and (max-device-width: 768px) {
322 .bws_banner_on_plugin_page .text,
323 .bws_banner_on_plugin_page .icon,
324 .bws_banner_on_plugin_page .button_div,
325 .bws_banner_on_plugin_page .button {
326 float: none;
327 text-align: center;
328 max-width: 100%;
329 }
330 .bws_banner_on_plugin_page .icon {
331 position: relative;
332 left: 8px;
333 }
334 }
335 @media screen and (max-width: 600px) {
336 .bws_banner_to_settings_joint .bws-details {
337 padding: 15px 20px 21px;
338 }
339 }
340 /* display shortcodes */
341 span.bws_code {
342 background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
343 font-size: 13px;
344 margin: 0 1px;
345 padding: 3px 5px 2px;
346 }
347 /*
348 * styles help tooltips
349 */
350 .bws_help_box {
351 background-image: url("../images/tooltip_icons.png");
352 background-repeat: no-repeat;
353 cursor: pointer;
354 height: 28px;
355 position: relative;
356 margin: 3px 5px;
357 width: 28px;
358 display: inline-block;
359 }
360 .bws_help_box:not(.dashicons) {
361 vertical-align: middle;
362 }
363 .bws_help_box.dashicons-editor-help {
364 background: none;
365 color: #0074a2;
366 height: auto;
367 width: auto;
368 margin: 0;
369 }
370 .bws_help_box.dashicons-editor-help:hover {
371 color: #2ea2cc;
372 }
373 .bws_hidden_help_text {
374 background: #fff;
375 border: 1px solid #DCDCDC;
376 left: 40px;
377 padding: 5px;
378 position: absolute;
379 width: auto;
380 line-height: 1.5;
381 display: none;
382 color: #333;
383 font-size: 12px;
384 font-family: "Open Sans",sans-serif;
385 text-align: left;
386 }
387 .dashicons-editor-help .bws_hidden_help_text {
388 left: 30px;
389 top: -6px;
390 }
391 .bws_hidden_help_text:after,
392 .bws_hidden_help_text:before {
393 position: absolute;
394 content: "";
395 width: 0;
396 height: 0;
397 left: -10px;
398 top: 7px;
399 direction: ltr;
400 }
401 .bws_hidden_help_text:before {
402 border-top: 8px solid transparent;
403 border-bottom: 8px solid transparent;
404 border-right: 11px solid #DCDCDC;
405 z-index: -1;
406 margin-top: -1px;
407 margin-left: -2px;
408 }
409 .bws_hidden_help_text:after {
410 border-top: 7px solid transparent;
411 border-bottom: 7px solid transparent;
412 border-right: 10px solid #fff;
413 }
414 .bws_hidden_help_text:after {
415 border-top: 7px solid transparent;
416 border-bottom: 7px solid transparent;
417 border-right: 10px solid #fff;
418 }
419 .bws_hidden_help_text code {
420 padding: 2px 5px 1px;
421 }
422 .bws_help_box:hover .bws_hidden_help_text {
423 display: inline-block;
424 z-index: 1001;
425 }
426 /* RTL styles */
427 .bws_help_box_right .bws_hidden_help_text,
428 .rtl .bws_hidden_help_text {
429 left: auto;
430 right: 40px;
431 }
432 .bws_help_box_right.dashicons-editor-help .bws_hidden_help_text,
433 .rtl .dashicons-editor-help .bws_hidden_help_text {
434 right: 30px;
435 }
436 .bws_help_box_right .bws_hidden_help_text:before,
437 .rtl .bws_hidden_help_text:before,
438 .rtl .bws_hidden_help_text:after,
439 .bws_help_box_right .bws_hidden_help_text:after {
440 left: auto;
441 right: -10px;
442 -webkit-transform: rotate(180deg); /* Chrome y Safari */
443 -moz-transform: rotate(180deg); /* Firefox */
444 -o-transform: rotate(180deg); /* Opera */
445 transform: rotate(180deg);
446 }
447 .rtl .bws_hidden_help_text {
448 text-align: right;
449 }
450 .bws_help_box_right .bws_hidden_help_text:before,
451 .rtl .bws_hidden_help_text:before {
452 margin-right: -2px;
453 }
454 /* bws shortcode insert */
455 .mce-toolbar .mce-btn-group .mce-btn.mce-bws_shortcode_button {
456 background-color: #fff;
457 border: 1px solid #e5e5e5;
458 }
459 .mce-toolbar .mce-btn i.bws-shortcode-icon {
460 background: transparent url("../images/shortcode-icon.png");
461 }
462 #bws_shortcode_content,
463 #bws_shortcode_select_plugin {
464 margin-bottom: 10px;
465 }
466 #bws_shortcode_content * {
467 white-space: normal;
468 }
469 #bws_shortcode_popup_block h4 {
470 padding: 0;
471 line-height: 2.5;
472 text-transform: uppercase;
473 }
474 #bws_shortcode_content_bottom p {
475 font-style: italic;
476 color: #666;
477 }
478 #bws_shortcode_block {
479 background-color: #fdfdfd;
480 border: 1px solid #dfdfdf;
481 overflow: auto;
482 padding: 10px;
483 }
484 #bws_shortcode_display {
485 margin: 0 auto;
486 }
487 #bws_shortcode_content fieldset label {
488 margin-top: 5px;
489 display: inline-block;
490 }
491 #bws_shortcode_content .title {
492 margin-right: 5px;
493 margin-left: 5px;
494 line-height: 2.5;
495 }
496 #bws_shortcode_content .title,
497 #bws_shortcode_content .checkbox-title {
498 white-space: normal;
499 }
500 /* styles for notices (license has expired, Illegal use notification ond other) on the /plugins.php page */
501 .bws-plugin-update-tr .update-message {
502 margin-top: 0 !important;
503 }
504 .bws-plugin-update-tr .update-message :before {
505 content: '';
506 }