summaryrefslogtreecommitdiffabout
path: root/cgit.css
Side-by-side diff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css98
1 files changed, 85 insertions, 13 deletions
diff --git a/cgit.css b/cgit.css
index 5c4b15b..640bbc9 100644
--- a/cgit.css
+++ b/cgit.css
@@ -12,3 +12,9 @@ h2 {
font-weight: bold;
- margin-bottom: 0.5em;
+ margin-bottom: 0.25em;
+}
+
+h3 {
+ margin-top: 0em;
+ font-size: 100%;
+ font-weight: normal;
}
@@ -28,2 +34,3 @@ table.list {
}
+
table.list tr {
@@ -31,2 +38,3 @@ table.list tr {
}
+
table.list tr:hover {
@@ -34,2 +42,3 @@ table.list tr:hover {
}
+
table.list tr.nohover:hover {
@@ -37,2 +46,3 @@ table.list tr.nohover:hover {
}
+
table.list th {
@@ -43,2 +53,3 @@ table.list th {
}
+
table.list td {
@@ -47,2 +58,3 @@ table.list td {
}
+
img {
@@ -50,25 +62,67 @@ img {
}
+
table#layout {
width: 100%;
- border-collapse: collapse;
+ border-collapse: separate;
+ border-spacing: 0px;
margin: 0px;
}
-td#header {
+
+td#header, td#logo {
+ color: #666;
background-color: #ddd;
- padding: 0.25em 0.25em 0.25em 0.5em;
+ border-bottom: solid 1px #000;
+}
+
+td#header {
font-size: 150%;
font-weight: bold;
- border-bottom: solid 1px #aaa;
+ padding: 0.2em 0.5em;
+ vertical-align: text-bottom;
+}
+
+td#logo {
+ text-align: right;
vertical-align: middle;
+ padding-right: 0.5em;
+}
+
+td#crumb, td#search {
+ color: #ccc;
+ border-top: solid 3px #555;
+ background-color: #666;
+ border-bottom: solid 1px #333;
+ padding: 2px 1em;
+}
+
+td#crumb {
+ font-weight: bold;
+}
+
+td#crumb a {
+ color: #ccc;
}
-td#header img#logo {
- float: right;
+
+td#crumb a:hover {
+ color: #eee;
}
-td#header input {
- float: right;
- margin: 0.25em 1em;
+td#search {
+ text-align: right;
+ vertical-align: center;
+ padding-right: 0.5em;
}
-td#header a {
- color: black;
+
+td#search form {
+ margin: 0px;
+ padding: 0px;
+}
+
+td#search input {
+ font-size: 9pt;
+ padding: 0px;
+ width: 10em;
+ border: solid 1px #333;
+ color: #333;
+ background-color: #fff;
}
@@ -88,2 +142,3 @@ div.error {
}
+
div.ls-blob, div.ls-dir {
@@ -91,2 +146,3 @@ div.ls-blob, div.ls-dir {
}
+
div.ls-dir a {
@@ -94,2 +150,3 @@ div.ls-dir a {
}
+
th.filesize, td.filesize {
@@ -97,2 +154,3 @@ th.filesize, td.filesize {
}
+
td.filesize {
@@ -100,2 +158,3 @@ td.filesize {
}
+
td.filemode {
@@ -118,2 +177,3 @@ table.commit-info {
}
+
table.commit-info th {
@@ -123,2 +183,3 @@ table.commit-info th {
}
+
table.commit-info td {
@@ -127,2 +188,3 @@ table.commit-info td {
}
+
div.commit-subject {
@@ -133,2 +195,3 @@ div.commit-subject {
}
+
div.commit-msg {
@@ -137,2 +200,3 @@ div.commit-msg {
}
+
table.diffstat {
@@ -141,2 +205,3 @@ table.diffstat {
}
+
table.diffstat th {
@@ -148,2 +213,3 @@ table.diffstat th {
}
+
table.diffstat td {
@@ -152,2 +218,3 @@ table.diffstat td {
}
+
table.diffstat td span.modechange {
@@ -156,2 +223,3 @@ table.diffstat td span.modechange {
}
+
table.diffstat td.add a {
@@ -159,2 +227,3 @@ table.diffstat td.add a {
}
+
table.diffstat td.del a {
@@ -162,2 +231,3 @@ table.diffstat td.del a {
}
+
table.diffstat td.upd a {
@@ -165,4 +235,4 @@ table.diffstat td.upd a {
}
+
table.diffstat td.summary {
- /* border-top: solid 1px black; */
color: #888;
@@ -193,2 +263,3 @@ table.diff td div.del {
}
+
.left {
@@ -196,2 +267,3 @@ table.diff td div.del {
}
+
.right {