Jump to content

MediaWiki:Common.css

From Continuum Universes Wiki
Revision as of 10:37, 31 December 2025 by Cdjensen94 (talk | contribs)

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.
.welcome {
	text-align: center;
	font-size: 4em;
}
.emoji-trigger-wrap { margin-bottom: .5rem; }
#emoji-trigger { margin-right: .5rem; }
/* --- VoteNY: render as 👍1 --- */
.vote-box {
  background: transparent;   /* remove green box */
  width: auto;
  height: auto;
  padding: 0;
  display: inline-flex;
  align-items: center;
}

#PollVotes.vote-number {
  color: inherit;            /* stop forcing white */
  font-size: var(--font-size-medium) !important;
  padding: 0.25;
  font-weight: 600;
}

#PollVotes.vote-number::before {
  content: "👍";
  font-size: var(--font-size-medium) !important;
  margin-right: 0.15em;
}

/* Hide the Vote/unvote link (we’ll keep it functional via JS) */
#Answer.vote-action {
  display: none;
}