X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/b1beaacd2b45c95cba8802b2483becc5223d52d3..c96e00c83d1545c9180c100666a6c0ab6438bfb5:/dwb/userstyles/gitweb.css?ds=sidebyside diff --git a/dwb/userstyles/gitweb.css b/dwb/userstyles/gitweb.css deleted file mode 100644 index 53a9bcb..0000000 --- a/dwb/userstyles/gitweb.css +++ /dev/null @@ -1,348 +0,0 @@ -body { - border: solid #181818 !important; - background-color: #222222 !important; - color: #ffffff !important; -} - -a, a:visited { - color: #4183c4 !important; -} - -a:hover, a:active { - color: #ff8888 !important; -} - -span.cntrl { - border-color: #555555 !important; -} - -div.page_header { - background-color: #181818 !important; -} - -div.page_header a:visited, a.header { - color: #4183c4 !important; -} - -div.page_header a:hover { - color: #ff8888 !important; -} - -div.page_nav a:visited { - color: #4183c4 !important; -} - -div.page_path { - border: solid #26272e !important; -} - -div.page_footer { - background-color: #181818 !important; -} - -div.page_footer_text { - color: #aaaaaa !important; -} - -div#generating_info { - color: #afafaf !important; -} - -div.title, a.title { - background-color: #181818 !important; - color: #ffffff !important; -} - -a.title:hover { - background-color: #26272e !important; -} - -div.title_text { - border: solid #26272e !important; -} - -span.signoff { - color: #777777 !important; -} - -div.list_head { - border: solid #26272e !important; -} - -div.author_date { - border: solid #26272e !important; -} - -a.list { - color: #ffffff !important; -} - -a.list:hover { - color: #ff8888 !important; -} - -a.text { - color: #00cccc !important; -} - -a.text:visited { - color: #ff8888 !important; -} - -a.text:hover { - color: #ff8888 !important; -} - -table.combined.diff_tree td.nochange a { - color: #999900 !important; -} - -table.combined.diff_tree td.nochange a:hover, -table.combined.diff_tree td.nochange a:visited { - color: #2f9999 !important; -} - -/* do not change row style on hover for 'blame' view */ -tr.light, -table.blame .light:hover { - background-color: #222222 !important; -} - -tr.dark, -table.blame .dark:hover { - background-color: #333333 !important; -} - -/* currently both use the same, but it can change */ -tr.light:hover, -tr.dark:hover { - background-color: #121319 !important; -} - -/* for 'blame_incremental', during processing */ -tr.color1 { background-color: #090009 !important; } -tr.color2 { background-color: #090900 !important; } -tr.color3 { background-color: #000909 !important; } - -td.category { - background-color: #141414 !important; - border-top: 1px solid #bbb !important; - border-left: 1px solid #bbb !important; -} - -table.diff_tree span.file_status.new { - color: #ff7fff !important; -} - -table.diff_tree span.file_status.deleted { - color: #3fffff !important; -} - -table.diff_tree span.file_status.moved, -table.diff_tree span.file_status.mode_chnge { - color: #888888 !important; -} - -table.diff_tree span.file_status.copied { - color: #8f5f8f !important; -} - -/* noage: "No commits" */ -table.project_list td.noage { - color: #808080 !important; -} - -/* age1: 60*60*2 <= age < 60*60*24*2 */ -table.project_list td.age1 { - color: #009900 !important; -} - -table.blame td.age1 { - color: #009900 !important; -} - -/* age0: age < 60*60*2 */ -table.project_list td.age0 { - color: #009900 !important; -} - -table.blame td.age0 { - color: #009900 !important; -} - -/* progress of blame_interactive */ -div#progress_bar { - background-color: #27262f !important; -} - -div.diff.header { - background-color: #121319 !important; - border: solid #26272e !important; -} - -div.diff.extended_header, -div.diff.extended_header a.path, -div.diff.extended_header a.hash { - color: #888888 !important; -} - -div.diff.extended_header .info { - color: #4f4f4f !important; -} - -div.diff.extended_header { - background-color: #090a11 !important; -} - -div.diff.to_file a.path, -div.diff.to_file { - color: #ff8fff !important; -} - -div.diff.add { - color: #ff77ff !important; -} - -div.diff.add span.marked { - background-color: #550055 !important; -} - -div.diff.from_file a.path, -div.diff.from_file { - color: #55ffff !important; -} - -div.diff.rem { - color: #33ffff !important; -} - -div.diff.rem span.marked { - background-color: #005555 !important; -} - -div.diff.chunk_header a, -div.diff.chunk_header { - color: #66ff66 !important; -} - -div.diff.chunk_header { - border: dotted #001f00 !important; -} - -div.diff.chunk_header span.chunk_info { - background-color: #001100 !important; -} - -div.diff.chunk_header span.section { - color: #55dd55 !important; -} - -div.diff.incomplete { - color: #333333 !important; -} - -div.diff.nodifferences { - color: #9fffff !important; -} - -div.chunk_block.rem div.old div.diff.rem { - background-color: #000a0a !important; -} -div.chunk_block.add div.new div.diff.add { - background-color: #070007 !important; -} -div.chunk_block.chg div div.diff { - background-color: #00000f !important; -} -div.chunk_block.ctx div div.diff.ctx { - color: #bfbfbf !important; -} - -div.index_include { - border: solid #26272e !important; -} - -a.linenr { - color: #666666 !important; -} - -a.rss_logo { - border-color: #0099ff #82ccfd #c1e5fe #006ab1 !important; - color: #222222 !important; - background-color: #0099ff !important; -} - -a.rss_logo:hover { - background-color: #11aaff !important; -} - -a.rss_logo.generic { - background-color: #0077ff !important; -} - -a.rss_logo.generic:hover { - background-color: #1188ff !important; -} - -/* TODO */ -span.refs span { - background-color: #005500 !important; - border-color: #003300 #00ff11 #00ff11 #003300 !important; -} - -span.refs span.ref { - background-color: #555500 !important; - border-color: #333300 #ffcc33 #ffcc33 #333300 !important; -} - -span.refs span.tag { - background-color: #000055 !important; - border-color: #000033 #0011ff #0011ff #000033 !important; -} - -span.refs span.head { - background-color: #550055 !important; - border-color: #330033 #ff33cc #ff33cc #330033 !important; -} - -span.atnight { - color: #cc0000 !important; -} - -span.match { - color: #1fffff !important; -} - -div.remote { - border: 1px solid #26272e !important; -} - -/* JavaScript-based timezone manipulation */ - -.popup { /* timezone selection UI */ - background-color: #0f0f0f !important; - color: #ffffff !important; -} - -.close-button { /* close timezone selection UI without selecting */ - background-color: #000f0f !important; -} - - -/* Style definition generated by highlight 2.4.5, http://www.andre-simon.de/ */ - -/* Highlighting theme definition: */ - -.num { color:#d6d700 !important; } -.esc { color:#00ff00 !important; } -.str { color:#f4cf86 !important; } -.dstr { color:#7e7eff !important; } -.slc { color:#7c7e7c !important; font-style:italic !important; } -.com { color:#7c7e7c !important; font-style:italic !important; } -.dir { color:#ff7dff !important; } -.sym { color:#ffffff !important; } -.line { color:#aaaaaa !important; } -.kwa { color:#ffffff !important; font-weight:bold !important; } -.kwb { color:#ff2c4b !important; } -.kwc { color:#ffffff !important; font-weight:bold !important; } -.kwd { color:#aeee00 !important; }