Support the ICE List — Donate

MediaWiki:Common.css: Difference between revisions

From ICE List Wiki
Jump to navigation Jump to search
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..."
 
No edit summary
Line 28: Line 28:
   background: #f3332b;
   background: #f3332b;
   color: #ffffff;
   color: #ffffff;
}
.skin-vector-2022 .mw-anonuser .donate-banner,
.mw-anonuser .donate-banner {
  display: block;
}
.mw-user .donate-banner {
  display: none;
}
}

Revision as of 07:59, 23 November 2025

/* 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;
}

.skin-vector-2022 .mw-anonuser .donate-banner,
.mw-anonuser .donate-banner {
  display: block;
}

.mw-user .donate-banner {
  display: none;
}