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