From 1d6026da5f0296aa4f260843234edd3c3112fc2a Mon Sep 17 00:00:00 2001 From: Damlanur Date: Thu, 16 Apr 2020 19:51:02 +0200 Subject: [PATCH] css Changes --- static/archive.css | 44 +++++++++++++++++++++++++++++++++++++++++++- static/stats.css | 0 2 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 static/stats.css diff --git a/static/archive.css b/static/archive.css index fd416eb..e395ae5 100644 --- a/static/archive.css +++ b/static/archive.css @@ -1,6 +1,48 @@ body { background-color: #aaa4a0; - font-family: Arial, Helvetica, sans-serif; + color: #371F10; + font-family: Roboto Mono, monospace; +} +.pagelink{ + position: fixed; + display: inline; + left:0px; + width:20px; + height:20px; + padding:10px; + background-color: white; + z-index: 10; + font-size: 18px; + text-align: center; + border-top-style: solid; + border-right-style: solid; + border-bottom-style: solid; + /*border-style: solid;*/ + border-width: 1px; + border-color: #371F10; + +} + +.pagelink:hover{ + background-color: #0BEFEB; +} +.pagelink a{ + text-decoration: none; +} + +.pagelink .pagename{ + display: inline; + position: absolute; + width: auto; + padding: 5px; + margin-left: 25px; + font-size: 13px; + background-color: white; + visibility: hidden; +} + +.pagelink:hover .pagename{ + visibility: visible; } a, a:visited{ diff --git a/static/stats.css b/static/stats.css new file mode 100644 index 0000000..e69de29