MediaWiki:Resources/landingpage.css: Difference between revisions

Content deleted Content added
new css for policy and footer
some cleanup
 
Line 1:
<!-- MediaWiki:Resources/landingpage.css -->
<html>
<style>
/* --- Overall layout of the landing page --- */
/**
 
* This CSS is responsible for the overall layout of the LP
*/
#LP-table {
width: 100%;
Line 17:
}
 
/* --- Hide non-monthly capable payment methods on monthly forms */
/**
* Hide non-monthly capable payment methods on monthly forms
*/
.form-monthly .not-monthly-capable {
display: none;
}
 
/* --- Hide default MediaWiki stuff we don't want --- */
/**
 
* This CSS is used to hide the mediawiki stuff we don't want people to see.
*/
body.mediawiki {
direction: </html>{{Template:2012FR/Switch/Ltr-direction|{{int:lang}}}}<html> !important;
Line 33 ⟶ 30:
left: auto !important;
right: auto !important;
}
#footer {
background-image: none !important;
}
#mw-head-base {
Line 55 ⟶ 49:
background-image: none !important;
}
 
#footer-places {
/* --- Privacy and links --- */
display: none !important;
}
 
#donor-policy-block {
Line 96 ⟶ 89:
}
 
/* --- Footer --- */
#footer {
 
margin: 0 !important;
#footer {-info,
}
#footer-infoplaces {
display: none;
}
div#footer #footer-icons {
float: none !important;
text-align: center !important;
float: none !important;
}
div#footer #footer-icons li {
float: none !important;
display: inline-block;
text-align: center !important;
}
</style>
Line 126 ⟶ 118:
<![endif]-->
</html>
<!-- End of MediaWiki:Resources/landingpage.css -->