MediaWiki:Common.css: Difference between revisions

From Slippy Studios
Jump to navigation Jump to search
Created page with "CSS placed here will be applied to all skins: .item_info a { color: {{{color}}}; } .item_info a:visited { color: {{{color}}}; } .item_box { background: {{{color}}}; padding: 5px; font-size: 16pt; border: 1px solid; float: right; text-align: center; margin-left: 30px; font-weight: bold; font-family: Roboto, sans-serif; border-radius: 15px; } .item_box a { color: #888888; } .item_info { background: rgba(0, 0..."
 
m Added Epic rarity
 
(18 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 */


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


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


.item_box {
 
    background: {{{color}}};
.normal,
    padding: 5px;
.Normal{
    font-size: 16pt;
  color: #FFFFFF;
    border: 1px solid;
}
    float: right;
 
    text-align: center;
.normal:hover,
    margin-left: 30px;
.Normal:hover {
    font-weight: bold;
  text-decoration: underline #FFFFFF !important;
    font-family: Roboto, sans-serif;
    border-radius: 15px;
}
}


.item_box a {
.epic,
    color: #888888;
.Epic{
  color: #FF55FF;
}
}


.item_info {
.epic:hover,
    background: rgba(0, 0, 0, 1);
.Epic:hover {
    padding: 5px;
  text-decoration: underline #FF55FF !important;
    font-size: 16pt;
    width: 275px;
    text-align: center;
    color: {{{color}}};
    line-height: 24px;
    border-radius: 15px;
    margin-bottom: 5px;
}
}


.item_image {
.regular,
    padding: 5px;
.Regular {
    font-size: 16pt;
  color: #FFD700;
    width: 275px;
    height: 275px;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    color: {{{color}}};
    border-radius: 15px;
    margin-bottom: 5px;
}
}


.item_image img {
.regular:hover,
    width: 225px;
.Regular:hover {
    height: 225px;
  text-decoration: underline #FFD700 !important;
    image-rendering: pixelated;
}
    margin: auto;
 
    display: inline-block;
.strange,
    position: relative;
.Strange {
    top: 25px;
  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;
}
}


.item_quality {
.vintage,
    background: rgba(0, 0, 0, 1);
.Vintage {
    padding: 5px;
  color: #476291;
    font-size: 13pt;
    text-align: center;
    color: #ffffff;
    border-radius: 7.5px;
    margin-bottom: 5px;
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-left: auto;
    margin-right: auto;
    line-height: 24px;
}
}


.item_quality a {
.vintage:hover,
    color: inherit;
.Vintage:hover {
  text-decoration: underline #476291;
}
}


.item_desc {
.spectacular,
    background: rgba(0, 0, 0, 1);
.Spectacular {
    padding: 5px;
  color: #8650AC;
    font-size: 13pt;
    width: 275px;
    text-align: center;
    color: #ffffff;
    border-radius: 7.5px;
    margin-bottom: 5px;
}
}


.item_usage {
.spectacular:hover,
    background: rgba(0, 0, 0, 1);
.Spectacular:hover {
    padding: 5px;
  text-decoration: underline #8650AC;
    font-size: 13pt;
    width: 275px;
    text-align: left;
    color: #ffffff;
    border-radius: 7.5px;
    margin-bottom: 5px;
}
}


.item_type,
.admin,
.item_available,
.Admin {
.item_origin {
  background: linear-gradient(
    background: rgba(0, 0, 0, 1);
    to right,
     font-size: 13pt;
    hsl(0, 100%, 50%),
     width: 275px;
    hsl(36, 100%, 50%),
     padding: 5px;
    hsl(56, 100%, 50%),
    text-align: center;
    hsl(81, 100%, 50%),
    color: #ffffff;
    hsl(153, 100%, 50%),
    border-radius: 7.5px;
    hsl(177, 100%, 50%),
    margin-bottom: 5px;
    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;
}
}


.item_origin {
table.wikitable {
     margin-top: -1.2px;
     image-rendering: pixelated;
}
}

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;
}