Template:ItemInfo/style.css: Difference between revisions
Template page
More actions
Content deleted Content added
imported>76561198018895007 No edit summary |
m add vertical align Tag: Manual revert |
||
(7 intermediate revisions by 4 users not shown) | |||
Line 10: | Line 10: | ||
margin: 10px; |
margin: 10px; |
||
} |
} |
||
.tech_header { |
|||
display:flex; |
|||
justify-content: space-between; |
|||
} |
|||
.tt_glow { |
.tt_glow { |
||
color: #ffd28e; |
color: #ffd28e; |
||
Line 34: | Line 40: | ||
.tt_info_table { |
.tt_info_table { |
||
padding-left: 10px; |
padding-left: 10px; |
||
flex-grow: 1; |
|||
font-size: 14px; |
font-size: 14px; |
||
line-height: 16px; |
line-height: 16px; |
||
white-space: nowrap; |
|||
} |
|||
.tt_info_table tbody, .tt_info_table tr { |
|||
width: 100%; |
|||
} |
} |
||
.tt_info_table td { |
.tt_info_table td { |
||
color: #a3a4a4; |
color: #a3a4a4; |
||
vertical-align: top; |
|||
} |
} |
||
Line 52: | Line 64: | ||
height: 3px; |
height: 3px; |
||
border: 0; |
border: 0; |
||
} |
|||
.tt_no_rep { |
|||
color: #ff9278; |
|||
text-shadow: 0 0 3px #f00, 0 0 6px #f00; |
|||
} |
} |
||
Latest revision as of 23:00, 24 December 2023
.item_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;
margin: 10px;
}
.tech_header {
display:flex;
justify-content: space-between;
}
.tt_glow {
color: #ffd28e;
text-shadow: 0 0 3px #ff8250, 0 0 6px #ff8249
}
.tt_category {
color: #a3a4a4;
font-size: 11pt;
}
.tt_desc {
font-size: 11pt;
color: #ffffff;
margin-bottom: 10px;
}
.tt_info {
vertical-align: top;
margin: 10px;
display: flex;
}
.tt_info_table {
padding-left: 10px;
flex-grow: 1;
font-size: 14px;
line-height: 16px;
white-space: nowrap;
}
.tt_info_table tbody, .tt_info_table tr {
width: 100%;
}
.tt_info_table td {
color: #a3a4a4;
vertical-align: top;
}
.tt_info_table td+td {
text-align: right;
color: #ffffff;
}
.tt_bar {
background-image: url('/skins/common/images/tt_bar.png');
height: 3px;
border: 0;
}
.tt_no_rep {
color: #ff9278;
text-shadow: 0 0 3px #f00, 0 0 6px #f00;
}
@font-face {
font-family: 'TemplateStyles-SairaM';
src: url('/skins/common/font/SAIRAM.ttf') format('truetype');
}