MediaWiki:Resources/landingpage-responsive: Difference between revisions
Content deleted Content added
more integrations of new CSS |
more cleanup |
||
Line 1:
<includeonly>
<html>
<!-- MediaWiki:Resources/landingpage-responsive -->
<!-- hack alert: meta tag in the body. no other way to do it though -->
<meta name="viewport" content="width=device-width">
Line 18 ⟶ 19:
}
#form-wrapper, #donate {▼
display: block;▼
}▼
div#greenBackground {▼
padding: 1em;▼
width: inherit;▼
}▼
#appeal-wrapper {
margin-top: 120px;
display: block;
}
#appeal-head {▼
display: none;▼
}▼
#appeal-body {
padding-top: 0.2em;
}
.appeal-text-long, .appeal-text-short {▼
display: none;▼
▲ #form-wrapper, #donate {
▲ display: block;
}
▲ div#greenBackground {
▲ padding: 1em;
▲ width: inherit;
▲ }
/* Form - Amount/Payment Method */
div.frequency-options,
Line 41 ⟶ 48:
font-size: 1.5em;
}
input.payment-method-button {
padding: 1em;
}
div#infobox-wrapper, div#donor-policy-block {
width: 100%;
}
p#informationsharing, ul#moreinfolinks {
font-size: 1em;
Line 61 ⟶ 66:
margin: 0;
}
▲ /* Switch appeal to quote */
▲ .appeal-text-short {
▲ }
▲ display: none;
▲ }
▲ #appeal-head {
▲ display: none;
}
</style>
</html>
<!-- end of MediaWiki:Resources/landingpage-responsive -->
</includeonly>
|