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 (104 lines) | stat: -rw-r--r-- 1,871 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
/**
 * $Horde: horde/themes/postnuke/screen.css,v 1.8.6.2 2005/10/18 11:34:20 jan Exp $
 */

body {
    background: #b1b78b;
    scrollbar-base-color: #666699;
    scrollbar-arrow-color: #ddddff;
}
html {
    scrollbar-base-color: #666699;
    scrollbar-arrow-color: #ddf;
}
a {
    color: #339;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 12px;
}
a:hover {
    color: blue;
}
a.widget {
    color: #000;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 11px;
}
a.widget:hover {
    color: blue;
    background: #b1b78b;
}
.header {
    background: #b1b78b;
    font-size: 17px;
}
.light {
    color: white;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 12px;
}
.smallheader {
    color: #000;
    background: #b1b78b;
}
.control {
    color: black;
    background: #d9dcc2;
}
.item {
    color: black;
    background: #e9e9e9;
}
.button {
    color: white;
    background-color: #000000;
    border-bottom: thin solid #B1B78B;
    border-right: thin solid #B1B78B;
    border-top: thin solid #9999cc;
    border-left: thin solid #9999cc;
    font-size: 11px;
    font-family: Verdana,Helvetica,sans-serif;
}
.selected {
    background-color: #bbcbff;
}
.text {
    color: black;
    background-color: white;
}
/* Alternating styles. item0, item1 are deprecated. */
.rowEven, .item0 {
    background-color: #f9f9f9;
}
.rowOdd, .item1 {
    background-color: #e9e9e9;
}
.fixed {
    font-size: 13px;
    font-family: monospace, fixed;
}
td {
    font-size: 12px;
    font-family: Geneva,Arial,Helvetica,sans-serif;
}
th {
    font-size: 12px;
    font-family: Geneva,Arial,Helvetica,sans-serif;
}

/* Menu styles. */
#menu {
    color: #fff;
    background: #b1b78b;
}
#menu a {
    color: #fff;
}
#menu a.current {
    background: #bfb78b;
}

/* Sidebar styles. */
#sidebarPanel {
    background-color: #B1B78B;
}