diff options
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/35c3/main.less | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/configs/conferences/35c3/main.less b/configs/conferences/35c3/main.less index 6090c30..1671a13 100644 --- a/configs/conferences/35c3/main.less +++ b/configs/conferences/35c3/main.less @@ -187,6 +187,7 @@ h4 { } /* let the gratient go over two panels horizontally, child 1 and 2, 3 and 4, and so on */ +/* attention, clearfix for WIDE rooms/panels are a child too */ .room-group .room:nth-child(1) .panel { background-image: linear-gradient(80deg, @color-blue, @color-green 200%); } @@ -204,13 +205,30 @@ h4 { } .room-group .room:nth-child(5) .panel { - background-image: linear-gradient(80deg, @color-blue, @color-green); + background-image: linear-gradient(80deg, @color-blue, @color-green 200%); +} + +.room-group .room:nth-child(6) .panel { + background-image: linear-gradient(80deg, @color-blue -60%, @color-green); +} + +.room-group .room:nth-child(7) .panel { + background-image: linear-gradient(80deg, @color-blue, @color-green 200%); +} + +.room-group .room:nth-child(8) .panel { + background-image: linear-gradient(80deg, @color-blue -60%, @color-green); } div.row.recordings div:nth-child(2) .panel { background-image: linear-gradient(80deg, @color-blue, @color-green 200%); } +/* gradient for wide panels is "normal" */ +.room-group .room.wide .panel { + background-image: linear-gradient(80deg, @color-blue, @color-green); +} + /* * NO RELIVE THEN: *div.row.recordings div:nth-child(2) .panel { |