aboutsummaryrefslogtreecommitdiff
path: root/subsonic-main/src/main/webapp/style/hd.css
blob: 3a5c3f7dd60a921fc4bca1dd1be10eb4575b7eb6 (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
/*
 * CSS styleshet for the "HD-1080" theme.
 *
 * Author: Sindre Mehus
 */

@import "midnight.css";

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

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

/* Put stuff here if you need to customize the body of the main frame. */
.mainframe {
    background-image:url('../icons/hd/background.png');
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-color: #00042E
}

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

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

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

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

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

/* Link hover color */
a:hover, a:hover * {
    color: orange;
}

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

/* Font 1 */
body, h2, form, input, select, label, table, a, h1, h1 a, .logo {
    font-family: calibri, arial, sans-serif;
}

body {
    margin:1.5em;
    font-size: 14pt;
}

h1, h2, th {
    font-weight:normal;
}

input, select {
    font-size: 100%;
}

.detail {
    font-size: 12pt;
}

.albumComment, .log {
    font-size: 12pt;
}