Template:TechInfo/style.css

Template page
< Template:TechInfo
Revision as of 03:27, 28 January 2021 by imported>76561198018895007
body {
  background-color: black;
  color:#ccc;
}

.wrapper {
  margin-left: 200px;
  margin-top: 200px;
}

.tech_panel {
  border-image: url('/skins/common/images/item_panel_border.png') 4 4 fill / auto;
  display: inline-block;
  min-width: 250px;
  max-width: 400px;
  font-family: TemplateStyles-SairaM;
  font-size: 14pt;
  font-weight: 400;
  padding: 13px;
  color: #ffffff;
}

.tech_header {
  display:flex;
  justify-content: space-between;
}

.tt_glow {
  color: #ffd28e;
  text-shadow: 0 0 3px #ff8250, 0 0 6px #ff8249
}

.tech_unlocks, .tech_unlocks>a>img {
  height: 80px;
  display: flex;
  align-items: center;
  max-width: 80px;
  max-height: 80px;
  object-fit: contain;
}

.tech_unlock_text {
  color: #ccc;
  display: inline-block;
  vertical-align:top;
  padding-left: 15px;
  padding-right: 15px;
}

.tech_unlock_item, .tech_unlock_item>a>img{
  display: inline-block;
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}

.tt_desc {
  font-size: 11pt;
  color: #ffffff;
  margin-bottom: 10px;
}

.tech_hashes, .tech_consumption {
  margin-top: 20px;
}

.tech_hashes {
  font-size: 11pt;
}

.hash_count {
  font-size: 16pt;
}

.tech_inner_header {
  color: #8bffff;
  font-size: 16pt;
}

.tt_recipe_item {
    max-width: 45px;
    max-height: 45px;
    text-align: center;
    vertical-align: bottom;
    display: inline-block;
    font-size: 12px;
    position: relative;
}

.tt_recipe_item>a>img {
    margin: 0 auto;
    height: 45px;
    width: 45px;
    object-fit: contain;
}

.tt_recipe_item>div {
    position: absolute;
    bottom: -6px;
    right: -6px;
    color: #ffffff;
}
.tt_bar {
    background-image: url('/skins/common/images/tt_bar.png');
    height: 3px;
    border: 0;
}

@font-face {
  font-family: 'TemplateStyles-SairaM';
  src: url('/skins/common/font/SAIRAM.ttf') format('truetype');
}
🍪 We use cookies to keep session information to provide you a better experience.