]> git.cameronkatri.com Git - cgit.git/blobdiff - cgit.css
git: update to v2.32.0
[cgit.git] / cgit.css
index 50f65876e1dc750256b69e0611b8b2581ed18fe8..dfa144d05dd5757b0a4b64225a9e4c27d8ac1223 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -18,7 +18,7 @@ div#cgit a:hover {
 }
 
 div#cgit table {
-      border-collapse: collapse;
+       border-collapse: collapse;
 }
 
 div#cgit table#header {
@@ -86,7 +86,8 @@ div#cgit table.tabs td a.active {
 }
 
 div#cgit table.tabs a[href^="http://"]:after, div#cgit table.tabs a[href^="https://"]:after {
-       content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAAAnNCSVQICFXsRgQAAAAJcEhZcwAAABQAAAAUAVyMgXwAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAeklEQVQI12NoYCu3q3ABwXL98vTy/0D4jaF8XXldRRoYejAwlu8BCTOU72SAg4q08j/le0GC22BC5anlfyrSGBiBGCZYllz+pywLJg8WLOMtf1GeCjRgI5IgSBhMboUIHq40r1CCQrfyDRAV6uXdZTMhsKKlVIIBFwAAVeg4KFYK95cAAAAASUVORK5CYII=);
+       content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfgAhcJDQY+gm2TAAAAHWlUWHRDb21tZW50AAAAAABDcmVhdGVkIHdpdGggR0lNUGQuZQcAAABbSURBVAhbY2BABs4MU4CwhYHBh2Erww4wrGFQZHjI8B8IgUIscJWyDHcggltQhI4zGDCcRwhChPggHIggP1QoAVmQkSETrGoHsiAEsACtBYN0oDAMbgU6EBcAAL2eHUt4XUU4AAAAAElFTkSuQmCC);
+       opacity: 0.5;
        margin: 0 0 0 5px;
 }
 
@@ -133,14 +134,34 @@ div#cgit table.list tr.logheader {
        background: #eee;
 }
 
+div#cgit table.list tr:nth-child(even) {
+       background: #f7f7f7;
+}
+
+div#cgit table.list tr:nth-child(odd) {
+       background: white;
+}
+
 div#cgit table.list tr:hover {
        background: #eee;
 }
 
+div#cgit table.list tr.nohover {
+       background: white;
+}
+
 div#cgit table.list tr.nohover:hover {
        background: white;
 }
 
+div#cgit table.list tr.nohover-highlight:hover:nth-child(even) {
+       background: #f7f7f7;
+}
+
+div#cgit table.list tr.nohover-highlight:hover:nth-child(odd) {
+       background: white;
+}
+
 div#cgit table.list th {
        font-weight: bold;
        /* color: #888;
@@ -279,6 +300,7 @@ div#cgit table.blob {
        border-top: solid 1px black;
 }
 
+div#cgit table.blob td.hashes,
 div#cgit table.blob td.lines {
        margin: 0; padding: 0 0 0 0.5em;
        vertical-align: top;
@@ -308,6 +330,39 @@ div#cgit table.ssdiff td.lineno a:hover {
        color: black;
 }
 
+div#cgit table.blame td.hashes,
+div#cgit table.blame td.lines,
+div#cgit table.blame td.linenumbers {
+       padding: 0;
+}
+
+div#cgit table.blame td.hashes div.alt,
+div#cgit table.blame td.lines div.alt {
+       padding: 0 0.5em 0 0.5em;
+}
+
+div#cgit table.blame td.linenumbers div.alt {
+       padding: 0 0.5em 0 0;
+}
+
+div#cgit table.blame div.alt:nth-child(even) {
+       background: #eee;
+}
+
+div#cgit table.blame div.alt:nth-child(odd) {
+       background: white;
+}
+
+div#cgit table.blame td.lines > div {
+       position: relative;
+}
+
+div#cgit table.blame td.lines > div > pre {
+       padding: 0 0 0 0.5em;
+       position: absolute;
+       top: 0;
+}
+
 div#cgit table.bin-blob {
        margin-top: 0.5em;
        border: solid 1px black;
@@ -506,7 +561,7 @@ div#cgit table.diff td div.del {
        color: red;
 }
 
-div#cgit .sha1 {
+div#cgit .oid {
        font-family: monospace;
        font-size: 90%;
 }
@@ -589,19 +644,31 @@ div#cgit span.age-months {
 div#cgit span.age-years {
        color: #bbb;
 }
+
+div#cgit span.insertions {
+       color: #080;
+}
+
+div#cgit span.deletions {
+       color: #800;
+}
+
 div#cgit div.footer {
        margin-top: 0.5em;
        text-align: center;
        font-size: 80%;
        color: #ccc;
 }
+
 div#cgit div.footer a {
        color: #ccc;
        text-decoration: none;
 }
+
 div#cgit div.footer a:hover {
        text-decoration: underline;
 }
+
 div#cgit a.branch-deco {
        color: #000;
        margin: 0px 0.5em;
@@ -609,6 +676,7 @@ div#cgit a.branch-deco {
        background-color: #88ff88;
        border: solid 1px #007700;
 }
+
 div#cgit a.tag-deco {
        color: #000;
        margin: 0px 0.5em;
@@ -616,6 +684,15 @@ div#cgit a.tag-deco {
        background-color: #ffff88;
        border: solid 1px #777700;
 }
+
+div#cgit a.tag-annotated-deco {
+       color: #000;
+       margin: 0px 0.5em;
+       padding: 0px 0.25em;
+       background-color: #ffcc88;
+       border: solid 1px #777700;
+}
+
 div#cgit a.remote-deco {
        color: #000;
        margin: 0px 0.5em;
@@ -623,6 +700,7 @@ div#cgit a.remote-deco {
        background-color: #ccccff;
        border: solid 1px #000077;
 }
+
 div#cgit a.deco {
        color: #000;
        margin: 0px 0.5em;
@@ -633,6 +711,7 @@ div#cgit a.deco {
 
 div#cgit div.commit-subject a.branch-deco,
 div#cgit div.commit-subject a.tag-deco,
+div#cgit div.commit-subject a.tag-annotated-deco,
 div#cgit div.commit-subject a.remote-deco,
 div#cgit div.commit-subject a.deco {
        margin-left: 1em;
@@ -802,9 +881,9 @@ div#cgit table.ssdiff td.head div.head {
 
 div#cgit table.ssdiff td.foot {
        border-top: solid 1px #aaa;
-        border-left: none;
-        border-right: none;
-        border-bottom: none;
+       border-left: none;
+       border-right: none;
+       border-bottom: none;
 }
 
 div#cgit table.ssdiff td.space {