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
pdf-print / bws_menu / css / style.css

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

150 lines 3.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .bws_system_info_meta_box {
2 max-width: 850px;
3 }
4 .bws_system_info_meta_box .hndle {
5 cursor: pointer !important;
6 }
7 .bws_system_info {
8 float: left;
9 margin-right: 10px;
10 max-width: 400px;
11 }
12 .bws_system_info th {
13 padding: 10px 0;
14 text-align: left;
15 width: 50%;
16 }
17 .bws_system_info tbody td {
18 border-bottom: 1px solid #DFDFDF;
19 }
20 .clear {
21 clear: both;
22 }
23 .bws_main.title {
24 float: left;
25 margin-right: 30px;
26 }
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;
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 }
41 .bws_product_box {
42 background: none repeat scroll 0 0 #FFFFFF;
43 border: 1px solid #CACACA;
44 float: left;
45 margin: 0 9px 10px 0;
46 text-align: center;
47 width: 182px;
48 border-radius: 3px;
49 }
50 .bws_product_box a {
51 text-decoration: none;
52 }
53 .bws_product {
54 border-bottom: 1px solid #fff;
55 min-height: 203px;
56 }
57 .bws_product_content {
58 min-height: 93px;
59 }
60 .bws_activate {
61 color: #F14B21;
62 }
63 .bws_activate:hover {
64 color: #f26e50;
65 }
66 .bws_product_title {
67 font-weight: bold;
68 padding: 16px 10px 28px;
69 font-size: 14px;
70 height: 18px;
71 }
72 .bws_product_deactivated .bws_product_title {
73 color: #7e7e7e;
74 }
75 .bws_product_pro .bws_product_title {
76 color: #fff;
77 }
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;
84 }
85 .bws_product_description {
86 padding: 0 10px;
87 color: #a7a7a7;
88 display: none;
89 font-size: 13px;
90 }
91 .bws_product_links {
92 padding: 10px 6px 12px;
93 }
94 .bws_product_links span {
95 color: #c2c2c2;
96 }
97 .bws_product_deactivated .bws_product {
98 background: #EEE;
99 border-bottom: 1px solid #CACACA;
100 }
101 .bws_product.bws_product_pro {
102 background: #222;
103 border-bottom: 1px solid #222;
104 color: #fff;
105 }
106 .bws_product a,
107 .bws_product a:hover {
108 color: #fff;
109 }
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;
117 display: inline-block;
118 }
119 .bws_product_button:hover{
120 background: #008726;
121 }
122 .bws_product_deactivated.bws_product_free .bws_product_button {
123 background: #0074a2;
124 }
125 .bws_product_deactivated.bws_product_free .bws_product_button:hover {
126 background: #006187;
127 }
128 .bws_product_free .bws_product_button {
129 background: #dd5738;
130 }
131 .bws_product_free .bws_product_button:hover {
132 background: #dd4825;
133 }
134 .bws_product_button.bws_donate_button {
135 background: #E89D09 !important;
136 }
137 .bws_product_button.bws_donate_button:hover {
138 background: #D69108 !important;
139 }
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;
147 }
148 .bws_switch_link:hover {
149 color: #2ea2cc;
150 }