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 (76 lines) | stat: -rw-r--r-- 1,364 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
75
76
/**
 * $Horde: horde/themes/brown/screen.css,v 1.6.6.2 2006/02/22 22:55:07 slusarz Exp $
 */

body {
    background: #505050;
    scrollbar-base-color: #505050;
    scrollbar-arrow-color: #cfcfbb;
}
html {
    scrollbar-base-color: #505050;
    scrollbar-arrow-color: #cfcfbb;
}
a {
    color: #505050;
}
a:hover {
    color: #505050;
}
a.widget:hover {
    color: #505050;
    background-color: #ebebd7;
}
.header {
    color: #505050;
    background: #bba;
}
.smallheader {
    color: #505050;
    background: #bba;
}
.control {
    background: #dedebb;
}
.item {
    background-color: #ebebd7;
}
.button {
    background-color: #505050;
    border-bottom: thin solid #224;
    border-right: thin solid #224;
    border-top: thin solid #cfcfbb;
    border-left: thin solid #dedebb;
    color: #fff;
}
.selected {
    background-color: #cdcdcd;
}
.item1 {
    background-color: #e6e6de;
}

/* Menu styles. */
#menu {
    color: #000;
    background: #bba;
    border-bottom: 1px solid #000;
}
#menu a.current {
    background: #bfbfaa;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    padding: 2px;
}

/* Sidebar styles. */
#sidebarPanel {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #bba;
}
#expandButton {
    margin-right: 1px;
}