/[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 74 - (show annotations)
Thu Jan 31 21:13:49 2008 UTC (16 years, 3 months ago) by dpavlin
File MIME type: text/css
File size: 946 byte(s)
cleanup and some design
1 .author {
2 font-style: italic;
3 color: #666;
4 }
5
6 dt.commit {
7 background-color: #eee;
8 }
9
10 .commit_date {
11 color: #aaa;
12 }
13
14 .commit_message {
15 /*
16 border: 1px #ccc dashed;
17 font-size: 80%;
18 */
19 }
20
21 .argument-author {
22 display: inline;
23 }
24
25 ul.actions {
26 list-style-type: none;
27 margin-bottom: 1em;
28 font-size: 90%;
29 }
30
31 .action-A {
32 color: #0c0;
33 }
34
35 .action-M {
36 color: #888;
37 }
38
39 .action-D {
40 color: #c44;
41 }
42 /* property change */
43 .action-R {
44 color: #880;
45 }
46
47 .diff-add {
48 background-color: #cfa;
49 border: 1px solid #0f0;
50 margin: 0;
51 }
52 .diff-nop {
53 background-color: #eee;
54 margin: 0;
55 }
56 .diff-rm {
57 background-color: #fca;
58 border: 1px solid #f00;
59 margin: 0;
60 }
61 .diff-note {
62 color: #888;
63 }
64
65 .results {
66 clear: left;
67 /*
68 border: 2px solid #eee;
69 */
70 border-top: 2px solid #eee;
71 border-bottom: 2px solid #eee;
72 padding-top: 1em;
73 margin-bottom: -1em;
74 }
75
76 .pager {
77 clear: left;
78 float: right;
79 background-color: #fff;
80 border: 2px solid #eee;
81 padding: 0.3em;
82 }

  ViewVC Help
Powered by ViewVC 1.1.26