Jump to content

MediaWiki:Common.css: Difference between revisions

From Continuum Universes Wiki
 
(126 intermediate revisions by the same user not shown)
Line 1: Line 1:
@import url('https://fonts.googleapis.com/css2?family=Bona+Nova+SC:ital,wght@0,400;0,700;1,400&family=Bona+Nova:ital,wght@0,400;0,700;1,400&family=Metamorphous&display=swap');
.welcome {
.mwe-popups-extract p {
text-align: center;
    display: block !important;
font-size: 4em;
    visibility: visible !important;
}
}
 
.emoji-trigger-wrap { margin-bottom: .5rem; }
.mwe-popups-extract .portable-infobox {
#emoji-trigger { margin-right: .5rem; }
    display: none !important; /* Ensure infobox doesn't interfere */
/* --- VoteNY: render as 👍1 --- */
}
.vote-box {
.copyright-warning {
  background-color: transparent;   /* remove green box */
    color: var(--color-base);
  height: auto;
    font-size: 11px;
  width: auto;
    margin: 0 0 10px;
  padding: 0;
    width: 700px;
  display: inline-block !important;
    max-width: 100%;
  align-items: center;
}
.create-title {
color: var(--color-base);
border: 1px solid var(--color-subtle);
}
}


/* Fix SocialProfile tab spacing in Vector 2022 */
#PollVotes.vote-number {
#user-profile-tabs ul li {
  color: inherit;            /* stop forcing white */
    display: inline-block;
  display: inline-block !important;
    margin-right: 10px;
  background-color: transparent;
  font-size: var(--font-size-medium) !important;
  font-weight: 600;
}
}
 
.vote-box::before {
/* Responsive avatar sizing */
  content: "👍";
.user-profile-avatar img {
  display: inline-block;
    max-width: 120px;
  font-size: var(--font-size-medium) !important;
    height: auto;
  line-height: 1;
    border-radius: 12px;
}
}


/* Fix some ugly box spacing */
#PollVotes.vote-number::before {
.profile-info-table td {
  content: none !important;
    padding: 6px;
}
 
.user-page .user-page-title {
    font-size: 1.5em;
    margin-bottom: 1em;
}
 
.wikitable.user-profile-info {
    max-width: 100%;
}
 
#user-profile-left {
    float: none;
    width: 100%;
}
.eye-container {
background-color: var(--color-subtle);
    background: var(--color-subtle);
position: relative;
top: 274px !important;
}
}
.eye-container .menu .item {
    background: var(--color-subtle);


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

Latest revision as of 10:50, 31 December 2025

.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-color: transparent;   /* remove green box */
  height: auto;
  width: auto;
  padding: 0;
  display: inline-block !important;
  align-items: center;
}

#PollVotes.vote-number {
  color: inherit;            /* stop forcing white */
  display: inline-block !important;
  background-color: transparent; 
  font-size: var(--font-size-medium) !important;
  font-weight: 600;
}
.vote-box::before {
  content: "👍";
  display: inline-block;
  font-size: var(--font-size-medium) !important;
  line-height: 1;
}

#PollVotes.vote-number::before {
  content: none !important;
}

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