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 */ diff --git a/static/topicformat.css b/static/topicformat.css index 335bce8..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; @@ -49,13 +52,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; -} 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 }}