File: screen.css

package info (click to toggle)
horde3 3.1.3-4etch7
  • links: PTS
  • area: main
  • in suites: etch
  • size: 22,876 kB
  • ctags: 18,071
  • sloc: php: 75,151; xml: 2,979; sql: 1,069; makefile: 79; sh: 64
file content (51 lines) | stat: -rw-r--r-- 729 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
/**
 * $Horde: horde/themes/print/screen.css,v 1.1.10.4 2006/03/14 22:43:50 jan Exp $
 */

body {
    background: #fff;
    color: #000;
}
a {
    color: #000;
}

#menu {
    display: none;
}

.headerbox {
    border: none;
}
.selected {
    background: #ddd;
}
.widget {
    color: #000;
}
.header {
    color: #000;
    background: #fff;
}
.smallheader {
    color: #000;
    background: #fff;
}
.control {
    background: #fff;
    border-bottom: 1px solid #000;
}
.item0, .item1 {
    background: #fff;
    border-bottom: 1px solid #ccc;
}
.signature, .signature-fixed {
    color: #000;
}
.togglequote {
    display: none;
}
.quoted1, .quoted2, .quoted3, .quoted4, .quoted5 {
    color: #000;
    border-left-color: #000;
}