From d7756b753a4b692e58df8edd1a71f2d42da65f4c Mon Sep 17 00:00:00 2001 From: alicestrt Date: Wed, 28 Oct 2020 18:51:58 +0100 Subject: [PATCH] added map legend --- static/css/style.css | 41 +++++++++++++++++++++++++++++++++++++++++ templates/hello.html | 6 ++++++ 2 files changed, 47 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index b63e4ba..6f7df4c 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -114,7 +114,48 @@ stroke-dasharray:6px; .c2{ left:50%; background:blue; } .c3{ left:30%; background: yellow;} +/* map legend */ +.box1 { + height: 15px; + width: 15px; + margin-left : 15px; + margin-top: 10px; + + background-color: #bedbbb; +} + +.box2 { + height: 15px; + width: 15px; + margin-left : 15px; + margin-top: 10px; + background-color: #92817a; +} + +.box3 { + height: 15px; + width: 15px; + margin-left : 15px; + margin-top: 10px; + background-color: #707070; +} + +.box4 { + height: 15px; + width: 15px; + margin-left : 15px; + margin-top: 10px; + + background-color: #8db956; +} + +.map_legend p { + padding-left: 15px; + font-family: 'Vesper Libre', serif; + + +} /* text area */ .thesis { overflow-y: scroll; diff --git a/templates/hello.html b/templates/hello.html index 93a40c1..eda5652 100644 --- a/templates/hello.html +++ b/templates/hello.html @@ -10,7 +10,13 @@
+

Map legend

+

Folklore literature

+

Islamic Mysticism

+

Contemporary poets

+

Contemporary musicians

+