<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0px;
  padding: 0px;
}

html {
  height: 100%;
}

body {
  background: white;
  height: 100%;

  font-family: Verdana, sans-serif;
}

a { 
  text-decoration: none;
  color: #01c5c9;
}

a:visited {
  color: #01c5c9;
}

hr {
  border: 0px;
  background-color: #063d3e;
  height: 1px;
  margin: 15px;
}

.red {
  color: darkred;
}

.orange {
  color: orange;
}

.green {
  color: darkgreen;
}

/* Header */

#header {
  background-image: url('images/header.png');
  background-repeat: repeat;
  padding-top: 20px;
  text-align: center;
  height: 200px;
}

#container {
  padding-bottom: 20px;
}

#star {
  vertical-align: middle;
}

#title {
  color: #01dfe4;
  font-size: 80px;
  font-weight: bold;
  vertical-align: middle;
  padding-right: 160px;
  padding-left: 10px;
}

#r {
  font-size: 14px;
  font-weight: normal;
}

#quote {
  color: #ddd;
  text-align: center;
  font-size: 15px;
  width: 575px;
  margin: auto;
  position: relative;
  top: -45px;
  padding-left: 100px;
  
}

/* Patreon */

#patreon {
  font-family: impact;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

#patreon img {
  margin-bottom: 5px;
  height: 40px;
  width: 40px;
  vertical-align: middle;
}

#patreon-dark {
  color: #404040;
}

#patreon-orange {
  color: #ff5900;
}


/* Navigation */

#navigation ul {
  margin: 0px;
  padding: 0px;
  background: #063d3e;
  color: #01dfe4;
  font-size: 20px;
  font-weight: bold;
  list-style: none;
  text-align: center;
}

#navigation li {
  margin: 0px;
  display: inline;
}

#navigation li a {
  color: #01dfe4;
  text-decoration: none;
  display: inline-block;
  padding: 10px 30px 10px 30px;
}

#navigation li a:hover {
  background: #071d1e;
}

#navigation li a#selected {
  background: #071d1e;
}

/* Content */

#content {
  padding: 20px 40px 20px 40px;
  margin: 0 auto;
  width: 800px;
}

#content img {
  padding: 10px;
}

#content blockquote {
  margin: 20px;
  padding: 10px;
  background: #eee;
  border-left: 3px solid #063d3e;
  font-size: 14px;
}

#content blockquote img {
  display: inline;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
  padding-bottom: 5px;
}

#content p {
 margin: 10px 5px;
}

#content ul {
  margin-left: 30px;
  list-style: square;
}

#content h4 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 17px;
}

#content h3 {
  margin-top: 5px;
  margin-bottom: 5px;
}

#content pre {
  background: #eee;
  padding: 15px;
  margin: 15px;
}

/* Copyright */

#copyright {
  color: #ccc;
  text-align: center;
  margin: 30px auto;
  width: 800px;
}

/* Post */

.post {
  padding-bottom: 20px;
  margin-bottom:  20px;

  border-bottom: 1px solid #bbb;
}

.prev {
  float: left;
  font-size: 15px;
  font-weight: bold;
}

.next {
  float: right;
  font-size: 15px;
  font-weight: bold;
}

.posted-at {
  float: right;
  font-size: 13px;
  font-weight: bold;
}

.snippet {
  padding-bottom: 10px;
  margin-top:     10px;
  margin-bottom:  10px;

  border-bottom: 1px solid #063d3e;
}

.read-more {
  text-align: right;
  font-size: 13px;
  font-weight: bold;
}

.tags {
  text-align: right;
  font-size: 13px;
  font-weight: bold;
}

/* Contact */

#contact {
  text-align: center;
}
</pre></body></html>