From 8c232395d693f8359c266d38a8ccdb65336aed04 Mon Sep 17 00:00:00 2001 From: Damlanur Date: Thu, 16 Apr 2020 20:25:07 +0200 Subject: [PATCH] css Changes --- static/archive.css | 11 +++++++++++ static/topicformat.css | 30 +----------------------------- 2 files changed, 12 insertions(+), 29 deletions(-) diff --git a/static/archive.css b/static/archive.css index e395ae5..f0042b1 100644 --- a/static/archive.css +++ b/static/archive.css @@ -45,6 +45,17 @@ body { visibility: visible; } +h1 { + position: fixed; + right:0%; + top:5%; + text-align: right; + background-color: rgba(11,239,235,0.7); + padding: 3px 35px 3px 10px; + z-index: 10; + font-size: 28px; +} + a, a:visited{ color:black; text-decoration: underline; diff --git a/static/topicformat.css b/static/topicformat.css index 001e902..060f0da 100644 --- a/static/topicformat.css +++ b/static/topicformat.css @@ -5,7 +5,6 @@ body { padding-right: 120px; } - .grid-container { display: inline-grid; grid-template-columns: repeat(8, 1fr); @@ -28,7 +27,6 @@ body { z-index: 5; } - .img { display: inline-block; border-style: hidden hidden solid hidden; @@ -38,7 +36,6 @@ body { .title { display:block; - font-family: Roboto Mono, monospace; font-size: large; font-weight: 700; } @@ -48,7 +45,6 @@ body { font-weight: normal; } - .metatext { display: inline-block; width: 300px; @@ -56,45 +52,22 @@ body { border-style: hidden; } - -.thumbborder { - position: relative; - max-width: 100%; - max-height: 100%; - -} - - /*links*/ a:link { text-decoration: none; - color: black; } a:visited { text-decoration: none; - color: black; } -/* -.metatext:hover a { - color: white; -} -*/ + a:hover { background-color: #0BEFEB; opacity: 0.7; color: white; - } -/* -.metatext:hover { - background-color: #0BEFEB; - color: white; - -} -*/ h1 { position: fixed; right:0%; @@ -104,7 +77,6 @@ h1 { opacity: 0.5; padding: 3px 30px 3px 10px; z-index: 10; - color: white; font-size: 32px; }