X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/e903011c4457c24c0095f270ca5e78c40729434f..1a63cfcc3d83919e790e7e279eb35fc75adb0e3c:/cgit.css diff --git a/cgit.css b/cgit.css index 87fd00a..8977533 100644 --- 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; } @@ -236,9 +234,13 @@ div.commit-msg { font-family: monospace; } +div.diffstat-header { + font-weight: bold; + padding-top: 1.5em; +} + table.diffstat { border-collapse: collapse; - margin-top: 1.5em; width: 100%; border: solid 1px #aaa; background-color: #eee; @@ -262,6 +264,10 @@ table.diffstat td { border: none; } +table.diffstat td.mode { + white-space: nowrap; +} + table.diffstat td span.modechange { padding-left: 1em; color: red; @@ -345,3 +351,63 @@ table.diff td div.del { .right { text-align: right; } + +table.list td.repogroup { + 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; +}