forked from varia/varia.website
stream is now zzzzzzzzzzzzzzzzzzz
This commit is contained in:
parent
23ee69c932
commit
04f3f8d218
@ -168,20 +168,12 @@ header {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
#stream .container{
|
#stream .container{
|
||||||
width: 200px;
|
|
||||||
height: 200px;
|
|
||||||
-webkit-border-radius: 200px;
|
|
||||||
-webkit-background-clip: padding-box;
|
|
||||||
-moz-border-radius: 200px;
|
|
||||||
-moz-background-clip: padding;
|
|
||||||
border-radius: 200px;
|
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
float: left;
|
|
||||||
background-size: cover;
|
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
vertical-align: middle;
|
background-size: cover;
|
||||||
display: inline-block;
|
height: 600px;
|
||||||
margin: 0 .2em 0 0;
|
width: 100%;
|
||||||
|
|
||||||
}
|
}
|
||||||
/* reset header img styles */
|
/* reset header img styles */
|
||||||
#stream .container img{
|
#stream .container img{
|
||||||
@ -193,8 +185,15 @@ 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{
|
||||||
|
Loading…
Reference in New Issue
Block a user