summaryrefslogtreecommitdiff
path: root/webapp/css/main.css
blob: fecb98146328514150dce2b61a7082bb96b9545b (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
@font-face {
    font-family: "spoticon";
    src: url("../vendor/spoticon.svg") format("svg"); /* ,url("https://glue-static.s3-external-3.amazonaws.com/fonts/spoticon_1d2b9f586650bafedbd44381e1efa36b.woff") format("woff"),url("https://glue-static.s3-external-3.amazonaws.com/fonts/spoticon_1d2b9f586650bafedbd44381e1efa36b.ttf") format("truetype"); */
    font-weight: normal;
    font-style:normal;
}




#main-navigation, #main-area, #player {
    position: absolute;
    top: 0;
    bottom: 0;
}

#main-navigation, #player {
    width: 20%;
    background: #CCC;
    padding: 1em;
}

#main-navigation {
    left: 0;
}

#main-area {
    left: 0;
    right: 0;
    padding-right: 20%;
    padding-left: 20%;
}

#player {
    right: 0;
}





[class^="spoticon-"]:before, [class*="spoticon-"]:before {
    font-family:"spoticon";
    font-style:normal;
    font-weight:normal;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    line-height:inherit;
    vertical-align:bottom;
    display:inline-block;
    text-decoration:inherit;
}

.spoticon-add-to-playlist:before { content: "\f160"; font-size: 32px; }