2014-06-10 23:03:00 +02:00
|
|
|
/**
|
|
|
|
* Default theme for reveal.js.
|
|
|
|
*
|
|
|
|
* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
|
|
|
|
*/
|
|
|
|
@font-face {
|
|
|
|
font-family: 'League Gothic';
|
|
|
|
src: url("../../lib/font/league_gothic-webfont.eot");
|
|
|
|
src: url("../../lib/font/league_gothic-webfont.eot?#iefix") format("embedded-opentype"), url("../../lib/font/league_gothic-webfont.woff") format("woff"), url("../../lib/font/league_gothic-webfont.ttf") format("truetype"), url("../../lib/font/league_gothic-webfont.svg#LeagueGothicRegular") format("svg");
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal; }
|
2014-06-12 17:58:15 +02:00
|
|
|
@font-face {
|
2014-07-02 13:50:49 +02:00
|
|
|
font-family: 'Open Sans';
|
2014-06-12 17:58:15 +02:00
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
2014-07-02 13:50:49 +02:00
|
|
|
src: local("Open Sans"), local("OpenSans"), url("../../lib/font/open-sans-regular.woff") format("woff"); }
|
2014-06-12 17:58:15 +02:00
|
|
|
@font-face {
|
2014-07-02 13:50:49 +02:00
|
|
|
font-family: 'Open Sans';
|
2014-06-12 17:58:15 +02:00
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
2014-07-02 13:50:49 +02:00
|
|
|
src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../../lib/font/open-sans-bold.woff") format("woff"); }
|
2014-06-12 17:58:15 +02:00
|
|
|
@font-face {
|
2014-07-02 13:50:49 +02:00
|
|
|
font-family: 'Open Sans';
|
2014-06-12 17:58:15 +02:00
|
|
|
font-style: italic;
|
|
|
|
font-weight: 400;
|
2014-07-02 13:50:49 +02:00
|
|
|
src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../../lib/font/open-sans-italic.woff") format("woff"); }
|
2014-06-12 17:58:15 +02:00
|
|
|
@font-face {
|
2014-07-02 13:50:49 +02:00
|
|
|
font-family: 'Open Sans';
|
2014-06-12 17:58:15 +02:00
|
|
|
font-style: italic;
|
|
|
|
font-weight: 700;
|
2014-07-02 13:50:49 +02:00
|
|
|
src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("../../lib/font/open-sans-bold-italic.woff") format("woff"); }
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Source Code Pro';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: local("Source Code Pro"), local("SourceCodePro-Regular"), url("../../lib/font/source-code-pro-regular.woff") format("woff"); }
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Source Code Pro';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 500;
|
|
|
|
src: local("Source Code Pro Medium"), local("SourceCodePro-Medium"), url("../../lib/font/source-code-pro-500.woff") format("woff"); }
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Source Code Pro';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 700;
|
|
|
|
src: local("Source Code Pro Bold"), local("SourceCodePro-Bold"), url("../../lib/font/source-code-pro-bold.woff") format("woff"); }
|
2014-06-10 23:03:00 +02:00
|
|
|
/*********************************************
|
|
|
|
* GLOBAL STYLES
|
|
|
|
*********************************************/
|
|
|
|
body {
|
2014-07-02 13:50:49 +02:00
|
|
|
background: #0b5662;
|
|
|
|
background-color: #0b5662; }
|
2014-06-10 23:03:00 +02:00
|
|
|
|
|
|
|
.reveal {
|
2014-07-02 13:50:49 +02:00
|
|
|
font-family: "Open Sans", sans-serif;
|
|
|
|
font-size: 30px;
|
2014-06-10 23:03:00 +02:00
|
|
|
font-weight: normal;
|
|
|
|
letter-spacing: -0.02em;
|
|
|
|
color: #eeeeee; }
|
|
|
|
|
|
|
|
::selection {
|
2014-07-02 13:50:49 +02:00
|
|
|
color: #0b5662;
|
|
|
|
background: white;
|
2014-06-10 23:03:00 +02:00
|
|
|
text-shadow: none; }
|
|
|
|
|
|
|
|
/*********************************************
|
|
|
|
* HEADERS
|
|
|
|
*********************************************/
|
|
|
|
.reveal h1,
|
|
|
|
.reveal h2,
|
|
|
|
.reveal h3,
|
|
|
|
.reveal h4,
|
|
|
|
.reveal h5,
|
|
|
|
.reveal h6 {
|
|
|
|
margin: 0 0 20px 0;
|
2014-07-02 13:50:49 +02:00
|
|
|
color: #e2aa3b;
|
2014-06-10 23:03:00 +02:00
|
|
|
font-family: "League Gothic", Impact, sans-serif;
|
|
|
|
line-height: 0.9em;
|
|
|
|
letter-spacing: 0.02em;
|
2014-07-02 13:50:49 +02:00
|
|
|
text-transform: none;
|
2014-06-10 23:03:00 +02:00
|
|
|
text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }
|
|
|
|
|
|
|
|
.reveal h1 {
|
2014-07-02 13:50:49 +02:00
|
|
|
text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }
|
2014-06-10 23:03:00 +02:00
|
|
|
|
|
|
|
/*********************************************
|
|
|
|
* LINKS
|
|
|
|
*********************************************/
|
|
|
|
.reveal a:not(.image) {
|
2014-07-02 13:50:49 +02:00
|
|
|
color: #e2aa3b;
|
2014-06-10 23:03:00 +02:00
|
|
|
text-decoration: none;
|
|
|
|
-webkit-transition: color .15s ease;
|
|
|
|
-moz-transition: color .15s ease;
|
|
|
|
-ms-transition: color .15s ease;
|
|
|
|
-o-transition: color .15s ease;
|
|
|
|
transition: color .15s ease; }
|
|
|
|
|
|
|
|
.reveal a:not(.image):hover {
|
2014-07-02 13:50:49 +02:00
|
|
|
color: #33c067;
|
2014-06-10 23:03:00 +02:00
|
|
|
text-shadow: none;
|
|
|
|
border: none; }
|
|
|
|
|
|
|
|
.reveal .roll span:after {
|
|
|
|
color: #fff;
|
2014-07-02 13:50:49 +02:00
|
|
|
background: #b6821b; }
|
2014-06-10 23:03:00 +02:00
|
|
|
|
|
|
|
/*********************************************
|
|
|
|
* IMAGES
|
|
|
|
*********************************************/
|
|
|
|
.reveal section img {
|
|
|
|
margin: 15px 0px;
|
|
|
|
background: rgba(255, 255, 255, 0.12);
|
|
|
|
border: 4px solid #eeeeee;
|
|
|
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
|
|
|
|
-webkit-transition: all .2s linear;
|
|
|
|
-moz-transition: all .2s linear;
|
|
|
|
-ms-transition: all .2s linear;
|
|
|
|
-o-transition: all .2s linear;
|
|
|
|
transition: all .2s linear; }
|
|
|
|
|
|
|
|
.reveal a:hover img {
|
|
|
|
background: rgba(255, 255, 255, 0.2);
|
2014-07-02 13:50:49 +02:00
|
|
|
border-color: #e2aa3b;
|
2014-06-10 23:03:00 +02:00
|
|
|
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
|
|
|
|
|
|
|
|
/*********************************************
|
|
|
|
* NAVIGATION CONTROLS
|
|
|
|
*********************************************/
|
|
|
|
.reveal .controls div.navigate-left,
|
|
|
|
.reveal .controls div.navigate-left.enabled {
|
2014-07-02 13:50:49 +02:00
|
|
|
border-right-color: #e2aa3b; }
|
2014-06-10 23:03:00 +02:00
|
|
|
|
|
|
|
.reveal .controls div.navigate-right,
|
|
|
|
.reveal .controls div.navigate-right.enabled {
|
2014-07-02 13:50:49 +02:00
|
|
|
border-left-color: #e2aa3b; }
|
2014-06-10 23:03:00 +02:00
|
|
|
|
|
|
|
.reveal .controls div.navigate-up,
|
|
|
|
.reveal .controls div.navigate-up.enabled {
|
2014-07-02 13:50:49 +02:00
|
|
|
border-bottom-color: #e2aa3b; }
|
2014-06-10 23:03:00 +02:00
|
|
|
|
|
|
|
.reveal .controls div.navigate-down,
|
|
|
|
.reveal .controls div.navigate-down.enabled {
|
2014-07-02 13:50:49 +02:00
|
|
|
border-top-color: #e2aa3b; }
|
2014-06-10 23:03:00 +02:00
|
|
|
|
|
|
|
.reveal .controls div.navigate-left.enabled:hover {
|
2014-07-02 13:50:49 +02:00
|
|
|
border-right-color: #33c067; }
|
2014-06-10 23:03:00 +02:00
|
|
|
|
|
|
|
.reveal .controls div.navigate-right.enabled:hover {
|
2014-07-02 13:50:49 +02:00
|
|
|
border-left-color: #33c067; }
|
2014-06-10 23:03:00 +02:00
|
|
|
|
|
|
|
.reveal .controls div.navigate-up.enabled:hover {
|
2014-07-02 13:50:49 +02:00
|
|
|
border-bottom-color: #33c067; }
|
2014-06-10 23:03:00 +02:00
|
|
|
|
|
|
|
.reveal .controls div.navigate-down.enabled:hover {
|
2014-07-02 13:50:49 +02:00
|
|
|
border-top-color: #33c067; }
|
2014-06-10 23:03:00 +02:00
|
|
|
|
|
|
|
/*********************************************
|
|
|
|
* PROGRESS BAR
|
|
|
|
*********************************************/
|
|
|
|
.reveal .progress {
|
|
|
|
background: rgba(0, 0, 0, 0.2); }
|
|
|
|
|
|
|
|
.reveal .progress span {
|
2014-07-02 13:50:49 +02:00
|
|
|
background: #e2aa3b;
|
2014-06-10 23:03:00 +02:00
|
|
|
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
|
|
|
|
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
|
|
|
|
-ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
|
|
|
|
-o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
|
|
|
|
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
|
|
|
|
|
|
|
|
/*********************************************
|
|
|
|
* SLIDE NUMBER
|
|
|
|
*********************************************/
|
|
|
|
.reveal .slide-number {
|
2014-07-02 13:50:49 +02:00
|
|
|
color: #e2aa3b; }
|
|
|
|
|
|
|
|
::-moz-selection {
|
|
|
|
color: #0b5662;
|
|
|
|
background: white;
|
|
|
|
text-shadow: none; }
|
|
|
|
|
|
|
|
.reveal h1 {
|
|
|
|
text-transform: uppercase;
|
|
|
|
line-height: 1em;
|
|
|
|
margin-bottom: 1em; }
|
|
|
|
|
|
|
|
.reveal .slides > section:first-child > section:first-child h1 {
|
|
|
|
color: white;
|
|
|
|
-moz-hyphens: none;
|
|
|
|
-webkit-hyphens: none;
|
|
|
|
-ms-hyphens: none;
|
|
|
|
hyphens: none;
|
|
|
|
word-spacing: 0.075em; }
|
|
|
|
|
|
|
|
.reveal .slides > section:first-child > section:first-child h2 {
|
|
|
|
font-style: italic; }
|
|
|
|
|
|
|
|
.reveal section:not(:first-child) h2 {
|
|
|
|
text-align: left;
|
|
|
|
border-bottom: 3px solid #a05007; }
|
|
|
|
|
|
|
|
.reveal h2::-moz-selection {
|
|
|
|
color: #0b5662;
|
|
|
|
background: #e2aa3b;
|
|
|
|
text-shadow: none; }
|
|
|
|
|
|
|
|
.reveal h2::selection {
|
|
|
|
color: #0b5662;
|
|
|
|
background: #e2aa3b;
|
|
|
|
text-shadow: none; }
|
|
|
|
|
|
|
|
.reveal .slides > section:first-child > section:first-child h2 *::-moz-selection {
|
|
|
|
color: #0b5662;
|
|
|
|
background: #e2aa3b;
|
|
|
|
text-shadow: none; }
|
|
|
|
|
|
|
|
.reveal .slides > section:first-child > section:first-child h2 *::selection {
|
|
|
|
color: #0b5662;
|
|
|
|
background: #e2aa3b;
|
|
|
|
text-shadow: none; }
|
|
|
|
|
|
|
|
.reveal .slides > section:first-child > section:first-child h3::-moz-selection {
|
|
|
|
color: #0b5662;
|
|
|
|
background: #e2aa3b;
|
|
|
|
text-shadow: none; }
|
|
|
|
|
|
|
|
.reveal .slides > section:first-child > section:first-child h3::selection {
|
|
|
|
color: #0b5662;
|
|
|
|
background: #e2aa3b;
|
|
|
|
text-shadow: none; }
|
|
|
|
|
|
|
|
.reveal .slides > section:first-child > section:first-child h3 *::-moz-selection {
|
|
|
|
color: #0b5662;
|
|
|
|
background: #e2aa3b;
|
|
|
|
text-shadow: none; }
|
|
|
|
|
|
|
|
.reveal .slides > section:first-child > section:first-child h3 *::selection {
|
|
|
|
color: #0b5662;
|
|
|
|
background: #e2aa3b;
|
|
|
|
text-shadow: none; }
|
|
|
|
|
|
|
|
.reveal .slides a::selection {
|
|
|
|
color: #0b5662;
|
|
|
|
background: #e2aa3b;
|
|
|
|
text-shadow: none; }
|
|
|
|
|
|
|
|
.reveal .slides a::-moz-selection {
|
|
|
|
color: #0b5662;
|
|
|
|
background: #e2aa3b;
|
|
|
|
text-shadow: none; }
|
|
|
|
|
|
|
|
#summary h2 {
|
|
|
|
color: white; }
|
|
|
|
|
|
|
|
#summary h2::selection {
|
|
|
|
color: #0b5662;
|
|
|
|
background: white; }
|
|
|
|
|
|
|
|
#summary h2::-moz-selection {
|
|
|
|
color: #0b5662;
|
|
|
|
background: white; }
|
|
|
|
|
|
|
|
.reveal pre {
|
|
|
|
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
|
|
|
|
/* background-color: #0e6a79;
|
|
|
|
padding: 1em;*/ }
|
|
|
|
|
|
|
|
.reveal code {
|
|
|
|
font-family: "Source Code Pro", monospace;
|
|
|
|
font-weight: 500; }
|
|
|
|
|
|
|
|
.reveal blockquote {
|
|
|
|
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
|
|
|
|
background-color: #0e6a79;
|
|
|
|
padding: 1em; }
|
|
|
|
|
|
|
|
.reveal .progress {
|
|
|
|
height: 0.5em; }
|
|
|
|
|
|
|
|
.reveal .progress span {
|
|
|
|
background: #cb6512; }
|
|
|
|
|
|
|
|
.reveal .slide-number {
|
|
|
|
font-size: 0.75em;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-bottom: 0.25em;
|
|
|
|
opacity: 0.5; }
|
|
|
|
|
|
|
|
.reveal table {
|
|
|
|
margin: auto;
|
|
|
|
border-collapse: collapse;
|
|
|
|
border-spacing: 0; }
|
|
|
|
|
|
|
|
.reveal table th {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #e2aa3b; }
|
|
|
|
|
|
|
|
.reveal table th,
|
|
|
|
.reveal table td {
|
|
|
|
text-align: center;
|
|
|
|
padding: 0.2em 0.5em;
|
|
|
|
border-bottom: 2px solid white; }
|
|
|
|
|
|
|
|
.reveal table tr:last-child td {
|
|
|
|
border-bottom: none; }
|
|
|
|
|
|
|
|
#presentable-toc li li {
|
|
|
|
font-style: italic; }
|
2014-07-13 01:30:45 +02:00
|
|
|
|
|
|
|
.reveal .controls {
|
|
|
|
left: 10px;
|
|
|
|
right: auto; }
|
|
|
|
|
|
|
|
.reveal div.navigate-right, .reveal div.navigate-left, .reveal div.navigate-up, .reveal div.navigate-down {
|
|
|
|
display: none; }
|
|
|
|
|
|
|
|
.reveal div.navigate-down.enabled {
|
|
|
|
left: 21px !important;
|
|
|
|
top: 76px !important;
|
|
|
|
display: block; }
|