From 52e5b80c169f3aa422eb7a6462c0c5a3ece873bf Mon Sep 17 00:00:00 2001 From: alicestrt Date: Tue, 29 Sep 2020 13:48:37 +0200 Subject: [PATCH] added svgs, cleaned up css --- static/css/style.css | 87 ++++++++++++-------------------------------- templates/base.html | 2 +- templates/hello.html | 23 ++++++++++-- 3 files changed, 44 insertions(+), 68 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index feb217f..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,33 +26,38 @@ overflow-y: scroll; max-height:500px; } -/* .iframe_area { - margin-top: 10px; - padding-right: 20px; -} */ -#video1 { - margin-top: 300px; +/* circles */ + +#first_circle { + width: 80%; + height: 80%; } -.draggable { - position: absolute; +#second_circle { + width: 80%; + height: 80%; } -img { - opacity: 0.8; +@media all and (max-width: 250px) { + #first_circle { + width: 4rem; + height: 4rem; + } + #second_circle { + width: 4rem; + height: 4rem; + } } +draggable { + position: absolute; +} + + .draggable iframe { padding: 20px; } -#video2 { - margin-top: 100px; -} - -#audio1 { - margin-left: 400px; -} #transcriptWrapper { overflow: hidden; @@ -67,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 { @@ -104,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 bdbd506..35e73df 100644 --- a/templates/hello.html +++ b/templates/hello.html @@ -3,7 +3,24 @@ {% block body %}
-
Map area
+
Map area +
+
+ + + + hello + +
+
+ + + + hello boys + +
+ +
@@ -47,7 +64,7 @@
- --> {% endblock %}