]> git.rmz.io Git - dotfiles.git/blobdiff - dwb/userstyles/gitweb.css
misc: cleanup some unimaas and cadscan related things
[dotfiles.git] / dwb / userstyles / gitweb.css
index c491c5c180ec6f98a563e6d650572a11823be872..53a9bcb0c0151068143f623d166ee0f968f65c7e 100644 (file)
 body {
-  border: solid #d9d8d1;
-  background-color: #ffffff;
-  color: #000000;
+  border: solid #181818 !important;
+  background-color: #222222 !important;
+  color: #ffffff !important;
 }
 
-a {
-  color: #0000cc;
+a, a:visited {
+  color: #4183c4 !important;
 }
 
-a:hover, a:visited, a:active {
-  color: #880000;
+a:hover, a:active {
+  color: #ff8888 !important;
 }
 
 span.cntrl {
-  border-color: #aaaaaa;
+  border-color: #555555 !important;
 }
 
 div.page_header {
-  background-color: #d9d8d1;
+  background-color: #181818 !important;
 }
 
 div.page_header a:visited, a.header {
-  color: #0000cc;
+  color: #4183c4 !important;
 }
 
 div.page_header a:hover {
-  color: #880000;
+  color: #ff8888 !important;
 }
 
 div.page_nav a:visited {
-  color: #0000cc;
+  color: #4183c4 !important;
 }
 
 div.page_path {
-  border: solid #d9d8d1;
+  border: solid #26272e !important;
 }
 
 div.page_footer {
-  background-color: #d9d8d1;
+  background-color: #181818 !important;
 }
 
 div.page_footer_text {
-  color: #555555;
+  color: #aaaaaa !important;
 }
 
 div#generating_info {
-  color: #505050;
+  color: #afafaf !important;
 }
 
 div.title, a.title {
-  background-color: #edece6;
-  color: #000000;
+  background-color: #181818 !important;
+  color: #ffffff !important;
 }
 
 a.title:hover {
-  background-color: #d9d8d1;
+  background-color: #26272e !important;
 }
 
 div.title_text {
-  border: solid #d9d8d1;
+  border: solid #26272e !important;
 }
 
 span.signoff {
-  color: #888888;
+  color: #777777 !important;
 }
 
 div.list_head {
-  border: solid #d9d8d1;
+  border: solid #26272e !important;
 }
 
 div.author_date {
-  border: solid #d9d8d1;
+  border: solid #26272e !important;
 }
 
 a.list {
-  color: #000000;
+  color: #ffffff !important;
 }
 
 a.list:hover {
-  color: #880000;
+  color: #ff8888 !important;
 }
 
 a.text {
-  color: #0000cc;
+  color: #00cccc !important;
 }
 
 a.text:visited {
-  color: #880000;
+  color: #ff8888 !important;
 }
 
 a.text:hover {
-  color: #880000;
+  color: #ff8888 !important;
 }
 
 table.combined.diff_tree td.nochange a {
-  color: #6666ff;
+  color: #999900 !important;
 }
 
 table.combined.diff_tree td.nochange a:hover,
 table.combined.diff_tree td.nochange a:visited {
-  color: #d06666;
+  color: #2f9999 !important;
 }
 
 /* do not change row style on hover for 'blame' view */
 tr.light,
 table.blame .light:hover {
-  background-color: #ffffff;
+  background-color: #222222 !important;
 }
 
 tr.dark,
 table.blame .dark:hover {
-  background-color: #f6f6f0;
+  background-color: #333333 !important;
 }
 
 /* currently both use the same, but it can change */
 tr.light:hover,
 tr.dark:hover {
-  background-color: #edece6;
+  background-color: #121319 !important;
 }
 
 /* for 'blame_incremental', during processing */
-tr.color1 { background-color: #f6fff6; }
-tr.color2 { background-color: #f6f6ff; }
-tr.color3 { background-color: #fff6f6; }
+tr.color1 { background-color: #090009 !important; }
+tr.color2 { background-color: #090900 !important; }
+tr.color3 { background-color: #000909 !important; }
 
 td.category {
-  background-color: #d9d8d1;
-  border-top: 1px solid #000000;
-  border-left: 1px solid #000000;
+  background-color: #141414 !important;
+  border-top: 1px solid #bbb !important;
+  border-left: 1px solid #bbb !important;
 }
 
 table.diff_tree span.file_status.new {
-  color: #008000;
+  color: #ff7fff !important;
 }
 
 table.diff_tree span.file_status.deleted {
-  color: #c00000;
+  color: #3fffff !important;
 }
 
 table.diff_tree span.file_status.moved,
 table.diff_tree span.file_status.mode_chnge {
-  color: #777777;
+  color: #888888 !important;
 }
 
 table.diff_tree span.file_status.copied {
-  color: #70a070;
+  color: #8f5f8f !important;
 }
 
 /* noage: "No commits" */
 table.project_list td.noage {
-  color: #808080;
+  color: #808080 !important;
 }
 
 /* age1: 60*60*2 <= age < 60*60*24*2 */
 table.project_list td.age1 {
-  color: #009900;
+  color: #009900 !important;
 }
 
 table.blame td.age1 {
-  color: #009900;
+  color: #009900 !important;
 }
 
 /* age0: age < 60*60*2 */
 table.project_list td.age0 {
-  color: #009900;
+  color: #009900 !important;
 }
 
 table.blame td.age0 {
-  color: #009900;
+  color: #009900 !important;
 }
 
 /* progress of blame_interactive */
 div#progress_bar {
-  background-color: #d8d9d0;
+  background-color: #27262f !important;
 }
 
 div.diff.header {
-  background-color: #edece6;
-  border: solid #d9d8d1;
+  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: #777777;
+  color: #888888 !important;
 }
 
 div.diff.extended_header .info {
-  color: #b0b0b0;
+  color: #4f4f4f !important;
 }
 
 div.diff.extended_header {
-  background-color: #f6f5ee;
+  background-color: #090a11 !important;
 }
 
 div.diff.to_file a.path,
 div.diff.to_file {
-  color: #007000;
+  color: #ff8fff !important;
 }
 
 div.diff.add {
-  color: #008800;
+  color: #ff77ff !important;
 }
 
 div.diff.add span.marked {
-  background-color: #aaffaa;
+  background-color: #550055 !important;
 }
 
 div.diff.from_file a.path,
 div.diff.from_file {
-  color: #aa0000;
+  color: #55ffff !important;
 }
 
 div.diff.rem {
-  color: #cc0000;
+  color: #33ffff !important;
 }
 
 div.diff.rem span.marked {
-  background-color: #ffaaaa;
+  background-color: #005555 !important;
 }
 
 div.diff.chunk_header a,
 div.diff.chunk_header {
-  color: #990099;
+  color: #66ff66 !important;
 }
 
 div.diff.chunk_header {
-  border: dotted #ffe0ff;
+  border: dotted #001f00 !important;
 }
 
 div.diff.chunk_header span.chunk_info {
-  background-color: #ffeeff;
+  background-color: #001100 !important;
 }
 
 div.diff.chunk_header span.section {
-  color: #aa22aa;
+  color: #55dd55 !important;
 }
 
 div.diff.incomplete {
-  color: #cccccc;
+  color: #333333 !important;
 }
 
 div.diff.nodifferences {
-  color: #600000;
+  color: #9fffff !important;
 }
 
 div.chunk_block.rem div.old div.diff.rem {
-  background-color: #fff5f5;
+  background-color: #000a0a !important;
 }
 div.chunk_block.add div.new div.diff.add {
-  background-color: #f8fff8;
+  background-color: #070007 !important;
 }
 div.chunk_block.chg div     div.diff {
-  background-color: #fffff0;
+  background-color: #00000f !important;
 }
 div.chunk_block.ctx div     div.diff.ctx {
-  color: #404040;
+  color: #bfbfbf !important;
 }
 
 div.index_include {
-  border: solid #d9d8d1;
+  border: solid #26272e !important;
 }
 
 a.linenr {
-  color: #999999;
+  color: #666666 !important;
 }
 
 a.rss_logo {
-  border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
-  color: #ffffff;
-  background-color: #ff6600;
+  border-color: #0099ff #82ccfd #c1e5fe #006ab1 !important;
+  color: #222222 !important;
+  background-color: #0099ff !important;
 }
 
 a.rss_logo:hover {
-  background-color: #ee5500;
+  background-color: #11aaff !important;
 }
 
 a.rss_logo.generic {
-  background-color: #ff8800;
+  background-color: #0077ff !important;
 }
 
 a.rss_logo.generic:hover {
-  background-color: #ee7700;
+  background-color: #1188ff !important;
 }
 
+/* TODO */
 span.refs span {
-  background-color: #ffaaff;
-  border-color: #ffccff #ff00ee #ff00ee #ffccff;
+  background-color: #005500 !important;
+  border-color: #003300 #00ff11 #00ff11 #003300 !important;
 }
 
 span.refs span.ref {
-  background-color: #aaaaff;
-  border-color: #ccccff #0033cc #0033cc #ccccff;
+  background-color: #555500 !important;
+  border-color: #333300 #ffcc33 #ffcc33 #333300 !important;
 }
 
 span.refs span.tag {
-  background-color: #ffffaa;
-  border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
+  background-color: #000055 !important;
+  border-color: #000033 #0011ff #0011ff #000033 !important;
 }
 
 span.refs span.head {
-  background-color: #aaffaa;
-  border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
+  background-color: #550055 !important;
+  border-color: #330033 #ff33cc #ff33cc #330033 !important;
 }
 
 span.atnight {
-  color: #cc0000;
+  color: #cc0000 !important;
 }
 
 span.match {
-  color: #e00000;
+  color: #1fffff !important;
 }
 
 div.remote {
-  border: 1px solid #d9d8d1;
+  border: 1px solid #26272e !important;
 }
 
 /* JavaScript-based timezone manipulation */
 
 .popup { /* timezone selection UI */
-  background-color: #f0f0f0;
-  color: #000000;
+  background-color: #0f0f0f !important;
+  color: #ffffff !important;
 }
 
 .close-button { /* close timezone selection UI without selecting */
-  background-color: #fff0f0;
+  background-color: #000f0f !important;
 }
 
 
@@ -332,16 +333,16 @@ div.remote {
 
 /* Highlighting theme definition: */
 
-.num    { color:#2928ff; }
-.esc    { color:#ff00ff; }
-.str    { color:#ff0000; }
-.dstr   { color:#818100; }
-.slc    { color:#838183; font-style:italic; }
-.com    { color:#838183; font-style:italic; }
-.dir    { color:#008200; }
-.sym    { color:#000000; }
-.line   { color:#555555; }
-.kwa    { color:#000000; font-weight:bold; }
-.kwb    { color:#830000; }
-.kwc    { color:#000000; font-weight:bold; }
-.kwd    { color:#010181; }
+.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; }