Template:Styles/add formHeaderRenew.css: Difference between revisions
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 */ |
||
⚫ | |||
⚫ | |||
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; |
||
⚫ | |||
} |
|||
line-height: 1.2; |
|||
@media screen and (max-width: 981px) { |
|||
div#actual-form:before { |
|||
⚫ | |||
} |
|||
} |
} |