Template:ItemInfo/style.css: Difference between revisions
Template page
More actions
Content deleted Content added
imported>76561198018895007 76561198018895007 changed the content model of the page Template:ItemInfo/style.css from "wikitext" to "Sanitized CSS" |
imported>76561198018895007 No edit summary |
||
Line 63: | Line 63: | ||
padding: 0 15px; |
padding: 0 15px; |
||
margin-bottom: 10px; |
margin-bottom: 10px; |
||
} |
|||
.tt_recipe { |
|||
position: relative; |
|||
} |
|||
.tt_rec_arrow { |
|||
background-image: url('/skins/common/images/45x45_arrow.png'); |
|||
width: 45px; |
|||
height: 45px; |
|||
text-align: center; |
|||
display: inline-block; |
|||
font-size: 12pt; |
|||
padding-top: 7px; |
|||
} |
|||
.tt_recipe_item, |
|||
.tt_output_item { |
|||
width: 45px; |
|||
height: 45px; |
|||
text-align: right; |
|||
vertical-align: bottom; |
|||
display: inline-block; |
|||
font-size: 12px; |
|||
position: relative; |
|||
} |
|||
.tt_recipe_item { |
|||
/*margin-left: -5px;*/ |
|||
} |
|||
.tt_recipe_icon { |
|||
max-width: 45px; |
|||
max-height: 45px; |
|||
} |
|||
.tt_recipe_item>div, |
|||
.tt_output_item>div { |
|||
position: absolute; |
|||
bottom: -6px; |
|||
right: 0; |
|||
color: #8bffff; |
|||
text-shadow: 0 0 4px #8bffff; |
|||
} |
} |
||
Revision as of 06:11, 20 January 2021
.item_panel {
border-image-source: url('/skins/common/images/item_panel_border.png');
border-image-slice: 4 4 fill;
border-image-width: auto;
overflow: auto;
display: inline-block;
min-width: 250px;
max-width: 400px;
font-family: TemplateStyles-SairaM;
font-size: 14pt;
font-weight: 400;
padding: 13px;
}
.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;
max-width: 300px;
margin-bottom: 10px;
}
.tt_lg_icon {
float: left;
width: 90px;
height: 90px;
}
.tt_info {
overflow: auto;
vertical-align: top;
margin-left: 13px;
margin-top: 10px;
}
.tt_info_table {
width: 100%;
font-size: 14px;
line-height: 16px;
}
.tt_info_table td {
color: #a3a4a4;
}
.tt_info_table td+td {
text-align: right;
color: #ffffff;
}
.tt_bar {
background-image: url('/skins/common/images/tt_bar.png');
min-height: 3px;
height: 3px;
padding: 0 15px;
margin-bottom: 10px;
}
@font-face {
font-family: 'TemplateStyles-SairaM';
src: url('/skins/common/font/SAIRAM.ttf') format('truetype');
}