aboutsummaryrefslogtreecommitdiff
path: root/subsonic-main/src/main/webapp/style/hicon.css
blob: ea13f95c9b3fa820e05139153ff561ff519556d6 (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
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
/*
 * CSS styleshet for the "High Contast" theme.
 *
 * Author: Jeebs (Fisher Evans)
 */

@import "default.css";

table {
	color: #5c5c5c;
}

/* The primary background color. */
.bgcolor1 {
    background-color: white;
}

/* The secondary background color. */
.bgcolor2, .ruleTableHeader, .log {
    background-color: white;
}

body.bgcolor2 {
    border-bottom: 1px solid #5c5c5c;
}

/* Background color for selected header, log etc. */
.headerSelected {
    color: #5c5c5c;
    background-color: white;
}

/* The primary foreground color. */
body {
    color: #5c5c5c;
}

/* The secondary foreground color used for h1, details etc. */
h1, .detail, .albumComment {
    color: #5c5c5c;
}

/* Foreground color used for h2, bold and tr. */
h2, b, tr {
    color: #5c5c5c;
}

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

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

/* Color for warning messages. */
.warning {
    color: red;
}

/* Simple border. */
.border1, .ruleTableHeader, .ruleTableCell, .headerSelected, .log {
    border: 1px solid #5c5c5c;
}

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

.back {
    background-image:url("../icons/midnight/back.png");background-position: 0px 3px; background-repeat:no-repeat; padding-left: 16px; line-height: 16px;
}
.forward {
    background-image:url("../icons/midnight/forward.png");background-position: 0px 3px; background-repeat:no-repeat; padding-left: 16px; line-height: 16px;
}