X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=gitweb-danixland%2Fgitweb.css;h=b77d420401821e6c3aac90d60c2efb1cf98fd5e7;hb=970fe5f66449820db372e9fa6a4bf2c93c4b14a3;hp=f4df6fc095be064898e6ff2829c6a2ce5e2a038c;hpb=c5b578815d07d5f1439e63936ea0ae2468c99fa3;p=gitweb-theme-danix.git diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index f4df6fc..b77d420 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -87,7 +87,7 @@ a { outline: none; } } -/* General +/* Main ---------------------------------------------------------------------------- */ html { @@ -176,9 +176,9 @@ td, th { font-size: 20px; font-family: 'Montserrat', Helvetica, Arial, Freesans, Clean, sans-serif; background: var(--bg); /* old browsers */ - background: -moz-linear-gradient(top, var(--bg) 0%, var(--bg-alt) 100%); /* firefox */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,var(--bg)), color-stop(100%,var(--bg-alt))); /* webkit */ - background: -o-linear-gradient(top, var(--bg) 0%, var(--bg-alt) 100%); + background: -moz-linear-gradient(top, var(--bg) 0%, var(--fg) 100%); /* firefox */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,var(--bg)), color-stop(100%,var(--fg))); /* webkit */ + background: -o-linear-gradient(top, var(--bg) 0%, var(--fg) 100%); border-bottom: 1px solid rgba(var(--border)); } @@ -205,6 +205,10 @@ td, th { margin-right: 5px; } +.page_header:before { + content: 'You\'re in: '; +} + /* Page Footer ---------------------------------------------------------------------------- */ @@ -278,7 +282,8 @@ td, th { } a.rss_logo, -div.social-links ul li a span { +div.social-links ul li a span, +div.page_header a img.logo { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(100%); @@ -373,7 +378,7 @@ th .header { .projsearch { position: absolute; right: 4%; - top: 15px; + top: 40px; } .projsearch a { @@ -381,7 +386,7 @@ th .header { } .commit_search { - background: #eaeaea; + background: var(--fg); } .page_nav, @@ -860,6 +865,15 @@ div.site-header { div.site-header h1 { text-transform: uppercase; font-size: 2em; + padding: 0; + margin: 0; + line-height: 2em; +} +div.site-header h1 img.site-logo { + height: 50px; + width: auto; + position: relative; + top: 15px; } div.site-header h1 span.evident { background-color: var(--accent);