/[SVNBrowser]/trunk/share/web/static/css/app.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/share/web/static/css/app.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 24 by dpavlin, Thu Dec 7 17:18:34 2006 UTC revision 69 by dpavlin, Tue Sep 4 16:40:26 2007 UTC
# Line 21  ul.actions { Line 21  ul.actions {
21  }  }
22    
23  .action-A {  .action-A {
24          color: #0f0;          color: #0c0;
25  }  }
26    
27  .action-M {  .action-M {
# Line 29  ul.actions { Line 29  ul.actions {
29  }  }
30    
31  .action-D {  .action-D {
32          color: #f44;          color: #c44;
33    }
34    /* property change */
35    .action-R {
36            color: #880;
37  }  }
38    
39  /* VimColor */  .diff-add {
40            background-color: #cfa;
41            border: 1px solid #0f0;
42            margin: 0;
43    }
44    .diff-nop {
45            background-color: #eee;
46            margin: 0;
47    }
48    .diff-rm {
49            background-color: #fca;
50            border: 1px solid #f00;
51            margin: 0;
52    }
53    .diff-note {
54            color: #888;
55    }
56    
57  .syncomment    { color: #0000ff }  .results {
58  .synconstant   { color: #ff00ff }          clear: left;
59  .synidentifier { color: #008b8b }          border: 1px dashed #ccc;
60  .synstatement  { color: #a52a2a ; font-weight: bold }  }
 .synpreproc    { color: #a020f0 }  
 .syntype       { color: #2e8b57 ; font-weight: bold }  
 .synspecial    { color: #6a5acd }  
 .synunderlined { color: #000000 ; text-decoration: underline }  
 .synerror      { color: #ffffff ; background: #ff0000 none }  
 .syntodo       { color: #0000ff ; background: #ffff00 none }  
61    
62    .pager {
63            clear: left;
64    }

Legend:
Removed from v.24  
changed lines
  Added in v.69

  ViewVC Help
Powered by ViewVC 1.1.26