Special:UserLogin UI improvements when user is logged in
[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 }