-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcollection.css
More file actions
40 lines (33 loc) · 845 Bytes
/
collection.css
File metadata and controls
40 lines (33 loc) · 845 Bytes
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
body.collection {
background-image: url(../assets/images/blurred_backgrounds/blur_bg_2.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
background-size: cover;
}
.album-covers {
position: relative;
}
.collection-album-container {
position: relative;
margin-top: 30px;
margin-bottom: 20px;
text-align: center;
}
.collection-album-container .caption {
margin-top: 10px;
}
.collection-album-container .caption p {
font-size: 1rem;
font-weight: 300;
color: rgba(255, 255, 255, 0.6);
}
.collection-album-container .caption p a {
color: rgba(255, 255, 255, 0.6);
}
.collection-album-container .caption p a.album-name {
color: white;
}
.collection-album-container img {
width: 80%;
}