From 439b4c8b4bd9876bc49d07447d7e3b038206a00e Mon Sep 17 00:00:00 2001 From: "me@ow.nekobit.net" Date: Mon, 11 Apr 2022 03:00:19 +0000 Subject: [PATCH] Theme fixes FossilOrigin-Name: 4b0d437fd704172063bb6ea9ae1b5ea86487bdbb8bfa8f3a711bb3fc7064bcc2 --- dist/treebird20.css | 28 +++++++++-------- static/index.html | 74 ++++++++++++++++++++++----------------------- 2 files changed, 52 insertions(+), 50 deletions(-) diff --git a/dist/treebird20.css b/dist/treebird20.css index 6e79b23..fc1d141 100644 --- a/dist/treebird20.css +++ b/dist/treebird20.css @@ -5,10 +5,23 @@ Other themes do not need to be compatible with Netsurf and older browsers or use tables, I just wanted this to be as compatible as possible, go wild with your own themes */ +html +{ + background-color: #f6f6f6; +} + body { + background-color: unset; font-family: Arial, Helvetica, sans-serif; - background-color: #f6f6f6; + width: 1000px; + border-top: 0 !important; + margin-left: auto; + margin-right: auto; + border: 1px solid #dadada !important; + box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3); + border-width: 0; + border-radius: 5px; } .hidden @@ -45,20 +58,8 @@ table.ui-table td vertical-align: top; } -#navbar, #content -{ - margin-left: auto; - margin-right: auto; - overflow: hidden; - background-color: #ffffff; - border: 1px solid #dadada; - box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3); - border-width: 0; -} - #content { - border-top: 0 !important; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } @@ -73,6 +74,7 @@ table.ui-table td display: flex; align-items: center; border-bottom: 2px solid #cacaca; + z-index: 999; } #navbar img diff --git a/static/index.html b/static/index.html index 1dee8d3..40c8874 100644 --- a/static/index.html +++ b/static/index.html @@ -7,44 +7,44 @@ -