diff --git a/static/css/style.css b/static/css/style.css index be9bd92..926d6fd 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,6 +1,6 @@ /* Everything*/ * { - border: 1px black solid; + border: 0px black solid; } /*Main areas*/ @@ -26,39 +26,38 @@ overflow-y: scroll; max-height:500px; } -/*audio area*/ -audio { - width: 100%; -} +/* circles */ +#first_circle { + width: 80%; + height: 80%; +} -/* .iframe_area { - margin-top: 10px; - padding-right: 20px; -} */ -#video1 { - margin-top: 300px; +#second_circle { + width: 80%; + height: 80%; } -.draggable { +@media all and (max-width: 250px) { + #first_circle { + width: 4rem; + height: 4rem; + } + #second_circle { + width: 4rem; + height: 4rem; + } +} +draggable { position: absolute; } -img { - opacity: 0.8; -} + .draggable iframe { padding: 20px; } -#video2 { - margin-top: 100px; -} - -#audio1 { - margin-left: 400px; -} #transcriptWrapper { overflow: hidden; @@ -73,36 +72,8 @@ img { font-weight: bold; } -#background_a { - background-image: url("../images/map.png"); - background-repeat: no-repeat; - background-color: silver; -} -#poem1 { - width: 500px; - margin-left: 400px; - opacity: 1 !important; - box-shadow: 8px 8px 3px #ccc; -} - -#poem2 { - width: 500px; - margin-left: 300px; - margin-top: 10px; - opacity: 1 !important; - box-shadow: 8px 8px 3px #ccc; -} - -#background_c { - background-image: url("../images/Hands_scan.png"); - -} - -#scan1 { - width:60%; top:120px;left:240px; -} /* pop up */ #show1 { @@ -110,21 +81,3 @@ img { left: 20%; width: 23% !important; } - -.nicelist { - font-size: 25px; - color: gray; - margin-top: 100px; - text-decoration: underline; - font-family: 'Dosis', sans-serif; -} - -ul { - margin-left: 900px; - -} -li { - padding-bottom: 20px; - list-style-type: none; - -} diff --git a/templates/base.html b/templates/base.html index ad9025a..810bdf2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,7 +5,6 @@ {% block title %}VVVW{% endblock %} - {% endblock %} @@ -15,6 +14,7 @@ {% block body %} {% endblock %} + diff --git a/templates/hello.html b/templates/hello.html index 8a53302..8a31f5f 100644 --- a/templates/hello.html +++ b/templates/hello.html @@ -3,7 +3,25 @@ {% block body %}
-
Map area
+ +
Map area +
+
+ + + + hello + +
+
+ + + + hello boys + +
+ +
@@ -64,7 +82,8 @@ elem.scrollIntoView(); } - --> {% endblock %}