aboutsummaryrefslogtreecommitdiff
path: root/subsonic-main/src/main/webapp/style/sandstorm.css
blob: 89556bc9e64fa329a4b2f7a44d93b2931755fd7e (plain)
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
/*
 * CSS styleshet for the "Sandstorm" theme.
 *
 * Author: Sindre Mehus
 */

@import "default.css";

/* The primary background color. */
.bgcolor1 {
    background-color: #F5F5D0
}

/* The secondary background color. */
.bgcolor2, .ruleTableHeader, .log  {
    background-color: #CCCC99
}

/* Link color */
a:link, a:active, a:visited, a:link *, a:active *, a:visited * {
    color: #057368
}

/* Link hover color */
a:hover, a:hover * {
    text-decoration: underline;
    color: #DD6900
}

/* Scrollbar colors (supported on IE and Opera) */
body {
    scrollbar-face-color: #CCCC99;
    scrollbar-highlight-color: #F5F5D0;
    scrollbar-shadow-color: #CCCC99;
    scrollbar-3dlight-color: #CCCC99;
    scrollbar-arrow-color: #F5F5D0;
    scrollbar-track-color: #F5F5D0;
    scrollbar-darkshadow-color: #F5F5D0;
}