PluginProbe ʕ •ᴥ•ʔ
reCaptcha by BestWebSoft / 1.09
reCaptcha by BestWebSoft v1.09
1.79 1.80 1.82 1.83 1.84 1.85 1.86 1.87 trunk 1.01 1.02 1.03 1.04 1.05 1.06 1.07 1.08 1.09 1.10 1.11 1.12 1.13 1.14 1.15 1.16 1.17 1.18 1.19 1.20 1.21 1.22 1.23 1.24 1.25 1.26 1.27 1.28 1.29 1.30 1.31 1.32 1.33 1.34 1.35 1.36 1.37 1.38 1.39 1.40 1.41 1.42 1.43 1.44 1.45 1.46 1.47 1.48 1.49 1.50 1.51 1.52 1.53 1.54 1.55 1.56 1.57 1.58 1.59 1.60 1.61 1.62 1.63 1.64 1.65 1.66 1.67 1.68 1.70 1.71 1.72 1.73 1.74 1.75 1.78
google-captcha / bws_menu / css / general_style.css
google-captcha / bws_menu / css Last commit date
general_style.css 11 years ago general_style_wp_before_3.8.css 11 years ago style.css 11 years ago
general_style.css
253 lines
1 #adminmenu #toplevel_page_bws_plugins div.wp-menu-image,
2 .admin-color-classic #adminmenu #toplevel_page_bws_plugins div.wp-menu-image,
3 #adminmenu #toplevel_page_bws_plugins:hover div.wp-menu-image,
4 #adminmenu #toplevel_page_bws_plugins.wp-has-current-submenu div.wp-menu-image {
5 background: url("../images/icon_16_single.png") no-repeat scroll center center transparent;
6 }
7 #adminmenu #toplevel_page_bws_plugins.wp-not-current-submenu div.wp-menu-image {
8 opacity: 0.7;
9 }
10 .sticky-menu #toplevel_page_bws_plugins .wp-submenu .wp-first-item {
11 display: none;
12 }
13 /*
14 * styles for rate-support div on the settings page
15 */
16 .bws-plugin-reviews {
17 background: none repeat scroll 0 0 #BEE1F1;
18 border: 1px solid #70A8C2;
19 border-radius: 3px;
20 max-width: 700px;
21 }
22 .bws-plugin-reviews-rate {
23 padding: 10px;
24 border-bottom: 1px dashed #70A8C2;
25 }
26 .bws-plugin-reviews-support {
27 padding: 10px;
28 }
29 /*
30 * styles for Go PRO tab
31 */
32 .bws_go_pro_tab {
33 background-color: #2A95C5;
34 border-color: #11688F;
35 color: #FFFFFF;
36 font-weight: normal;
37 text-shadow: none;
38 }
39 .bws_go_pro_tab:hover {
40 background-color: #2080AB;
41 color: #FFFFFF;
42 border-color: #11688F;
43 }
44 .bws_go_pro_tab.nav-tab-active {
45 background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
46 border-color: #CCCCCC #CCCCCC #F1F1F1;
47 color: #000000;
48 }
49 /*
50 * styles for pro_version settings and tooltip
51 */
52 td.bws_pro_version,
53 tr.bws_pro_version,
54 .nav-tab.bws_plugin_menu_pro_version,
55 .nav-tab.bws_plugin_menu_pro_version:hover {
56 background: rgba(248, 226, 104, 0.11) url("../images/pattern_bg.png");
57 border: 1px solid #AAA;
58 }
59 td.bws_pro_version_tooltip {
60 border: 1px solid #AAA;
61 position: inherit;
62 }
63 .bws_pro_version_bloc {
64 position: relative;
65 margin: 5px 0;
66 border: 1px solid #AAAAAA;
67 max-width: 800px;
68 }
69 .bws_table_bg {
70 background: #f8e268 url("../images/pattern.png");
71 opacity: 0.11;
72 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=11); /* IE 5.5+*/
73 -moz-opacity: 0.11; /* Mozilla 1.6 и ниже */
74 width: 100%;
75 height: 100%;
76 position: absolute;
77 z-index: 1;
78 }
79 .bws_pro_version_table_bloc table.bws_pro_version {
80 background: transparent;
81 margin: 0;
82 border: none;
83 width: 100%;
84 }
85 table.bws_pro_version {
86 background: #E0E0E0;
87 border: 1px solid #AAA;
88 margin-bottom: 5px;
89 width: auto;
90 }
91 table.bws_pro_version tbody {
92 display: block;
93 }
94 table.bws_pro_version th,
95 table.bws_pro_version td {
96 padding-left: 10px;
97 }
98 .bws_pro_version_tooltip {
99 background: #FFF;
100 border-top: 1px solid #AAA;
101 position: relative;
102 z-index: 2;
103 padding: 10px;
104 font-size: 14px;
105 }
106 .bws_pro_version_tooltip .bws_button {
107 background: #dd5738;
108 border: none;
109 text-decoration: none;
110 color: #fff;
111 padding: 5px 17px;
112 border-radius: 2px;
113 margin: 5px 10px;
114 float: right;
115 }
116 .bws_pro_version_tooltip .bws_info {
117 float: left;
118 padding-top: 10px;
119 }
120 .bws_pro_version_tooltip .bws_pro_links {
121 float: right;
122 }
123 .bws_pro_version_tooltip .bws_trial_info {
124 padding-top: 10px;
125 display: inline-block;
126 }
127 div.bws_pro_version {
128 padding: 5px 10px;
129 }
130 a.bws_plugin_pro_version {
131 display: block;
132 background: rgba(248, 226, 104, 0.11) url("../images/pattern_bg.png");
133 border: 1px solid #AAA;
134 padding: 5px;
135 text-decoration: none;
136 color: #666;
137 }
138 .bws_pro_version_single_link,
139 .bws_pro_version_single_link:hover {
140 text-decoration: none;
141 color: #666;
142 }
143 /* style for mini-block (ex. google map) */
144 .bws_pro_version_bloc_mini .bws_pro_version_table_bloc table.bws_pro_version {
145 width: auto;
146 }
147 .bws_pro_version_bloc_mini .bws_pro_version_tooltip {
148 padding: 10px 61px;
149 text-align: center;
150 width: 200px;
151 }
152 .bws_pro_version_bloc_mini .bws_pro_version_tooltip a {
153 display: inline-block;
154 line-height: 1.5;
155 }
156 .bws_pro_version_bloc_mini .bws_pro_version_tooltip .bws_button {
157 margin: 10px 10px 5px;
158 padding: 5px 50px;
159 float: none;
160 }
161 /* #### Mobile Phones Portrait or Landscape #### */
162 @media screen and (max-device-width: 640px) {
163 .bws_pro_version_tooltip {
164 padding: 10px;
165 text-align: center;
166 }
167 .bws_pro_version_tooltip .bws_info {
168 float: none;
169 text-align: center;
170 }
171 .bws_pro_version_tooltip a {
172 display: inline-block;
173 line-height: 1.5;
174 }
175 .bws_pro_version_tooltip .bws_info a {
176 display: block;
177 }
178 .bws_pro_version_tooltip .bws_button {
179 margin: 10px 10px 5px;
180 padding: 5px 50px;
181 float: none;
182 }
183 }
184
185 /*
186 * styles for banner
187 */
188 .bws_banner_on_plugin_page {
189 border: 1px solid #d4d4d4;
190 margin: 12px 0;
191 background: #FFF;
192 position: relative;
193 overflow: hidden
194 }
195 .bws_banner_on_plugin_page .text {
196 color: #000;
197 font-size: 15px;
198 line-height: 26px;
199 margin: 18px 18px 14px;
200 float: left;
201 width: auto;
202 max-width: 80%;
203 }
204 .bws_banner_on_plugin_page .text span {
205 font-size: 12px;
206 opacity: 0.7;
207 }
208 .bws_banner_on_plugin_page .button {
209 float: left;
210 border: none;
211 font-size: 14px;
212 margin: 18px 0 18px 16px;
213 padding: 12px 0;
214 color: #FFF;
215 text-shadow: none;
216 font-weight: bold;
217 background: #0074A2;
218 -moz-border-radius: 3px;
219 border-radius: 3px;
220 -webkit-border-radius: 3px;
221 text-decoration: none;
222 height: 50px;
223 text-align: center;
224 text-transform: uppercase;
225 width: 147px;
226 box-shadow: none;
227 line-height: 26px;
228 }
229 .bws_banner_on_plugin_page .button:hover,
230 .bws_banner_on_plugin_page .button:focus {
231 background: #222;
232 color: #FFF;
233 }
234 .bws_banner_on_plugin_page .icon {
235 float: right;
236 margin: 12px 8px 8px 0;
237 }
238 .bws_banner_on_plugin_page .close_icon {
239 float: right;
240 margin: 8px;
241 cursor: pointer;
242 }
243 /* #### Mobile Phones Portrait or Landscape #### */
244 @media screen and (max-device-width: 640px) {
245 .bws_banner_on_plugin_page .text,
246 .bws_banner_on_plugin_page .icon,
247 .bws_banner_on_plugin_page .button_div,
248 .bws_banner_on_plugin_page .button {
249 float: none;
250 text-align: center;
251 max-width: 100%;
252 }
253 }