X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=gitweb-danixland%2Fgitweb.css;h=b1f977b74b8b007cda345178ed0ed69528e20092;hb=cbb7d03c5e8885ed7f57282b2f6f5fa40126b88f;hp=d29dc6c86c308538f7be13d7edf2d0a630b87c79;hpb=34c8b4ae1eedcdbca51187a94eefc2a300a95bfd;p=gitweb-theme-danix.git diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index d29dc6c..b1f977b 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)); } @@ -215,7 +215,10 @@ td, th { .page_footer, .site-footer { width: 100%; - background: var(--bg-alt); + 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%); margin: 0; } @@ -262,6 +265,13 @@ td, th { display: inline-block; margin: 1em; padding: 0.5em; + width: 3em; + height: 3em; + text-align: center; + border: 1px solid var(--fg); + -webkit-border-radius: 2em; + -moz-border-radius: 2em; + border-radius: 2em; } .social-links ul li a { @@ -725,14 +735,13 @@ div.chunk_block div.new { ---------------------------------------------------------------------------- */ td.category { - background: #E6F1F6; /* old browsers */ - background: -moz-linear-gradient(top, #C8D8E7 0%, #E6F1F3 100%); /* firefox */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C8D8E7), color-stop(100%,#E6F1F3)); /* webkit */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C8D8E7', endColorstr='#E6F1F3',GradientType=0 ); /* ie */ - background: -o-linear-gradient(top, #C8D8E7 0%, #E6F1F3 100%); + 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%); font-weight: bold; - border-bottom: 1px solid #D1D1D1; - border-top: 1px solid #D1D1D1; + border-bottom: 1px solid var(--border); + border-top: 1px solid var(--border); } /* Age