MediaWiki:Resources/landingpage-responsive: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
more integrations of new CSS
more cleanup
 
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 18: Line 19:
}
}


#form-wrapper, #donate {
display: block;
}
div#greenBackground {
padding: 1em;
width: inherit;
}

/* Hide appeal */
#appeal-wrapper {
#appeal-wrapper {
margin-top: 120px;
margin-top: 120px;
display: block;
display: block;
}
}
#appeal-head {
display: none;
}
#appeal-body {
#appeal-body {
padding-top: 0.2em;
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 */
/* Form - Amount/Payment Method */
div.frequency-options,
div.frequency-options,
Line 41: Line 48:
font-size: 1.5em;
font-size: 1.5em;
}
}
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 61: Line 66:
margin: 0;
margin: 0;
}
}


/* Switch appeal to quote */
.appeal-text-short {
display: block !important;
}
.appeal-text-long {
display: none;
}
#appeal-head {
display: none;
}
}
}
</style>
</style>
</html>
</html>
<!-- end of MediaWiki:Resources/landingpage-responsive -->
</includeonly>
</includeonly>

Latest revision as of 17:16, 6 January 2015