Template:UpgradeInfo/sandbox/style.css: Difference between revisions
Template page
More actions
Content deleted Content added
imported>76561198045853337 No edit summary |
imported>76561198045853337 No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 18: | Line 18: | ||
.upgrade_level { |
.upgrade_level { |
||
font-size: 11pt; |
|||
margin-left: 5px; |
|||
} |
} |
||
.upgrade_editlink { |
.upgrade_editlink { |
||
font-size: 11pt; |
|||
text-align: right; |
|||
} |
} |
||
Line 32: | Line 32: | ||
} |
} |
||
.upgrade_unlocks |
.upgrade_unlocks .tech_icon_container { |
||
min-width: 80px; |
|||
min-height: 80px; |
|||
} |
|||
.upgrade_unlocks { |
|||
display: flex; |
display: flex; |
||
align-items: flex-start; |
align-items: flex-start; |
||
⚫ | |||
} |
|||
.upgrade_unlocks>a>img { |
|||
height: 80px; |
|||
max-width: 80px; |
max-width: 80px; |
||
max-height: 80px; |
max-height: 80px; |
||
⚫ | |||
} |
} |
||
Line 95: | Line 103: | ||
.tt_recipe_item { |
.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 { |
.tt_recipe_item>a>img { |
||
margin: 0 auto; |
|||
height: 45px; |
|||
width: 45px; |
|||
object-fit: contain; |
|||
} |
} |
||
.tt_recipe_item>div { |
.tt_recipe_item>div { |
||
position: absolute; |
|||
bottom: -6px; |
|||
right: -6px; |
|||
color: #ffffff; |
|||
} |
} |
||
.tt_bar { |
.tt_bar { |
||
background-image: url('/skins/common/images/tt_bar.png'); |
|||
height: 3px; |
|||
border: 0; |
|||
} |
} |
||
Line 129: | Line 137: | ||
.upgrade_pagination { |
.upgrade_pagination { |
||
font-size: 11pt; |
|||
text-align: center; |
|||
⚫ | |||
justify-content: center; |
|||
} |
} |
||
.upgrade_pagination { |
.upgrade_pagination > a { |
||
⚫ | |||
font-size: 11pt; |
|||
display: flex; |
|||
justify-content: center; |
|||
} |
} |
||
.upgrade_page_button { |
.upgrade_page_button { |
||
background-color: #14323d; |
|||
border: 2px solid #2e434b; |
|||
border-radius: 2px; |
|||
padding: 0 5px; |
|||
margin: 2px; |
|||
} |
} |
||
.upgrade_page_button.active { |
.upgrade_page_button.active { |
||
color: white; |
|||
font-weight: bold; |
|||
} |
} |
||
.upgrade_page.hidden { |
.upgrade_page.hidden { |
||
display: none; |
|||
} |
} |
Latest revision as of 16:42, 13 February 2022
.upgrade_panel {
border-image: url('/skins/common/images/item_panel_border.png') 4 4 fill / auto;
display: inline-block;
min-width: 250px;
max-width: 300px;
font-family: TemplateStyles-SairaM;
font-size: 14pt;
font-weight: 400;
padding: 13px;
color: #ffffff;
}
.upgrade_header {
display: flex;
justify-content: space-between;
margin-bottom: 5px;
}
.upgrade_level {
font-size: 11pt;
margin-left: 5px;
}
.upgrade_editlink {
font-size: 11pt;
text-align: right;
}
.tt_glow {
color: #ffd28e;
text-shadow: 0 0 3px #ff8250, 0 0 6px #ff8249
}
.upgrade_unlocks .tech_icon_container {
min-width: 80px;
min-height: 80px;
}
.upgrade_unlocks {
display: flex;
align-items: flex-start;
object-fit: contain;
}
.upgrade_unlocks>a>img {
height: 80px;
max-width: 80px;
max-height: 80px;
}
.upgrade_unlock_text {
color: #ccc;
display: inline-block;
vertical-align:top;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
}
.upgrade_research_cost {
background-color: #14323d;
border-radius: 2px;
border-top-left-radius: 5px;
display: flex;
padding: 2px;
}
.tt_unlock_text {
font-size: 11pt;
color: #ffffff;
padding-left: 25px;
}
.upgrade_unlock_item, .upgrade_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;
}
.upgrade_hashes, .upgrade_consumption {
margin-top: 20px;
}
.upgrade_hashes {
font-size: 11pt;
}
.hash_count {
font-size: 16pt;
}
.upgrade_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');
}
.upgrade_pagination {
font-size: 11pt;
text-align: center;
}
.upgrade_pagination > a {
display: inline-block;
}
.upgrade_page_button {
background-color: #14323d;
border: 2px solid #2e434b;
border-radius: 2px;
padding: 0 5px;
margin: 2px;
}
.upgrade_page_button.active {
color: white;
font-weight: bold;
}
.upgrade_page.hidden {
display: none;
}