From 75de0645a1f82faa15887ba4ba428a9f11625867 Mon Sep 17 00:00:00 2001 From: "E.zn" Date: Wed, 15 Apr 2020 04:44:59 +0200 Subject: [PATCH 1/5] freshface --- static/orgs.css | 99 ++++++++++++++++++++++++++++++++++++++++----- templates/orgs.html | 51 ++++++++++++++++------- 2 files changed, 125 insertions(+), 25 deletions(-) diff --git a/static/orgs.css b/static/orgs.css index b4c2963..405f8d1 100644 --- a/static/orgs.css +++ b/static/orgs.css @@ -1,10 +1,5 @@ - -.indexlink { - position: fixed; - top:0%; - right:10%; - background-color: white; - z-index: 10; +body { + background-color: #D5CDCB; } h1 { @@ -12,11 +7,13 @@ h1 { right:0%; top:3%; text-align: right; - background-color: grey; - padding: 3px 30px 3px 10px; + background-color: transparent; + padding: 10px 30px 30px 20px; z-index: 10; color: black; font-size: 28px; + border: 1px solid blue; + border-right: none; } .collapsible{ @@ -37,6 +34,7 @@ h1 { padding-left: 85px; } + .content { max-height: 0; overflow: hidden; @@ -45,7 +43,88 @@ h1 { background-color: #5E7575; font-family: monospace; position: relative; - line-height: 30px; + line-height: 40px; margin-left: 85px; } + +.up { + position: fixed; + font-weight: bolder; + bottom: 0%; + right: 15.1%; + background-color: blue; + z-index: 10; + padding: 10px; + border: none; +} + +.down { + position: fixed; + font-weight: bolder; + bottom: 0%; + right: 12.8%; + background-color: blue; + z-index: 10; + padding: 10px; + border: none; +} + +.top { + position: fixed; + font-weight: bolder; + bottom: 0%; + right: 17.3%; + background-color: blue; + z-index: 10; + padding: 10px; + border: none; +} + +.bottom { + position: fixed; + font-weight: bolder; + bottom: 0%; + right: 10%; + background-color: blue; + z-index: 10; + padding: 10px; + border: none; +} + + +.indexlink { + position: fixed; + text-decoration: none; + font-size: 40px; + bottom: 0%; + right: 0%; + background-color: transparent; + border: none; + border-right-color: transparent; + z-index: 10; + padding: 0px 20px 10px 10px; + border: none; +} + + +.timeline { + position: fixed; + font-size: 20px; + bottom: 0%; + right: 3%; + background-color: transparent; + border: none; + border-right-color: transparent; + z-index: 10; + padding: 0px 30px 20px 10px; + border: none; +} + +.timeline a { + text-decoration: none; +} + +.indexlink a { + text-decoration: none; +} \ No newline at end of file diff --git a/templates/orgs.html b/templates/orgs.html index 28ca5b9..53cdb2a 100644 --- a/templates/orgs.html +++ b/templates/orgs.html @@ -1,5 +1,5 @@ - + @@ -8,24 +8,45 @@ {{ page.name }} -

{{ page.name }}

+ +

▤     {{ page.name }}

+ + + + + +
{{ body|safe }}
From f32c388d72655643b5580d05f60b08b7c8b51104 Mon Sep 17 00:00:00 2001 From: "E.zn" Date: Wed, 15 Apr 2020 05:36:33 +0200 Subject: [PATCH 2/5] padding --- static/orgs.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/orgs.css b/static/orgs.css index 405f8d1..bd5b7db 100644 --- a/static/orgs.css +++ b/static/orgs.css @@ -127,4 +127,8 @@ h1 { .indexlink a { text-decoration: none; +} + +#top { + padding-top: 45px; } \ No newline at end of file From 48db7d45c3b725e53fe72d17c3788ae079009386 Mon Sep 17 00:00:00 2001 From: "E.zn" Date: Wed, 15 Apr 2020 06:23:52 +0200 Subject: [PATCH 3/5] line spacing edit after removing

--- static/orgs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/orgs.css b/static/orgs.css index bd5b7db..e7b50aa 100644 --- a/static/orgs.css +++ b/static/orgs.css @@ -19,7 +19,7 @@ h1 { .collapsible{ padding-left: 70px; font-family: monospace; - line-height: 1px; + line-height: 0%; } .active, .collapsible:hover { From 98509bca81835b104d266b9bc5ebdba2083d0769 Mon Sep 17 00:00:00 2001 From: "E.zn" Date: Wed, 15 Apr 2020 07:07:47 +0200 Subject: [PATCH 4/5] color --- static/orgs.css | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/static/orgs.css b/static/orgs.css index e7b50aa..c5c1c94 100644 --- a/static/orgs.css +++ b/static/orgs.css @@ -2,6 +2,19 @@ body { background-color: #D5CDCB; } +h1 { + position: fixed; + right:0%; + top:3%; + text-align: right; + background-color: #0BEFEB; + padding: 10px 85px 35px 30px; + z-index: 10; + color: black; + font-size: 28px; + border-right: none; +} +/* h1 { position: fixed; right:0%; @@ -15,7 +28,7 @@ h1 { border: 1px solid blue; border-right: none; } - +*/ .collapsible{ padding-left: 70px; font-family: monospace; @@ -43,7 +56,7 @@ h1 { background-color: #5E7575; font-family: monospace; position: relative; - line-height: 40px; + line-height: 30px; margin-left: 85px; } @@ -130,5 +143,5 @@ h1 { } #top { - padding-top: 45px; + padding-top: 42px; } \ No newline at end of file From 3acf149c383bbbc8624f74574ad7dbfd9c537430 Mon Sep 17 00:00:00 2001 From: "E.zn" Date: Wed, 15 Apr 2020 07:14:44 +0200 Subject: [PATCH 5/5] cursors --- static/orgs.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/orgs.css b/static/orgs.css index c5c1c94..034f8bb 100644 --- a/static/orgs.css +++ b/static/orgs.css @@ -144,4 +144,9 @@ h1 { #top { padding-top: 42px; +} + + +.up:hover, .down:hover, .top:hover, .bottom:hover { + cursor: pointer; } \ No newline at end of file