Last active
December 25, 2015 03:19
-
-
Save mikehostetler/6908496 to your computer and use it in GitHub Desktop.
This file contains 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
body, .slide-master-content-alt { | |
font-family: "Gill Sans Light", "Gill Sans MT", Tahoma, Geneva, sans-serif; | |
background-color: rgb(15, 126, 205); | |
background-image: url(http://www.browserswarm.com/ext/browserswarm-plugin/honeycomb-bg.jpg); | |
} | |
h1 { | |
background: none; | |
color: rgb(18,102,192); | |
text-shadow: -1px -1px 2px #333; | |
font-family: "nevisBold", arial, sans-serif; | |
} | |
.master-title h1 { | |
text-align: center; | |
max-width: 100%; | |
width: 70%; | |
padding: 0 15%; | |
right: auto; | |
float: center; | |
bottom: auto; | |
top: 45%; | |
font-size: 4.5em; | |
} | |
.master-focus h1 { | |
margin: 0; | |
position: absolute; | |
top: 30%; | |
left: auto; | |
right: auto; | |
float: center; | |
text-align: center; | |
width: 100%; | |
display: block; | |
} | |
h2 { | |
background: none; | |
color: rgb(122,190,237); | |
padding: 0; | |
font-family: "Gill Sans Light", "Gill Sans MT", Tahoma, Geneva, sans-serif; | |
} | |
.master-title h2 { | |
top: 35%; | |
float: center; | |
text-align: center; | |
right: auto; | |
left: auto; | |
width: 100%; | |
} | |
.master-content-alt h2 { | |
margin: 1% 0 0 1%; | |
text-shadow: -1px -1px 3px #333; | |
} | |
.master-focus h2 { | |
display: none; | |
} | |
.master-content-alt .slide-content { | |
color: #fff; | |
text-shadow: -1px -1px 3px #333; | |
} | |
pre { | |
background-color: rgba(0, 0, 0, 0.29); | |
border: 4px solid #f1c471; | |
-webkit-border-radius: 12px; | |
border-radius: 12px; | |
background-clip: padding-box; | |
} | |
.slide-content a { | |
color: #ffffff; | |
border-bottom: solid 1px #ffffff; | |
} | |
.slide-content a:hover { | |
color: #f1c471; | |
} | |
footer { | |
color: #ffffff; | |
height: 3em; | |
background-color: #0f7ccc; | |
background-image: url(http://www.browserswarm.com/ext/browserswarm-plugin/honeycomb-pattern.png), -webkit-radial-gradient(50% 0%, circle cover, rgb(18, 164, 224), rgb(15, 124, 204) 1200px); | |
} | |
footer .presentation-title { | |
background-image: url(http://pub.a2cdn.net/blazon/appendto-white-trans.png); | |
background-repeat: no-repeat; | |
background-size: auto 1.5em; | |
background-position: 1em; | |
} | |
footer .presentation-pagination { | |
margin-top: -3em; | |
} | |
.master-title footer { | |
display: block; | |
} | |
.master-content footer, | |
.master-content-alt footer { | |
color: #ffffff; | |
} | |
footer .presentation-title { | |
float: center; | |
position: relative; | |
line-height: 3em; | |
text-align: center; | |
display: block; | |
} | |
footer .presentation-pagination { | |
line-height: 3em; | |
padding-right: 1em; | |
} | |
.floatRight { | |
float: right; | |
margin-left: 2em; | |
margin-top: 1em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment