-
Notifications
You must be signed in to change notification settings - Fork 6
/
styles.css
88 lines (74 loc) · 1.16 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
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
body {
}
#artist {
margin-top:6px;
}
.bio-image {
width:180px;
margin-right:10px;
float:left;
}
#bottom-buttons {
margin-top:4px;
width:280px;
}
#titles {
margin-left:0px;
margin-bottom:10px;
}
#rp-album-art {
width:280px;
height:280px;
}
#info {
margin-left:10px;
margin-top:5px;
height:15px;
margin-bottom:0px;
}
.artist-image {
/*height:300px;*/
}
#yes-artist {
display:none;
margin-left:10px;
margin-right:10px;
margin-left:40px;
margin-right:40px;
}
.image-container {
padding:10px;
width: 350px;
height: 350px;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
background-color:#bbb;
float:left;
}
.video-container {
position:relative;
padding:10px;
width: 350px;
height: 350px;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
background-color:#bbb;
float:left;
}
#video-title {
position:absolute;
bottom:0;
left:0;
margin-left:4px;
margin-bottom:4px;
}
#no-artist {
}
#news-div {
display:none;
}
.card {
overflow:hidden;
}