Commit 532d1bfe authored by Cholgrrr's avatar Cholgrrr
Browse files

Merge branch 'New_Structure' of https://gitlab.com/Cholgrrr/m4labplatform into New_Structure

parents c1c4b69c 3e939b4f
...@@ -178,7 +178,7 @@ ...@@ -178,7 +178,7 @@
<!-- End of: Content Start Screen --> <!-- End of: Content Start Screen -->
<!-- Content Tour --> <!-- Content Tour -->
<div id="tour-frame" style="display: none; overflow-y: scroll;overflow-x: hidden"> <div id="tour-frame" style="display: none; overflow-y: scroll;overflow-x: hidden">
<div id="updown" onclick="changesize()" style="font-family: 'Zapf Dingbats';display: block; font-size: 60px; padding-left: 48%; margin-right: -50%; margin-top: -65px; margin-bottom: 5px; position: sticky;position: -webkit-sticky;position: relative;">&#129169</div> <div id="updown" onclick="changesize()" style="font-family: 'Zapf Dingbats';display: block; font-size: 60px; padding-left: 48%; margin-right: -50%; margin-top: -65px; margin-bottom: 5px; position: sticky;position: -webkit-sticky;position: relative;">🢑</div>
<div class="tour-top-navi" style="z-index:99"> <div class="tour-top-navi" style="z-index:99">
<a href="#" onclick="Introshow();setpositionVAR(false);zoomto('IntroProj')" id = "btn_intro" class=" top-nav buttonset one btn_home btn_size">Info</a> <a href="#" onclick="Introshow();setpositionVAR(false);zoomto('IntroProj')" id = "btn_intro" class=" top-nav buttonset one btn_home btn_size">Info</a>
<a href="#" onclick="Projektshow();zoomto('ProjektePage');" id = "btn_intro" class=" top-nav buttonset one btn_home btn_size">Projekte</a> <a href="#" onclick="Projektshow();zoomto('ProjektePage');" id = "btn_intro" class=" top-nav buttonset one btn_home btn_size">Projekte</a>
......
...@@ -4,7 +4,7 @@ function changesize(){ ...@@ -4,7 +4,7 @@ function changesize(){
if (updown.innerHTML == "🢑"){ if (updown.innerHTML == "🢑"){
document.getElementById("story-frame").style.top = "0%"; document.getElementById("story-frame").style.top = "0%";
updown.innerHTML = "&#129171" updown.innerHTML = "🢓"
document.getElementById("updown").style.fontSize = "60px"; document.getElementById("updown").style.fontSize = "60px";
document.getElementById("updown").style.paddingLeft = "48%"; document.getElementById("updown").style.paddingLeft = "48%";
...@@ -18,7 +18,7 @@ function changesize(){ ...@@ -18,7 +18,7 @@ function changesize(){
} else if (updown.innerHTML == "🢓"){ } else if (updown.innerHTML == "🢓"){
document.getElementById("story-frame").style.top = "50%"; document.getElementById("story-frame").style.top = "50%";
updown.innerHTML = "&#129169" updown.innerHTML = "🢑"
document.getElementById("updown").style.fontSize = "60px"; document.getElementById("updown").style.fontSize = "60px";
document.getElementById("updown").style.paddingLeft = "48%"; document.getElementById("updown").style.paddingLeft = "48%";
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment