<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: DP Scanlations
Author: Scryren
Author URI: http://www.deathsvertigo.com
Version: 6
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800,400italic);
/* html, body {
  width: 100%;
  height: 100%; }  
*/
body {
  background-color: #171717;
  /*background-color: #222222;*/
  color: #bbbbbb;
  font-family: "Open sans", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.80rem; }

/* Links
   ================================== */
a:link, a:visited {
  color: #f5654c;
  /* f0af24 */ }

a:hover, a:focus {
  color: #fc2c32;
  /* f1c463 */ }

footer a:link, footer a:visited {
  color: inherit; }

footer a:hover, footer a:focus {
  color: inherit; }

.button:link, .button:visited, .button:hover, .button:focus {
  color: #ffffff !important;
  border-color: none; }

.button:link, .button:visited, .button:focus {
  background-color: #4f49ab; }

.button:hover {
  background-color: #2c60af; }

a:link,
a:visited,
a:hover,
a:focus {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  text-decoration: none; }

.button:link,
.button:visited,
.button:hover,
.button:focus {
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  text-decoration: none; }

/* Layout Backgrounds
   *********************************/
body {
  -moz-background-size: 100%;
  -moz-background-size: cover;
  -o-background-size: 100%;
  -o-background-size: cover;
  -webkit-background-size: 100%;
  -webkit-background-size: cover;
  background-attachment: fixed;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover; }

.masthead-bg {
  background-image: url("../images/dp-v6-hero-xl.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat; }

div.masthead-bg {
  min-height: 40vh; }

/* Buttons
   ================================== */
.button {
  font-weight: 600;
  font-family: "Open sans", Arial, sans-serif; }

/* Fonts
   ================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Arial, sans-serif; }

h1 {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase; }

h2 {
  color: #ffffff; }

h3 {
  color: #ffffff; }

h4 {
  color: #ffffff;
  margin-bottom: 0%;
  padding-top: 3%;
  padding-bottom: 0.5%; }

h5 {
  color: #ffffff;
  font-weight: 700; }

p {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  font-size: inherit;
  color: #bbbbbb; }

b {
  color: #f1f1f1; }

small {
  font-size: 80%; }

/* Footer
   ================================== */
#footer ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  text-align: center; }

#footer ul li {
  display: inline;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.85rem;
  color: #ffffff;
  font-weight: 700;
  margin: 0px;
  padding: 0px; }

#footer ul li &gt; a {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  color: #ffffff;
  padding: 0px 15px 0px 15px;
  display: inline-block; }

#footer ul li a:hover {
  color: #bbbbbb !important; }

/* Tutorial Pages
   ================================== */
.tutorial-callout {
  background-color: #171717;
  padding: 2em;
  margin: 3em; }

.tutorial-typesetting-callout {
  background-color: #171717;
  padding: 1em;
  margin: 1em; }

.tutorial-color-red {
  color: #f55c5c; }

.tutorial-color-purple {
  color: #bf6ff5; }

.tutorial-typesetting-table h4 {
  font-size: 1.25em;
  color: #ffffff;
  margin-bottom: 0%;
  padding-top: 0%;
  padding-bottom: 0.5%;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase; }

/* Navbar - Collapsed Only
   ================================== */
.navbar-customtheme .offcanvas, .navbar-customtheme .dropdown-item {
  background-color: #222222;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700; }

.offcanvas-title {
  color: #ffffff; }

.navbar-customtheme .navbar-nav .nav-link {
  color: #ffffff;
  padding: 10px; }

.navbar-customtheme .dropdown-item {
  color: #ffffff;
  padding-left: 30px; }

.navbar-customtheme .navbar-nav .nav-link:hover, .navbar-customtheme .dropdown-item:hover {
  color: #222222;
  background-color: #ffffff; }

.navbar-customtheme ul li {
  padding-bottom: 15px; }

.navbar-customtheme .offcanvas .dropdown-menu {
  background-color: #222222;
  border: none; }

.navbar-customtheme .navbar-toggler {
  border-width: 0px;
  color: rgba(255, 255, 255, 0); }

.navbar-customtheme .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar-customtheme .navbar-toggler {
  border-color: white; }

.navbar-customtheme .navbar-toggler-icon:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, .7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar-customtheme .navbar-toggler:hover {
  border-color: rgba(255, 255, 255, 0.7); }

/* Metadata
   ***************************************/
.metadata-icon {
  box-sizing: border-box;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: inline;
  float: right;
  margin: 5px 0px 0px 10px; }

.metadata-author {
  text-align: right;
  float: right;
  font-size: 90%; }
</pre></body></html>