PluginProbe
Authorizer / 2.2.4
Authorizer v2.2.4
3.15.3 3.15.2 3.15.1 3.15.0 3.14.3 3.14.4 3.14.2 3.14.1 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.9.0 2.9.1 2.9.10 2.9.11 2.9.12 2.9.13 2.9.2 2.9.3 2.9.6 All 126 releases
authorizer / css / authorizer.css

authorizer.css in Authorizer 2.2.4, at css/authorizer.css

485 lines 11.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 body.toplevel_page_authorizer #wpbody-content > .wrap,
2 body.settings_page_authorizer #wpbody-content > .wrap {
3 background: url("../images/banner-772x250.jpg") repeat-x 5px -35px;
4 margin-left: -20px;
5 margin-right: 0;
6 padding-left: 20px;
7 padding-right: 0;
8 }
9 body.toplevel_page_authorizer #wpbody-content > div.update-nag ~ .wrap,
10 body.settings_page_authorizer #wpbody-content > div.update-nag ~ .wrap {
11 margin-top: -66px;
12 }
13 body.toplevel_page_authorizer #wpbody-content > .wrap > h2,
14 body.settings_page_authorizer #wpbody-content > .wrap > h2 {
15 margin: -10px 0 58px 15px;
16 padding-top: 80px;
17 font-size: 290%;
18 text-shadow: 1px 1px 3px #8d8d8d;
19 }
20 body.toplevel_page_authorizer #wpbody-content > .wrap > div.updated,
21 body.settings_page_authorizer #wpbody-content > .wrap > div.updated {
22 margin: -43px 10px 5px;
23 }
24
25 body.toplevel_page_authorizer #wpbody-content > .wrap > form > h2 {
26 margin: -5px 0 13px 15px;
27 padding-top: 8px;
28 font-size: 290%;
29 text-shadow: 1px 1px 3px #8d8d8d;
30 }
31 body.toplevel_page_authorizer #wpbody-content > .wrap > form > p {
32 width: 375px;
33 }
34 body.toplevel_page_authorizer #wpbody-content > .wrap > form > div.updated {
35 margin: -43px 10px 5px;
36 }
37
38 body.toplevel_page_authorizer .nav-tab-wrapper,
39 body.settings_page_authorizer .nav-tab-wrapper {
40 margin-left: -20px !important;
41 padding-left: 30px !important;
42 }
43
44 body.toplevel_page_authorizer .nav-tab,
45 body.settings_page_authorizer .nav-tab {
46 opacity: 0.7;
47 }
48 body.toplevel_page_authorizer .nav-tab-active,
49 body.settings_page_authorizer .nav-tab-active {
50 opacity: 1.0;
51 }
52
53 body.toplevel_page_authorizer .ms-selectable,
54 body.toplevel_page_authorizer .ms-selection,
55 body.settings_page_authorizer .ms-selectable,
56 body.settings_page_authorizer .ms-selection {
57 background-color: transparent;
58 }
59 body.toplevel_page_authorizer .ms-list,
60 body.settings_page_authorizer .ms-list {
61 background-color: white;
62 }
63
64 body.toplevel_page_authorizer .ms-list li,
65 body.settings_page_authorizer .ms-list li {
66 margin-bottom: 0;
67 }
68
69 body.toplevel_page_authorizer .ms-container,
70 body.settings_page_authorizer .ms-container {
71 background-position-x: 250px;
72 }
73
74 body.toplevel_page_authorizer .ms-container ul.ms-list,
75 body.settings_page_authorizer .ms-container ul.ms-list {
76 width: 240px;
77 }
78
79 body.toplevel_page_authorizer .spinner,
80 body.settings_page_authorizer .spinner,
81 #auth_dashboard_widget .spinner {
82 display: inline-block;
83 float: none;
84 vertical-align: text-bottom;
85 }
86 body.toplevel_page_authorizer .spinner,
87 body.settings_page_authorizer .spinner {
88 margin: 4px 5px 0 5px;
89 }
90 body.toplevel_page_authorizer .spinner .spinner-text,
91 body.settings_page_authorizer .spinner .spinner-text,
92 #auth_dashboard_widget .spinner .spinner-text {
93 color: green;
94 margin-left: 22px;
95 }
96
97 div.section_info, div.section_info ~ table {
98 display: none;
99 }
100
101 #section_info_access_lists ~ table .animated_wrapper {
102 /* slightly smaller so the shake animation doesn't create a horizontal scroll bar */
103 width: 95%;
104 }
105
106 .auth-email {
107 width: 160px;
108 }
109
110 .auth-date-added {
111 width: 80px;
112 }
113
114 .auth-multisite-username,
115 .auth-multisite-email,
116 .auth-multisite-role,
117 .auth-multisite-date-added,
118 .auth-multisite-usermeta {
119 opacity: 0.5;
120 }
121
122 #auth_dashboard_widget > .inside {
123 margin-top: 0;
124 }
125
126 #auth_dashboard_widget input[type="text"], #auth_dashboard_widget select {
127 font-size: 90%;
128 width: 90px;
129 }
130
131 #auth_dashboard_widget input[type="radio"] {
132 margin: 0 0 6px;
133 }
134
135 #auth_dashboard_widget #list_auth_settings_access_users_pending .auth-email,
136 #auth_dashboard_widget #list_auth_settings_access_users_approved .auth-email,
137 #auth_dashboard_widget #new_approved_user_email,
138 #auth_dashboard_widget #list_auth_settings_access_users_blocked .auth-email,
139 #auth_dashboard_widget #new_blocked_user_email {
140 width: 130px;
141 }
142
143 #auth_dashboard_widget .auth-date-added {
144 width: 70px;
145 }
146
147 #auth_dashboard_widget .auth-usermeta {
148 display: none;
149 }
150
151 /* Shrink dashboard widget elements on small sizes */
152 @media only screen and (max-width: 1090px) {
153 #auth_dashboard_widget #list_auth_settings_access_users_pending .auth-email,
154 #auth_dashboard_widget #list_auth_settings_access_users_approved .auth-email,
155 #auth_dashboard_widget #new_approved_user_email,
156 #auth_dashboard_widget #list_auth_settings_access_users_blocked .auth-email,
157 #auth_dashboard_widget #new_blocked_user_email {
158 width: 65px;
159 }
160 #auth_dashboard_widget select {
161 width: 60px;
162 }
163 }
164
165 #list_auth_settings_access_users_pending .auth-email,
166 #list_auth_settings_access_users_pending .auth-role {
167 border-color: #ECF195;
168 background-color: #F5F8C4;
169 }
170
171 #list_auth_settings_access_users_approved .auth-email,
172 #list_auth_settings_access_users_approved .auth-role,
173 #list_auth_settings_access_users_approved .auth-date-added,
174 #list_auth_settings_access_users_approved .auth-usermeta,
175 #new_auth_settings_access_users_approved .auth-email,
176 #new_auth_settings_access_users_approved .auth-role {
177 border-color: #8DC33C;
178 background-color: #DCF0BE;
179 }
180
181 #list_auth_settings_access_users_blocked .auth-email,
182 #list_auth_settings_access_users_blocked .auth-date-added,
183 #list_auth_settings_access_users_blocked .auth-usermeta,
184 #new_auth_settings_access_users_blocked .auth-email {
185 border-color: #EA7E70;
186 background-color: #FACBC5;
187 }
188 #list_auth_settings_access_users_blocked .auth-role,
189 #new_auth_settings_access_users_blocked .auth-role {
190 display: none;
191 }
192
193 #list_auth_settings_access_users_approved .auth-multisite-user {
194 margin-left: 5px;
195 }
196 #list_auth_settings_access_users_approved .auth-usermeta + .button {
197 margin: 3px 4px 3px -33px;
198 height: 23px;
199 width: 26px;
200 vertical-align: top !important;
201 display: none;
202 }
203
204 /**
205 * Overlays
206 */
207 .auth_multisite_override_overlay .overlay-note {
208 background: white;
209 padding: 8px;
210 opacity: 0;
211 border: 1px solid #aaa;
212 margin: 2%;
213 position: absolute;
214 -webkit-transition: opacity 0.1s ease-in-out;
215 -moz-transition: opacity 0.1s ease-in-out;
216 transition: opacity 0.1s ease-in-out;
217 }
218 .auth_multisite_override_overlay:hover .overlay-note {
219 opacity: 1;
220 }
221
222 /**
223 * Portions below from Bootstrap
224 * http://getbootstrap.com/getting-started/#download
225 */
226
227 .sr-only {
228 position: absolute;
229 width: 1px;
230 height: 1px;
231 padding: 0;
232 margin: -1px;
233 overflow: hidden;
234 clip: rect(0, 0, 0, 0);
235 border: 0;
236 }
237
238
239 .caret {
240 display: inline-block;
241 width: 0;
242 height: 0;
243 margin-left: 2px;
244 vertical-align: middle;
245 border-top: 4px solid;
246 border-right: 4px solid transparent;
247 border-left: 4px solid transparent;
248 }
249 .dropdown {
250 position: relative;
251 }
252 .dropdown-toggle:focus {
253 outline: 0;
254 }
255 .dropdown-menu {
256 position: absolute;
257 top: 100%;
258 left: 0;
259 z-index: 1000;
260 display: none;
261 float: left;
262 min-width: 160px;
263 padding: 5px 0;
264 margin: 2px 0 0;
265 font-size: 14px;
266 list-style: none;
267 background-color: #fff;
268 background-clip: padding-box;
269 border: 1px solid #ccc;
270 border: 1px solid rgba(0, 0, 0, .15);
271 border-radius: 4px;
272 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
273 box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
274 }
275 .dropdown-menu.pull-right {
276 right: 0;
277 left: auto;
278 }
279 .dropdown-menu .divider {
280 height: 1px;
281 margin: 9px 0;
282 overflow: hidden;
283 background-color: #e5e5e5;
284 }
285 .dropdown-menu > li > a {
286 display: block;
287 padding: 3px 20px;
288 clear: both;
289 font-weight: normal;
290 line-height: 1.42857143;
291 color: #333;
292 white-space: nowrap;
293 }
294 .dropdown-menu > li > a:hover,
295 .dropdown-menu > li > a:focus {
296 color: #262626;
297 text-decoration: none;
298 background-color: #f5f5f5;
299 }
300 .dropdown-menu > .active > a,
301 .dropdown-menu > .active > a:hover,
302 .dropdown-menu > .active > a:focus {
303 color: #fff;
304 text-decoration: none;
305 background-color: #428bca;
306 outline: 0;
307 }
308 .dropdown-menu > .disabled > a,
309 .dropdown-menu > .disabled > a:hover,
310 .dropdown-menu > .disabled > a:focus {
311 color: #999;
312 }
313 .dropdown-menu > .disabled > a:hover,
314 .dropdown-menu > .disabled > a:focus {
315 text-decoration: none;
316 cursor: not-allowed;
317 background-color: transparent;
318 background-image: none;
319 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
320 }
321 .open > .dropdown-menu {
322 display: block;
323 }
324 .open > a {
325 outline: 0;
326 }
327
328
329 .btn-group,
330 .btn-group-vertical {
331 position: relative;
332 display: inline-block;
333 vertical-align: middle;
334 }
335 .btn-group > .btn,
336 .btn-group-vertical > .btn {
337 position: relative;
338 float: left;
339 }
340 .btn-group > .btn:hover,
341 .btn-group-vertical > .btn:hover,
342 .btn-group > .btn:focus,
343 .btn-group-vertical > .btn:focus,
344 .btn-group > .btn:active,
345 .btn-group-vertical > .btn:active,
346 .btn-group > .btn.active,
347 .btn-group-vertical > .btn.active {
348 z-index: 2;
349 }
350 .btn-group > .btn:focus,
351 .btn-group-vertical > .btn:focus {
352 outline: none;
353 }
354 .btn-group .btn + .btn,
355 .btn-group .btn + .btn-group,
356 .btn-group .btn-group + .btn,
357 .btn-group .btn-group + .btn-group {
358 margin-left: -1px;
359 }
360 .btn-toolbar {
361 margin-left: -5px;
362 }
363 .btn-toolbar .btn-group,
364 .btn-toolbar .input-group {
365 float: left;
366 }
367 .btn-toolbar > .btn,
368 .btn-toolbar > .btn-group,
369 .btn-toolbar > .input-group {
370 margin-left: 5px;
371 }
372 .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
373 border-radius: 0;
374 }
375 .btn-group > .btn:first-child {
376 margin-left: 0;
377 }
378 .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
379 border-top-right-radius: 0;
380 border-bottom-right-radius: 0;
381 }
382 .btn-group > .btn:last-child:not(:first-child),
383 .btn-group > .dropdown-toggle:not(:first-child) {
384 border-top-left-radius: 0;
385 border-bottom-left-radius: 0;
386 }
387 .btn-group > .btn-group {
388 float: left;
389 }
390 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
391 border-radius: 0;
392 }
393 .btn-group > .btn-group:first-child > .btn:last-child,
394 .btn-group > .btn-group:first-child > .dropdown-toggle {
395 border-top-right-radius: 0;
396 border-bottom-right-radius: 0;
397 }
398 .btn-group > .btn-group:last-child > .btn:first-child {
399 border-top-left-radius: 0;
400 border-bottom-left-radius: 0;
401 }
402 .btn-group .dropdown-toggle:active,
403 .btn-group.open .dropdown-toggle {
404 outline: 0;
405 }
406 .btn-group > .btn + .dropdown-toggle {
407 padding-right: 8px;
408 padding-left: 8px;
409 }
410 .btn-group > .btn-lg + .dropdown-toggle {
411 padding-right: 12px;
412 padding-left: 12px;
413 }
414 .btn-group.open .dropdown-toggle {
415 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
416 box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
417 }
418 .btn-group.open .dropdown-toggle.btn-link {
419 -webkit-box-shadow: none;
420 box-shadow: none;
421 }
422 .btn .caret {
423 margin-left: 0;
424 }
425
426
427 /* Override a strange WordPress style that causes text to jump */
428 .form-table td .button-primary.active,
429 .form-table td .button-primary:active,
430 .form-table td .button-primary:focus,
431 .form-table td .button-primary:hover {
432 vertical-align: baseline;
433 }
434
435 /* Busy cursor for ajax calls */
436 html.busy, html.busy * {
437 cursor: wait !important;
438 }
439
440 @font-face {
441 font-family: 'Glyphicons Halflings';
442
443 src: url('../inc/bootstrap/fonts/glyphicons-halflings-regular.eot');
444 src: url('../inc/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../inc/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../inc/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../inc/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
445 }
446 .glyphicon {
447 position: relative;
448 top: 1px;
449 display: inline-block;
450 font-family: 'Glyphicons Halflings';
451 font-style: normal;
452 font-weight: normal;
453 line-height: 1;
454
455 -webkit-font-smoothing: antialiased;
456 -moz-osx-font-smoothing: grayscale;
457 }
458 .glyphicon-user:before {
459 content: "\e008";
460 }
461 .glyphicon-globe:before {
462 content: "\e135";
463 }
464 .glyphicon-ban-circle:before {
465 content: "\e090";
466 }
467 .glyphicon-remove-circle:before {
468 content: "\e088";
469 }
470 .glyphicon-remove:before {
471 content: "\e014";
472 }
473 .glyphicon-floppy-saved:before {
474 content: "\e173";
475 }
476
477 /**
478 * Bootstrap customizations (typically because of conflicts with WordPress styles)
479 */
480 .dropdown-menu > li {
481 margin-bottom: 0;
482 }
483 .dropdown-menu > li > a {
484 text-decoration: none;
485 }