mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-06-07 14:03:33 +02:00
Bring in newest version of robot-lung theme
This commit is contained in:
@@ -62,7 +62,7 @@ Add the shortcode above the slide's content, below the `---`.
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{{< slide background-image="/images/alex-litvin-790876-unsplash.jpg" >}}
|
{{< slide background-image="/images/alex-litvin-790876-unsplash.jpg" background-color="#000000" >}}
|
||||||
|
|
||||||
## Custom slide 3
|
## Custom slide 3
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,3 @@
|
|||||||
<div class="line top"></div>
|
|
||||||
<div class="line bottom"></div>
|
|
||||||
<div class="line left"></div>
|
|
||||||
<div class="line right"></div>
|
|
||||||
|
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-24132749-1"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-24132749-1"></script>
|
||||||
<script>
|
<script>
|
||||||
window.dataLayer = window.dataLayer || [];
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
<div class="line top"></div>
|
||||||
|
<div class="line bottom"></div>
|
||||||
|
<div class="line left"></div>
|
||||||
|
<div class="line right"></div>
|
||||||
@@ -76,6 +76,9 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
|||||||
.line.right {
|
.line.right {
|
||||||
width: 15px; } }
|
width: 15px; } }
|
||||||
|
|
||||||
|
.reveal.has-dark-background .line {
|
||||||
|
display: none; }
|
||||||
|
|
||||||
/*********************************************
|
/*********************************************
|
||||||
* GLOBAL STYLES
|
* GLOBAL STYLES
|
||||||
*********************************************/
|
*********************************************/
|
||||||
@@ -331,3 +334,7 @@ body {
|
|||||||
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
|
-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);
|
-moz-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); }
|
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
|
||||||
|
|
||||||
|
.reveal .progress {
|
||||||
|
z-index: 1000;
|
||||||
|
color: #FF80A1; }
|
||||||
|
|||||||
@@ -76,6 +76,9 @@ section.has-light-background, section.has-light-background h1, section.has-light
|
|||||||
.line.right {
|
.line.right {
|
||||||
width: 15px; } }
|
width: 15px; } }
|
||||||
|
|
||||||
|
.reveal.has-dark-background .line {
|
||||||
|
display: none; }
|
||||||
|
|
||||||
/*********************************************
|
/*********************************************
|
||||||
* GLOBAL STYLES
|
* GLOBAL STYLES
|
||||||
*********************************************/
|
*********************************************/
|
||||||
@@ -331,3 +334,7 @@ body {
|
|||||||
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
|
-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);
|
-moz-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); }
|
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
|
||||||
|
|
||||||
|
.reveal .progress {
|
||||||
|
z-index: 1000;
|
||||||
|
color: #FF80A1; }
|
||||||
|
|||||||
Reference in New Issue
Block a user