Use my bland colours for highlighting
[gitweb] / static / gitweb.css
index 295ef36e64f1c685405c94ff784e5fa0e093146d..e549474ae072f805b0bdaac6cfc4557ce69bc830 100644 (file)
@@ -197,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;
 }
@@ -208,7 +208,7 @@ div.list_head {
 
 div.author_date {
        padding: 8px;
-       border: solid #d9d8d1;
+       border: solid #ddd;
        border-width: 0px 0px 1px 0px;
 }
 
@@ -288,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;
 }
 
@@ -346,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;
 }
@@ -417,7 +422,7 @@ td.mode {
 div#progress_bar {
        height: 2px;
        margin-bottom: -2px;
-       background-color: #d8d9d0;
+       background-color: #ddd;
 }
 div#progress_info {
        float: right;
@@ -653,7 +658,7 @@ div.binary {
 
 div.remote {
        margin: .5em;
-       border: 1px solid #d9d8d1;
+       border: 1px solid #ddd;
        display: inline-block;
 }
 
@@ -684,20 +689,14 @@ div.remote {
 }
 
 
-/* Style definition generated by highlight 2.4.5, http://www.andre-simon.de/ */
-
-/* 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; }
+/* Unknown ones included because something like them was in upstream gitweb: str, dstr, dir, sym. */
+.num             { color: #00c; }
+.esc             { color: #c00; font-weight: bold; font-style: italic; }
+.str, .dstr, .sng, .pps { color: #c00; }
+.slc, .com       { color: #090; font-style: italic; }
+.ppc, .pps { font-style: italic; }
+/*.dir             { color: #008200; }*/
+/*.sym             { color: #000000; }*/
+/*.line            { color: #555555; }*/
+.kwa, .kwb, .kwc { color: #000; font-weight: bold; }
+/* Problems with the current syntax highligher: (a) macros and functions are highlighted the same (kwd); (b) attributes highlight the rest of the line, not just inside the #[…]. */