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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 52 - (show annotations)
Sun Mar 4 23:05:54 2007 UTC (17 years, 1 month ago) by dpavlin
File MIME type: text/css
File size: 601 byte(s)
colors, err.. design :-)
1 .author {
2 font-style: italic;
3 color: #666;
4 }
5
6 .commit_date {
7 color: #ccc;
8 }
9
10 .commit_message {
11 /* border: 1px #ccc dashed; */
12 }
13
14 .argument-author {
15 display: inline;
16 }
17
18 ul.actions {
19 list-style-type: none;
20 margin-bottom: 1em;
21 }
22
23 .action-A {
24 color: #0c0;
25 }
26
27 .action-M {
28 color: #888;
29 }
30
31 .action-D {
32 color: #c44;
33 }
34 /* property change */
35 .action-R {
36 color: #880;
37 }
38
39 .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 }

  ViewVC Help
Powered by ViewVC 1.1.26