Şablon:Overlayimg/styles.css

Stardew Valley Wiki sitesinden
< Şablon:Overlayimg
Margotbean (mesaj | katkılar) tarafından oluşturulmuş 15.27, 30 Ocak 2023 tarihli sürüm ("→‎Missing width & height: .parent {position: relative; top: 0; left: 0;} →‎.parent img {margin: 0 auto;}: .backimage {position: relative; top: 0; left:..." içeriğiyle yeni sayfa oluşturdu)
(fark) ← Önceki hâli | Güncel sürüm (fark) | Sonraki hâli → (fark)
Gezinti kısmına atla Arama kısmına atla
/* Missing width & height */
.parent {position: relative; top: 0; left: 0;}
/* .parent img {margin: 0 auto;} */

.backimage {position: relative; top: 0; left: 0; background-color: rgba(0,255,0,0.5);}
.backimagetransparent {position: relative; top: 0; left: 0; background-color: rgba(0,255,0,0.3);}
.backimage img {display: block;}
.backimagetransparent img {display: block; opacity: 0.7;}

/* Must account for td's padding if in a table cell */
/* Could set top to 0, but then 48x96 images display wrong */
.foreimage {position: absolute; bottom: 0; left: 0;}
.foreimage img {display: block;}