MediaWiki:Common.css: Difference between revisions

From Slippy Studios
Jump to navigation Jump to search
No edit summary
m Added Epic rarity
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


@font-face {
  font-family: Minecraftia;
  src: url(https://slippystudios.com/media/fonts/Minecraftia.ttf);
  position: fixed;
  top:5px;
}


font#quality-type {
font#quality-type {
   font-weight: bold;
   font-weight: bold;
   text-shadow: rgba(0,0,0,1) 1px 1px;
   text-shadow: rgba(0,0,0,1) 1px 1px;
}
.normal,
.Normal{
  color: #FFFFFF;
}
.normal:hover,
.Normal:hover {
  text-decoration: underline #FFFFFF !important;
}
.epic,
.Epic{
  color: #FF55FF;
}
.epic:hover,
.Epic:hover {
  text-decoration: underline #FF55FF !important;
}
}


Line 10: Line 37:
.Regular {
.Regular {
   color: #FFD700;
   color: #FFD700;
}
.regular:hover,
.Regular:hover {
  text-decoration: underline #FFD700 !important;
}
}


Line 15: Line 47:
.Strange {
.Strange {
   color: #CF6A32;
   color: #CF6A32;
}
.strange:hover,
.Strange:hover {
  text-decoration: underline #CF6A32;
}
}


Line 20: Line 57:
.Spooky {
.Spooky {
   color: #38F3AB;
   color: #38F3AB;
}
.spooky:hover,
.Spooky:hover {
  text-decoration: underline #38F3AB;
}
}


Line 25: Line 67:
.Special {
.Special {
   color: #70B04A;
   color: #70B04A;
}
.special:hover,
.Special:hover {
  text-decoration: underline #70B04A;
}
}


Line 30: Line 77:
.Genuine {
.Genuine {
   color: #4D7455;
   color: #4D7455;
}
.genuine:hover,
.Genuine:hover {
  text-decoration: underline #4D7455;
}
}


Line 35: Line 87:
.Collectors {
.Collectors {
   color: #AA0000;
   color: #AA0000;
}
.collectors:hover,
.Collectors:hover {
  text-decoration: underline #AA0000;
}
}


Line 40: Line 97:
.Vintage {
.Vintage {
   color: #476291;
   color: #476291;
}
.vintage:hover,
.Vintage:hover {
  text-decoration: underline #476291;
}
}


Line 45: Line 107:
.Spectacular {
.Spectacular {
   color: #8650AC;
   color: #8650AC;
}
.spectacular:hover,
.Spectacular:hover {
  text-decoration: underline #8650AC;
}
}



Latest revision as of 00:12, 28 September 2025

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

@font-face {
  font-family: Minecraftia;
  src: url(https://slippystudios.com/media/fonts/Minecraftia.ttf);
  position: fixed;
  top:5px;
}

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


.normal,
.Normal{
  color: #FFFFFF;
}

.normal:hover,
.Normal:hover {
  text-decoration: underline #FFFFFF !important;
}

.epic,
.Epic{
  color: #FF55FF;
}

.epic:hover,
.Epic:hover {
  text-decoration: underline #FF55FF !important;
}

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

.regular:hover,
.Regular:hover {
  text-decoration: underline #FFD700 !important;
}

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

.strange:hover,
.Strange:hover {
  text-decoration: underline #CF6A32;
}

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

.spooky:hover,
.Spooky:hover {
  text-decoration: underline #38F3AB;
}

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

.special:hover,
.Special:hover {
  text-decoration: underline #70B04A;
}

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

.genuine:hover,
.Genuine:hover {
  text-decoration: underline #4D7455;
}

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

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

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

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

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

.spectacular:hover,
.Spectacular: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;
}