imported>76561198018895007 (Created page with ".tt_recipe { position: relative; height: 55px; } .tt_rec_arrow { background-image: url('/skins/common/images/45x45_arrow.png'); width: 45px; height: 45px;...") |
imported>76561198018895007 No edit summary |
||
Line 16: | Line 16: | ||
.tt_recipe_item, | .tt_recipe_item, | ||
.tt_output_item { | .tt_output_item { | ||
width: 45px; | max-width: 45px; | ||
height: 45px; | max-height: 45px; | ||
text-align: center; | text-align: center; | ||
vertical-align: bottom; | vertical-align: bottom; | ||
Line 24: | Line 24: | ||
position: relative; | position: relative; | ||
} | } | ||
.tt_recipe_item { | |||
padding-right: 5px; | |||
} | |||
.tt_recipe_item>a>img, | .tt_recipe_item>a>img, | ||
Line 29: | Line 35: | ||
margin: 0 auto; | margin: 0 auto; | ||
width: auto; | width: auto; | ||
height: 45px; | max-height: 45px; | ||
max-width: 45px; | |||
} | } | ||
Revision as of 21:25, 22 January 2021
.tt_recipe {
position: relative;
height: 55px;
}
.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 {
max-width: 45px;
max-height: 45px;
text-align: center;
vertical-align: bottom;
display: inline-block;
font-size: 12px;
position: relative;
}
.tt_recipe_item {
padding-right: 5px;
}
.tt_recipe_item>a>img,
.tt_output_item>a>img {
margin: 0 auto;
width: auto;
max-height: 45px;
max-width: 45px;
}
.tt_recipe_item>div,
.tt_output_item>div {
position: absolute;
bottom: -6px;
right: 0;
color: #8bffff;
text-shadow: 0 0 4px #8bffff;
}
@font-face {
font-family: 'TemplateStyles-SairaM';
src: url('/skins/common/font/SAIRAM.ttf') format('truetype');
}