diff options
author | dedeibel | 2018-12-22 14:31:09 +0100 |
---|---|---|
committer | dedeibel | 2018-12-22 14:31:09 +0100 |
commit | 8538b940eb44370859103dfd5ea7c6de87eb3609 (patch) | |
tree | 84eabaea1f22c687591248912ba54db0ca2789c1 /configs/conferences/35c3/main.less | |
parent | b165d27cb95e764f119a0a212ec16a36f7b3281c (diff) |
35c3: wikipakawg and chaoswest added as assembly rooms
Diffstat (limited to 'configs/conferences/35c3/main.less')
-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 { |