aboutsummaryrefslogtreecommitdiff
path: root/subsonic-main/src/main/webapp/style/barents.css
blob: 75fd332373a5cf7753b6227c40700563f3821550 (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
/*
 * CSS styleshet for the "Barents Sea" theme.
 *
 * Author: Sindre Mehus
 */

@import "hd.css";

body {
    margin:0.75em;
    font-size: 9pt;
}

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

/* Font 1 */
body, h2, form, label, table, a {
    font-family: verdana, arial, sans-serif;
}

/* Font 2 */
h1, h1 a, input, select {
    font-family: arial, sans-serif;
}

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