-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcritical-gallery.css
More file actions
97 lines (97 loc) · 4.83 KB
/
critical-gallery.css
File metadata and controls
97 lines (97 loc) · 4.83 KB
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
89
90
91
92
93
94
95
96
97
html{ font-family: sans-serif; }
body{ margin: 0px; }
article, header, nav{ display: block; }
a{ background-color: transparent; }
h1{ font-size: 2em; margin: 0.67em 0px; }
body{ background-color: rgb(36, 35, 34); color: rgb(85, 85, 85); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif; text-rendering: optimizelegibility; background-position: initial initial; background-repeat: initial initial; }
a{ color: inherit; text-decoration: none; transition: all 1s ease; -webkit-transition: all 1s ease; }
.offscreen{ border: 0px; clip: rect(1px 1px 1px 1px); height: 0.063em; overflow: hidden; padding: 0px; position: absolute; width: 0.063em; }
.header-inner{ display: table; margin-right: auto; margin-left: auto; padding-right: 0px; padding-left: 0px; position: relative; width: 100%; z-index: 9999 !important; }
@media only screen and (min-width: 48em){
.header-inner{ padding-right: 1.563em; padding-left: 1.563em; width: 55%; }
}
.header-inner > div{ float: none; padding-left: 0px; text-align: center; }
@media only screen and (min-width: 48em){
.header-inner > div{ display: table-cell; padding-top: 0.7em; text-align: left; }
}
@media only screen and (min-width: 62em){
.header-inner > div{ padding-top: 2em; }
}
.header-inner > div a{ color: rgb(247, 247, 247); display: inline-block; font-size: 2em; font-weight: 700; letter-spacing: -0.063em; margin: 0px; text-transform: lowercase; vertical-align: middle; }
@media only screen and (min-width: 48em){
.header-inner > div a{ font-size: 4em; }
}
.single-galleries .header-inner > div a{ color: rgb(255, 255, 255); }
nav{ display: block; float: none; font-size: 1em; font-weight: 400; text-transform: uppercase; vertical-align: middle; }
@media only screen and (min-width: 48em){
nav{ display: table-cell; }
}
@media only screen and (min-width: 62em){
nav{ font-size: 1.4em; }
}
nav ul{ margin: 0px; padding-left: 0px; list-style: none; text-align: center; }
@media only screen and (min-width: 48em){
nav ul{ text-align: right; }
}
nav li{ display: inline-block; line-height: 1; }
@media only screen and (min-width: 48em){
nav li:last-child a{ padding-right: 0px; }
}
nav li a{ color: rgb(255, 255, 255); display: block; padding: 1em 0.5em; }
@media only screen and (min-width: 48em){
nav li a{ padding: 3em 1em; }
}
.single-galleries .menu-item-16 a{ text-decoration: underline; }
.dark-header a{ color: rgb(36, 35, 34) !important; }
.gallery-cover{ box-sizing: border-box; height: 100vh; margin-top: -5.3125em; overflow: hidden; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat no-repeat; }
@media only screen and (min-width: 48em){
.gallery-cover{ margin-top: -7em; }
}
@media only screen and (min-width: 62em){
.gallery-cover{ margin-top: -9.75em; }
}
@media (device-height: 64em) and (device-width: 48em) and (orientation: portrait){
.gallery-cover{ height: 64em; }
}
@media (device-height: 64em) and (device-width: 48em) and (orientation: landscape){
.gallery-cover{ height: 48em; }
}
@media screen and (device-aspect-ratio: 40/71){
.gallery-cover{ height: 31.25em; }
}
@media only screen and (-webkit-device-pixel-ratio: 1) and (device-height: 30em) and (device-width: 20em){
.gallery-cover{ height: 20em; }
}
.gallery-cover div{ padding: 0.5em; position: absolute; bottom: 0px; left: 0px; right: 0px; margin-bottom: 0px; background-color: rgba(0, 0, 0, 0.6); background-position: initial initial; background-repeat: initial initial; }
@media only screen and (min-width: 48em){
.gallery-cover div{ padding: 1em; }
}
.gallery-cover h1{ font-size: 1.3em; font-weight: 300; text-align: center; color: rgb(255, 255, 255); text-transform: uppercase; margin: 0px; }
@media only screen and (min-width: 48em){
.gallery-cover h1{ font-size: 1.8em; margin: 0.2em 0px; }
}
@media only screen and (min-width: 62em){
.gallery-cover h1{ font-size: 2.5em; }
}
.gallery-cover p{ color: rgb(153, 153, 153); text-align: center; margin: 0.5em 0px; }
@media only screen and (min-width: 48em){
.gallery-cover p{ font-size: 1.2em; margin: 1em 0px; }
}
.gallery-cover p a{ font-weight: 700; }
.gallery-cover p span{ display: block; }
.single-galleries .gallery-cover p span{ display: inline; }
.gallery-content{ padding: 0px 5%; font-size: 1.1em; line-height: 1.45em; }
@media only screen and (min-width: 48em){
.gallery-content{ padding: 0px 10%; font-size: 1.2em; line-height: 1.45em; }
}
@media only screen and (min-width: 62em){
.gallery-content{ padding: 0px 15%; font-size: 1.3em; line-height: 1.55em; }
}
@media only screen and (min-width: 75em){
.gallery-content{ padding: 0px 20%; font-size: 1.4em; line-height: 1.65em; }
}
.gallery-content{ background-color: rgb(255, 255, 255); background-position: initial initial; background-repeat: initial initial; }
.gallery-content{ padding: 1em 1em 0px; }
@media only screen and (min-width: 48em){
.gallery-content{ padding: 3em 1em 0px; }
}