]> git.cameronkatri.com Git - cgit.git/blobdiff - cgit.css
ui-shared: pass separator in to cgit_print_snapshot_links()
[cgit.git] / cgit.css
index 983eac5cd5f456bcf1197ebfbbc5b9f0c94e8c58..05c4530bab8e21d4942bd1c1f73ea6f79690b635 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -134,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;
@@ -280,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;
@@ -309,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;
@@ -605,13 +659,16 @@ div#cgit div.footer {
        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;
@@ -619,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;
@@ -626,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;
@@ -633,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;