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 }}