aboutsummaryrefslogtreecommitdiff
path: root/subsonic-main/src/main/webapp/style/groove_simple.css
blob: 83b3ac986bfed98830fdad06e59a056185b1738e (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
/*
 * CSS styleshet for the "Groove (Simple)" theme.
 *
 * Author: Thomas Bruce Dyrud (thomasbrucedyrud[at]gmail.com)
 *
 * Moified version of the "Cool and Clean" and "Monochrome Black" themes.
 * (Cool and Clean created by: Dan Eriksen - dan.o.eriksen[at]gmail.com )
 * (Monochrome Black created by: David D - ddavis1[at]gmail.com )
 *
 *
 * Icons used are released under Creative Commons.
 * Heading icons: (http://toffeenut.deviantart.com/art/Black-Neon-Agua-iPhone-Theme-85452072)
 * Main theme icon part of itunes icon pack created by Michael Flarup (http://pixelresort.com)
 */

@import "groove.css";

/* Main frame image */
.mainframe {
    background-image:url( "../icons/groove_simple/background_main_blank.png" );
}


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

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