aboutsummaryrefslogtreecommitdiff
path: root/subsonic-main/src/main/webapp/style/midnightfun.css
blob: 07f69420caf012c0fff26bda3b6c7988d1980ec2 (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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
/*
 * CSS styleshet for the http://www.midnightfun.co.uk "MidnightFun" theme.
 *
 * Author: Don Pearson
 */

@import "default.css";

/* The primary background colour. */
.bgcolor1 {
    background-image:url('../icons/midnightfun/midnightfun_text_back.jpg');
    background-repeat:repeat;
    background-color: #AAAAAA;
}

/* The secondary background colour. */
.bgcolor2, .ruleTableHeader, .log {
    background-image:url('../icons/midnightfun/midnightfun_background.gif');
    background-repeat:repeat;
    background-attachment:fixed;
    background-color: #C0C0C0;
}

/* Background colour for selected header, log etc. */
.headerSelected {
    background-image:url('../icons/midnightfun/midnightfun_home_hover.jpg');
    background-repeat:repeat;
    color: #000000;
    background-color: #C0C0C0;
}


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

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

/* Table sizing */
table {
    margin: 0 0 0 0;
}

/* Main frame image & colour */
.mainframe, .rightframe {
    background-image:url('../icons/midnightfun/midnightfun_background.gif');
    background-repeat:repeat;
    background-attachment:fixed;
    background-color: #C0C0C0;
}

/* Back image */
.back {
    background-image:url("../icons/midnightfun/midnightfun_back.png");
}

/* Forward image */
.forward {
    background-image:url("../icons/midnightfun/midnightfun_forward.png");
}

/* Link colour */
a:link, a:active, a:visited, a:link *, a:active *, a:visited * {
    color: #656569;
}

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

/* Colour for warning messages. */
.warning {
    color: #990099;
}

/* Background colour for form controls. */
input, select {
    background-image:url('../icons/midnightfun/midnightfun_form_controls.jpg');
    background-repeat:repeat;
    color: #FFFFFF;
    background-color: #AAAAAA;
}

/* Hover colour for form controls. */
input:hover, select:hover {
    background-image:url('../icons/midnightfun/midnightfun_form_controls_hover.jpg');
    background-repeat:repeat;
    color: #000000;
    background-color: #C0C0C0;
}

/* Background colour for option controls. */
option {
    font-weight: bold;
    background-color: #666666;
    color: #FFFFFF;
}

/* Background colour for option comments. */
textarea {
    background-image:url('../icons/midnightfun/midnightfun_form_controls.jpg');
    background-repeat:repeat;
    background-color: #AAAAAA;
    color: #FFFFFF;
}

/* The primary foreground colour. */
body {
    background-color: #C0C0C0;
    scrollbar-face-color: #CCCCCC;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #CCCCCC;
    scrollbar-3dlight-color: #D1D7DC;
    scrollbar-arrow-color: #000000;
    scrollbar-track-color: #C0C0C0;
    scrollbar-darkshadow-color: #98AAB1;
}

/* The album comments. */
.albumComment {
    width: 50em;
    font-size: 8pt;
    line-height: 1.4em;
    padding-top: 0.25em;
    color: #000000;
}

/* The log. */
.log {
    font-weight: bold;
    white-space: nowrap;
    font-size: 8pt;
    line-height: 1em;
    background-image:url('../icons/midnightfun/midnightfun_table.jpg');
    background-repeat:repeat;
    color: #000000;
    background-color: #C0C0C0;
}

/* The help, status & web payer settings tables. */
.ruleTableHeader, .ruleTableCell {
    margin: 5px;
    padding: 5px;
    background-image:url('../icons/midnightfun/midnightfun_table.jpg');
    background-repeat:repeat;
    background-attachment:fixed;
    color: #FFFFFF;
    background-color: #C0C0C0;
}


/* MidnightFun http://www.midnightfun.co.uk */