<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "CP850";
@import url(../../../../lib/font/Arvo.html);
@import url(../../../../lib/font/OpenSans.html);
@import url(../../../../lib/font/font-awesome.html);
/**
 * OctoPrint theme for reveal.js.
 *
 * Copyright (C) 2013 Gina HĆ¤uĆge &lt;osd@foosel.net&gt;
 */
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  color: #69C95A !important; }

.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  text-transform: none !important; }

.reveal p,
.reveal ul,
.reveal ol {
  line-height: 1.4em; }

.reveal strong {
  font-size: 120%;
  color: #69C95A; }

.reveal a:not(.image),
.reveal a:not(.image):hover {
  text-decoration: underline !important; }

/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
  background: #072d00;
  background: -moz-radial-gradient(center, circle cover, #095b00 0%, #072d00 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #095b00), color-stop(100%, #072d00));
  background: -webkit-radial-gradient(center, circle cover, #095b00 0%, #072d00 100%);
  background: -o-radial-gradient(center, circle cover, #095b00 0%, #072d00 100%);
  background: -ms-radial-gradient(center, circle cover, #095b00 0%, #072d00 100%);
  background: radial-gradient(center, circle cover, #095b00 0%, #072d00 100%);
  background-color: #2b2b2b; }

.reveal {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 200;
  letter-spacing: -0.02em;
  color: #eeeeee; }

::selection {
  color: white;
  background: #ff5e99;
  text-shadow: none; }

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  margin: 0 0 30px 0;
  color: #eeeeee;
  font-family: Arvo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 0.9em;
  letter-spacing: 0.02em;
  font-weight: bold;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6); }

.reveal h1 {
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6); }

/*********************************************
 * LINKS
 *********************************************/
.reveal a:not(.image) {
  color: #69c95a;
  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: #47c932;
  text-shadow: none;
  border: none; }

.reveal .roll span:after {
  color: #fff;
  background: #44a235; }

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
  margin: 15px 0px;
  -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 section img.nobox {
  background: none;
  border: none;
  box-shadow: none; }

.reveal a:hover img {
  background: rgba(255, 255, 255, 0.2);
  border-color: #69c95a;
  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: #69c95a; }

.reveal .controls div.navigate-right,
.reveal .controls div.navigate-right.enabled {
  border-left-color: #69c95a; }

.reveal .controls div.navigate-up,
.reveal .controls div.navigate-up.enabled {
  border-bottom-color: #69c95a; }

.reveal .controls div.navigate-down,
.reveal .controls div.navigate-down.enabled {
  border-top-color: #69c95a; }

.reveal .controls div.navigate-left.enabled:hover {
  border-right-color: #47c932; }

.reveal .controls div.navigate-right.enabled:hover {
  border-left-color: #47c932; }

.reveal .controls div.navigate-up.enabled:hover {
  border-bottom-color: #47c932; }

.reveal .controls div.navigate-down.enabled:hover {
  border-top-color: #47c932; }

/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
  background: rgba(0, 0, 0, 0.2); }

.reveal .progress span {
  background: #69c95a;
  -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); }
</pre></body></html>