MediaWiki:Common.css: Difference between revisions

From Slippy Studios
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 10: Line 10:
.Regular {
.Regular {
   color: #FFD700;
   color: #FFD700;
}
.regular a,
.Regular a {
   text-decoration: underline #FFD700;
   text-decoration: underline #FFD700;
}
}
Line 16: Line 20:
.Strange {
.Strange {
   color: #CF6A32;
   color: #CF6A32;
}
.strangea,
.Strange a {
   text-decoration: underline #CF6A32;
   text-decoration: underline #CF6A32;
}
}
Line 22: Line 30:
.Spooky {
.Spooky {
   color: #38F3AB;
   color: #38F3AB;
}
.spookya,
.Spooky a {
   text-decoration: underline #38F3AB;
   text-decoration: underline #38F3AB;
}
}
Line 28: Line 40:
.Special {
.Special {
   color: #70B04A;
   color: #70B04A;
}
.speciala,
.Special a {
   text-decoration: underline #70B04A;
   text-decoration: underline #70B04A;
}
}
Line 34: Line 50:
.Genuine {
.Genuine {
   color: #4D7455;
   color: #4D7455;
}
.genuinea,
.Genuine a {
   text-decoration: underline #4D7455;
   text-decoration: underline #4D7455;
}
}
Line 40: Line 60:
.Collectors {
.Collectors {
   color: #AA0000;
   color: #AA0000;
}
.collectors a,
.Collectors a {
   text-decoration: underline #AA0000;
   text-decoration: underline #AA0000;
}
}
Line 46: Line 70:
.Vintage {
.Vintage {
   color: #476291;
   color: #476291;
}
.vintage a,
.Vintage a {
   text-decoration: underline #476291;
   text-decoration: underline #476291;
}
}
Line 52: Line 80:
.Spectacular {
.Spectacular {
   color: #8650AC;
   color: #8650AC;
}
.spectacular a,
.Spectacular a {
   text-decoration: underline #8650AC;
   text-decoration: underline #8650AC;
}
}

Revision as of 21:15, 30 June 2025

/* CSS placed here will be applied to all skins */


font#quality-type {
  font-weight: bold;
  text-shadow: rgba(0,0,0,1) 1px 1px;
}

.regular,
.Regular {
  color: #FFD700;
}

.regular a,
.Regular a {
  text-decoration: underline #FFD700;
}

.strange,
.Strange {
  color: #CF6A32;
}

.strangea,
.Strange a {
  text-decoration: underline #CF6A32;
}

.spooky,
.Spooky {
  color: #38F3AB;
}

.spookya,
.Spooky a {
  text-decoration: underline #38F3AB;
}

.special,
.Special {
  color: #70B04A;
}

.speciala,
.Special a {
  text-decoration: underline #70B04A;
}

.genuine,
.Genuine {
  color: #4D7455;
}

.genuinea,
.Genuine a {
  text-decoration: underline #4D7455;
}

.collectors,
.Collectors {
  color: #AA0000;
}

.collectors a,
.Collectors a {
  text-decoration: underline #AA0000;
}

.vintage,
.Vintage {
  color: #476291;
}

.vintage a,
.Vintage a {
  text-decoration: underline #476291;
}

.spectacular,
.Spectacular {
  color: #8650AC;
}

.spectacular a,
.Spectacular a {
  text-decoration: underline #8650AC;
}

.admin,
.Admin {
  background: linear-gradient(
    to right, 
    hsl(0, 100%, 50%), 
    hsl(36, 100%, 50%),
    hsl(56, 100%, 50%),
    hsl(81, 100%, 50%),
    hsl(153, 100%, 50%),
    hsl(177, 100%, 50%),
    hsl(208, 100%, 50%),
    hsl(270, 100%, 50%),
    hsl(291, 100%, 50%),
    hsl(321, 100%, 50%)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: rgba(0,0,0,0.0) 0px 0px 0px !important;
}

table.wikitable {
    image-rendering: pixelated;
}