Browse Source

now really fixing the stream

master
mb@mb 6 years ago
parent
commit
a362a27f60
  1. 23
      themes/varia/static/css/main.css

23
themes/varia/static/css/main.css

@ -172,35 +172,36 @@ header {
#stream{ #stream{
display: inline-block; position: absolute;
width: 100%;
} }
#stream .container{ #stream a .container{
background-clip: padding-box; background-clip: padding-box;
background-position: center center; background-position: center center;
background-size: cover; background-size: cover;
height: 600px; height: 600px;
width: 100%; width: 100%;
background-color: black;
} }
/* reset header img styles */ /* reset header img styles */
#stream .container img{ #stream a .container img{
min-width: none; min-width: none;
min-height: none; min-height: none;
width: none; width: none;
height: none; height: none;
} }
#stream a{
display: block;
}
#stream.overview{ #stream.overview{
width: 100%; width: 100%;
} }
/* #stream.overview .container{ div#stream a:nth-child(odd) {
margin: 0 1em 1em 0; transform: skew(-2deg);
}*/
div#stream:nth-child(2n) {
transform: skew(-2deg);
} }
div#stream:nth-child(2n+1) { div#stream a:nth-child(even) {
transform: skew(2deg); transform: skew(2deg);
} }
#translation{ #translation{

Loading…
Cancel
Save