Skip to content

Instantly share code, notes, and snippets.

@andreiglingeanu
Created September 11, 2015 07:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreiglingeanu/0b2ce16a30e3ca35e94e to your computer and use it in GitHub Desktop.
Save andreiglingeanu/0b2ce16a30e3ca35e94e to your computer and use it in GitHub Desktop.
@import url('http://fonts.googleapis.com/css?family=[h1_font_family]');
body.ct-boxed {
background-color: [boxed_container_bg] !important;
}
@media (min-width: [site_width]px) {
body.ct-boxed .ct-header,
body.ct-boxed .ct-content-wrapper {
width: [site_width]px !important;
margin: auto !important;
}
}
@media (max-width: [site_width]px) {
body.ct-boxed .ct-header,
body.ct-boxed .ct-content-wrapper {
width: 100% !important;
margin: auto !important;
}
}
a {
color: [links_normal_state];
}
a:hover {
color: [links_hover_state];
}
h1 {
color: [h1_color];
font-family: '[h1_font_family]';
font-style: [h1_font_style];
font-weight: [h1_font_weight];
font-size: [h1_font_size]px;
line-height: [h1_line_height]px;
letter-spacing: [h1_letter_spacing]px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment