X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=gitweb-danixland%2Fgitweb.css;h=fca3986c4e56f085de8a51142e8a5b36c41753c7;hb=8eded2c6e3c3f9c214738a669c4a38bf802405d2;hp=02eb7f0798b8aee933b7466e1ff12002d647db87;hpb=a63053b2b31e12ab1a8498f5b491ba48f0733e2b;p=gitweb-theme-danix.git diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index 02eb7f0..fca3986 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -177,8 +177,7 @@ td, th { font-size: 20px; font-family: 'Montserrat', Helvetica, Arial, Freesans, Clean, sans-serif; background: var(--bluish-grey); /* old browsers */ - background: -webkit-linear-gradient(bottom left, var(--accent) 0%, var(--bluish-grey) 100%); /* webkit */ - background: linear-gradient(to top right, var(--accent) 0%, var(--bluish-grey) 100%); + background: linear-gradient(112deg, var(--bluish-grey) 10%, var(--accent) 75%); border-bottom: 1px solid rgba(var(--border)); } @@ -216,8 +215,7 @@ td, th { .site-footer { width: 100%; background: var(--bluish-grey); /* old browsers */ - background: -webkit-linear-gradient(bottom left, var(--bluish-grey) 0%, var(--accent) 100%); /* webkit */ - background: linear-gradient(to top right, var(--bluish-grey) 0%, var(--accent) 100%); + background: linear-gradient(112deg, var(--bluish-grey) 65%, var(--accent) 100%); margin: 0; } @@ -229,7 +227,7 @@ td, th { } .page_footer_text { - color: var(--fg); + color: var(--bg); text-align: right; padding-right: 2em; display: inline; @@ -303,8 +301,6 @@ div.page_header a img.logo { .index_include { width: 95%; margin: 0 auto 15px; - background: -moz-linear-gradient(center top , var(--bg) 0%, var(--bg-alt) 100%) repeat scroll 0 0 transparent; - border: 1px solid var(--border); padding: 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; @@ -331,7 +327,8 @@ div.page_header a img.logo { .shortlog th, .tree th, .commit_search th { - color: #afafaf; + background-color: var(--bluish-grey); + color: var(--fg); font-weight: normal; } @@ -343,10 +340,10 @@ div.page_header a img.logo { .shortlog tr, .tree tr, .commit_search tr { - background: #eaeaea; + background: var(--bg-alt); height: 2.5em; text-align: left; - color: #545454; + color: var(--fg); } .project_list tr.dark, .project_list tr.light, @@ -726,15 +723,16 @@ div.chunk_block div.new { ---------------------------------------------------------------------------- */ td.category { - background: var(--bg); /* old browsers */ - 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%); + background: var(--accent); /* old browsers */ + color: var(--dark-grey); + padding-left: 3em; font-weight: bold; border-bottom: 1px solid var(--border); border-top: 1px solid var(--border); } - +td.category:before { + content: "Cat.: "; +} /* Age ---------------------------------------------------------------------------- */