MediaWiki:Resources/landingpage.css: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
Hide non-monthly capable payment methods on monthly forms (prep)
minor cleanup
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<style>
/**
/**
* This CSS is responsible for the overall layout of the LP
* This CSS is responsible for the overall layout of the LP
Line 15: Line 15:
vertical-align: top;
vertical-align: top;
padding-</html>{{#ifeq:{{Template:2012FR/Switch/Ltr-direction|{{int:lang}}}}|rtl|left|right}}<html>: 2em;
padding-</html>{{#ifeq:{{Template:2012FR/Switch/Ltr-direction|{{int:lang}}}}|rtl|left|right}}<html>: 2em;
}

/**
* Hide non-monthly capable payment methods on monthly forms
*/
.form-monthly .not-monthly-capable {
display: none;
}
}


Line 54: Line 61:


<!--[if lt IE 8]>
<!--[if lt IE 8]>
<style type="text/css">
<style>
div#mw-panel {
div#mw-panel {
left: 0 !important;
left: 0 !important;
Line 62: Line 69:
left: auto !important;
left: auto !important;
right: 0 !important;
right: 0 !important;
}

/* Hide non-monthly capable payment methods on monthly forms */
.form-monthly .not-monthly-capable {
display: none;
}
}
</style>
</style>

Revision as of 17:43, 23 October 2013

<html>
<style>
/**
  * This CSS is responsible for the overall layout of the LP
  */
#LP-table {
  width: 100%;
  direction: </html>{{Template:2012FR/Switch/Ltr-direction|{{int:lang}}}}<html>;
  border: none;
}
#form-wrapper {
  vertical-align: top;
}
#appeal-wrapper {
  vertical-align: top;
  padding-</html>{{#ifeq:{{Template:2012FR/Switch/Ltr-direction|{{int:lang}}}}|rtl|left|right}}<html>: 2em;
}

/**
  * Hide non-monthly capable payment methods on monthly forms 
  */
.form-monthly .not-monthly-capable {
    display: none;
}

/**
  * 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;
}
div#mw-panel {
  left: auto !important;
  right: auto !important;
}
#footer {
  background-image: none !important;
}
#mw-head-base {
  height: 1em !important;
}
#mw-panel div.portal {
  display: none !important;
}
#p-namespaces, #p-views, #p-cactions, #p-search, #p-personal, #catlinks, #firstHeading, #contentSub, #siteSub, #jump-to-nav {
  display: none;
}
div#content {
  background-color: transparent !important;
  background-image: none !important;
  direction: </html>{{Template:2012FR/Switch/Ltr-direction|{{int:lang}}}}<html> !important;
  border: none;
}
div#mw-head-base {
  background-image: none !important;
}
#footer-places {
  display: none !important;
}
</style>

<!--[if lt IE 8]>
<style>
div#mw-panel {
  left: 0 !important;
  right: auto !important;
}
body.rtl div#mw-panel {
  left: auto !important;
  right: 0 !important;
}
</style>
<![endif]-->
</html>