reveal-js-base-theme/css/theme/phyks.css

309 lines
8.3 KiB
CSS

/**
* 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; }
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local("Open Sans"), local("OpenSans"), url("../../lib/font/open-sans-regular.woff") format("woff"); }
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../../lib/font/open-sans-bold.woff") format("woff"); }
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../../lib/font/open-sans-italic.woff") format("woff"); }
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
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"); }
/*********************************************
* GLOBAL STYLES
*********************************************/
body {
background: #0b5662;
background-color: #0b5662; }
.reveal {
font-family: "Open Sans", sans-serif;
font-size: 30px;
font-weight: normal;
letter-spacing: -0.02em;
color: #eeeeee; }
::selection {
color: #0b5662;
background: white;
text-shadow: none; }
/*********************************************
* HEADERS
*********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
margin: 0 0 20px 0;
color: #e2aa3b;
font-family: "League Gothic", Impact, sans-serif;
line-height: 0.9em;
letter-spacing: 0.02em;
text-transform: none;
text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }
.reveal h1 {
text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }
/*********************************************
* LINKS
*********************************************/
.reveal a:not(.image) {
color: #e2aa3b;
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 {
color: #33c067;
text-shadow: none;
border: none; }
.reveal .roll span:after {
color: #fff;
background: #b6821b; }
/*********************************************
* 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);
border-color: #e2aa3b;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
/*********************************************
* NAVIGATION CONTROLS
*********************************************/
.reveal .controls div.navigate-left,
.reveal .controls div.navigate-left.enabled {
border-right-color: #e2aa3b; }
.reveal .controls div.navigate-right,
.reveal .controls div.navigate-right.enabled {
border-left-color: #e2aa3b; }
.reveal .controls div.navigate-up,
.reveal .controls div.navigate-up.enabled {
border-bottom-color: #e2aa3b; }
.reveal .controls div.navigate-down,
.reveal .controls div.navigate-down.enabled {
border-top-color: #e2aa3b; }
.reveal .controls div.navigate-left.enabled:hover {
border-right-color: #33c067; }
.reveal .controls div.navigate-right.enabled:hover {
border-left-color: #33c067; }
.reveal .controls div.navigate-up.enabled:hover {
border-bottom-color: #33c067; }
.reveal .controls div.navigate-down.enabled:hover {
border-top-color: #33c067; }
/*********************************************
* PROGRESS BAR
*********************************************/
.reveal .progress {
background: rgba(0, 0, 0, 0.2); }
.reveal .progress span {
background: #e2aa3b;
-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 {
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; }