Merge changes I4950496e,I849c4bd1
[lhc/web/wiklou.git] / resources / mediawiki.special / mediawiki.special.userLogin.vform.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 text-align: center;
18 /* @embed */
19 background: url(images/glyph-people-large.png) no-repeat 50%;
20 margin: 0 auto;
21 }
22
23 #mw-createaccount-cta h3 {
24 font-size: 0.9em;
25 font-weight: normal;
26 text-align: center;
27 padding-top: 4em;
28 }
29
30 #mw-createaccount-join {
31 margin-left: 0.75em;
32 /* Separate from background image */
33 box-shadow: 4px 4px 4px 4px rgba(255, 255, 255, 1);
34 width: auto;
35 display: inline-block;
36 }