aboutsummaryrefslogtreecommitdiff
path: root/subsonic-main/src/main/webapp/style/sonic.css
blob: 526ac59d3da318d474734a6cb372ccf8f7b0cbfd (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
/*
 * CSS styleshet for the "Sonic" theme.
 *
 * Author: Thomas Bruce Dyrud (thomasbrucedyrud[at]gmail.com)
 *
 */

@import "default.css";

/* The primary background colour. */
.bgcolor1 {
    background-color: #e7e7e7;
}

/* The secondary background colour, light blue, primary theme colour. */
.bgcolor2, .ruleTableHeader, .log {
    background-color: #e7e7e7;
    color: #696969;
}

/* Background colour for selected header, log etc. */
.headerSelected {
    color: #696969;
    background-color: #e7e7e7;
    border: 1px solid #696969;
}


/* The primary foreground color (black). */
body {
    color: #696969;
    background-color: #DDDDDD;
}

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

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

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

/* Main frame image & colour */
.mainframe {
    background-color: #e7e7e7;
}

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

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


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

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

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

html {
    background-color: transparent;
}

label, p {
	color: #696969;
}