diff options
Diffstat (limited to 'configs/conferences/camp2019')
| -rw-r--r-- | configs/conferences/camp2019/config.php | 34 | ||||
| -rw-r--r-- | configs/conferences/camp2019/main.less | 8 | 
2 files changed, 38 insertions, 4 deletions
| diff --git a/configs/conferences/camp2019/config.php b/configs/conferences/camp2019/config.php index 62d3d42..e67d2e0 100644 --- a/configs/conferences/camp2019/config.php +++ b/configs/conferences/camp2019/config.php @@ -125,9 +125,11 @@ $CONFIG['OVERVIEW'] = array(  			'tent-1',  			'tent-2',  			'thm', -		), - -	), +        ), +        'Villages' => array( +            'pwny', +        ), +    ),         ); @@ -405,7 +407,31 @@ $CONFIG['ROOMS'] = array(  		'EMBED' => true,  		'IRC' => true,  		'TWITTER' => true, -	), +    ), + +    'pwny' => array( +        'DISPLAY' => 'Pwny Racing - Episode 7 @ Dragon Sleep Pwn Sector', +        'STREAM' => 'q2', +        'PREVIEW' => true, +        'STEREO' => false, +         +        'TRANSLATION' => false, +        'SD_VIDEO' => true, +        'HD_VIDEO' => true, +        'DASH' => true, +        'AUDIO' => true, +        'SLIDES' => false, +        'MUSIC' => false, + +        'SCHEDULE' => false, +        'SCHEDULE_NAME' => 'Plank', + +        'FEEDBACK' => false, +        'SUBTITLES' => false, +        'EMBED' => true, +        'IRC' => false, +        'TWITTER' => false, +     ),  ); diff --git a/configs/conferences/camp2019/main.less b/configs/conferences/camp2019/main.less index 5a9251d..c34d07f 100644 --- a/configs/conferences/camp2019/main.less +++ b/configs/conferences/camp2019/main.less @@ -19,10 +19,18 @@ body.overview .room-thm .panel-default > .panel-heading {      background-color: @campgreen;  } +body.overview .room-pwny .panel-default > .panel-heading { +    background-color: @chaosblue; +} +  body.overview .room-thm .panel-heading {      display: block;  } +body.overview .room-pwny .panel-heading { +    display: block; +} +  body {       background-image: url(cccamp19_logo_colors_RGB.png);       background-repeat: no-repeat; | 
