MediaWiki:Common.css
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 */
font#quality-type {
font-weight: bold;
text-shadow: rgba(0,0,0,1) 1px 1px;
}
.regular,
.Regular {
color: #FFD700;
}
.regular a:hover,
.Regular a:hover {
text-decoration: underline #FFD700 !important;
}
.strange,
.Strange {
color: #CF6A32;
}
.strange a:hover,
.Strange a:hover {
text-decoration: underline #CF6A32;
}
.spooky,
.Spooky {
color: #38F3AB;
}
.spooky a:hover,
.Spooky a:hover {
text-decoration: underline #38F3AB;
}
.special,
.Special {
color: #70B04A;
}
.special a:hover,
.Special a:hover {
text-decoration: underline #70B04A;
}
.genuine,
.Genuine {
color: #4D7455;
}
.genuine a:hover,
.Genuine a:hover {
text-decoration: underline #4D7455;
}
.collectors,
.Collectors {
color: #AA0000;
}
.collectors a:hover,
.Collectors a:hover {
text-decoration: underline #AA0000;
}
.vintage,
.Vintage {
color: #476291;
}
.vintage a:hover,
.Vintage a:hover {
text-decoration: underline #476291;
}
.spectacular,
.Spectacular {
color: #8650AC;
}
.spectacular a:hover,
.Spectacular a:hover {
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;
}