diff --git a/static/archive.css b/static/archive.css index f0042b1..0c99a6b 100644 --- a/static/archive.css +++ b/static/archive.css @@ -7,12 +7,12 @@ body { position: fixed; display: inline; left:0px; - width:20px; - height:20px; - padding:10px; +/* width:20px; + height:20px;*/ + padding: 0px 5px 0px 5px; background-color: white; z-index: 10; - font-size: 18px; + font-size: 30px; text-align: center; border-top-style: solid; border-right-style: solid; diff --git a/static/title.css b/static/title.css index 8f4e892..a9e8614 100644 --- a/static/title.css +++ b/static/title.css @@ -2,15 +2,16 @@ body { background-color: #F4EBE8; font-family: Roboto Mono; } + .grid-container { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 10px; position: absolute; top: 25%; - width: 82%; - height: auto; - right: 8%; + width: 82%; + height: auto; + right: 8%; text-align: : center; z-index: 5; @@ -26,7 +27,6 @@ body { position: relative; max-width: 100%; max-height: 100%; - } @@ -53,12 +53,12 @@ h1 { right:0%; top:5%; text-align: right; - background-color: #0BEFEB; + background-color: rgba(11,239,235,0.7); padding: 3px 35px 3px 10px; z-index: 10; color: black; - font-size: 28px; - opacity: 0.7; + font-size: 27px; + color: #371F10; } h2{ @@ -66,18 +66,18 @@ h2{ right: 0%; top: 15%; text-align: left; - background-color: #0BEFEB; - /*color: black;*/ + background-color: rgba(11,239,235,0.7); padding: 3px 35px 3px 10px; z-index: 10; font-size: 20px; opacity: 0.7; + color: #371F10; } .viewnav { position: fixed; - bottom:0%; - left:0%; + bottom: 0%; + left: 0%; background-color: transparent; width: 10%; z-index: 10; @@ -86,7 +86,7 @@ h2{ .collapsible2 { background-color: transparent; - color: black; + color: red; cursor: pointer; padding: 0px; width: 100%; @@ -221,23 +221,10 @@ a.content:link { color:white; } -/*.metadata_links { - display: inline-block; - width: 100%; - position: absolute; - right: 0%; - padding: 10px; - text-align: left; - background-color: blue; - font-size: 18px; - -}*/ - .metadata_organization { font-size: 14px; } - .fbtn { font-style: italic; } @@ -245,7 +232,7 @@ a.content:link { .smw-template-furtherresults { display: none; } - +/* .orglink { position: fixed; top: 30%; @@ -266,7 +253,7 @@ a.content:link { padding: 5px 0; font-size: 15px; - /* Position the tooltip */ + position: absolute; left: 50px; z-index: 10; @@ -296,7 +283,7 @@ a.content:link { padding: 5px 0; font-size: 15px; - /* Position the tooltip */ + position: absolute; left: 50px; z-index: 10; @@ -326,7 +313,7 @@ a.content:link { padding: 5px 0; font-size: 15px; - /* Position the tooltip */ + position: absolute; left: 50px; z-index: 10; @@ -336,3 +323,4 @@ a.content:link { visibility: visible; } +*/ \ No newline at end of file