MediaWiki:Resources/landingpage-awight.css: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
Awight (WMF) (talk | contribs) copy from landingpage.css |
Awight (WMF) (talk | contribs) No edit summary |
||
Line 16: | Line 16: | ||
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; |
||
} |
} |
||
form.donate-form br:first-of-type { |
|||
/* display: none; */ |
|||
margin-bottom: 10px; |
|||
} |
|||
form.donate-form span { |
|||
white-space: nowrap; |
|||
} |
|||
form.donate-form label { |
|||
font-weight: bold; |
|||
margin: 0 10px 0 3px; |
|||
} |
|||
form.donate-form button { |
|||
cursor: pointer; |
|||
margin: 10px 10px 0 0; |
|||
} |
|||
/** |
/** |
Latest revision as of 21:48, 26 March 2013
<html>
<style type="text/css">
/**
* 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;
}
form.donate-form br:first-of-type {
/* display: none; */
margin-bottom: 10px;
}
form.donate-form span {
white-space: nowrap;
}
form.donate-form label {
font-weight: bold;
margin: 0 10px 0 3px;
}
form.donate-form button {
cursor: pointer;
margin: 10px 10px 0 0;
}
/**
* 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 type="text/css">
div#mw-panel {
left: 0 !important;
right: auto !important;
}
body.rtl div#mw-panel {
left: auto !important;
right: 0 !important;
}
</style>
<![endif]-->
</html>