X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/0de2055b75735986ff04aed8f534ecf06248e5e1..a53042865a4ac8b1fa1d6b37720787601e181495:/cgit.css diff --git a/cgit.css b/cgit.css index 382964a..5f01926 100644 --- a/cgit.css +++ b/cgit.css @@ -3,7 +3,7 @@ body { font-size: normal; background: white; padding: 0em; - margin: 0.5em; + margin: 0.5em 1em; } @@ -27,7 +27,12 @@ table.list { border-collapse: collapse; border: solid 1px #aaa; } - +table.list tr { + background: white; +} +table.list tr:hover { + background: #eee; +} table.list th { font-weight: bold; background: #ddd; @@ -38,25 +43,26 @@ table.list th { table.list td { border: none; padding: 0.1em 0.5em 0.1em 0.5em; - background: white; } - img { border: none; } div#header { - background-color: #ddd; + background-color: #eee; padding: 0.25em 0.25em 0.25em 0.5em; font-size: 150%; font-weight: bold; - border: solid 1px #aaa; + border: solid 1px #ccc; vertical-align: middle; } div#header img#logo { float: right; } +div#header a { + color: black; +} div#content { margin: 0.5em 0.5em; @@ -77,14 +83,15 @@ div.ls-dir a { th.filesize, td.filesize { text-align: right; } -th.filemode, td.filemode { - text-align: center; +td.filemode { + font-family: monospace; } td.blob { white-space: pre; font-family: courier; font-size: 100%; + background-color: white; } table.log td { @@ -93,8 +100,7 @@ table.log td { table.commit-info { border-collapse: collapse; - margin-top: 1em; - + margin-top: 1.5em; } table.commit-info th { text-align: left; @@ -107,14 +113,47 @@ table.commit-info td { } div.commit-subject { font-weight: bold; - font-size: 110%; - margin: 1em 0em 1em; + font-size: 125%; + margin: 1.5em 0em 0.5em 0em; + padding: 0em; } div.commit-msg { white-space: pre; - font-family: courier; + font-family: monospace; +} +table.diffstat { + border-collapse: collapse; + margin-top: 1.5em; +} +table.diffstat th { + font-weight: normal; + text-align: left; + text-decoration: underline; + padding: 0.1em 1em 0.1em 0.1em; font-size: 100%; } +table.diffstat td { + padding: 0.1em 1em 0.1em 0.1em; + font-size: 100%; +} +table.diffstat td span.modechange { + padding-left: 1em; + color: red; +} +table.diffstat td.add a { + color: green; +} +table.diffstat td.del a { + color: red; +} +table.diffstat td.upd a { + color: blue; +} +table.diffstat td.summary { + /* border-top: solid 1px black; */ + color: #888; + padding-top: 0.5em; +} .sha1 { font-family: courier; font-size: 90%;