From 47b6b5edb0a06b406b73f32db97641b6fa03cb23 Mon Sep 17 00:00:00 2001 From: ioanatomici Date: Fri, 17 Apr 2020 23:05:30 +0200 Subject: [PATCH 1/3] edited timeline css and html templates --- static/timeline.css | 4 ++-- templates/timeline.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/timeline.css b/static/timeline.css index 6086b2b..b1ae114 100644 --- a/static/timeline.css +++ b/static/timeline.css @@ -3,7 +3,7 @@ body{ background-color: #F4EBE8; } -h1 { +.pagetitle { position: fixed; right:0%; top:5%; @@ -15,7 +15,7 @@ h1 { font-size: 28px; } -.eventdate { +h1 { font-family: Roboto Mono; font-size: 40px; color: #371F10; diff --git a/templates/timeline.html b/templates/timeline.html index 334248f..4efde72 100644 --- a/templates/timeline.html +++ b/templates/timeline.html @@ -8,7 +8,7 @@ Timeline -

Timeline

+
Timeline
{{ body|safe }}
From 1a3757fd1b15a134ba784265061427c559c869fc Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 17 Apr 2020 23:19:05 +0200 Subject: [PATCH 2/3] navigation acitve --- static/archive.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/static/archive.css b/static/archive.css index 7c24158..fc542b4 100644 --- a/static/archive.css +++ b/static/archive.css @@ -86,8 +86,8 @@ body { /*justify-content: center;*/ align-items: center; font-size: 24px; -width: 40%; -height: 40%; +width: 100%; +height: 100%; vertical-align:middle; } @@ -110,7 +110,13 @@ vertical-align:middle; .active .pagelink:after{ background-color: #0BEFEB; }*/ +.mw-selflink{ + /*width: 120%; + height: 120%; + background-color: #0BEFEB;*/ + color:blue; +} .pagelink .pagename{ display: inline-block; From 843cc1e518f46ce2e2b1aafb3c9bd7362896e7b5 Mon Sep 17 00:00:00 2001 From: Sandra Date: Fri, 17 Apr 2020 23:21:39 +0200 Subject: [PATCH 3/3] bottom --- static/archive.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/archive.css b/static/archive.css index fc542b4..47770ba 100644 --- a/static/archive.css +++ b/static/archive.css @@ -139,13 +139,14 @@ vertical-align:middle; h1 { position: fixed; right:0%; - top:5%; + bottom: 83%; text-align: right; background-color: rgba(11,239,235,0.7); color: #371F10; padding: 3px 35px 3px 10px; z-index: 10; font-size: 28px; + max-width: 93%; } a, a:visited{