From 5a370c968879ef018671b0354f97764c31709297 Mon Sep 17 00:00:00 2001 From: derchris Date: Fri, 13 Dec 2019 19:43:02 +0100 Subject: 36c3: add sendezentrum, some more layout changes --- configs/conferences/36c3/config.php | 32 ++++++++++++++++++++++++++++++-- configs/conferences/36c3/main.less | 10 ++++++++++ 2 files changed, 40 insertions(+), 2 deletions(-) (limited to 'configs/conferences/36c3') diff --git a/configs/conferences/36c3/config.php b/configs/conferences/36c3/config.php index 51284c0..fd8057b 100644 --- a/configs/conferences/36c3/config.php +++ b/configs/conferences/36c3/config.php @@ -133,7 +133,7 @@ $CONFIG['OVERVIEW'] = array( 'chaoswest', 'wikipakawg', 'oio', - 'sendezentrum' + 'sz' ), ), ); @@ -373,7 +373,7 @@ $CONFIG['ROOMS'] = array( 'oio' => array( 'DISPLAY' => 'Open Infrastructure Orbit', 'DISPLAY_SHORT' => 'OIO', - 'STREAM' => 'soio', + 'STREAM' => 'q1', 'PREVIEW' => true, 'TRANSLATION' => [ ], @@ -397,6 +397,34 @@ $CONFIG['ROOMS'] = array( 'TEXT' => '@freifunk', ), ), + + 'sz' => array( + 'DISPLAY' => 'Sendezentrum', + 'DISPLAY_SHORT' => 'SZ', + 'STREAM' => 's80', + 'PREVIEW' => true, + 'TRANSLATION' => [ + ], + 'STEREO' => false, + 'SD_VIDEO' => true, + 'HD_VIDEO' => true, + 'DASH' => true, + 'AUDIO' => true, + 'SLIDES' => false, + 'MUSIC' => false, + 'SCHEDULE' => true, + 'SCHEDULE_NAME' => 'Sendezentrum', + 'FEEDBACK' => true, + 'SUBTITLES' => false, + 'SUBTITLES_ROOM_ID' => 2, + 'EMBED' => true, + 'IRC' => false, + 'TWITTER' => true, + 'TWITTER_CONFIG' => array( + 'DISPLAY' => 'sendezenrtum @ twitter', + 'TEXT' => '@sendezentrum', + ), + ), ); diff --git a/configs/conferences/36c3/main.less b/configs/conferences/36c3/main.less index 88e12d6..b9782ec 100644 --- a/configs/conferences/36c3/main.less +++ b/configs/conferences/36c3/main.less @@ -76,6 +76,16 @@ body.room .tab-content { color: #FE5000; } +.panel { + background-color: #000; +} + + +.panel-default > .panel-heading { + background-color: #000; +} + + h1, h3 { color: @orange; } h2 { color: @green; } -- cgit v1.2.3