From 98509bca81835b104d266b9bc5ebdba2083d0769 Mon Sep 17 00:00:00 2001 From: "E.zn" Date: Wed, 15 Apr 2020 07:07:47 +0200 Subject: [PATCH] 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