<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Site Background */

body{background-color: #000000;}

/* Site Title */

header.theme div#siteInfo h1{color: #FFFFFF;}

/* Site Slogan */

header.theme div#siteInfo span{color: #ADADAD;}

/* Social Icons */

#container #si-r a,#si-l a{color: #FFFFFF;}

/* Borders */

#navTrigger{border-color:#ADADAD;color:#AAAAAA;}
hr.theme{border-top-color:#ADADAD;}
nav.theme &gt; ul:hover{border-bottom-color:#ADADAD !important;}
nav.theme &gt; ul ul{border-color:#ADADAD;}

.filesharing-item-title,
form &gt; div &gt; .form-input-field,
form &gt; div &gt; input.form-input-button[type="reset"],
form &gt; div &gt; input.form-input-button[type="submit"]{border:1px solid #ADADAD;}

/* Borders Hover */

nav.theme.open,
#navTrigger:hover{border-color:#FFFFFF;color:#FFFFFF;}

/* Scroll bar */

.ps-scrollbar-y-rail,
.ps-scrollbar-y{background:#ADADAD;}
code{border-color:#ADADAD;}
blockquote p{border-left-color:#ADADAD;}
#con-above .padding{border-bottom-color:#ADADAD;}
#con-below .padding,.blog-entry{border-bottom-color:#ADADAD;}


/* Content Background */

.spinner,
body.center #container-inner,
body.center nav.theme.d&gt;ul&gt;li a,
body.center nav.theme.d&gt;ul&gt;li&gt;ul,
#container,
#theme-content,
#theme-content:before{background-color: #000000;}

/* Content Headings */

section.theme h1,
section.theme h2,
section.theme h3,
section.theme h4,
section.theme h5,
section.theme h6,
h1.blog-entry-title,
h1.blog-entry-title a,
#blog-categories:before,
#blog-archives:before,
ul.blog-tag-cloud:before,
#blog-rss-feeds:before,
.movie-page-title, 
.album-title{color: #FFFFFF;}

/* Content Text */

#container,
form &gt; div &gt; .form-input-field,
form &gt; div &gt; input.form-input-button[type="reset"],
form &gt; div &gt; input.form-input-button[type="submit"]{color: #ADADAD;}

/* Content Links */

#container a{color: #2F4CC4;}
#container a:hover{color: #5572EA;}
@media (max-width: 500px){
	body{background: #000000;}
	#theme-content #container #container-inner #si-r a{
		color: #2F4CC4;
	}
}


/* Sidebar Text  */

.pt-page-2 aside.theme{color: #FFFFFF;}
.pt-page-2 aside.theme a{color: #2F4CC4;}

/* Navigation Background */
.pt-page-1{background-color: #474747;}
.pt-page-1 ul a{color: #FFFFFF;}</pre></body></html>