156471229fc89c2f639372d2951b097d16d1075a
[lhc/web/wiklou.git] / resources / mediawiki.special / mediawiki.special.userlogin.signup.css
1 /* Disable the underline that Vector puts on h2 headings, and bold them. */
2 .mw-ui-container h2 {
3 border: 0;
4 font-weight: bold;
5 }
6
7 /* Benefits column CSS to the right (if it fits) of the form. */
8 .mw-ui-container #userloginForm {
9 float: left;
10 /* Override the right margin of the form to give space in case a benefits
11 * column appears to the side. */
12 margin-right: 100px;
13 }
14
15 div.mw-createacct-benefits-container {
16 /* Keeps this column compact and close to the form, but tends to squish contents. */
17 float: left;
18 }
19
20 div.mw-createacct-benefits-container h2 {
21 margin-bottom: 30px;
22 }
23
24 .mw-number-text.icon-edits {
25 /* @embed */
26 background: url(images/icon-edits.png) no-repeat left center;
27 }
28
29 .mw-number-text.icon-pages {
30 /* @embed */
31 background: url(images/icon-pages.png) no-repeat left center;
32 }
33
34 .mw-number-text.icon-contributors {
35 /* @embed */
36 background: url(images/icon-contributors.png) no-repeat left center;
37 }
38
39 /* Special font for numbers in benefits*/
40 div.mw-number-text h3 {
41 top: 0;
42 margin: 0;
43 padding: 0;
44 color: #252525;
45 font-family: 'Georgia', serif;
46 font-weight: normal;
47 font-size: 2.2em;
48 line-height: 1.2;
49 text-align: center;
50 }
51
52 /* Contains a number and explanatory text, with space for an icon */
53 div.mw-number-text {
54 display: block;
55 font-size: 1.2em;
56 color: #444;
57 margin-top: 1em;
58 /* 80px wide icon plus "margin" */
59 padding: 0 0 0 95px;
60 /* Matches max icon height, ensures icon emblem is visible */
61 min-height: 75px;
62 text-align: center;
63 }