From 04f3f8d2189e6a6d438f3f8a014ddb9af5af5c8b Mon Sep 17 00:00:00 2001 From: rra Date: Wed, 7 Mar 2018 18:59:24 +0100 Subject: [PATCH] stream is now zzzzzzzzzzzzzzzzzzz --- themes/varia/static/css/main.css | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/themes/varia/static/css/main.css b/themes/varia/static/css/main.css index 8f365432ab..c121d0631f 100644 --- a/themes/varia/static/css/main.css +++ b/themes/varia/static/css/main.css @@ -168,20 +168,12 @@ header { display: inline-block; } #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; - float: left; - background-size: cover; - background-position: center center; - vertical-align: middle; - display: inline-block; - margin: 0 .2em 0 0; + background-clip: padding-box; + background-position: center center; + background-size: cover; + height: 600px; + width: 100%; + } /* reset header img styles */ #stream .container img{ @@ -193,9 +185,16 @@ header { #stream.overview{ width: 100%; } - #stream.overview .container{ +/* #stream.overview .container{ margin: 0 1em 1em 0; - } + }*/ + + div.container:nth-child(2n) { + transform: skew(-2deg); + } + div.container:nth-child(2n+1) { + transform: skew(2deg); + } #translation{ position: absolute;