From 3ab051345d48ea4c1645bd8749d895998dbcc78c Mon Sep 17 00:00:00 2001 From: "E.zn" Date: Fri, 17 Apr 2020 22:12:30 +0200 Subject: [PATCH 1/4] G --- static/orgs.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/orgs.css b/static/orgs.css index e2ab119..7fd4f49 100644 --- a/static/orgs.css +++ b/static/orgs.css @@ -27,6 +27,7 @@ body { padding-left: 85px; color: #371F10; font-weight: bold; + background-color: transparent; } /* Droped-down publication links */ From 796987aeae95ec0406d25cb8ab9482df78a2f925 Mon Sep 17 00:00:00 2001 From: Damlanur Date: Fri, 17 Apr 2020 22:29:49 +0200 Subject: [PATCH 2/4] slashes fix on templates --- templates/format.html | 6 +++--- templates/language.html | 6 +++--- templates/statistics.html | 6 +++--- templates/topic.html | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/templates/format.html b/templates/format.html index de18eb3..e81d4d4 100644 --- a/templates/format.html +++ b/templates/format.html @@ -2,9 +2,9 @@ - - - + + + {{ page.name }} diff --git a/templates/language.html b/templates/language.html index de18eb3..e81d4d4 100644 --- a/templates/language.html +++ b/templates/language.html @@ -2,9 +2,9 @@ - - - + + + {{ page.name }} diff --git a/templates/statistics.html b/templates/statistics.html index e6afcb6..8dd6d5b 100644 --- a/templates/statistics.html +++ b/templates/statistics.html @@ -2,9 +2,9 @@ - - - + + + {{ page.name }} diff --git a/templates/topic.html b/templates/topic.html index de18eb3..e81d4d4 100644 --- a/templates/topic.html +++ b/templates/topic.html @@ -2,9 +2,9 @@ - - - + + + {{ page.name }} From 8936a53ba8cc2d8a9d36cfd290a4da6ec941ee5a Mon Sep 17 00:00:00 2001 From: Damlanur Date: Fri, 17 Apr 2020 22:56:02 +0200 Subject: [PATCH 3/4] css changes --- static/topicformat.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/static/topicformat.css b/static/topicformat.css index 335bce8..25454e2 100644 --- a/static/topicformat.css +++ b/static/topicformat.css @@ -49,13 +49,3 @@ body { border-style: hidden; } -h1 { - position: fixed; - right:0%; - top:3%; - text-align: right; - background-color: rgba(11,239,235,0.7); - padding: 3px 30px 3px 10px; - z-index: 10; - : 32px; -} From ccabaab53409bc2d9a4b89fcebadcc6568048206 Mon Sep 17 00:00:00 2001 From: Damlanur Date: Fri, 17 Apr 2020 23:01:45 +0200 Subject: [PATCH 4/4] image width --- static/topicformat.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/topicformat.css b/static/topicformat.css index 25454e2..ebb15c7 100644 --- a/static/topicformat.css +++ b/static/topicformat.css @@ -32,6 +32,9 @@ body { border-color: #0BEFEB; height: 500px; } +.image { + width: 300px; +} .title { display:block;