<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    background-color: #282a36;
    /*margin: 10px 13px 10px 13px;*/
    overflow: hidden;
}

body {}

ul{
  padding: 1em;
}
a {
    color: #fff;
    text-decoration: none;

}
a:hover {
    color: #a7d8ff;
}
a img {
    border: none;
}
p {
    margin-bottom: 9px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    line-height: 36px;
}
h1 {
    margin-bottom: 18px;
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 13px;
}
hr {
    margin: 0 0 19px;
    border: 0;
    border-bottom: 1px solid #ccc;
}
blockquote {
    padding: 13px 13px 21px 15px;
    margin-bottom: 18px;
    font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
    font-style: italic;
}
blockquote:before {
    content:"\201C";
    font-size:40px;
    margin-left:-10px;
    font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
    color:#eee;
}
blockquote p {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    margin-bottom: 0;
    font-style: italic;
}
code, pre {
    font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
}
code {
  color: #ff4a14;
    padding: 1px 3px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
pre {
    display: block;
    padding: 14px;
    margin: 0 0 18px;
    line-height: 16px;
    font-size: 11px;
    border: 1px solid #bf370f;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
pre code {
    background-color: #282a36;
    color: #ff4a14;
    font-size: 11px;
    padding: 0;
}
@media screen and (min-width: 768px) {
    body {
        width: 748px;
        margin:10px auto;
    }
}

/* Obsidian style ported by Alexander Marenin (https://github.com/ioncreature) */
pre code {
    display: block; padding: 0.5em;
    background: #282B2E;
}

pre .keyword,
pre .literal,
pre .change,
pre .winutils,
pre .flow,
pre .lisp .title,
pre .clojure .built_in,
pre .nginx .title,
pre .css .id,
pre .tex .special {
    color: #93C763;
}

pre .number {
    color: #FFCD22;
}

pre code {
    color: #E0E2E4;
}

pre .css .tag,
pre .css .pseudo {
    color: #D0D2B5;
}

pre .attribute,
pre code .constant {
    color: #668BB0;
}

pre .xml .attribute {
    color: #B3B689;
}

pre .xml .tag .value {
    color: #E8E2B7;
}

pre .code,
pre .class .title,
pre .header {
    color: white;
}

pre .class,
pre .hexcolor {
    color: #93C763;
}

pre .regexp {
    color: #D39745;
}

pre .at_rule,
pre .at_rule .keyword {
    color: #A082BD;
}

pre .doctype {
    color: #557182;
}

pre .link_url,
pre .tag,
pre .tag .title,
pre .bullet,
pre .subst,
pre .emphasis,
pre .haskell .type,
pre .preprocessor,
pre .ruby .class .parent,
pre .built_in,
pre .sql .aggregate,
pre .django .template_tag,
pre .django .variable,
pre .smalltalk .class,
pre .javadoc,
pre .django .filter .argument,
pre .smalltalk .localvars,
pre .smalltalk .array,
pre .attr_selector,
pre .pseudo,
pre .addition,
pre .stream,
pre .envvar,
pre .apache .tag,
pre .apache .cbracket,
pre .tex .command,
pre .prompt {
    color: #8CBBAD;
}

pre .string {
    color: #EC7600;
}

pre .comment,
pre .java .annotation,
pre .blockquote,
pre .horizontal_rule,
pre .python .decorator,
pre .template_comment,
pre .pi,
pre .deletion,
pre .shebang,
pre .apache .sqbracket,
pre .tex .formula {
    color: #818E96;
}

pre .keyword,
pre .literal,
pre .css .id,
pre .phpdoc,
pre .title,
pre .header,
pre .haskell .type,
pre .vbscript .built_in,
pre .sql .aggregate,
pre .rsl .built_in,
pre .smalltalk .class,
pre .diff .header,
pre .chunk,
pre .winutils,
pre .bash .variable,
pre .apache .tag,
pre .tex .special,
pre .request,
pre .at_rule .keyword,
pre .status {
    font-weight: bold;
}

pre .coffeescript .javascript,
pre .javascript .xml,
pre .tex .formula,
pre .xml .javascript,
pre .xml .vbscript,
pre .xml .css,
pre .xml .cdata {
    opacity: 0.5;
}


.button {
  position: absolute;
  opacity: 0.25;
  font-size: 40px !important;
  z-index: 90;
  transition: 0.1s;
}

.button:hover {
  opacity: 0.5;
}
.button:active {
  opacity: 0.0;
}

.button.sharing {
  left: 50px;
  top: 4px;
  width: 100px;
  height: 100px;
  opacity: 1 !important;
}

.button.info {
  left: 6px;
  top: 4px;
}

.button.arrow-right {
  left: 136px;
  top: 4px;
}
.button.arrow-left {
  left: 93px;
  top: 4px;
}

.loading-container{
  z-index: 110;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  pointer-events: none;
}

.info-container {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;

  z-index: 90;
  padding: 10px;
  background-color: rgba(0,0,0,0.65);
  opacity: 0;
}

.infoSVG {
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  height:100%;
}

.sharing-button {
  z-index: 100;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 50%;
  max-width: 250px;
}

.sharing-container{
  max-width: 750px;
  right: 0px;
  position: absolute;
  bottom: -20%;
  /*left: 10px;*/
  background-color: rgba(0,0,0,0.0);
  z-index: 100;
}

.sharing-icons {
  padding: 5px 1.8%;
  transition: 0.1s;
  float: right;
  width: 10%;
  font-size: 22px;
  opacity: 1;
  bottom: 0px;
  background-color: 'rgba(0,0,0,0)' !important;
}

.sharing-icons:hover {
  /*padding: 10px 40px;*/
  background-color: 'rgba(0,0,0,1)' !important;
  opacity: 1;
}

.sharing-icons:active {
  /*padding: 45px 0px;*/
  opacity: 1;
  background-color: 'rgba(0,0,0,1)' !important;
}

.rolfes-berg {
  z-index: 100;
  position: absolute;
  left: 20px;
  bottom: 12px;
  opacity: 0.25;
  width: 30%;
  max-width: 200px;
  min-width: 100px;
  pointer-events: none;
}


.scene-select {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100px;
  height: 50%;
}


.scene-button {
  position: relative;
  height: 30%;
}

.app-container {

  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  overflow: hidden;
}

.debugDiv {
  color: white;
  position: absolute;
  left: 20px;
  top: 20px;
  transition: 0.25s;
  color: white;

}

.debugDiv:hover{
  /*color: red;*/
}

.infoOverlay {
  font-family:'Courier New';
  font-size: 10.0322;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.headtalk {
  z-index: 150;
  opacity: 0.5;
}



.featureFail {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  font-size: 36px;
  line-height: 40px;
  color: white;
  background-color: rgba(0,0,0,0.5);
  z-index: 1000;
  text-align: center;
  padding-top: 20%;
  background-color: rgba(0,0,0,0.5);
  z-index: 1000;
}</pre></body></html>