Last active
August 29, 2015 14:04
-
-
Save tbwiii/af5ab26a7f58a7868b02 to your computer and use it in GitHub Desktop.
appendTo Blazon Theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*{ | |
-webkit-box-sizing:border-box; | |
-moz-box-sizing:border-box; | |
-ms-box-sizing:border-box; | |
box-sizing:border-box; | |
} | |
html { | |
background: #fff | |
} | |
body { | |
border-top: solid #D12229 4px | |
} | |
body.slide-master-content-alt { | |
border-top-color: rgba(0,0,0,0.3); | |
} | |
body, .slide { | |
background: #FFF; | |
} | |
.slide-master-title h1, .slide-master-vertical h1 { | |
color: #D12229; | |
} | |
.slide-master-title h2, .slide-master-vertical h2{ | |
color: #000 | |
} | |
h1 { | |
color: #000; | |
} | |
.master-full h1 { | |
font-style: normal; | |
letter-spacing: 0px; | |
} | |
h2 { | |
color: #7A0607; | |
font-style: normal; | |
} | |
.slide-master-content-alt { | |
background: linear-gradient(to left,rgba(73,206,68,0.95) 0%, rgba(0,162,169,0.95) 100%); | |
} | |
.master-content-alt, .master-vertical { | |
background: none; | |
} | |
.master-content-alt h1 { | |
color: #FFF; | |
} | |
.slide-content a { | |
color: #D12229; | |
border-bottom-color: #D12229; | |
} | |
.slide-content img { | |
box-shadow: none | |
} | |
.master-content-alt .slide-content { | |
color: #FFF; | |
} | |
.slide-master-vertical { | |
border-top-color: rgba(0,0,0,0.3); | |
background: linear-gradient(to left,rgba(73,206,68,0.95) 0%, rgba(0,162,169,0.95) 100%); | |
} | |
.slide-master-vertical h1 { | |
color: #fff | |
} | |
.presentation-title, .presentation-pagination { | |
color: #7A0607; | |
} | |
.presentation-title { | |
float: left; | |
font-size: 1.5em; | |
text-indent: -99em; | |
background: url('http://appendto.com/wp-content/themes/appendto2014/images/logo.svg') no-repeat; | |
background-size: contain; | |
} | |
.master-content-alt .presentation-title, | |
.master-content-alt .presentation-pagination, | |
.master-vertical .presentation-title, | |
.master-vertical .presentation-pagination { | |
color: #000; | |
} | |
/* | |
=============== | |
Primary Colors | |
=============== | |
black #000000 | |
darker red #7A0607 | |
lighter red #D12229 | |
================== | |
Secondary Colors | |
================== | |
grey #DBDCDE | |
light blue #90D0D4 | |
blue #009DA4 | |
green #96C947 | |
================== | |
Gradient | |
================== | |
background: linear-gradient(to left,rgba(73,206,68,0.95) 0%, rgba(0,162,169,0.95) 100%); | |
*/ | |
.center-img { | |
margin: 0 auto; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment