Mechanics and Template:RecipeItem/style.css: Difference between pages

From the Dyson Sphere Program Wiki
(Difference between pages)
imported>76561198221527820
No edit summary
 
imported>76561198018895007
No edit summary
 
Line 1: Line 1:
Collector page for Game Mechanics articles
.tt_container {
    position: relative;
    height: 55px;
display: inline-block;
}


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


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


[[Fuels]]
.tt_item>div {
 
    position: absolute;
[[Logistics Stations]]
    bottom: -10px;
    right: 0;
    color: #ffffff;
    text-shadow: 0 0 4px #8bffff;
}

Revision as of 20:44, 17 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;
    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.