MediaWiki:Resources/appeal.css: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
Pgehres (WMF) (talk | contribs)
creating page with CSS from Template:2012FR/Appeal-template-default
 
add comment about this being redundant
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<html>
<html><style>
/* Now redundant to MediaWiki:Resources/2015/landingpage.css - Pcoombe 2015-01-13 */
<style type="text/css">
#appeal {
#appeal {
background-color: transparent;
background-color: transparent;
Line 32: Line 32:
padding-right: 0 !important;
padding-right: 0 !important;
}
}
</style>
</style></html>
</html>

Latest revision as of 18:45, 13 January 2015

<html><style>
/* Now redundant to MediaWiki:Resources/2015/landingpage.css - Pcoombe 2015-01-13 */
#appeal {
  background-color: transparent;
}
#appeal-head {
  font-size: 1.5em;
  line-height: 1.125em;
  padding-bottom: 1em;
  padding-top: 0.125em;
  border-bottom: 1px solid #aaaaaa;
}
#appeal-body {
  padding: 0.2em 0em;
  padding-top: 1em;
  font-size: 1.125em;
  margin-bottom: 1em;
}
#appeal-translate-link {
  font-size: 0.8em;
}
body.ltr #appeal-translate-link {
  float:right;
  text-align:right;
}
body.rtl #appeal-translate-link {
  float: left;
  text-align: left;
}
#appeal-translate-link a {
  background-image: none !important;
  padding-right: 0 !important;
}
</style></html>