Template:Item infobox: Difference between revisions

From HyruleGamingGroup Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 18: Line 18:
     margin-left: 30px;
     margin-left: 30px;
     font-weight: 1600px;
     font-weight: 1600px;
    font-family: Roboto;
   }
   }


Line 24: Line 25:
     padding: 5px;
     padding: 5px;
     font-size: 16pt;
     font-size: 16pt;
     width: 350px;
     width: 275px;
     text-align: center;
     text-align: center;
     color: {{{color}}};
     color: {{{color}}};
     line-height: 24px;
     line-height: 24px;
    border-radius:15px;
    margin-bottom: 5px;
   }
   }


Line 33: Line 36:
     padding: 5px;
     padding: 5px;
     font-size: 16pt;
     font-size: 16pt;
     width: 350px;
     width: 275px;
     height: 350px;
     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;
     text-align: center;
    border-radius:15px;
    margin-bottom: 5px;
   }
   }


   .item_image img {
   .item_image img {
     width: 250px;
     width: 225px;
     height: 250px;
     height: 225px;
     image-rendering: pixelated;
     image-rendering: pixelated;
     margin: auto;
     margin: auto;
Line 52: Line 57:


   .item_quality {
   .item_quality {
     background:rgba(0,0,0,0.70);
     background:rgba(0,0,0,1);
     padding: 5px;
     padding: 5px;
     font-size: 13pt;
     font-size: 13pt;
    width: 350px;
     text-align: center;
     text-align: center;
     color: #ffffff;
     color: #ffffff;
    border-radius:7.5px;
    margin-bottom: 5px;
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
   }
   }


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


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


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


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


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


Line 115: Line 134:
   <div class="item_quality">{{{quality}}}</div>
   <div class="item_quality">{{{quality}}}</div>
   <div class="item_desc">{{{desc}}}</div>
   <div class="item_desc">{{{desc}}}</div>
   <div class="item_usage"><font color="#53F953">»</font> {{{usage1}}}<br/> <font color="#F9F953">»</font> {{{usage2}}}<br/> <font color="#F9F953">»</font> {{{usage3}}}
   <div class="item_usage">{{{usage}}}</div>
  </div>
   <div class="item_type">{{{type}}}</div>
   <div class="item_type">{{{type}}}</div>
   <div class="item_available">{{{available}}}</div><br/>
   <div class="item_available">{{{available}}}</div>
   <div class="item_origin">{{{origin}}}</div>
   <div class="item_origin">{{{origin}}}</div>
</div>
</div>

Revision as of 10:34, 21 November 2023


{{{name}}}
ID: {{{id}}}
[[File:{{{image}}}]]
{{{quality}}}
{{{desc}}}
{{{usage}}}
{{{type}}}
{{{available}}}
{{{origin}}}