Skip to content

Instantly share code, notes, and snippets.

@topleague
Last active July 8, 2018 20:06
Show Gist options
  • Select an option

  • Save topleague/f0132f5636c1f9f477b279da8d3d95ba to your computer and use it in GitHub Desktop.

Select an option

Save topleague/f0132f5636c1f9f477b279da8d3d95ba to your computer and use it in GitHub Desktop.
Styles for Front Page for Monochrome Pro
h1, h2, h3, h4, h5, h6 {
font-family: 'Libre Franklin', sans-serif;
}
.entry-content {
font-family: 'alegreya',sans-serif;
font-size: 22px;
font-size: 2.2rem;
color: #444;
}
.entry-header .entry-meta {
margin-bottom: 24px;
font-family: 'libre franklin', sans-serif;
color: #666;
}
a {
color: #c3251d;
text-decoration: underline;
font-family: 'Alegreya', sans-serif;
font-style: italic;
}
.site-title, .site-title a {
font-family: 'Libre Franklin', sans-serif;
font-size: 26px;
font-size: 2.6rem;
font-style: inherit;
}
.site-description {
font-family: 'Alegreya', sans-serif;
font-style: italic;
}
.entry-title a {
font-family: 'Libre Franklin', sans-serif;
font-style: inherit;
}
.featured-background-1 .widget-title, .featured-background-3 .widget-title {
font-family: 'Libre Franklin', sans-serif;
font-size: 60px;
font-size: 6rem;
font-weight: 900;
letter-spacing: -1px;
line-height: 1;
margin-bottom: 10px;
padding-right: 10%;
text-transform: none;
color: #fff;
}
.featured-background-1 p, .featured-background-3 p {
font-size: 20px;
font-size: 2.0rem;
margin-bottom: 40px;
color: #fff;
font-family: 'Alegreya', sans-serif;
font-style: italic;
}
.featured-background-2 .widget-title, .featured-background-4 .widget-title {
font-family: 'Libre Franklin', sans-serif;
font-size: 60px;
font-size: 6rem;
font-weight: 900;
letter-spacing: -1px;
line-height: 1;
margin-bottom: 10px;
padding-right: 10%;
text-transform: none;
}
.featured-background-2 p, .featured-background-4 p {
font-size: 20px;
font-size: 2.0rem;
margin-bottom: 40px;
font-family: 'Alegreya', sans-serif;
font-style: italic;
}
.featured-background-1, .featured-background-3 {
background-color: #000;
background-position: 50% 50%;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
padding-bottom: 90px;
padding-top: 90px;
}
.featured-background-1 .wrap {
max-width: 1400px;
}
.featured-background-1 .widget {
float: left;
margin-bottom: 40px;
padding-left: 40px;
padding-right: 680px;
}
.featured-background-2, .featured-background-4 {
background-position: 50% 50%;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
padding-bottom: 90px;
padding-top: 90px;
}
@media only screen and (max-width: 1023px) {
.featured-background-1 .widget {
padding-right: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment