Commit 86b3301e authored by Hotwani's avatar Hotwani
Browse files

Commit for adding Close frame functionality

parent c4f82da1
...@@ -286,7 +286,7 @@ ...@@ -286,7 +286,7 @@
</p> </p>
<img style='padding-top:0px;width:12rem;' id="signature" src='images/Intro/signature.png' alt='Simply Easy Learning'><br> <img style='padding-top:0px;width:12rem;' id="signature" src='images/Intro/signature.png' alt='Simply Easy Learning'><br>
<button id="tourstart-btn2" onclick="showEinleitung();" class="buttonset one"><span class="i18n_balloon_startscreen_btn">Weiter</span> <button id="tourstart-btn2" onclick="showEinleitung();" class="buttonset two"><span class="i18n_balloon_startscreen_btn">Weiter</span>
</div> </div>
<details id="detAnleitung" style="display:none;"> <details id="detAnleitung" style="display:none;">
<summary class="contentOne">Anleitung zur Benutzung der Plattform</summary> <summary class="contentOne">Anleitung zur Benutzung der Plattform</summary>
...@@ -319,7 +319,7 @@ ...@@ -319,7 +319,7 @@
<p class="contentOne">Die Inhalte in der Karte welche für das Beteiligungsverfahren relevant sind werden über verschiedene Icons in der Karte verortet.</p> <p class="contentOne">Die Inhalte in der Karte welche für das Beteiligungsverfahren relevant sind werden über verschiedene Icons in der Karte verortet.</p>
</details> </details>
</details> </details>
<button id="tourstart-btn" onclick="stopStory();" style="display:none;" class="buttonset one"><span class="i18n_balloon_startscreen_btn">Start</span> <button id="tourstart-btn" onclick="stopStory();" style="display:none;" class="buttonset two"><span class="i18n_balloon_startscreen_btn">Start</span>
</button> <br> </button> <br>
<div id="iconlist" style="display:none;"> <div id="iconlist" style="display:none;">
<img id="balloon_logo01" src="./icons/STUTTGARTmitPferd.png" alt="Stadt_Logo"> <img id="balloon_logo01" src="./icons/STUTTGARTmitPferd.png" alt="Stadt_Logo">
...@@ -336,7 +336,7 @@ ...@@ -336,7 +336,7 @@
<!-- Content Tour --> <!-- Content Tour -->
<div id="tour-frame" style="display: none; overflow-y: scroll;"> <div id="tour-frame" style="display: none; overflow-y: scroll;">
<div class="tour-top-navi" style="z-index:99"> <div class="tour-top-navi" style="z-index:99">
<a href="#" onclick="goHome()" id = "testing" class="top-nav buttonset one"><i class="fa fa-home"></i>Home</a> <a href="#" onclick="handleClose()" id = "testing" class="top-nav buttonset one"><i style="zoom: 1.4" class="fa fa-close"></i></a>
<!-- <a href="#energiefahrrad" class="top-nav buttonset one"><i class="fa fa-bicycle"></i> Projekt 2</a> <!-- <a href="#energiefahrrad" class="top-nav buttonset one"><i class="fa fa-bicycle"></i> Projekt 2</a>
<a href="#wea" class="top-nav buttonset one"><i class="fa fa-bolt"></i> Projekt 3</a> <a href="#wea" class="top-nav buttonset one"><i class="fa fa-bolt"></i> Projekt 3</a>
<a href="#projects" id="back" class="top-nav buttonset one"><i class="fa fa-bolt"></i> Back to Projekt View 3</a> --> <a href="#projects" id="back" class="top-nav buttonset one"><i class="fa fa-bolt"></i> Back to Projekt View 3</a> -->
......
...@@ -536,7 +536,7 @@ function Questionnaire(part) { ...@@ -536,7 +536,7 @@ function Questionnaire(part) {
function goHome(){ function handleClose(){
var viewp = vcs.vcm.Framework.getInstance().viewpoints.startview var viewp = vcs.vcm.Framework.getInstance().viewpoints.startview
$("#tour-button").hide(); $("#tour-button").hide();
showMap() showMap()
......
...@@ -22,10 +22,10 @@ header{ ...@@ -22,10 +22,10 @@ header{
} }
.buttonset.one{ .buttonset.one{
background-color: #000000; background-color: red;
} }
.buttonset.one:hover{ .buttonset.one:hover{
background-color: #5e5e5e; background-color: red;
} }
.buttonset.two{ .buttonset.two{
background-color: #000000; background-color: #000000;
...@@ -107,11 +107,14 @@ div.title-fill { ...@@ -107,11 +107,14 @@ div.title-fill {
display: inline-block; display: inline-block;
color: white; color: white;
font-weight: bold; font-weight: bold;
padding: 4px; padding: 4px 7px;
margin-bottom: 4px; margin-bottom: 4px;
border-radius: 2px; border-radius: 6px;
font-size: .9rem; font-size: .9rem;
text-decoration: none; text-decoration: none;
float: right;
margin-top: 1px;
margin-right: 10px;
} }
#story-frame{ #story-frame{
...@@ -298,7 +301,7 @@ div.title-fill { ...@@ -298,7 +301,7 @@ div.title-fill {
position: absolute; position: absolute;
left: -31px; left: -31px;
background-color: #000000; background-color: #000000;
top: 10px; top: 14px;
padding:.45rem .55rem; padding:.45rem .55rem;
} }
#tour-button > i:before{ #tour-button > i:before{
......
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