MediaWiki:Resources/landingpage-responsive: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
more cleanup |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> |
<includeonly> |
||
<html> |
<html> |
||
<!-- MediaWiki:Resources/landingpage-responsive --> |
|||
<!-- hack alert: meta tag in the body. no other way to do it though --> |
<!-- hack alert: meta tag in the body. no other way to do it though --> |
||
<meta name="viewport" content="width=device-width"> |
<meta name="viewport" content="width=device-width"> |
||
Line 9: | Line 10: | ||
div#content { |
div#content { |
||
margin: 0; |
margin: 0; |
||
padding: 1em; |
padding: 0 1em 1em 1em; |
||
} |
} |
||
#p-logo a { |
|||
width: 120px; |
|||
height: 120px; |
|||
background-size: 80%; |
|||
} |
} |
||
#form-wrapper, #donate { |
|||
display: block; |
display: block; |
||
} |
} |
||
Line 24: | Line 26: | ||
width: inherit; |
width: inherit; |
||
} |
} |
||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
#appeal-head { |
|||
⚫ | |||
⚫ | |||
#appeal-body { |
|||
padding-top: 0.2em; |
|||
⚫ | |||
.appeal-text-long, .appeal-text-short { |
|||
display: none; |
|||
} |
|||
/* Form - Amount/Payment Method */ |
/* Form - Amount/Payment Method */ |
||
div.frequency-options, |
div.frequency-options, |
||
Line 31: | Line 48: | ||
font-size: 1.5em; |
font-size: 1.5em; |
||
} |
} |
||
.radiobuttons-cell { |
|||
⚫ | |||
⚫ | |||
input.payment-method-button { |
input.payment-method-button { |
||
padding: 1em; |
padding: 1em; |
||
} |
} |
||
div#infobox-wrapper, div#donor-policy-block { |
div#infobox-wrapper, div#donor-policy-block { |
||
width: 100%; |
width: 100%; |
||
} |
} |
||
p#informationsharing, ul#moreinfolinks { |
p#informationsharing, ul#moreinfolinks { |
||
font-size: 1em; |
font-size: 1em; |
||
Line 50: | Line 61: | ||
padding: 1em; |
padding: 1em; |
||
} |
} |
||
/* |
/* Footer */ |
||
div#footer { |
|||
margin: 0; |
|||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
} |
} |
||
} |
} |
||
</style> |
</style> |
||
</html> |
</html> |
||
<!-- end of MediaWiki:Resources/landingpage-responsive --> |
|||
</includeonly> |
</includeonly> |