diff --git a/app/fahrplan.js b/app/fahrplan.js
index 429aff1..88e779f 100644
--- a/app/fahrplan.js
+++ b/app/fahrplan.js
@@ -1,5 +1,7 @@
var C3T_ROOM_MAP = {
- 'Fireshonks-Stream': document.querySelector('#fireshonks .talkinfo'),
+ 'Saal 1': document.querySelector('#Saal_1 .talkinfo'),
+ 'Saal Grace': document.querySelector('#Saal_Grace .talkinfo'),
+ 'Saal Zuse': document.querySelector('#Saal_Zuse .talkinfo'),
}
function updateUI(room, day, cday, time, title, started) {
diff --git a/app/img/channels/Saal_1.svg b/app/img/channels/Saal_1.svg
new file mode 100644
index 0000000..cdc2025
--- /dev/null
+++ b/app/img/channels/Saal_1.svg
@@ -0,0 +1,68 @@
+
+
+
+
diff --git a/app/img/channels/Saal_Grace.svg b/app/img/channels/Saal_Grace.svg
new file mode 100644
index 0000000..b5afa0b
--- /dev/null
+++ b/app/img/channels/Saal_Grace.svg
@@ -0,0 +1,72 @@
+
+
+
+
diff --git a/app/img/channels/Saal_Zuse.svg b/app/img/channels/Saal_Zuse.svg
new file mode 100644
index 0000000..ad664eb
--- /dev/null
+++ b/app/img/channels/Saal_Zuse.svg
@@ -0,0 +1,72 @@
+
+
+
+
diff --git a/app/index.html b/app/index.html
index ce453ee..e067431 100644
--- a/app/index.html
+++ b/app/index.html
@@ -37,15 +37,35 @@
Wähle zum Starten unten deinen Kanal aus
-
+ m
-
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/app/main.css b/app/main.css
index 48a23fc..235a670 100644
--- a/app/main.css
+++ b/app/main.css
@@ -85,7 +85,7 @@ main > #halls {
.talkinfo {
flex-grow: 1;
- padding: 0 1em 0.5em;
+ padding: 0.5em 1em;
}
.talkinfo h4 {
@@ -240,45 +240,18 @@ body[lang] .sep {
display: none;
}
-#halls > div:nth-child(4n+1) {
- outline: 1px solid #B239FF;
- color: #B239FF;
-}
-#halls > div:nth-child(4n+2) {
- outline: 1px solid #835CFF;
- color: #835CFF;
-}
-#halls > div:nth-child(4n+3) {
- outline: 1px solid #05B9EC;
- color: #05B9EC;
-}
-#halls > div:nth-child(4n+4) {
- outline: 1px solid #02FAE0;
- color: #02FAE0;
-}
+#halls > div:nth-child(3n+1) { outline: 1px solid #29ffff; color: #29ffff; }
+#halls > div:nth-child(3n+2) { outline: 1px solid #de4040; color: #de4040; }
+#halls > div:nth-child(3n+3) { outline: 1px solid #f6f675; color: #f6f675; }
-#halls > div:nth-child(4n+1) li a {
- border-top: 1px solid #B239FF;
-}
-#halls > div:nth-child(4n+2) li a {
- border-top: 1px solid #835CFF;
-}
-#halls > div:nth-child(4n+3) li a {
- border-top: 1px solid #05B9EC;
-}
-#halls > div:nth-child(4n+4) li a {
- border-top: 1px solid #02FAE0;
-}
+#halls > div:nth-child(3n+1) img { border-bottom: 1px solid #29ffff; }
+#halls > div:nth-child(3n+2) img { border-bottom: 1px solid #de4040; }
+#halls > div:nth-child(3n+3) img { border-bottom: 1px solid #f6f675; }
-#halls > div:nth-child(4n+1) li a:hover {
- background-color: #B239FF;
-}
-#halls > div:nth-child(4n+2) li a:hover {
- background-color: #835CFF;
-}
-#halls > div:nth-child(4n+3) li a:hover {
- background-color: #05B9EC;
-}
-#halls > div:nth-child(4n+4) li a:hover {
- background-color: #02FAE0;
-}
+#halls > div:nth-child(3n+1) li a { border-top: 1px solid #29ffff; }
+#halls > div:nth-child(3n+2) li a { border-top: 1px solid #de4040; }
+#halls > div:nth-child(3n+3) li a { border-top: 1px solid #f6f675; }
+
+#halls > div:nth-child(3n+1) li a:hover { background-color: #29ffff; }
+#halls > div:nth-child(3n+2) li a:hover { background-color: #de4040; }
+#halls > div:nth-child(3n+3) li a:hover { background-color: #f6f675; }
diff --git a/app/stream.html b/app/stream.html
index 2f20e26..7918e37 100644
--- a/app/stream.html
+++ b/app/stream.html
@@ -32,6 +32,8 @@
This makes us sad because we can't deliver our translations :(
'english-german': 'English–German',
'third-language': 'Other Language',
'translation': 'English–German',
+ 'translation-1': 'English–German',
+ 'translation-2': 'Other Language',
}[lang] || lang
document.write('
' + decodeURIComponent(room) + '
')
document.write('
' + decodeURIComponent(lang) + '
')