-
Notifications
You must be signed in to change notification settings - Fork 1
/
styles.css
54 lines (46 loc) · 1.06 KB
/
styles.css
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
.filter_ubicast_playlist {
width: 100%;
background-color: #222222;
border: 1px #dddddd solid;
position: relative;
}
.filter_ubicast_playlist .hidden {
display: none;
}
.filter_ubicast_playlist .filter_ubicast_playlist_tabs {
height: 100%;
width: 30%;
float: right;
position: absolute;
top: 0;
bottom: 0;
right: 0;
overflow-x: hidden;
overflow-y: scroll;
}
.filter_ubicast_playlist .filter_ubicast_playlist_tabs a {
color: #dddddd;
display: block;
padding: 10px;
border-bottom: 1px #dddddd solid;
text-decoration: none;
}
.filter_ubicast_playlist .filter_ubicast_playlist_tabs a ol {
margin: 0;
}
.filter_ubicast_playlist .filter_ubicast_playlist_tabs a:hover {
text-decoration: none;
background-color: #444444;
}
.filter_ubicast_playlist .filter_ubicast_playlist_tabs a.selected {
color: #ffffff;
font-weight: bold;
}
.filter_ubicast_playlist .filter_ubicast_playlist_players {
height: 100%;
width: 70%;
float: left;
}
.filter_ubicast_playlist .clearfix {
clear: both;
}