From: git Date: Fri, 15 May 2026 19:35:31 +0000 (-0400) Subject: refine border styling and coloring X-Git-Url: https://git.datadissipation.net/?a=commitdiff_plain;ds=sidebyside;p=gitweb-theme.git refine border styling and coloring --- diff --git a/gitweb.css b/gitweb.css index 7e09517..ce700de 100644 --- a/gitweb.css +++ b/gitweb.css @@ -72,8 +72,8 @@ select { outline: none; max-height: 2rem; font-family: monospace; - border: 3px solid #eef9ff; - background-color: #d3dfe3; + border: 3px solid #d3dfe3; + background-color: #eef9ff; color: #111; } input:focus, @@ -103,18 +103,14 @@ input[type="checkbox"]:focus-visible { width: 80%; box-sizing: border-box; } -.projsearch input { - background-color: #eef9ff; - border: 4px solid #d3dfe3; -} .projsearch input:focus { border-color: #fdd33c; } .projsearch input[type="checkbox"] { - border: 3px solid #d3dfe3; + border: 2px solid #d3dfe3; } .search input[type="checkbox"] { - border: 3px solid #eef9ff; + border: 2px solid #d3dfe3; } ::selection { background-color: #fdd33c; @@ -185,7 +181,9 @@ td.list a[href*='tree']:focus-visible, td.list a[href*='blob']:focus-visible, td.list a[href*='tree']:hover, td.list a[href*='blob']:hover { - background-color: #111; + background-color: #eee; + color: #110600; + filter: invert(1); } i { font-style: normal; @@ -373,12 +371,11 @@ th .header { } .page_nav, .list_head, -.page_path, -.search { +.page_path { width: 94%; - background: #d3dfe3; color: #545454; - border: 1px solid #eef9ff; + border-bottom: 4px solid #eef9ff; + box-shadow: 0 2.5px #d3dfe3; padding: 5px; margin: 0 auto 15px auto; } @@ -386,7 +383,7 @@ th .header { background: #eaeaea; } a.linenr { - color: #666; + color: #838183; text-decoration: none; background-color: transparent; } @@ -400,8 +397,7 @@ a.linenr:hover { width: 95%; } .readme { - background: #eaf2f5; - border: 1px solid #bedce7; + border: 2px solid #eef9ff; box-sizing: border-box; margin: 0 auto 15px auto; padding: 15px; @@ -488,7 +484,7 @@ a.linenr:hover { width: 94%; margin: 0 auto 15px auto; background: #d3dfe3; - border: 1px solid #eef9ff; + border: 2px solid #eef9ff; padding: 5px; } .header .age { @@ -519,7 +515,7 @@ a.header:hover { overflow-x: auto; line-height: 1.4em; width: 94%; - background: #f8f8f8; + background: #fafeff; border: 1px solid #d3dfe3; padding: 5px; margin: 15px auto 15px auto; @@ -781,46 +777,48 @@ div.diff { } /* Style definition generated by highlight 2.4.5, http://www.andre-simon.de/ */ /* Highlighting theme definition: */ -.num { +.num { color:#6ecf36; } -.esc { +.esc { color:#ff00ff; } -.str { +.str { color:#ff00d3; background-color: #edc9ec } -.dstr { +.dstr { color:#818100; } -.slc { +.slc { color:#838183; font-style:italic; } -.com { +.com { color:#838183; font-style:italic; } -.dir { +.dir { color:#008200; } -.sym { +.sym { color:#000000; } -.line { +.line { color:#555555; } -.kwa { +.kwa { color:#666666; font-weight:bold; } -.kwb { +.ppc, +.kwb { color:#6b3099; } -.kwc { +.kwc { color:#d4663d; } -.kwd { +.sng, +.kwd { color:#2928ff; }