266 lines
4.5 KiB
CSS
Raw Normal View History

2015-12-04 10:29:27 +01:00
body {
color: #222;
font-family: 'montserrat', sans-serif;
background-color: #FBFBFB;
2015-12-04 17:19:47 +01:00
margin: 0;
2015-12-04 10:29:27 +01:00
}
2016-02-08 11:28:11 +01:00
a {
text-decoration: none;
}
2015-12-03 06:09:29 +01:00
.galleries-grid {
width: 100%;
height: 100%;
position: relative;
text-align: center;
margin: 0 auto;
padding: 0px;
}
.galleries-line {
width: 100%;
height: 100%;
margin-bottom: -4px; /* YOLO */
2015-12-03 06:09:29 +01:00
}
.covers-1 .gallery-square {
width: 100%;
height: 100%;
margin: auto;
padding-bottom: 47%;
position: relative;
}
.covers-2 .gallery-square {
width: 50%;
2015-12-03 06:09:29 +01:00
height: 100%;
2015-12-11 09:14:08 +01:00
margin: 0 0 0;
2015-12-03 06:09:29 +01:00
padding-bottom: 47%;
position: relative;
2015-12-11 09:14:08 +01:00
display: inline-block;
2015-12-03 06:09:29 +01:00
}
.covers-3 .gallery-square {
width: 33.333333333%;
height: 100%;
margin: 0;
padding-bottom: 47%;
position: relative;
display: inline-block;
}
2015-12-04 12:42:07 +01:00
.gallery-square > a {
position: absolute;
top: 0px;
left: 0px;
z-index: 555;
width: 100%;
height: 100%;
}
2015-12-04 13:37:04 +01:00
@keyframes darken {
from {background-color: rgba(0, 0, 0, 0);}
to {background-color: rgba(0, 0, 0, 0.3);}
}
.gallery-square > a:hover {
2015-12-04 13:37:04 +01:00
animation-name: darken;
animation-duration: 0.15s;
animation-iteration-count: 1;
background-color: rgba(0, 0, 0, 0.3);
}
2015-12-03 06:09:29 +01:00
.gallery-cover {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-position: center center;
background-size: cover;
}
2015-12-03 07:26:37 +01:00
.gallery-title {
color: white;
width: 100%;
position: absolute;
top: initial;
bottom: 0px;
text-align: center;
z-index: 3;
2015-12-04 13:26:07 +01:00
background: transparent linear-gradient(rgba(255, 255, 255, 0) 0%, transparent 1%, rgba(0, 0, 0, 0.07) 26%, rgba(0, 0, 0, 0.5) 71%, rgba(0, 0, 0, 0.7) 100%) repeat scroll 0% 0%;
2016-02-11 22:54:27 +01:00
padding: 20% 0 10px 0;
2015-12-03 07:26:37 +01:00
}
.gallery-header {
text-align: center;
2015-12-04 11:22:00 +01:00
margin-top: 8em;
margin-bottom: 6.5em;
}
2016-02-08 11:28:11 +01:00
.static-header {
margin-bottom: 0px;
}
2015-12-04 11:22:00 +01:00
#logo {
width: 10%;
}
2015-12-04 10:29:27 +01:00
.gallery-header > h1 {
font-size: 2.6vw;
text-transform: uppercase;
letter-spacing: 3px;
margin-bottom: 0;
}
.gallery-header > h4 {
font-size: 1.4vw;
color: #444;
font-style: italic;
font-weight: normal;
font-family: 'crimson', serif;
2015-12-04 10:29:27 +01:00
margin-top: .5em;
}
2015-12-04 11:22:21 +01:00
.gallery-header > hr {
width: 14%;
margin-top: 3.5em;
color: #BBB;
}
2015-12-04 10:29:27 +01:00
.gallery-title > h2 {
text-transform: uppercase;
margin-bottom: .2em;
letter-spacing: 2px;
font-size: 1.7vw;
}
.gallery-title > h3 {
font-style: italic;
margin-top: 0;
margin-bottom: .7em;
font-family: 'crimson', serif;
2015-12-04 10:29:27 +01:00
font-weight: normal;
}
.gallery-datetime {
font-family: 'crimson', serif;
2015-12-04 10:29:27 +01:00
text-transform: uppercase;
letter-spacing: 2px;
font-size: 11px;
}
2015-12-04 12:36:16 +01:00
footer {
2015-12-04 17:19:47 +01:00
margin-top: 7em;
2015-12-04 12:36:16 +01:00
text-align: center;
position: relative;
font-family: 'crimson', serif;
2015-12-04 17:19:47 +01:00
font-size: 11px;
2015-12-04 12:36:16 +01:00
color: #555;
2015-12-04 17:19:47 +01:00
background-color: #EEE;
border-top: solid 2px #DDD;
padding-bottom: 10px;
padding-top: 14px;
2015-12-04 12:36:16 +01:00
}
2015-12-04 17:19:47 +01:00
footer p {
margin: 0;
2015-12-04 12:36:16 +01:00
}
footer a {
text-decoration: none;
font-weight: 600;
font-family: 'montserrat', sans-serif;
2015-12-04 12:36:16 +01:00
color: #111;
}
2016-02-08 11:28:11 +01:00
nav {
background-color: #FBFBFB;
width: 100%;
height: 56px;
line-height: 56px;
}
nav .nav-wrapper {
position: relative;
height: 100%;
margin: 0px auto;
max-width: 1280px;
}
nav ul {
margin: 0;
}
nav ul li {
padding: 0;
list-style-type: none;
display:inline-block;
}
nav a.first-item-menu {
margin-left: -42px;
}
nav ul li.active {
background-color: rgba(0, 0, 0, 0.1);
}
nav ul a {
transition: background-color .3s;
font-size: 1rem;
display: block;
padding: 0 15px;
cursor: pointer;
text-transform: uppercase;
margin: 0px;
letter-spacing: 1px;
font-weight: 700;
color: #424242;
font-style: normal !important;
}
.center, .center-align {
text-align: center;
}
nav ul li > a.item-menu::before {
content: "/";
margin-right: 22px;
font-size: 18px;
line-height: 1;
color: #ebebeb;
}
2016-02-11 22:54:27 +01:00
.gallery-tag {
font-size: 13px;
text-transform: uppercase;
font-style: normal;
display: inline;
font-family: "adobe-garamond-pro", serif;
}
.gallery-tag span {
font-size: 12px;
border-bottom: solid 1px rgba(255,255,255,0.2);
display: inline-block;
margin: 0 0 0 3px;
font-weight: bold;
font-family: "europa", sans-serif;
text-transform: uppercase;
letter-spacing: 3px;
font-style: normal;
}
2016-05-06 09:37:24 +02:00
2016-05-11 01:07:24 +02:00
.gallery-cover video.fillWidth {
2016-05-06 09:37:24 +02:00
height: 100%;
2016-05-11 01:07:24 +02:00
position: absolute;
top: 0px;
left: 0px;
}
.gallery-cover img.fillWidth {
2016-05-13 11:24:32 +02:00
height: 100%;
2016-05-06 09:37:24 +02:00
}