Template:ItemInfo.css: Difference between revisions

From Slippy Studios
Jump to navigation Jump to search
Slippystudios changed the content model of the page Template:ItemInfo.css from "wikitext" to "CSS"
No edit summary
Line 1: Line 1:
  .item_info a {
.item_info a {
     color: {{{color}}};
     color: {{{color}}};
}
}


  .item_info a:visited {
.item_info a:visited {
     color: {{{color}}};
     color: {{{color}}};
}
}


  .item_box {
.item_box {
     background:{{{color}}};
     background: {{{color}}};
     padding: 5px;
     padding: 5px;
     font-size: 16pt;
     font-size: 16pt;
Line 15: Line 15:
     text-align: center;
     text-align: center;
     margin-left: 30px;
     margin-left: 30px;
     font-weight: 1600px;
     font-weight: bold;
     font-family: Roboto;
     font-family: Roboto, sans-serif;
     border-radius: 15px;
     border-radius: 15px;
  }
}


  .item_box a {
.item_box a {
     color: #888;
     color: #888888;
}
}


  .item_info {
.item_info {
     background:rgba(0,0,0,1);
     background: rgba(0, 0, 0, 1);
     padding: 5px;
     padding: 5px;
     font-size: 16pt;
     font-size: 16pt;
Line 32: Line 32:
     color: {{{color}}};
     color: {{{color}}};
     line-height: 24px;
     line-height: 24px;
     border-radius:15px;
     border-radius: 15px;
     margin-bottom: 5px;
     margin-bottom: 5px;
  }
}


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


  .item_image img {
.item_image img {
     width: 225px;
     width: 225px;
     height: 225px;
     height: 225px;
Line 57: Line 56:
     position: relative;
     position: relative;
     top: 25px;
     top: 25px;
  }
}


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


  .item_quality a {
.item_quality a {
     color: inherit;
     color: inherit;
  }
}


  .item_desc {
.item_desc {
     background:rgba(0,0,0,1);
     background: rgba(0, 0, 0, 1);
     padding: 5px;
     padding: 5px;
     font-size: 13pt;
     font-size: 13pt;
Line 85: Line 84:
     text-align: center;
     text-align: center;
     color: #ffffff;
     color: #ffffff;
     border-radius:7.5px;
     border-radius: 7.5px;
     margin-bottom: 5px;
     margin-bottom: 5px;
  }
}


  .item_usage {
.item_usage {
     background:rgba(0,0,0,1);
     background: rgba(0, 0, 0, 1);
     padding: 5px;
     padding: 5px;
     font-size: 13pt;
     font-size: 13pt;
Line 96: Line 95:
     text-align: left;
     text-align: left;
     color: #ffffff;
     color: #ffffff;
     border-radius:7.5px;
     border-radius: 7.5px;
     margin-bottom: 5px;
     margin-bottom: 5px;
  }
}


  .item_type {
.item_type,
     background:rgba(0,0,0,1);
.item_available,
.item_origin {
     background: rgba(0, 0, 0, 1);
     font-size: 13pt;
     font-size: 13pt;
     width: 275px;
     width: 275px;
Line 107: Line 108:
     text-align: center;
     text-align: center;
     color: #ffffff;
     color: #ffffff;
     border-radius:7.5px;
     border-radius: 7.5px;
     margin-bottom: 5px;
     margin-bottom: 5px;
  }
}
 
  .item_available {
    background:rgba(0,0,0,1);
    font-size: 13pt;
    width: 275px;
    padding: 5px;
    text-align: center;
    color: #ffffff;
    border-radius:7.5px;
    margin-bottom: 5px;
  }


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

Revision as of 21:37, 29 June 2025

.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, 0, 1);
    padding: 5px;
    font-size: 16pt;
    width: 275px;
    text-align: center;
    color: {{{color}}};
    line-height: 24px;
    border-radius: 15px;
    margin-bottom: 5px;
}

.item_image {
    padding: 5px;
    font-size: 16pt;
    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 {
    width: 225px;
    height: 225px;
    image-rendering: pixelated;
    margin: auto;
    display: inline-block;
    position: relative;
    top: 25px;
}

.item_quality {
    background: rgba(0, 0, 0, 1);
    padding: 5px;
    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 {
    color: inherit;
}

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

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

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

.item_origin {
    margin-top: -1.2px;
}