28 lines
619 B
Stylus
28 lines
619 B
Stylus
|
.post-container
|
||
|
.post-content.transparency-grid img
|
||
|
background: url('/img/transparency_grid.png')
|
||
|
|
||
|
text-align: center
|
||
|
.post-content
|
||
|
text-align: left
|
||
|
margin: 0 auto
|
||
|
position: relative
|
||
|
|
||
|
img, object, video, .post-overlay
|
||
|
position: absolute
|
||
|
height: 100%
|
||
|
width: 100%
|
||
|
left: 0
|
||
|
right: 0
|
||
|
top: 0
|
||
|
bottom: 0
|
||
|
|
||
|
.post-overlay>*
|
||
|
position: absolute
|
||
|
left: 0
|
||
|
right: 0
|
||
|
top: 0
|
||
|
bottom: 0
|
||
|
width: 100%
|
||
|
height: 100%
|