From 18e826812b21c48edb7c2f2f9c68efc5632826b7 Mon Sep 17 00:00:00 2001 From: Sandra Date: Fri, 17 Apr 2020 23:23:23 +0200 Subject: [PATCH 1/2] h1 --- static/title.css | 14 +++++++------- templates/title.html | 2 ++ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/static/title.css b/static/title.css index 3d1a208..e97ca60 100644 --- a/static/title.css +++ b/static/title.css @@ -33,7 +33,7 @@ body { /*links*/ a:link { - text-decoration: none; + text-decoration: ; color: #371F10; } @@ -49,16 +49,16 @@ a:hover { h1 { - /*position: fixed; +/* position: fixed; right:0%; - top:5%; + bottom:83%; text-align: right; background-color: rgba(11,239,235,0.7); padding: 3px 35px 3px 10px; - z-index: 10; - font-size: 27px; - color: #371F10;*/ - max-width: 90%; + z-index: 10;*/ +/* font-size: ;*/ +/* color: #371F10; + max-width: 90%;*/ } h2{ diff --git a/templates/title.html b/templates/title.html index 5a28054..d707129 100644 --- a/templates/title.html +++ b/templates/title.html @@ -41,6 +41,8 @@ for (i = 0; i < coll.length; i++) { }); } +var links = document.querySelectorAll("*[title]"); +for (var i=0; i From fb6b0fd74b65e2029051def1e2289332e28ad465 Mon Sep 17 00:00:00 2001 From: "E.zn" Date: Fri, 17 Apr 2020 23:30:08 +0200 Subject: [PATCH 2/2] >> --- static/orgs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/orgs.css b/static/orgs.css index 7fd4f49..d625c89 100644 --- a/static/orgs.css +++ b/static/orgs.css @@ -7,11 +7,11 @@ body { background-color: #F4EBE8; font-family: Roboto Mono; - font-size:14px; } /* Organizations list */ .collapsible{ + font-size:14px; padding-left: 70px; line-height: 1; color: #371F10;