1 /* Disable the underline that Vector puts on h2 headings, and bold them. */
7 /**** shuffled CAPTCHA ****/
12 .mw-createacct-captcha-container {
13 background-color: #f8f8f8;
14 border: 1px solid
#c9c9c9;
19 .mw-createacct-captcha-assisted {
24 /* Put a border around the fancycaptcha-image-container. */
25 .mw-createacct-captcha-and-reload {
26 border: 1px solid
#c9c9c9;
27 display: table-cell
; /* Other display formats end up too wide */
29 background-color: #FFF;
32 /* Make the fancycaptcha-image-container full-width within its parent. */
33 .fancycaptcha-image-container
38 /**** Benefits column CSS to the right (if it fits) of the form. ****/
39 .mw-ui-container #userloginForm {
43 div
.mw-createacct-benefits-container
{
44 /* Keeps this column compact and close to the form, but tends to squish contents. */
48 div
.mw-createacct-benefits-container h2
{
52 .mw-number-text.icon-edits {
54 background: url
(images
/icon-edits
.png
) no-repeat left center
;
57 .mw-number-text.icon-pages {
59 background: url
(images
/icon-pages
.png
) no-repeat left center
;
62 .mw-number-text.icon-contributors {
64 background: url
(images
/icon-contributors
.png
) no-repeat left center
;
67 /* Special font for numbers in benefits*/
68 div
.mw-number-text h3
{
73 font-family: 'Georgia', serif
;
80 /* Contains a number and explanatory text, with space for an icon */
86 padding: 0 0 0 95px; /* 80px wide icon plus "margin" */
87 min-height: 75px; /* matches max icon height, ensures icon emblem is visible */