Commit 09c2b77e authored by Patrick's avatar Patrick
Browse files

some css update

parent a0a558fb
...@@ -2002,7 +2002,7 @@ ...@@ -2002,7 +2002,7 @@
"style": { "style": {
"image": { "image": {
"icon": { "icon": {
"src": "./icons/Umfrage_Button_transpHintergrund_türkis.png", "src": "./icons/Umfrage_Button_neon.png",
"scale": 0.3 "scale": 0.3
} }
} }
......
This diff is collapsed.
...@@ -1310,6 +1310,24 @@ a.monument{ ...@@ -1310,6 +1310,24 @@ a.monument{
text-shadow: 0 0 3px #000000; text-shadow: 0 0 3px #000000;
font-family: "Droid Sans", Droid, Arial, sans-serif; font-family: "Droid Sans", Droid, Arial, sans-serif;
} }
@media screen and (max-height: 55em /*dont know*/){
.balloon-content {
overflow: auto;
max-height: 40rem;
}
#balloon_logo01{
width: 55%
}
#balloon_logo02{
width: 45%
}
#balloon_logo03{
width: 65%
}
#balloon_logo04{
width: 25%
}
}
@media screen and (max-height: 48em /*768px*/){ @media screen and (max-height: 48em /*768px*/){
.balloon-content { .balloon-content {
overflow: auto; overflow: auto;
...@@ -1431,8 +1449,14 @@ a.monument{ ...@@ -1431,8 +1449,14 @@ a.monument{
@media screen and (min-width:30em /*480px*/) { @media screen and (min-width:30em /*480px*/) {
.balloon-content { .balloon-content {
overflow: auto; /* overflow: auto; */
max-height: 25rem; max-height: 95%;
}
#balloon-startscreen.balloon{
margin-top:5%;
max-height: 70%;
max-width: 94%;
} }
.balloon:before { .balloon:before {
content: ""; content: "";
......
...@@ -729,15 +729,22 @@ ...@@ -729,15 +729,22 @@
<link href="templates/sliders.css" rel="stylesheet"> <link href="templates/sliders.css" rel="stylesheet">
<script src="templates/limesurvey.js"></script> <script src="templates/limesurvey.js"></script>
<!-- <script src="templates/checkmobile.js"></script> -->
<script> <script>
var startVCM = function() { var startVCM = function() {
if(document.getElementById("check").checked === true){
vcs.vcm.Framework.activateLogging(); if(document.getElementById("check").checked === true){
vcs.vcm.Framework.loadConfig('config.json'); if (window.mobilecheck == true) {
} else { vcs.vcm.Framework.activateLogging();
alert("Bitte bestätigen Sie die Nutzungsbedingungen."); vcs.vcm.Framework.loadConfig('config_mobile.json');
} } else{
vcs.vcm.Framework.activateLogging();
vcs.vcm.Framework.loadConfig('config_mobile.json');
}
} else {
alert("Bitte bestätigen Sie die Nutzungsbedingungen.");
}
} }
</script> </script>
...@@ -754,7 +761,7 @@ ...@@ -754,7 +761,7 @@
<script src="templates/cus_SimStadt.js"></script> <script src="templates/cus_SimStadt.js"></script>
<script src="templates/collapse.js"></script> <script src="templates/collapse.js"></script>
<script src="templates/checkmobile.js"></script>
<script src="templates/layerSwitch.js"></script> <script src="templates/layerSwitch.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" <script src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
......
...@@ -19,6 +19,7 @@ var showEinleitung = function(){ ...@@ -19,6 +19,7 @@ var showEinleitung = function(){
document.getElementById("iconlist").style.display = "block"; document.getElementById("iconlist").style.display = "block";
document.getElementById("detAnleitung").style.display = "block"; document.getElementById("detAnleitung").style.display = "block";
document.getElementById("einlP02").scrollIntoView(); document.getElementById("einlP02").scrollIntoView();
// startVCM();
} }
// $(function () { // $(function () {
......
Supports Markdown
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