stream is now zzzzzzzzzzzzzzzzzzz

This commit is contained in:
rra 2018-03-07 18:59:24 +01:00
parent 23ee69c932
commit 04f3f8d218

View File

@ -168,20 +168,12 @@ header {
display: inline-block; display: inline-block;
} }
#stream .container{ #stream .container{
width: 200px; background-clip: padding-box;
height: 200px; background-position: center center;
-webkit-border-radius: 200px; background-size: cover;
-webkit-background-clip: padding-box; height: 600px;
-moz-border-radius: 200px; width: 100%;
-moz-background-clip: padding;
border-radius: 200px;
background-clip: padding-box;
float: left;
background-size: cover;
background-position: center center;
vertical-align: middle;
display: inline-block;
margin: 0 .2em 0 0;
} }
/* reset header img styles */ /* reset header img styles */
#stream .container img{ #stream .container img{
@ -193,9 +185,16 @@ header {
#stream.overview{ #stream.overview{
width: 100%; width: 100%;
} }
#stream.overview .container{ /* #stream.overview .container{
margin: 0 1em 1em 0; margin: 0 1em 1em 0;
} }*/
div.container:nth-child(2n) {
transform: skew(-2deg);
}
div.container:nth-child(2n+1) {
transform: skew(2deg);
}
#translation{ #translation{
position: absolute; position: absolute;