~ubuntu-branches/ubuntu/saucy/horde3/saucy

« back to all changes in this revision

Viewing changes to themes/simplex/screen.css

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2005-05-04 23:08:08 UTC
  • Revision ID: james.westby@ubuntu.com-20050504230808-p4hf3hk28o3v7wir
Tags: upstream-3.0.4
ImportĀ upstreamĀ versionĀ 3.0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**
 
2
 * $Horde: horde/themes/simplex/screen.css,v 1.8.6.2 2005/01/20 19:53:12 chuck Exp $
 
3
 */
 
4
 
 
5
body {
 
6
    background-color: #eee;
 
7
    background-image: url(graphics/background.png);
 
8
    scrollbar-base-color: #7390b9;
 
9
}
 
10
html {
 
11
    scrollbar-base-color: #7390b9;
 
12
}
 
13
a {
 
14
    color: #3c7ae9;
 
15
}
 
16
a:hover {
 
17
    color: #1b57c2;
 
18
}
 
19
a.widget {
 
20
    color: #000;
 
21
}
 
22
a.widget:hover {
 
23
    color: #000;
 
24
}
 
25
.header {
 
26
    color: #fff;
 
27
    background-color: #7390b9;
 
28
}
 
29
.light {
 
30
    color: #4e5d72;
 
31
}
 
32
.smallheader {
 
33
    color: #fff;
 
34
    background-color: #7390b9;
 
35
}
 
36
.item {
 
37
    background-color: #eceff4;
 
38
}
 
39
.button {
 
40
    color: #3c7ae9;
 
41
    background-color: #ddd;
 
42
    border: 1px solid #000;
 
43
    padding: 0 2px;
 
44
}
 
45
.button:hover {
 
46
    color: #fff;
 
47
    background-color: #999;
 
48
}
 
49
select {
 
50
    background-color: #78A4F1;
 
51
    color: #eee;
 
52
}
 
53
 
 
54
/* Menu styles. */
 
55
#menu {
 
56
    background-color: #7390b9;
 
57
}
 
58
#menu a.current {
 
59
    background-color: #58a2dc;
 
60
}
 
61
#menu a:hover {
 
62
    background-color: #58a2dc;
 
63
}
 
64
 
 
65
/* Sidebar styles. */
 
66
#sidebarPanel {
 
67
    background-color: #eee;
 
68
    border-right: 1px solid #999;
 
69
    border-bottom: 1px solid #999;
 
70
}