Support the ICE List — Donate

MediaWiki:Common.css

From ICE List Wiki
Revision as of 07:58, 23 November 2025 by Heeladams (talk | contribs) (Created page with "CSS placed here will be applied to all skins: Donate banner: .donate-banner { background: #fbecec; border: 1px solid #f3332b; padding: 0.75em 1em; margin: 0 0 1em 0; text-align: center; font-size: 0.95em; line-height: 1.4; } .donate-banner strong { margin-right: 0.4em; } .donate-banner a.donate-banner-button { display: inline-block; margin-left: 0.6em; padding: 0.35em 0.9em; border-radius: 999px; text-decoration: none; border: 1px...")
(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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/* Donate banner */
.donate-banner {
  background: #fbecec;
  border: 1px solid #f3332b;
  padding: 0.75em 1em;
  margin: 0 0 1em 0;
  text-align: center;
  font-size: 0.95em;
  line-height: 1.4;
}

.donate-banner strong {
  margin-right: 0.4em;
}

.donate-banner a.donate-banner-button {
  display: inline-block;
  margin-left: 0.6em;
  padding: 0.35em 0.9em;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid #f3332b;
  font-weight: bold;
}

.donate-banner a.donate-banner-button:hover {
  background: #f3332b;
  color: #ffffff;
}