Skip to content

Instantly share code, notes, and snippets.

@gordonbisnor
Created July 29, 2016 18:51
Show Gist options
  • Save gordonbisnor/3a88312853f5a0f453d24ecf366fe3ac to your computer and use it in GitHub Desktop.
Save gordonbisnor/3a88312853f5a0f453d24ecf366fe3ac to your computer and use it in GitHub Desktop.
body.costa-rica {
/* adding a background image where body has grey now */
background-image: url('http://www.capricornleisure.com/wp-content/uploads/2008/12/costa_rica-Water-Fall.jpeg')!important;
background-size: cover; /* for example */
#page {
background-color: purple!important;
background-image: none!important;
}
#page #rightside #navigation {
/* navigation area running horizontally above main content */
ul li {
background-color: pink!important;
background-image: none!important;
a {
&:hover {
background-color: transparent!important;
}
}
}
}
/* end navigation area running horizontally above main content */
#page #leftside {
background-color: yellow!important;
background-image: none!important;
div.news, div.blog {
background-color: green!important;
}
div.news h4, div.blog h4 {
background-color: transparent!important;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment