X-Git-Url: https://git.chrismorgan.info/gitweb/blobdiff_plain/c7e7c816341bfa56b5ef5e93714038f746f124cd..275dee3e37fdf9589a23b0825772bcdfc1b183ce:/static/gitweb.css diff --git a/static/gitweb.css b/static/gitweb.css index 5560823..025f996 100644 --- a/static/gitweb.css +++ b/static/gitweb.css @@ -66,13 +66,17 @@ a.list img.avatar { } .page_header { - padding: 1rem; + /* Subtracting the border-top, because otherwise the underlines on/below links start to unbalance it. */ + padding: 0.75rem 1rem 1rem; font-size: 150%; - font-weight: bold; border-top: 0.25rem solid #f71; background-color: #f716; } +.page_header a { + font-weight: bold; +} + .page_header a:visited, a.header { color: #0000cc; } @@ -193,7 +197,7 @@ div.log_link { div.list_head { padding: 6px 8px 4px; - border: solid #d9d8d1; + border: solid #ddd; border-width: 1px 0px 0px; font-style: italic; } @@ -204,7 +208,7 @@ div.list_head { div.author_date { padding: 8px; - border: solid #d9d8d1; + border: solid #ddd; border-width: 0px 0px 1px 0px; } @@ -284,8 +288,9 @@ table.blame td { vertical-align: top; } -th { - padding: 2px 5px; +th, +table.project_list th:first-child { + padding: 0.25rem 0.5rem; text-align: left; } @@ -342,12 +347,16 @@ td.current_head { } td.category { - background-color: #d9d8d1; - border-top: 1px solid #000000; - border-left: 1px solid #000000; + background-color: #ddd; + border-top: 0.5rem solid #fff; + box-shadow: inset 0 1px #bbb; font-weight: bold; } +table.project_list tr:nth-child(2) > td.category { + border-top-width: 0.25rem; +} + table.diff_tree span.file_status.new { color: #008000; } @@ -413,7 +422,7 @@ td.mode { div#progress_bar { height: 2px; margin-bottom: -2px; - background-color: #d8d9d0; + background-color: #ddd; } div#progress_info { float: right; @@ -581,7 +590,7 @@ a.linenr { user-select: none; } -a.rss_logo { +a.feed_logo { padding: 3px 5px; border: 1px solid; border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e; @@ -594,15 +603,15 @@ a.rss_logo { text-decoration: none; } -a.rss_logo:hover { +a.feed_logo:hover { background-color: #ee5500; } -a.rss_logo.generic { +a.feed_logo.generic { background-color: #ff8800; } -a.rss_logo.generic:hover { +a.feed_logo.generic:hover { background-color: #ee7700; } @@ -649,7 +658,7 @@ div.binary { div.remote { margin: .5em; - border: 1px solid #d9d8d1; + border: 1px solid #ddd; display: inline-block; }