]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.css
cgit.mk: Use $PKG_CONFIG
[ps-cgit] / cgit.css
index 71b0b9b699586255b1787b0a72da0f557031f41e..66c6d533206a674d2f0e6b3d19044f3297018e1e 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 {
@@ -85,6 +85,12 @@ div#cgit table.tabs td a.active {
        background-color: #ccc;
 }
 
+div#cgit table.tabs a[href^="http://"]:after, div#cgit table.tabs a[href^="https://"]:after {
+       content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAQAAAAnOwc2AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfgAhcJDQY+gm2TAAAAHWlUWHRDb21tZW50AAAAAABDcmVhdGVkIHdpdGggR0lNUGQuZQcAAABbSURBVAhbY2BABs4MU4CwhYHBh2Erww4wrGFQZHjI8B8IgUIscJWyDHcggltQhI4zGDCcRwhChPggHIggP1QoAVmQkSETrGoHsiAEsACtBYN0oDAMbgU6EBcAAL2eHUt4XUU4AAAAAElFTkSuQmCC);
+       opacity: 0.5;
+       margin: 0 0 0 5px;
+}
+
 div#cgit table.tabs td.form {
        text-align: right;
 }
@@ -254,7 +260,7 @@ div#cgit div.error {
        margin: 1em 2em;
 }
 
-div#cgit a.ls-blob, div#cgit a.ls-dir, div#cgit a.ls-mod {
+div#cgit a.ls-blob, div#cgit a.ls-dir, div#cgit .ls-mod {
        font-family: monospace;
 }
 
@@ -590,6 +596,13 @@ 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;
@@ -790,9 +803,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 {