Skip to content

Commit

Permalink
branded the slides a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Anderson committed Apr 27, 2017
1 parent 31e2573 commit bdc40fd
Show file tree
Hide file tree
Showing 7 changed files with 81 additions and 25 deletions.
Binary file added content/images/bg-paper-tear-white-bottom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/bg-paper-tear-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/cilogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/dclogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion content/title.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

By frob

[bitly slide likn]()
[bitly slide link]()
6 changes: 6 additions & 0 deletions index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ html
each item in outline.slides
section!= item.body

div.branding
div
img(src="/content/images/cilogo.png")
img(src="/content/images/dclogo.png")

script(src="/bower_components/reveal-js/lib/js/head.min.js")
script(src="/bower_components/reveal-js/js/reveal.js")

Expand All @@ -34,6 +39,7 @@ html
script.
Reveal.initialize({
history: true,
controls: false,
// More info https://github.com/hakimel/reveal.js#dependencies
dependencies: [
{ src: 'plugin/markdown/marked.js' },
Expand Down
98 changes: 74 additions & 24 deletions theme/css/theme/drupalcon2017_baltimore.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,57 +8,92 @@
* base styles
*/
::selection {
color: #fff;
color: #54575A;
background: #172a3c;
text-shadow: none; }

body {
font-size: 24px;
}

body .reveal .branding {
background-color: #54575A;
position: fixed;
width: 100%;
bottom: 0;
height: 99px;
}

body .reveal .branding > div {
display: block;
padding: 33px;
height: 33px;
}

body .reveal .branding img[src="/content/images/cilogo.png"] {
height: 100%;
width: auto;
float: left;
margin: 0;
}

body .reveal .branding img[src="/content/images/dclogo.png"] {
height: 140%;
width: auto;
float: right;
/*margin-top: -6%;*/
}

.reveal {
font-family: "Lato", Arial, Helvetica Neue, Helvetica, sans-serif;
color: #fff;
font-family: "Open Sans", Arial, Helvetica Neue, Helvetica, sans-serif;
color: #54575A;
line-height: 1.45; }
.reveal a {
color: #e0ca7d; }
color: #00728D; }
.reveal a:hover, .reveal a:focus {
color: #b7a565; }
color: #007788; }
.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
font-weight: normal;
font-family: "Merriweather", Georgia, Times, Times New Roman, serif;
color: #fff;
font-weight: bold;
color: #54575A;
word-wrap: break-word; }
.reveal img {
display: inline-block;
width: 75%;
height: auto;
border: none;
margin: 0 0 20px 0; }
.reveal h1 {
font-size: 55px;
margin: 0 0 48px 0;
color: #e0ca7d; }
width: 70%;
font-size: 2.5rem;
margin: 0 auto 48px auto;
color: #CEB964; }
.reveal h2 {
font-size: 35px;
font-size: 2.1rempx;
margin: 0 0 38px 0; }
.reveal h3 {
font-size: 25px;
font-size: 1.8rem;
margin: 0 0 28px 0; }
.reveal h3 {
font-size: 20px;
font-size: 1.5rem;
margin: 0 0 28px 0; }
.reveal h4 {
font-size: 18px;
font-size: 1.25rem;
margin: 0 0 28px 0; }
.reveal h5 {
font-size: 17px;
font-size: 1rem;
margin: 0 0 20px 0; }
.reveal h6 {
font-size: 16px;
font-size: 1rem;
margin: 0 0 20px 0; }
.reveal p {
margin: 0 0 20px 0; }
.reveal ul, .reveal ol {
margin: 0 0 20px 20px;
margin: 0 .5em;
list-style-position: inside; }
.reveal ul li, .reveal ol li {
margin: 0 0 20px 0; }
margin: 0 0 .25em 0; }
.reveal ul li ul, .reveal ul li ol, .reveal ol li ul, .reveal ol li ol {
margin: 20px 0 0 20px; }
margin: 0; }
.reveal strong, .reveal b {
font-weight: bold; }
.reveal em {
Expand Down Expand Up @@ -126,10 +161,6 @@
text-align: left; }
.reveal .heading-space {
margin-top: 100px; }
.reveal .hashtag {
font-size: 35px;
color: #e0ca7d;
font-family: "Merriweather", Georgia, Times, Times New Roman, serif; }
.reveal .bottom-right {
position: absolute;
bottom: 0;
Expand All @@ -152,6 +183,25 @@
/**
* backgrounds
*/
html body:before {
content: "";
width: 100%;
height: 40px;
position: absolute;
top: 0;
background-color: #00728D;
position: absolute;
}
html body:after {
content: "";
width: 100%;
height: 40px;
top: 0;
position: absolute;
-webkit-mask-box-image: url(/content/images/bg-paper-tear-white-bottom.png);
background-color: white;
}

html.baltimore-city body {
background: url("../../img/bg-baltimore-city.jpg") no-repeat 0 0;
-webkit-background-size: cover;
Expand Down

0 comments on commit bdc40fd

Please sign in to comment.