PluginProbe
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin / 1.8.9
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin v1.8.9
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 / style.css

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

471 lines 8.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 .bws_system_info_meta_box {
214 max-width: 850px;
215 }
216 .bws_system_info_meta_box .hndle {
217 cursor: pointer !important;
218 }
219 .bws_system_info {
220 float: left;
221 margin-right: 10px;
222 max-width: 400px;
223 }
224 .bws_system_info th {
225 padding: 10px 0;
226 text-align: left;
227 width: 50%;
228 }
229 .bws_system_info tbody td {
230 border-bottom: 1px solid #DFDFDF;
231 }
232 /*
233 * PLUGINS
234 */
235 .bws-products {
236 float: left;
237 width: 1350px;
238 }
239 .bws-products .description {
240 margin-top: 20px;
241 }
242 .bws_product_box {
243 background: #f2f2f2;
244 border: 1px solid #CACACA;
245 float: left;
246 margin: 10px 10px 0 0;
247 width: 320px;
248 border-radius: 3px;
249 min-height: 180px;
250 }
251 .bws_product_active {
252 background: #fff;
253 }
254 .bws_product_content,
255 .bws_product_image {
256 float: left;
257 }
258 .bws_product_image {
259 padding: 20px;
260 }
261 .bws_product_image a {
262 box-shadow: none;
263 }
264 .bws_product_image img {
265 height: 60px;
266 }
267 .bws_product_content {
268 max-width: 200px;
269 padding: 15px 0 7px;
270 }
271 .bws_product_title {
272 font-size: 15px;
273 line-height: initial;
274 font-weight: bolder;
275 }
276 .bws_product_title a {
277 color: #444;
278 font-weight: 600;
279 }
280 .bws_product_title a:hover {
281 color: #00a0d2;
282 }
283 .bws-version {
284 margin-top: 6px;
285 }
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 .bws_product_description {
298 font-size: 13px;
299 line-height: 18px;
300 margin: 6px 0 2px;
301 color: #666;
302 }
303 .bws_product_links {
304 margin: 15px 0;
305 }
306 .bws_product_links span {
307 color: #999;
308 vertical-align: sub;
309 margin-right: 10px;
310 }
311 .bws_product_links form {
312 display: inline-block;
313 }
314 .bws_product_content a {
315 text-decoration: none;
316 margin-right: 10px;
317 }
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;
322 color: #fff;
323 margin-right: 12px;
324 }
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";
363 display: inline-block;
364 font: 400 20px/1 dashicons;
365 width: 20px;
366 vertical-align: bottom;
367 margin-left: -5px;
368 }
369 .bws-filter-top-inside {
370 display: none;
371 margin: 25px 0;
372 }
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 {
394 background: #0074a2;
395 color: #fff;
396 padding: 2px 5px;
397 display: inline-block;
398 border-radius: 3px;
399 }
400 .subsubsub span,
401 .bws-category span {
402 color: #999;
403 }
404 .bws-category a.bws-active span {
405 color: #8bbed2;
406 }
407
408 @media screen and (max-width: 1700px) {
409 .bws-products {
410 width: 1020px;
411 }
412 }
413 @media screen and (max-width: 1425px) {
414 .bws-products {
415 width: 700px;
416 }
417 }
418 @media screen and (max-width: 1120px) {
419 .bws-products {
420 width: 370px;
421 }
422 }
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 }
462 }
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 }
471 }