Template:Styles/add formHeaderRenew.css: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
Created page with "→‎Additional styles, call with 'style2' parameter: div#actual-form:before { content: "Renew your donation to Wikipedia"; display: block; text-align: center;..."
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* Additional styles, call with 'style2' parameter */
/* Additional styles, call with 'style2' parameter */


#actual-form:before {

div#actual-form:before {
content: "Renew your donation to Wikipedia";
content: "Renew your donation to Wikipedia";
display: block;
display: block;
text-align: center;
text-align: center;
font-size: 1.2em;
font-size: 1.2em;
font-weight: bold;
}
line-height: 1.2;

@media screen and (max-width: 981px) {
div#actual-form:before {
font-size: 1em;
}
}
}

Latest revision as of 21:24, 8 December 2016

/* Additional styles, call with 'style2' parameter */

#actual-form:before {
    content: "Renew your donation to Wikipedia";
    display: block;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2;
}