Skip to content

Instantly share code, notes, and snippets.

@brianedgerton
Created September 14, 2013 03:00
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 brianedgerton/6558470 to your computer and use it in GitHub Desktop.
Save brianedgerton/6558470 to your computer and use it in GitHub Desktop.
body, .slide-master-content-alt {
background-color: #ad0000;
background-image: linear-gradient(to bottom right, #870000 0%, #ad0000 100%);
font-family: "Gill Sans Light", "Gill Sans MT", Tahoma, Geneva, sans-serif;
}
h1 {
background: none;
color: #f1c471;
text-shadow: -2px -2px 5px #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: #fff;
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 {
background-color: rgba(111, 23, 23, 0.80);
color: #ffffff;
height: 3em;
background-image: url(http://pub.a2cdn.net/blazon/appendto-white-trans.png);
background-repeat: no-repeat;
background-size: auto 1.5em;
background-position: 1em;
}
.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