d5fd2b8032252ac3cd26c3bae33b603b9f9211d9
[lhc/web/wiklou.git] / resources / src / mediawiki.special / mediawiki.special.userlogin.common.css
1 /* Styles for user login and signup forms */
2 #mw-userlogin-help {
3 text-align: center;
4 }
5
6 .mw-ui-vform .mw-secure {
7 /* @embed */
8 background: url(images/icon-lock.png) no-repeat scroll left center transparent;
9 margin: 0 0 0 1px;
10 padding: 0 0 0 11px;
11 }
12
13 /*
14 * When inside the VForm style, disable the border that Vector and other skins
15 * put on the div surrounding the login/create account form.
16 * Also disable the margin and padding that Vector puts around the form.
17 */
18 .mw-ui-container #userloginForm,
19 .mw-ui-container #userlogin {
20 border: 0;
21 margin: 0;
22 padding: 0;
23 }
24
25 /* Reposition and resize language links, which appear on a per-wiki basis */
26 .mw-ui-container #languagelinks {
27 margin-bottom: 2em;
28 font-size: 0.8em;
29 }
30
31 /* Put some space under template's header, which may contain CAPTCHA HTML.*/
32 section.mw-form-header {
33 margin-bottom: 10px;
34 }
35
36 /**** shuffled CAPTCHA ****/
37 #wpCaptchaWord {
38 margin-top: 6px;
39 }
40
41 .mw-createacct-captcha-container {
42 background-color: #f8f8f8;
43 border: 1px solid #c9c9c9;
44 padding: 10px;
45 text-align: center;
46 }
47
48 .mw-createacct-captcha-assisted {
49 display: block;
50 margin-top: 0.5em;
51 }
52
53 /* Put a border around the fancycaptcha-image-container. */
54 .mw-createacct-captcha-and-reload {
55 border: 1px solid #c9c9c9;
56 /* Other display formats end up too wide */
57 display: table-cell;
58 width: 270px;
59 background-color: #FFF;
60 }
61
62 /* Make the fancycaptcha-image-container full-width within its parent. */
63 .fancycaptcha-image-container {
64 width: 100%;
65 }