MediaWiki:Resources/landingpage.css: Difference between revisions

Content deleted Content added
minor cleanup
new css for policy and footer
Line 18:
 
/**
* Hide non-monthly capable payment methods on monthly forms
*/
.form-monthly .not-monthly-capable {
Line 25:
 
/**
* This CSS is used to hide the mediawiki stuff we don't want people to see.
*/
body.mediawiki {
Line 57:
#footer-places {
display: none !important;
}
 
#donor-policy-block {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
text-align: center;
font-size: 0.75em;
line-height: 1.1;
padding: 1.8em 15% .7em;
}
 
#donor-policy-block #cancel-monthly {
margin-top: 1em;
}
 
#donate-links-block {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
padding: 1em 15% 0;
}
 
.form-info-links {
list-style: none;
width: 100%;
display: block;
font-size: .8em;
text-align: center;
}
.form-info-links li {
width: auto;
display: inline-block;
padding: 0 1em;
margin: 0 auto;
}
 
#footer {
margin: 0 !important;
}
#footer-info {
display: none;
}
#footer-icons {
text-align: center !important;
float: none !important;
}
div#footer #footer-icons li {
float: none !important;
display: inline-block;
text-align: center !important;
}
</style>