PluginProbe
Contact Form by BestWebSoft – Advanced WP Contact Form Builder for WordPress / 3.78
Contact Form by BestWebSoft – Advanced WP Contact Form Builder for WordPress v3.78
3.76 3.77 3.78 3.79 3.80 3.81 3.82 3.83 3.84 3.85 3.86 3.87 3.88 3.89 3.90 3.91 3.92 3.93 3.94 3.95 3.96 3.97 3.98 3.99 4.0.0 All 150 releases
contact-form-plugin / bws_menu / css / style.css

style.css in Contact Form by BestWebSoft – Advanced WP Contact Form Builder for WordPress 3.78, at bws_menu/css/style.css

158 lines 3.1 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 }
34 h4.bws_installed:before,
35 h4.bws_recommended:before {
36 border-radius: 9px;
37 content: "";
38 display: inline-block;
39 height: 8px;
40 position: relative;
41 top: -1px;
42 width: 8px;
43 margin-right: 7px;
44 }
45 h4.bws_recommended:before {
46 background: #0074a2;
47 }
48 h4.bws_installed:before {
49 background: #00a22e;
50 }
51 .bws_product_box {
52 background: none repeat scroll 0 0 #FFFFFF;
53 border: 1px solid #CACACA;
54 float: left;
55 margin: 0 9px 10px 0;
56 text-align: center;
57 width: 182px;
58 border-radius: 3px;
59 }
60 .bws_product_box a {
61 text-decoration: none;
62 }
63 .bws_product {
64 border-bottom: 1px solid #fff;
65 min-height: 203px;
66 }
67 .bws_product_content {
68 min-height: 93px;
69 }
70 .bws_activate {
71 color: #F14B21;
72 }
73 .bws_activate:hover {
74 color: #f26e50;
75 }
76 .bws_product_title {
77 font-weight: bold;
78 padding: 16px 10px 28px;
79 font-size: 14px;
80 height: 18px;
81 }
82 .bws_product_deactivated .bws_product_title {
83 color: #7e7e7e;
84 }
85 .bws_product_pro .bws_product_title {
86 color: #fff;
87 }
88 .bws_product_icon_pro {
89 background: #F26E50;
90 border-radius: 4px;
91 color: #FFF;
92 font-size: 15px;
93 font-weight: bold;
94 height: 20px;
95 margin: -9px auto -10px;
96 position: relative;
97 width: 46px;
98 }
99 .bws_product_description {
100 padding: 0 10px;
101 color: #a7a7a7;
102 display: none;
103 font-size: 12px;
104 }
105 .bws_product_links {
106 padding: 10px 6px 12px;
107 }
108 .bws_product_links span {
109 color: #c2c2c2;
110 }
111 .bws_product_deactivated .bws_product {
112 background: #EEE;
113 border-bottom: 1px solid #CACACA;
114 }
115 .bws_product.bws_product_pro {
116 background: #222;
117 border-bottom: 1px solid #222;
118 color: #fff;
119 }
120 .bws_product a,
121 .bws_product a:hover {
122 color: #fff;
123 }
124 .bws_product_button {
125 background: #00A22E;
126 border-radius: 2px;
127 margin: 3px auto;
128 padding: 7px 5px 8px;
129 font-size: 14px;
130 min-width: 103px;
131 display: none;
132 }
133 .bws_product_button:hover{
134 background: #008726;
135 }
136 .bws_product_deactivated.bws_product_free .bws_product_button {
137 background: #0074a2;
138 }
139 .bws_product_deactivated.bws_product_free .bws_product_button:hover {
140 background: #006187;
141 }
142 .bws_product_free .bws_product_button {
143 background: #dd5738;
144 }
145 .bws_product_free .bws_product_button:hover {
146 background: #dd4825;
147 }
148 .bws_product_button.bws_donate_button {
149 background: #E89D09 !important;
150 }
151 .bws_product_button.bws_donate_button:hover {
152 background: #D69108 !important;
153 }
154
155 /* theme page after WP 3.9 */
156 .toplevel_page_bws_plugins #availablethemes .theme-browser {
157 margin-top: 25px;
158 }