X-Git-Url: https://git.chrismorgan.info/gitweb/blobdiff_plain/a21510b946408b22da99ab135f676e9972ca9455..0182f4a4ea26ab7554677cf5ca79b38f3999b215:/static/gitweb.css diff --git a/static/gitweb.css b/static/gitweb.css index 3212601..bedc480 100644 --- a/static/gitweb.css +++ b/static/gitweb.css @@ -1,11 +1,15 @@ +html, +body { + height: 100%; +} + body { font-family: sans-serif; - font-size: small; - border: solid #d9d8d1; - border-width: 1px; - margin: 10px; + margin: 0; background-color: #ffffff; color: #000000; + display: flex; + flex-direction: column; } a { @@ -41,30 +45,41 @@ a.list img.avatar { border-style: none; } -div.page_header { - height: 25px; - padding: 8px; +.page_header { + padding: 1rem; font-size: 150%; font-weight: bold; - background-color: #d9d8d1; + border-top: 0.25rem solid #f71; + background-color: #f716; } -div.page_header a:visited, a.header { +.page_header a:visited, a.header { color: #0000cc; } -div.page_header a:hover { +.page_header a:hover { color: #880000; } +/* .page_header + nav.page_subhead now wraps .page_nav and the search form, which is reduced from