Commit 1c13f90c authored by Cholgrrr's avatar Cholgrrr
Browse files

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

parents b4f20416 3bff2c05
......@@ -1149,6 +1149,11 @@ div.content-layer-wrap.center span.feature-list-street:after{
@media screen and (min-width:48em) {
.tour-top-navi{
position: relative;
height: 45px !important;
margin: 0 1rem;
}
#updown{
display: none !important;
}
......@@ -1410,6 +1415,11 @@ a.monument{
#updown{
display: none !important;
}
.tour-top-navi{
position: relative;
height: 45px !important;
margin: 0 1rem;
}
#balloonContainer {
/*width: 0px;
height: 0px;*/
......
......@@ -371,6 +371,11 @@ body {
#updown{
display: none !important;
}
.tour-top-navi{
position: relative;
height: 45px !important;
margin: 0 1rem;
}
.hide-for-mobile,
.content-box h3:first-child{
display: block;
......
......@@ -178,8 +178,9 @@
<!-- 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="display: block; font-size: 20px; padding-left: 48%; margin-right: -50%; ">&#9650</div>
<div class="tour-top-navi" style="z-index:99">
<div id="updown" onclick="changesize()" style="display: block; font-size: 20px; padding-left: 48%; margin-right: -50%; position: -webkit-sticky; position: sticky;">&#9650</div>
<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="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>
......
......@@ -277,7 +277,7 @@ h1.sticky {
div.tour-top-navi {
position: -webkit-sticky;
position: sticky;
height:45px;
/* height:45px; */
top:0;
margin-bottom:10px;
background-color: white;
......
......@@ -230,7 +230,7 @@ div.title-fill {
}
.tour-top-navi{
position: relative;
height: 4rem;
/* height: 4rem; */
margin: 0 1rem;
}
.divider-box{
......@@ -319,6 +319,11 @@ div.title-fill {
bottom: 0px;
right: 45%
}
.tour-top-navi{
position: relative;
height: 45px !important;
margin: 0 1rem;
}
#story-frame{
/* -webkit-transition: left .5s ease-in;
-moz-transition: left .5s ease-in;
......
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