(bug 47070) check content model namespace on import.
[lhc/web/wiklou.git] / resources / mediawiki.special / mediawiki.special.userLogin.css
1 /* Styles just for VForm user login */
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 /* The login form invites users to create an account */
14 #mw-createaccount-cta {
15 width: 20em;
16 height: 10em;
17 /* @embed */
18 background: url(images/glyph-people-large.png) no-repeat 50%;
19 margin: 0 auto;
20 }
21
22 #mw-createaccount-cta h3,
23 #mw-createaccount-another h3 {
24 font-size: 0.9em;
25 font-weight: normal;
26 text-align: center;
27 }
28
29 #mw-createaccount-cta h3 {
30 padding-top: 4em;
31 }
32
33 #mw-createaccount-join {
34 margin-left: 0.75em;
35 /* Separate from background image */
36 box-shadow: 4px 4px 4px 4px rgba(255, 255, 255, 1);
37 width: auto;
38 display: inline-block;
39 }
40
41 /**** shuffled CAPTCHA ****/
42 #wpCaptchaWord {
43 margin-top: 6px;
44 }
45
46 .mw-createacct-captcha-container {
47 background-color: #f8f8f8;
48 border: 1px solid #c9c9c9;
49 padding: 10px;
50 text-align: center;
51 }
52
53 .mw-createacct-captcha-assisted {
54 display: block;
55 margin-top: 0.5em;
56 }
57
58 /* Put a border around the fancycaptcha-image-container. */
59 .mw-createacct-captcha-and-reload {
60 border: 1px solid #c9c9c9;
61 display: table-cell; /* Other display formats end up too wide */
62 width: 270px;
63 background-color: #FFF;
64 }
65
66 /* Make the fancycaptcha-image-container full-width within its parent. */
67 .fancycaptcha-image-container
68 {
69 width: 100%;
70 }