/[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 24 - (show 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 .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: #0f0;
25 }
26
27 .action-M {
28 color: #888;
29 }
30
31 .action-D {
32 color: #f44;
33 }
34
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