Skip to content

Instantly share code, notes, and snippets.

@baisong
Last active January 4, 2017 18:06
Show Gist options
  • Save baisong/9cbb7bb43e9d47be8c9326e11e24715d to your computer and use it in GitHub Desktop.
Save baisong/9cbb7bb43e9d47be8c9326e11e24715d to your computer and use it in GitHub Desktop.
.collection-type-index .content-inner.has-content {
padding-left: 0;
padding-right: 0
}
.content-inner {
max-width: 100%
}
.sqs-video-wrapper .sqs-video-overlay .sqs-video-opaque {
position: absolute;
bottom: 0;
width: 100%;
height: 100%;
background: white;
opacity: 0.2;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
.sqs-video-wrapper .sqs-video-overlay .sqs-video-opaque:hover {
opacity: 0;
}
/* Add white line between front page videos */
.sqs-gallery-block-grid .sqs-gallery-design-grid-slide .margin-wrapper {
margin-right: 0 !important;
border: 1px solid white;
}
#footer {
background: url(http://static1.squarespace.com/static/576d7f269f745660193585c5/579a724e893fc0824c2a7c31/579a72b7e58c62582a1a6ba9/1469739704750/repeat4.png) repeat-x;
}
.sqs-gallery-block-grid.sqs-gallery-block-meta-only-title .margin-wrapper .image-slide-title {
position: absolute;
bottom: 0;
text-align: center;
font-size: 24px;
font-weight: bold;
background: rgba(0, 0, 0, 0.5);
color: white;
padding: 10px 10px;
}
button.newsletter-form-button {
border-radius: 3px !important;
border: 2px solid white !important;
background: rgba(0, 0, 0, 0.3);
font-weight: bold;
}
#content-wrapper div:nth-of-type(4) .content-inner {
padding-top: 40px;
padding-bottom: 10px;
}
.homepage .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-title-link {
color: #f44336;
font-weight: bold;
font-size: 1.5em;
}
.homepage .sqs-block.summary-v2-block.sqs-block-summary-v2 .summary-excerpt p {
font-size: 20px;
color: black;
}
span.summary-header-text {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment