X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/849f0f0f02f858e21fbe59295846e51628f82915..b8be028a309381b83abe924f5e8e01cf02b121a2:/cgit.css diff --git a/cgit.css b/cgit.css index 8bd6bf4..9c79c32 100644 --- a/cgit.css +++ b/cgit.css @@ -95,6 +95,14 @@ td#header { vertical-align: text-bottom; } +td#header a { + color: #666; +} + +td#header a:hoved { + text-decoration: underline; +} + td#logo { text-align: right; vertical-align: middle; @@ -116,11 +124,13 @@ td#crumb { td#crumb a { color: #ccc; background-color: #666; + padding: 0em 0.5em 0em 0.5em; } td#crumb a:hover { - color: #eee; - background-color: #666; + color: #666; + background-color: #ccc; + text-decoration: none; } td#search { @@ -174,35 +184,38 @@ div.error { margin: 1em 2em; } -td.ls-blob, td.ls-dir, td.ls-mod { +a.ls-blob, a.ls-dir, a.ls-mod { font-family: monospace; } -div.ls-dir a { - font-weight: bold; +td.ls-size { + text-align: right; } -th.filesize, td.filesize { - text-align: right; +td.ls-size { + font-family: monospace; } -td.filesize { +td.ls-mode { font-family: monospace; } -td.links { - font-size: 80%; - padding-left: 2em; +table.blob { + margin-top: 0.5em; + border-top: solid 1px black; } -td.filemode { - font-family: monospace; +table.blob td.no { + border-right: solid 1px black; + color: black; + background-color: #eee; + text-align: right; } -td.blob { +table.blob td.txt { white-space: pre; font-family: monospace; - background-color: white; + padding-left: 0.5em; } table.nowrap td {