|
@@ -15,30 +15,30 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
|
* GLOBAL STYLES
|
|
* GLOBAL STYLES
|
|
*********************************************/
|
|
*********************************************/
|
|
:root {
|
|
:root {
|
|
- --background-color: #2b2b2b;
|
|
|
|
- --main-font: Lato, sans-serif;
|
|
|
|
- --main-font-size: 40px;
|
|
|
|
- --main-color: #eee;
|
|
|
|
- --block-margin: 20px;
|
|
|
|
- --heading-margin: 0 0 20px 0;
|
|
|
|
- --heading-font: League Gothic, Impact, sans-serif;
|
|
|
|
- --heading-color: #eee;
|
|
|
|
- --heading-line-height: 1.2;
|
|
|
|
- --heading-letter-spacing: normal;
|
|
|
|
- --heading-text-transform: uppercase;
|
|
|
|
- --heading-text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
|
|
|
|
- --heading-font-weight: normal;
|
|
|
|
- --heading1-text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15);
|
|
|
|
- --heading1-size: 3.77em;
|
|
|
|
- --heading2-size: 2.11em;
|
|
|
|
- --heading3-size: 1.55em;
|
|
|
|
- --heading4-size: 1em;
|
|
|
|
- --code-font: monospace;
|
|
|
|
- --link-color: #13DAEC;
|
|
|
|
- --link-color-dark: #0d99a5;
|
|
|
|
- --link-color-hover: #71e9f4;
|
|
|
|
- --selection-background-color: #FF5E99;
|
|
|
|
- --selection-color: #fff;
|
|
|
|
|
|
+ --r-background-color: #2b2b2b;
|
|
|
|
+ --r-main-font: Lato, sans-serif;
|
|
|
|
+ --r-main-font-size: 40px;
|
|
|
|
+ --r-main-color: #eee;
|
|
|
|
+ --r-block-margin: 20px;
|
|
|
|
+ --r-heading-margin: 0 0 20px 0;
|
|
|
|
+ --r-heading-font: League Gothic, Impact, sans-serif;
|
|
|
|
+ --r-heading-color: #eee;
|
|
|
|
+ --r-heading-line-height: 1.2;
|
|
|
|
+ --r-heading-letter-spacing: normal;
|
|
|
|
+ --r-heading-text-transform: uppercase;
|
|
|
|
+ --r-heading-text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
|
|
|
|
+ --r-heading-font-weight: normal;
|
|
|
|
+ --r-heading1-text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15);
|
|
|
|
+ --r-heading1-size: 3.77em;
|
|
|
|
+ --r-heading2-size: 2.11em;
|
|
|
|
+ --r-heading3-size: 1.55em;
|
|
|
|
+ --r-heading4-size: 1em;
|
|
|
|
+ --r-code-font: monospace;
|
|
|
|
+ --r-link-color: #13DAEC;
|
|
|
|
+ --r-link-color-dark: #0d99a5;
|
|
|
|
+ --r-link-color-hover: #71e9f4;
|
|
|
|
+ --r-selection-background-color: #FF5E99;
|
|
|
|
+ --r-selection-color: #fff;
|
|
}
|
|
}
|
|
|
|
|
|
.reveal-viewport {
|
|
.reveal-viewport {
|
|
@@ -49,25 +49,25 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
|
background: -o-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
|
|
background: -o-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
|
|
background: -ms-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
|
|
background: -ms-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
|
|
background: radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
|
|
background: radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
|
|
- background-color: var(--background-color);
|
|
|
|
|
|
+ background-color: var(--r-background-color);
|
|
}
|
|
}
|
|
|
|
|
|
.reveal {
|
|
.reveal {
|
|
- font-family: var(--main-font);
|
|
|
|
- font-size: var(--main-font-size);
|
|
|
|
|
|
+ font-family: var(--r-main-font);
|
|
|
|
+ font-size: var(--r-main-font-size);
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
- color: var(--main-color);
|
|
|
|
|
|
+ color: var(--r-main-color);
|
|
}
|
|
}
|
|
|
|
|
|
.reveal ::selection {
|
|
.reveal ::selection {
|
|
- color: var(--selection-color);
|
|
|
|
- background: var(--selection-background-color);
|
|
|
|
|
|
+ color: var(--r-selection-color);
|
|
|
|
+ background: var(--r-selection-background-color);
|
|
text-shadow: none;
|
|
text-shadow: none;
|
|
}
|
|
}
|
|
|
|
|
|
.reveal ::-moz-selection {
|
|
.reveal ::-moz-selection {
|
|
- color: var(--selection-color);
|
|
|
|
- background: var(--selection-background-color);
|
|
|
|
|
|
+ color: var(--r-selection-color);
|
|
|
|
+ background: var(--r-selection-background-color);
|
|
text-shadow: none;
|
|
text-shadow: none;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -86,42 +86,42 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
|
.reveal h4,
|
|
.reveal h4,
|
|
.reveal h5,
|
|
.reveal h5,
|
|
.reveal h6 {
|
|
.reveal h6 {
|
|
- margin: var(--heading-margin);
|
|
|
|
- color: var(--heading-color);
|
|
|
|
- font-family: var(--heading-font);
|
|
|
|
- font-weight: var(--heading-font-weight);
|
|
|
|
- line-height: var(--heading-line-height);
|
|
|
|
- letter-spacing: var(--heading-letter-spacing);
|
|
|
|
- text-transform: var(--heading-text-transform);
|
|
|
|
- text-shadow: var(--heading-text-shadow);
|
|
|
|
|
|
+ margin: var(--r-heading-margin);
|
|
|
|
+ color: var(--r-heading-color);
|
|
|
|
+ font-family: var(--r-heading-font);
|
|
|
|
+ font-weight: var(--r-heading-font-weight);
|
|
|
|
+ line-height: var(--r-heading-line-height);
|
|
|
|
+ letter-spacing: var(--r-heading-letter-spacing);
|
|
|
|
+ text-transform: var(--r-heading-text-transform);
|
|
|
|
+ text-shadow: var(--r-heading-text-shadow);
|
|
word-wrap: break-word;
|
|
word-wrap: break-word;
|
|
}
|
|
}
|
|
|
|
|
|
.reveal h1 {
|
|
.reveal h1 {
|
|
- font-size: var(--heading1-size);
|
|
|
|
|
|
+ font-size: var(--r-heading1-size);
|
|
}
|
|
}
|
|
|
|
|
|
.reveal h2 {
|
|
.reveal h2 {
|
|
- font-size: var(--heading2-size);
|
|
|
|
|
|
+ font-size: var(--r-heading2-size);
|
|
}
|
|
}
|
|
|
|
|
|
.reveal h3 {
|
|
.reveal h3 {
|
|
- font-size: var(--heading3-size);
|
|
|
|
|
|
+ font-size: var(--r-heading3-size);
|
|
}
|
|
}
|
|
|
|
|
|
.reveal h4 {
|
|
.reveal h4 {
|
|
- font-size: var(--heading4-size);
|
|
|
|
|
|
+ font-size: var(--r-heading4-size);
|
|
}
|
|
}
|
|
|
|
|
|
.reveal h1 {
|
|
.reveal h1 {
|
|
- text-shadow: var(--heading1-text-shadow);
|
|
|
|
|
|
+ text-shadow: var(--r-heading1-text-shadow);
|
|
}
|
|
}
|
|
|
|
|
|
/*********************************************
|
|
/*********************************************
|
|
* OTHER
|
|
* OTHER
|
|
*********************************************/
|
|
*********************************************/
|
|
.reveal p {
|
|
.reveal p {
|
|
- margin: var(--block-margin) 0;
|
|
|
|
|
|
+ margin: var(--r-block-margin) 0;
|
|
line-height: 1.3;
|
|
line-height: 1.3;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -196,7 +196,7 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
|
display: block;
|
|
display: block;
|
|
position: relative;
|
|
position: relative;
|
|
width: 70%;
|
|
width: 70%;
|
|
- margin: var(--block-margin) auto;
|
|
|
|
|
|
+ margin: var(--r-block-margin) auto;
|
|
padding: 5px;
|
|
padding: 5px;
|
|
font-style: italic;
|
|
font-style: italic;
|
|
background: rgba(255, 255, 255, 0.05);
|
|
background: rgba(255, 255, 255, 0.05);
|
|
@@ -216,17 +216,17 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
|
display: block;
|
|
display: block;
|
|
position: relative;
|
|
position: relative;
|
|
width: 90%;
|
|
width: 90%;
|
|
- margin: var(--block-margin) auto;
|
|
|
|
|
|
+ margin: var(--r-block-margin) auto;
|
|
text-align: left;
|
|
text-align: left;
|
|
font-size: 0.55em;
|
|
font-size: 0.55em;
|
|
- font-family: var(--code-font);
|
|
|
|
|
|
+ font-family: var(--r-code-font);
|
|
line-height: 1.2em;
|
|
line-height: 1.2em;
|
|
word-wrap: break-word;
|
|
word-wrap: break-word;
|
|
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
|
|
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
|
|
}
|
|
}
|
|
|
|
|
|
.reveal code {
|
|
.reveal code {
|
|
- font-family: var(--code-font);
|
|
|
|
|
|
+ font-family: var(--r-code-font);
|
|
text-transform: none;
|
|
text-transform: none;
|
|
tab-size: 2;
|
|
tab-size: 2;
|
|
}
|
|
}
|
|
@@ -301,34 +301,34 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
|
}
|
|
}
|
|
|
|
|
|
.reveal img {
|
|
.reveal img {
|
|
- margin: var(--block-margin) 0;
|
|
|
|
|
|
+ margin: var(--r-block-margin) 0;
|
|
}
|
|
}
|
|
|
|
|
|
/*********************************************
|
|
/*********************************************
|
|
* LINKS
|
|
* LINKS
|
|
*********************************************/
|
|
*********************************************/
|
|
.reveal a {
|
|
.reveal a {
|
|
- color: var(--link-color);
|
|
|
|
|
|
+ color: var(--r-link-color);
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
transition: color 0.15s ease;
|
|
transition: color 0.15s ease;
|
|
}
|
|
}
|
|
|
|
|
|
.reveal a:hover {
|
|
.reveal a:hover {
|
|
- color: var(--link-color-hover);
|
|
|
|
|
|
+ color: var(--r-link-color-hover);
|
|
text-shadow: none;
|
|
text-shadow: none;
|
|
border: none;
|
|
border: none;
|
|
}
|
|
}
|
|
|
|
|
|
.reveal .roll span:after {
|
|
.reveal .roll span:after {
|
|
color: #fff;
|
|
color: #fff;
|
|
- background: var(--link-color-dark);
|
|
|
|
|
|
+ background: var(--r-link-color-dark);
|
|
}
|
|
}
|
|
|
|
|
|
/*********************************************
|
|
/*********************************************
|
|
* Frame helper
|
|
* Frame helper
|
|
*********************************************/
|
|
*********************************************/
|
|
.reveal .r-frame {
|
|
.reveal .r-frame {
|
|
- border: 4px solid var(--main-color);
|
|
|
|
|
|
+ border: 4px solid var(--r-main-color);
|
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
|
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
|
|
}
|
|
}
|
|
|
|
|
|
@@ -337,7 +337,7 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
|
}
|
|
}
|
|
|
|
|
|
.reveal a:hover .r-frame {
|
|
.reveal a:hover .r-frame {
|
|
- border-color: var(--link-color);
|
|
|
|
|
|
+ border-color: var(--r-link-color);
|
|
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
|
|
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
|
|
}
|
|
}
|
|
|
|
|
|
@@ -345,7 +345,7 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
|
* NAVIGATION CONTROLS
|
|
* NAVIGATION CONTROLS
|
|
*********************************************/
|
|
*********************************************/
|
|
.reveal .controls {
|
|
.reveal .controls {
|
|
- color: var(--link-color);
|
|
|
|
|
|
+ color: var(--r-link-color);
|
|
}
|
|
}
|
|
|
|
|
|
/*********************************************
|
|
/*********************************************
|
|
@@ -353,7 +353,7 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
|
*********************************************/
|
|
*********************************************/
|
|
.reveal .progress {
|
|
.reveal .progress {
|
|
background: rgba(0, 0, 0, 0.2);
|
|
background: rgba(0, 0, 0, 0.2);
|
|
- color: var(--link-color);
|
|
|
|
|
|
+ color: var(--r-link-color);
|
|
}
|
|
}
|
|
|
|
|
|
/*********************************************
|
|
/*********************************************
|
|
@@ -361,6 +361,6 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
|
*********************************************/
|
|
*********************************************/
|
|
@media print {
|
|
@media print {
|
|
.backgrounds {
|
|
.backgrounds {
|
|
- background-color: var(--background-color);
|
|
|
|
|
|
+ background-color: var(--r-background-color);
|
|
}
|
|
}
|
|
}
|
|
}
|