Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:RecipeItem/style.css: Difference between revisions

Template page
Content deleted Content added
imported>76561198018895007
Created page with ".tt_container { position: relative; height: 55px; } .tt_item { max-width: 45px; max-height: 45px; text-align: center; vertical-align: bottom; disp..."
 
imported>76561198211382460
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:
position: relative;
position: relative;
height: 55px;
height: 55px;
display: inline-block;
}
}


Line 17: Line 18:
margin: 0 auto;
margin: 0 auto;
width: auto;
width: auto;
max-height: 45px;
height: 45px !important;
max-width: 45px;
width: 45px;
object-fit: contain;
}
}



Latest revision as of 00:22, 25 February 2021

.tt_container {
    position: relative;
    height: 55px;
	display: inline-block;
}

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

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

.tt_item>div {
    position: absolute;
    bottom: -10px;
    right: 0;
    color: #ffffff;
    text-shadow: 0 0 4px #8bffff;
}
🍪 We use cookies to keep session information to provide you a better experience.