/[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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24 - (hide annotations)
Thu Dec 7 17:18:34 2006 UTC (17 years, 5 months ago) by dpavlin
File MIME type: text/css
File size: 800 byte(s)
added revision view (/rev/42/) which shows changes made in this revision
1 dpavlin 4 .author {
2     font-style: italic;
3     color: #666;
4     }
5    
6     .commit_date {
7     color: #ccc;
8     }
9 dpavlin 6
10 dpavlin 8 .commit_message {
11 dpavlin 9 /* border: 1px #ccc dashed; */
12 dpavlin 8 }
13    
14 dpavlin 6 .argument-author {
15     display: inline;
16     }
17    
18 dpavlin 9 ul.actions {
19     list-style-type: none;
20     margin-bottom: 1em;
21     }
22 dpavlin 6
23 dpavlin 9 .action-A {
24     color: #0f0;
25     }
26    
27     .action-M {
28     color: #888;
29     }
30    
31     .action-D {
32     color: #f44;
33     }
34 dpavlin 24
35     /* VimColor */
36    
37     .syncomment { color: #0000ff }
38     .synconstant { color: #ff00ff }
39     .synidentifier { color: #008b8b }
40     .synstatement { color: #a52a2a ; font-weight: bold }
41     .synpreproc { color: #a020f0 }
42     .syntype { color: #2e8b57 ; font-weight: bold }
43     .synspecial { color: #6a5acd }
44     .synunderlined { color: #000000 ; text-decoration: underline }
45     .synerror { color: #ffffff ; background: #ff0000 none }
46     .syntodo { color: #0000ff ; background: #ffff00 none }
47    

  ViewVC Help
Powered by ViewVC 1.1.26