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 @@ -