summaryrefslogtreecommitdiff
path: root/resources/mediawiki.special/mediawiki.special.userLogin.css
blob: 24c8d771adeea7ab441ca696daaf6f8699130de8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/* Styles just for VForm user login */
#mw-userlogin-help {
	text-align: center;
}

.mw-ui-vform .mw-secure {
	/* @embed */
	background: url(images/icon-lock.png) no-repeat scroll left center transparent;
	margin: 0 0 0 1px;
	padding: 0 0 0 11px;
}

/* The login form invites users to create an account */
#mw-createaccount-cta {
	width: 20em;
	height: 10em;
	/* @embed */
	background: url(images/glyph-people-large.png) no-repeat 50%;
	margin: 0 auto;
}

#mw-createaccount-cta h3,
#mw-createaccount-another h3 {
	font-size: 0.9em;
	font-weight: normal;
	text-align: center;
}

#mw-createaccount-cta h3 {
	padding-top: 4em;
}

#mw-createaccount-join {
	margin-left: 0.75em;
	/* Separate from background image */
	box-shadow: 4px 4px 4px 4px rgba(255, 255, 255, 1);
	width: auto;
	display: inline-block;
}