X-Git-Url: https://git.cameronkatri.com/cgit.git/blobdiff_plain/76ba6287bfb533baca7285b107b5d975581d449d..a1b01b2513510f8f93f7f8ca39969002cd496a19:/cgit.css?ds=inline diff --git a/cgit.css b/cgit.css index 8f3d00c..a37d218 100644 --- a/cgit.css +++ b/cgit.css @@ -1,10 +1,10 @@ -body, table { +body, table, form { padding: 0em; margin: 0em; } body { - font-family: sans; + font-family: sans-serif; font-size: 10pt; color: #333; background: white; @@ -36,6 +36,7 @@ table#header td.logo { table#header td.main { font-size: 250%; padding-left: 10px; + white-space: nowrap; } table#header td.main a { @@ -47,6 +48,7 @@ table#header td.form { vertical-align: bottom; padding-right: 1em; padding-bottom: 2px; + white-space: nowrap; } table#header td.form form, @@ -92,6 +94,7 @@ table.tabs td.form { table.tabs td.form form { padding-bottom: 2px; font-size: 90%; + white-space: nowrap; } table.tabs td.form input, @@ -144,6 +147,10 @@ table.list td a { color: black; } +table.list td a:hover { + color: #00f; +} + img { border: none; } @@ -390,19 +397,9 @@ table.list td.repogroup { a.button { font-size: 80%; - color: #33c; -/* - background-color: #eee; - border: solid 1px #aaa; - margin: 0.1em 0.25em; -*/ padding: 0em 0.5em; } -a.button:hover { - text-decoration: underline; -} - a.primary { font-size: 100%; } @@ -419,6 +416,16 @@ table.list td.sublevel-repo { padding-left: 1.5em; } +div.pager { + text-align: center; + margin: 1em 0em 0em 0em; +} + +div.pager a { + color: #777; + margin: 0em 0.5em; +} + span.age-mins { font-weight: bold; color: #080; @@ -443,3 +450,9 @@ span.age-months { span.age-years { color: #bbb; } +div.footer { + margin-top: 0.5em; + text-align: center; + font-size: 80%; + color: #ccc; +}