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