File: screen.css

package info (click to toggle)
chora2 2.0.1-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,208 kB
  • ctags: 302
  • sloc: php: 1,298; xml: 406; makefile: 66
file content (74 lines) | stat: -rw-r--r-- 1,246 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
/**
 * $Horde: chora/themes/screen.css,v 1.1 2004/11/25 02:49:39 chuck Exp $
 */

.title {
    font-size: 15px;
    font-weight: bold;
}
.outline-lite {
    background-color: #cdcdcd;
}
.outline-menu {
    background-color: #9999cc;
}
.attic {
    background-color: #eedddd;
    font-style: italic;
}
.diff-selected {
    color: black;
    border-bottom: 1px solid #999999;
    background-color: #e0daaa;
}
.diff-back {
    background-color: #ffffff;
}
.diff-log {
    background-color: #eeeeee;
}
.annotate-back {
    background-color: #ffffff;
}
.annotate-header {
    background-color: #dddddd;
}
.annotate-author {
    background-color: #eeeeff;
}
.annotate-rev {
    background-color: #ffeeee;
}
.hr-diff-back {
    background-color: #ffffff;
}
.hr-diff-add {
    background-color: #ccccff;
}
.hr-diff-change {
    background-color: #99ff99;
}
.hr-diff-nochange {
    background-color: #99cc99;
}
.hr-diff-remove {
    background-color: #ff9999;
}
.hr-diff-grey {
    background-color: #cccccc;
}
.hr-diff-context {
    background-color: #eeeeee;
}
.hr-diff-linenum {
    background-color: #99cccc;
}
.history {
    background-color: #f2f3ff;
}
.history-branch {
    background-color: #cceebb;
}
.checkout {
    background-color: #fafafa;
}