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 [12.02.2019 05:16]
a3x
start [18.02.2019 00:14]
a3x kommentare
Zeile 1: Zeile 1:
 ====== Chaospott Wiki ====== ====== Chaospott Wiki ======
 +
 <html> <html>
-<div align="center">+  <!-- creates a div around the folowing tables --> 
 +  <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 16: Zeile 18:
 | {{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 27:
 | {{logo.png?40 }}**[[presse|Öffentlichkeitsarbeit]]** \\ Seiten zum Thema "Öffentlichkeitsarbeit"                                                                 | | {{logo.png?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>
-</div>+  <!-- ends a div around the before tables --> 
 +  </div>
 </html> </html>
 ------ ------
Zeile 36: Zeile 40:
  
 <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;
-+  
- +   
-text {+  <!-- use the theme color --> 
 +  text {
     fill: currentColor;     fill: currentColor;
-+  
- +   
-#state_top, #state_down{+  <!-- initially status is green, hence open --> 
 +  #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 70: Zeile 77:
     background-color: black;     background-color: black;
     opacity: 0.05;     opacity: 0.05;
-}+  } 
 +  polygon.hoverable:hover { 
 +    stroke:purple; 
 +    opacity:0.2; 
 +    fill:lime; 
 +  } 
 +</style>
  
-polygon.hoverable:hover +<!-- aligning magic -->
-+
- stroke:purple; +
- opacity:0.2; +
- fill:lime; +
-+
- +
-</style>+
 <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:">
Zeile 172: Zeile 178:
 </wrap> </wrap>
  
-{{iCalEvents>http://cloud.chaospott.de/calendar/ical.ics#from=today&to=+7days&maxNumberOfEntries=10&showAs=table_with_details}}+{{iCalEvents>https://cloud.chaospott.de/calendar/ical.ics#from=today&to=+7days&maxNumberOfEntries=10&showAs=table_with_details}}
  
  
start.txt · Zuletzt geändert: 07.06.2020 19:50 von Bandie