From a0b1720c35640bb8c81053b8fe70d413b8523f91 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sat, 21 Feb 2015 18:24:23 +0000 Subject: [PATCH] dwb: update gitweb style --- dwb/userstyles/gitweb.css | 67 ++++++++++++++++++++------------------- 1 file changed, 34 insertions(+), 33 deletions(-) diff --git a/dwb/userstyles/gitweb.css b/dwb/userstyles/gitweb.css index 4911c8f..7896dc8 100644 --- a/dwb/userstyles/gitweb.css +++ b/dwb/userstyles/gitweb.css @@ -1,15 +1,15 @@ body { - border: solid #26272e !important; - background-color: #000000 !important; + border: solid #181818 !important; + background-color: #222222 !important; color: #ffffff !important; } -a { - color: #ffff33 !important; +a, a:visited { + color: #4183c4 !important; } -a:hover, a:visited, a:active { - color: #77ffff !important; +a:hover, a:active { + color: #ff8888 !important; } span.cntrl { @@ -17,19 +17,19 @@ span.cntrl { } div.page_header { - background-color: #26272e !important; + background-color: #181818 !important; } div.page_header a:visited, a.header { - color: #ffff33 !important; + color: #4183c4 !important; } div.page_header a:hover { - color: #77ffff !important; + color: #ff8888 !important; } div.page_nav a:visited { - color: #ffff33 !important; + color: #4183c4 !important; } div.page_path { @@ -37,7 +37,7 @@ div.page_path { } div.page_footer { - background-color: #26272e !important; + background-color: #181818 !important; } div.page_footer_text { @@ -49,7 +49,7 @@ div#generating_info { } div.title, a.title { - background-color: #121319 !important; + background-color: #181818 !important; color: #ffffff !important; } @@ -78,19 +78,19 @@ a.list { } a.list:hover { - color: #77ffff !important; + color: #ff8888 !important; } a.text { - color: #ffff33 !important; + color: #00cccc !important; } a.text:visited { - color: #77ffff !important; + color: #ff8888 !important; } a.text:hover { - color: #77ffff !important; + color: #ff8888 !important; } table.combined.diff_tree td.nochange a { @@ -105,12 +105,12 @@ table.combined.diff_tree td.nochange a:visited { /* do not change row style on hover for 'blame' view */ tr.light, table.blame .light:hover { - background-color: #000000 !important; + background-color: #222222 !important; } tr.dark, table.blame .dark:hover { - background-color: #09090f !important; + background-color: #333333 !important; } /* currently both use the same, but it can change */ @@ -125,9 +125,9 @@ tr.color2 { background-color: #090900 !important; } tr.color3 { background-color: #000909 !important; } td.category { - background-color: #26272e !important; - border-top: 1px solid #ffffff !important; - border-left: 1px solid #ffffff !important; + background-color: #141414 !important; + border-top: 1px solid #bbb !important; + border-left: 1px solid #bbb !important; } table.diff_tree span.file_status.new { @@ -149,25 +149,25 @@ table.diff_tree span.file_status.copied { /* noage: "No commits" */ table.project_list td.noage { - color: #7f7f7f !important; + color: #808080 !important; } /* age1: 60*60*2 <= age < 60*60*24*2 */ table.project_list td.age1 { - color: #ff66ff !important; + color: #009900 !important; } table.blame td.age1 { - color: #ff66ff !important; + color: #009900 !important; } /* age0: age < 60*60*2 */ table.project_list td.age0 { - color: #ff66ff !important; + color: #009900 !important; } table.blame td.age0 { - color: #ff66ff !important; + color: #009900 !important; } /* progress of blame_interactive */ @@ -267,8 +267,8 @@ a.linenr { } a.rss_logo { - border-color: #03385a #7d3302 #3e1a01 #ff954e !important; - color: #000000 !important; + border-color: #0099ff #82ccfd #c1e5fe #006ab1 !important; + color: #222222 !important; background-color: #0099ff !important; } @@ -284,28 +284,29 @@ a.rss_logo.generic:hover { background-color: #1188ff !important; } +/* TODO */ span.refs span { background-color: #005500 !important; - border-color: #003300 #ff00ee #ff00ee #ffccff !important; + border-color: #003300 #00ff11 #00ff11 #003300 !important; } span.refs span.ref { background-color: #555500 !important; - border-color: #333300 #0033cc #0033cc #ccccff !important; + border-color: #333300 #ffcc33 #ffcc33 #333300 !important; } span.refs span.tag { background-color: #000055 !important; - border-color: #000033 #ffee00 #ffee00 #ffffcc !important; + border-color: #000033 #0011ff #0011ff #000033 !important; } span.refs span.head { background-color: #550055 !important; - border-color: #330033 #00cc33 #00cc33 #ccffcc !important; + border-color: #330033 #ff33cc #ff33cc #330033 !important; } span.atnight { - color: #33ffff !important; + color: #cc0000 !important; } span.match { -- 2.48.1