Chaospott Wiki (Alt)

Altes wiki. Hilf doch beim Migrieren mit! https://wiki.chaospott.de

Benutzer-Werkzeuge

Webseiten-Werkzeuge


start

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Nächste Überarbeitung Beide Seiten der Revision
start [18.02.2019 00:14]
a3x kommentare
start [05.04.2019 01:01]
a3x
Zeile 1: Zeile 1:
 ====== Chaospott Wiki ====== ====== Chaospott Wiki ======
- 
 <html> <html>
-  <!-- creates a div around the folowing tables --> +<div align="center">
-  <div align="center">+
 </html> </html>
  
 ~~NOTOC~~ ~~NOTOC~~
 <WRAP > <WRAP >
-  <WRAP half column>+<WRAP half column>
  
 | {{file:compass.png?40 }}**[[chaospott:anfahrt|Anfahrt und Gäste]]** \\ Anfahrt und Kontakt                                                                                |                                                          | {{file:compass.png?40 }}**[[chaospott:anfahrt|Anfahrt und Gäste]]** \\ Anfahrt und Kontakt                                                                                |                                                         
Zeile 18: Zeile 16:
 | {{server-vector-network-6.png?40 }}** [[infrastruktur:noc:start|NOC]] ** \\ We care! ...sometimes! ¯\_(ツ)_/¯                                                              |                        | {{server-vector-network-6.png?40 }}** [[infrastruktur:noc:start|NOC]] ** \\ We care! ...sometimes! ¯\_(ツ)_/¯                                                              |                       
  
-  </WRAP> +</WRAP> 
-  <WRAP half column>+<WRAP half column>
 | {{logo.png?40 }}**[[events:start|Veranstaltungen]]** \\ Veranstaltungen                                                                                          | | {{logo.png?40 }}**[[events:start|Veranstaltungen]]** \\ Veranstaltungen                                                                                          |
 | {{logo.png?40 }}**[[events:petit_foo|Vorträge und Workshops]]** \\ Knowledge Transfer                                                                            | | {{logo.png?40 }}**[[events:petit_foo|Vorträge und Workshops]]** \\ Knowledge Transfer                                                                            |
Zeile 25: Zeile 23:
 | {{logo.png?40 }}**[[infrastruktur:start|Infrastruktur]]** \\ Wie schalte ich das wieder aus? Welche Infrastruktur gibt es?                                       | | {{logo.png?40 }}**[[infrastruktur:start|Infrastruktur]]** \\ Wie schalte ich das wieder aus? Welche Infrastruktur gibt es?                                       |
 | {{font:book.svg?40 }}**[[plenum:|Protokolle]]** \\ Protokolle der Vereinssitzungen                                                                                    | | {{font:book.svg?40 }}**[[plenum:|Protokolle]]** \\ Protokolle der Vereinssitzungen                                                                                    |
-| {{logo.png?40 }}**[[presse|Öffentlichkeitsarbeit]]** \\ Seiten zum Thema "Öffentlichkeitsarbeit"                                                                 |+| {{font:bullhorn.svg?40 }}**[[presse|Öffentlichkeitsarbeit]]** \\ Seiten zum Thema "Öffentlichkeitsarbeit"                                                                 |
 | {{font:flask.svg?40 }} ** [[infrastruktur:member_services| Dienste für Mitglieder]] / [[noc:maintainreuebersicht| Maintainer ]]** \\ Was kann ich jetzt hier machen? | | {{font:flask.svg?40 }} ** [[infrastruktur:member_services| Dienste für Mitglieder]] / [[noc:maintainreuebersicht| Maintainer ]]** \\ Was kann ich jetzt hier machen? |
-  </WRAP> 
 </WRAP> </WRAP>
 +</WRAP>
 <html> <html>
-  <!-- ends a div around the before tables --> +</div>
-  </div>+
 </html> </html>
 ------ ------
Zeile 40: Zeile 36:
  
 <script> <script>
-  <!-- Setting the arrow Color based on status from status.chaospott.de --> + 
-  fetch("https://status.chaospott.de/api/"+fetch("https://status.chaospott.de/api/"
-    .then(res => res.json()) +.then(res => res.json()) 
-    .then((out) => { +.then((out) => { 
-      if(out.sensors.door_locked[0].value) { +  if(out.sensors.door_locked[0].value) { 
-        document.getElementById("state_top").style.fill = "red"; +     document.getElementById("state_top").style.fill = "red"; 
-      +  
-      if(out.sensors.door_locked[1].value) { +  if(out.sensors.door_locked[1].value) { 
-        document.getElementById("state_down").style.fill = "red"; +     document.getElementById("state_down").style.fill = "red"; 
-      +  
-    }) +}) 
-    .catch(err => { throw err });+.catch(err => { throw err });
 </script> </script>
  
 <style> <style>
-  #area1:hover, #area2:hover {+#area1:hover, #area2:hover {
     opacity:0.2;     opacity:0.2;
-  +
-   + 
-  <!-- use the theme color --> +text {
-  text {+
     fill: currentColor;     fill: currentColor;
-  +
-   + 
-  <!-- initially status is green, hence open --> +#state_top, #state_down{
-  #state_top, #state_down {+
     fill: lightgreen;     fill: lightgreen;
-  +
-   +polygon.hoverable 
-  <!-- fancy hover effects--> +{
-  polygon.hoverable {+
     fill: black;     fill: black;
     stroke:gray; /* Replace with none if you like */     stroke:gray; /* Replace with none if you like */
Zeile 77: Zeile 70:
     background-color: black;     background-color: black;
     opacity: 0.05;     opacity: 0.05;
-  +
-  polygon.hoverable:hover { + 
-    stroke:purple; +polygon.hoverable:hover 
-    opacity:0.2; +
-    fill:lime; + stroke:purple; 
-  }+ opacity:0.2; 
 + fill:lime; 
 +} 
 </style> </style>
- 
-<!-- aligning magic --> 
 <div style="margin-top:-4%; justify-content: space-between; align-items: baseline;" align="center"> <div style="margin-top:-4%; justify-content: space-between; align-items: baseline;" align="center">
  
 <svg style="max-width: 500px;" viewBox="0 0 500 388"> <svg style="max-width: 500px;" viewBox="0 0 500 388">
-   xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">+        xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    <image xlink:href="/_media/raeume:raum-lasermessgeraet-clean-1_25.png" x="0" y="0" width="500" height="388"/>    <image xlink:href="/_media/raeume:raum-lasermessgeraet-clean-1_25.png" x="0" y="0" width="500" height="388"/>
    <a href="/raeume:kueche:">    <a href="/raeume:kueche:">
start.txt · Zuletzt geändert: 07.06.2020 19:50 von Bandie