Commit b4f20416 authored by Cholgrrr's avatar Cholgrrr
Browse files

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

parents 532d1bfe d7aa7d5d
......@@ -167,7 +167,7 @@
height: 75px;
width: 75px;
/* float: left; */
z-index: 100;
z-index: 90;
background: white;
margin-top: 15px;
position: absolute;
......
......@@ -159,7 +159,7 @@
</head>
<body>
<div id="story-frame" class="startscreen vcm-map-top loadingpointer">
<div id="story-frame" style="z-index:95" class="startscreen vcm-map-top loadingpointer">
<!-- Content Start Screen -->
<div class="balloon teaser-balloon" id="balloon-startscreen">
<div class="balloon-content">
......@@ -177,11 +177,11 @@
</div>
<!-- End of: Content Start Screen -->
<!-- Content Tour -->
<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;">🢑</div>
<div id="tour-frame" style="display: none; overflow-y: scroll;overflow-x: hidden;">
<div id="updown" onclick="changesize()" style="display: block; font-size: 20px; padding-left: 48%; margin-right: -50%; ">&#9650</div>
<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="Projektshow();zoomto('ProjektePage');" id = "btn_intro" class=" top-nav buttonset one btn_home btn_size">Projekte</a>
<a href="#" onclick="zoomto('ProjektePage');Projektshow()" id = "btn_intro" class=" top-nav buttonset one btn_home btn_size">Projekte</a>
<!-- <a href="#" onclick="addcont('main_bock2');showtourSpecific('main');setpositionVAR(false);zoomto('projektOne')" id = "btn_bock" class=" top-nav buttonset one btn_home btn_size"><i class="fa fa-code-fork"></i> Böckingerstraße</a>
<a href="#" onclick="removebuildings();addcont('main_nordbstuff2');NordbahnhofText();setpositionVAR(false);zoomto('NordbahnhofInfo')" id = "btn_nord" class=" top-nav buttonset one btn_home btn_size"><i class="fa fa-code-fork"></i> Nordbahnhof</a> -->
<!-- <a href="#" onclick="NoiseText(true);setpositionVAR(false);" id = "btn_acous" class=" top-nav buttonset one btn_home btn_size"><i class="fa fa-code-fork"></i> Akkustik Projekt</a> -->
......
......@@ -2,32 +2,32 @@ function changesize(){
var updown = document.getElementById("updown")
if (updown.innerHTML == "🢑"){
if (updown.innerHTML == ""){
document.getElementById("story-frame").style.top = "0%";
updown.innerHTML = "🢓"
updown.innerHTML = "&#9660"
document.getElementById("updown").style.fontSize = "60px";
document.getElementById("updown").style.fontSize = "20px";
document.getElementById("updown").style.paddingLeft = "48%";
document.getElementById("updown").style.marginRight= "-50%";
document.getElementById("updown").style.marginTop = "0px";
// document.getElementById("updown").style.backgroundColor = "lightgrey";
document.getElementById("updown").style.height = "0px";
document.getElementById("updown").style.paddingBottom = "30px";
// document.getElementById("updown").style.height = "0px";
// document.getElementById("updown").style.paddingBottom = "30px";
} else if (updown.innerHTML == "🢓"){
} else if (updown.innerHTML == ""){
document.getElementById("story-frame").style.top = "50%";
updown.innerHTML = "🢑"
updown.innerHTML = "&#9650"
document.getElementById("updown").style.fontSize = "60px";
document.getElementById("updown").style.fontSize = "20px";
document.getElementById("updown").style.paddingLeft = "48%";
document.getElementById("updown").style.marginRight= "-50%";
document.getElementById("updown").style.marginTop = "-65px";
// document.getElementById("updown").style.marginTop = "-65px";
// document.getElementById("updown").style.backgroundColor = "lightgrey";
document.getElementById("updown").style.marginBottom = "5px";
document.getElementById("updown").style.height = "auto";
document.getElementById("updown").style.paddingBottom = "0px";
// document.getElementById("updown").style.marginBottom = "5px";
// document.getElementById("updown").style.height = "auto";
// document.getElementById("updown").style.paddingBottom = "0px";
}
}
\ No newline at end of file
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