]> git.cameronkatri.com Git - cgit.git/blobdiff - cgit.css
Handle single-line and empty commit subjects
[cgit.git] / cgit.css
index 5dd43b001a58c162c123d61d2be7613a16cd3808..8977533a18e8a6c5ceb16d4742906fd4b0bd75e0 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -60,7 +60,7 @@ table.list tr.nohover:hover {
 }
 
 table.list th {
-       font-weight: normal;
+       font-weight: bold;
        border-bottom: solid 1px #777;
        padding: 0.1em 0.5em 0.1em 0.5em;
        vertical-align: baseline;
@@ -140,22 +140,20 @@ td#search input {
        background-color: #fff;
 }
 
-td#summary {
+div#summary {
        vertical-align: top;
-       padding-bottom: 1em;
-}
-
-td#archivelist {
-       padding-bottom: 1em;
+       margin-bottom: 1em;
 }
 
-td#archivelist table {
+table#downloads {
        float: right;
        border-collapse: collapse;
        border: solid 1px #777;
+       margin-left: 0.5em;
+       margin-bottom: 0.5em;
 }
 
-td#archivelist table th {
+table#downloads th {
        background-color: #ccc;
 }
 
@@ -355,6 +353,61 @@ table.diff td div.del {
 }
 
 table.list td.repogroup {
-       padding-top: 1em;
-       border-bottom: solid 1px #777;
+       font-style: italic;
+       color: #888;
+}
+
+a.button {
+       font-size: 80%;
+       color: #333;
+       background-color: #ccc;
+       border: solid 1px #999;
+       padding: 0em 0.5em;
+       margin: 0.1em 0.25em;
+}
+
+a.button:hover {
+       text-decoration: none;
+       background-color: #eee;
+}
+
+a.primary {
+       font-size: 100%;
+}
+
+a.secondary {
+       font-size: 90%;
+}
+
+td.toplevel-repo {
+
+}
+
+table.list td.sublevel-repo {
+       padding-left: 1.5em;
+}
+
+span.age-mins {
+       font-weight: bold;
+       color: #080;
+}
+
+span.age-hours {
+       color: #080;
+}
+
+span.age-days {
+       color: #040;
+}
+
+span.age-weeks {
+       color: #444;
+}
+
+span.age-months {
+       color: #888;
+}
+
+span.age-years {
+       color: #bbb;
 }