Commit 3bff2c05 authored by patri's avatar patri
Browse files

update arrow up

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