Skip to content

Instantly share code, notes, and snippets.

@kamijin-fanta
Last active January 29, 2017 16:50
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 kamijin-fanta/a076d47121bd36ae3e6797296c473ac4 to your computer and use it in GitHub Desktop.
Save kamijin-fanta/a076d47121bd36ae3e6797296c473ac4 to your computer and use it in GitHub Desktop.
#container .slide_wrapper[data-template="header"] .slide {
background: #53585f;
background-image: url(https://rawgit.com/kamijin-fanta/a076d47121bd36ae3e6797296c473ac4/raw/1b0567286379dc040ea2f80e38f603b1793b9e09/main-footer.svg);
background-position: bottom center;
background-repeat: no-repeat;
background-size: 150%;
color: white;
}
#container .slide_wrapper[data-template="header"] .slide h1 {
color: white;
}
#container .slide_wrapper[data-template="header"] .slide .slide_page {
display: none;
}
#container .slide_wrapper .slide {
background: white;
background-image: url(https://rawgit.com/kamijin-fanta/a076d47121bd36ae3e6797296c473ac4/raw/99d6b1adc1878d452317b87896b17e6bc3ab5ecb/content-footer.svg);
background-position: bottom center;
background-repeat: no-repeat;
background-size: 100%;
padding-bottom: 80px;
}
#container .slide_wrapper .slide .slide_page {
right: 38px;
bottom: 10px;
color: #53585f;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment