MediaWiki:Resources/appeal.css

From Donate
Revision as of 22:31, 21 March 2012 by Pgehres (WMF) (talk | contribs) (creating page with CSS from Template:2012FR/Appeal-template-default)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
<html>
<style type="text/css">
#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>