forked from spanishpolice/spanishpolice.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
63 lines (53 loc) · 1.12 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
body {
background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
min-height: 100vh;
font: normal 16px sans-serif;
}
.gallery-container h1 {
text-align: center;
margin-top: 70px;
font-family: 'Droid Sans', sans-serif;
font-weight: bold;
color: #58595a;
}
.gallery-container p.page-description {
text-align: center;
margin: 30px auto;
font-size: 18px;
color: #85878c;
}
.tz-gallery {
padding: 40px;
}
.tz-gallery .thumbnail {
padding: 0;
margin-bottom: 30px;
background-color: #fff;
border-radius: 4px;
border: none;
transition: 0.15s ease-in-out;
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}
.tz-gallery .thumbnail:hover {
transform: translateY(-10px) scale(1.02);
}
.tz-gallery .lightbox img {
border-radius: 4px 4px 0 0;
}
.tz-gallery .caption{
padding: 26px 30px;
text-align: center;
}
.tz-gallery .caption h3 {
font-size: 14px;
font-weight: bold;
margin-top: 0;
}
.tz-gallery .caption p {
font-size: 12px;
color: #7b7d7d;
margin: 0;
}
.baguetteBox-button {
background-color: transparent !important;
}