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

.ContextualPopup, .icon-browser {
    background: #111111;
    color: #44cc44;
    }

.ContextualPopup a, .icon-browser a { color: #eecc33; }
.ContextualPopup a:visited { color: #bb9900; }
.ContextualPopup a:hover { color: ; }
.ContextualPopup a:active { color: #66cccc; }

H1, H2, H3 {
    margin: .25em 0;
    padding: .25em 0;
}

h1, h2, h3, h4, h5, h6 {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

img {
    border: none;
}

hr {
    display: none;
}
.entry-content hr,
.comment-content hr {
    display: block;
    margin: 1em 10%;
}

body {
    font-family: Verdana, Helvetica, sans-serif; font-size: 100%;
    padding: 0;
    background: #000000 url("https://www.dreamwidth.org/img/styles/modular/amberandgreen-background.png")  ;
    color: #44cc44;
background-color: #000000;
border: solid 1px #444444;

}

#canvas {
    margin-left: 0em;
    margin-right: 0em;
}

a { color: #eecc33;
 }
a:visited { color: #bb9900;
 }
a:hover {  }
a:active { color: #66cccc;
 }

q { font-style: italic; }

/* #content layout */
#content { float: none; }
@media only screen and (min-width: 45em) {
    .two-columns-left #content,
    .three-columns-sides #content {
        border-left: 15em solid transparent;
    }
    .two-columns-right #content,
    .three-columns-sides #content {
        border-right: 15em solid transparent;
    }
    .three-columns-left #content {
        border-left: 30em solid transparent;
    }
    .three-columns-right #content {
        border-right: 30em solid transparent;
    }
    .column-right #content {
        min-width: 15em; /* prevents sidebar overlap of entry, when entry becomes narrower than sidebar */
    }
}

#content-footer {
    height: 0;
    font-size: 0; /*to make IE happy*/
    clear: both;
}

#header, #footer {
    margin: 0;
    clear: both;
    padding: .5em;
}

#header {
    background: #333333;
    color: #eeeeee;

}

h1#title {
    font-family: 'Century Gothic', Verdana, sans-serif, Verdana, Helvetica, sans-serif; 
}

h2#subtitle,
h2#pagetitle {
    font-family: 'Century Gothic', Verdana, sans-serif, Verdana, Helvetica, sans-serif; 
}

#footer {
    background: #333333;
}

#footer a {  }
#footer a:visited {  }
#footer a:hover {  }
#footer a:active {  }

#primary {
    width:100%;
    margin-right:-100%;
    margin-left: 0;
}

#primary &gt; .inner:first-child, #secondary &gt; .inner:first-child, #tertiary &gt; .inner:first-child {
    padding: 1em;
}

/* modules layout */
#primary { float: none; }
#secondary, #tertiary { width: 100%; }

@media only screen and (min-width: 45em) {
    .multiple-columns #primary {
        float: left;
    }

    .two-columns-left #secondary,
    .three-columns-sides #secondary {
        float: left;
        width: 15em;
        margin-left: -15em;
    }
    .two-columns-right #secondary {
        float: right;
        width: 15em;
        margin-right: -15em;
    }
    .three-columns-left #secondary {
        float: left;
        width: 15em;
        margin-left: -30em;
    }
    .three-columns-right #secondary {
        float: right;
        width: 15em;
        margin-right: -15em;
    }

    .two-columns #tertiary {
        clear: both;
        width: auto;
    }
    .two-columns-left #tertiary { margin-left: -15em; }
    .two-columns-right #tertiary { margin-right: -15em; }
    .two-columns #tertiary .module {
        float: left;
        width: 15em;
    }
    .three-columns-left #tertiary {
        float: left;
        width: 15em;
        margin-left: -15em;
    }
    .three-columns-right #tertiary {
        float: right;
        width: 15em;
        margin-right: -30em;
        margin-left: 15em; /* so that #tertiary won't overlay #secondary in IE7 */
    }
    .three-columns-sides #tertiary {
        float: right;
        width: 15em;
        margin-right: -15em;
    }
}

.navigation ul {
    margin-left: 0;
    padding-left: 0;
}
.navigation li {
    display: inline;
    padding: 0 .5em;
}
.noentries {
    padding: 0 .5em;
}

/* entries */

.entry {
    background: #111111;
    background-color: #111111;
border: solid 1px #444444;

}

.entry .entry-title {
    font-family: 'Century Gothic', Verdana, sans-serif, Verdana, Helvetica, sans-serif; 
}

.entry .entry-title, .entry .entry-title a {
    color: #eeeeee;
background-color: #333333;

}

.no-subject .entry .entry-title {
    background: none;
    border: none;
}

.entry .contents {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.entry a {  }
.entry a:visited {  }
.entry a:hover {  }
.entry a:active {  }

/* ensure comment content stretches out horizontally so it's readable */
.comment-content:before {
    content: "";
    display: block;
    overflow: hidden;
    width: 10em;
}
.comment-content { border-top: 1px transparent solid; } /* for firefox */

/* Don't add space after last element in an entry/comment. Avoids extra gaps */
/* if there's paragraph tags (markdown) instead of text nodes (casual HTML). */
.entry-content &gt; :last-child,
.comment-content &gt; :last-child {
    margin-bottom: 0;
}

/* To prevent overlapping when icon's on the left */
/* and list is the first thing in content */
.entry-content li,
.comment-content li {
    list-style-position: inside;
    }

.metadata ul {
    display: inline;
    list-style: none;
    margin-left: .5em;
    padding-left: 0;
}
.metadata li {
    margin-bottom: .5em;
}
.metadata.top-metadata ul {
    margin: 0;
}
.metadata.top-metadata {
    margin-bottom: 1em;
}

.metadata-item, .poster-ip {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.tag ul {
    display: inline;
    margin-left: 0;
    padding-left: 0;
}

.tag ul li {
    display: inline;
} /* same for month view */

ul.entry-management-links {
    margin-left: 0;
    padding-left: 0;
}
ul.entry-management-links li {
    display: inline;
    padding: 0 .25em;
}

ul.entry-interaction-links {
    margin-left: 0;
    padding-left: 0;
    text-align: right;
}

.entry-interaction-links a, .entry-management-links a {  }
.entry-interaction-links a:visited, .entry-management-links a:visited {  }
.entry-interaction-links a:hover, .entry-management-links a:hover {  }
.entry-interaction-links a:active, .entry-management-links a:active {  }

ul.entry-interaction-links li {
    display: inline;
    padding: 0 .25em;
}

/* comments */

.comment-posted {font-weight:bold;}



.comment-wrapper {
    padding: .5em 0;
    min-width: 15em;
}

.comment .admin-poster {
    white-space: nowrap;
}

.comment .comment-title {
    font-family: 'Century Gothic', Verdana, sans-serif, Verdana, Helvetica, sans-serif; 
    margin: 0;
}

.comment .comment-title, .comment .comment-title a {
    background-color: #333333;

}

.no-subject .comment .comment-title {
    background: none;
    border: none;
}

.comment .contents {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

ul.comment-management-links {
    margin-left: 0;
    padding-left: 0;
    text-align: right;
}
ul.comment-management-links li {
    display: inline;
    padding: 0 .25em;
}

ul.comment-interaction-links {
    margin-left: 0;
    padding-left: 0;
}
ul.comment-interaction-links li {
    display: inline;
    padding: 0 .25em;
}

textarea#commenttext {
    width: 100%; /* fix for FF form width glitch */
}

/* archive */

table.month {
    margin: 0 auto;
    border-collapse: collapse;
}
table.month td {
    height: 3.25em;
}
table.month td,
table.month th {
    border: 1px solid; /* ? */
    padding: 3px;
}
table.month td p {
    margin: 0;
    padding: 3px;
}

.month dl dt {
    font-weight: bold;
}
.month dl .time {
    padding-right: .5em;
}
.month dl h3 {
    display: inline;
    font-size: medium;
}
.page-month .month .entry-poster {
    margin-right: .5em;
}
.month dl .tag ul {
    margin-top: 0;
}

/* icons */

.sorting-options ul {
    margin-left: 0;
}

.sorting-options ul li {
    display: inline;
}

.icon-keywords ul {
    display: inline;
    margin-left: 0;
    padding-left: 0;
}

.icon-keywords ul li {
    display: inline;
}

/* modules */

.module {
    background: #111111;
    background-color: #111111;
border: solid 1px #444444;

}

.module a {  }
.module a:visited {  }
.module a:hover {  }
.module a:active {  }

.module h2 {
    color: #eeeeee;
background-color: #333333;

    font-family: 'Century Gothic', Verdana, sans-serif, Verdana, Helvetica, sans-serif; 
}

.module-content {
    font-family: Verdana, Helvetica, sans-serif; 
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.module-content ul {
    list-style: outside;
    margin-left: 1em;
    padding-left: 0;
}
.module-content li {
    margin: .5em 0;
}

ul.userlite-interaction-links.icon-links {
    margin-left: 0;
    padding-left: 0;
}

ul.userlite-interaction-links.icon-links li {
    display: inline;
    padding: 0 .20em;
}

ul.userlite-interaction-links.text-links {
    text-align: left;
}

.any-column .module-calendar table { margin: 0; }
.module-calendar .module-content { text-align: left; }
@media only screen and (min-width: 45em) {
    .multiple-columns .module-calendar .module-content {
        text-align: center;
    }

    .multiple-columns .module-calendar table {
        margin: 0 auto;
    }

    .multiple-columns .module-syndicate .module-content {
        text-align: center;
    }
}

.module-calendar td {
    padding: 1px;
}
.module-calendar td a {
    display: block;
    padding: 2px;
}

.search-box {
    margin: .2em auto;
    max-width: 100%;
}

.search-form .search-box-item,
.search-form .search-button-item {
    display: block
}

.search-form .comment_search_checkbox_item {
    display: inline
}

/* wrap long content, particularly openid usernames */
.module-pagesummary .ljuser {
    white-space: normal !important;
}
.module-pagesummary .module-content {
    word-wrap: break-word;
}

.module-credit .category-title {
    font-weight: bold;
}

.tags_cloud li, .module-tags_cloud li { display: inline; }

/* avoid Dramatic Woodchuck zoom effect on form fields (polls, search, etc.) */
@media (pointer: coarse) {
    input[type="text"], select {
        font-size: 16px;
    }
}


             .entry .userpic,
             .comment .userpic {
                 text-align: right;
                 }

             /* Don't add extra height at bottom of userpic box */
             .userpic a {
                display: block;
                line-height: 0;
                }
             

#header .module-wrapper {display: none;}
    

/* Modular
/* by branchandroot
******************************/

blockquote { padding: 1em 1em .5em 2em;
    font-style: italic;  }
blockquote &gt; p:first-child { margin-top: 0; }
dl dt { font-weight: bold; }

h1, h2, h3, h4 {
    font-weight: normal;
    padding-left: .25em;
    padding-right: .25em;
    }

.tags-container h2,
.page-archive h3,
.page-day h3.day-date {
    font-family: 'Century Gothic', Verdana, sans-serif;
    }

h1#title a {
    color: #eeeeee;
    }

h1#title a,
.entry-title a,
.comment-title a { text-decoration: none; }

a:hover { text-decoration: none; }

#header,
#footer,
.navigation ul,
.entry,
.comment,
.module,
.year .month,
#archive-month .month,
.day .day-date,
.bottomcomment,
.tags-container,
table.talkform,
.comment-pages {
    border-radius: 1em;
    }

.entry .header,
.comment .header,
.module-header,
.month .header {
    border-radius: 1em 1em 0 0;
    }

body { margin: 0; }

#canvas { position: relative;
    margin: 1em 2%;
    padding: 1px;
    }

/* Header-Footer */

#header,
#footer { margin: 1em;
    border: 1px solid #444444;
    }

/* Content */

.navigation ul,
.day .day-date,
.bottomcomment,
.tags-container,
table.talkform,
.comment-pages { background-color: #111111;
    border: 1px solid #444444;
    padding: .5em;
    }

.navigation { text-align: center; }

.bottomcomment { padding: 0 .25em .25em .25em;
    margin-top: 1em;
    }

.tags-container { padding: .5em 1em; }

table.talkform { padding: 1em;
    width: 100%;
    }

.topnav ul { margin-bottom: 1.5em; }

#primary &gt; .inner:first-child { padding: 0 .5em; }

#content {
    margin-left: .5em;
    margin-right: .5em;
    }

#secondary &gt; .inner:first-child,
#tertiary &gt; .inner:first-child {
    padding-left: .5em;
    padding-right: .5em;
    }

@media only screen and (min-width: 45em) {
    .column-left #content {
        margin-left: 0;
    }

    .column-right #content {
        margin-right: 0;
    }

    .multiple-columns #secondary &gt; .inner:first-child,
    .multiple-columns #tertiary &gt; .inner:first-child {
        padding-left: 1em;
        padding-right: 1em;
    }
}

/* Entries */

.entry { margin: 1em 0 1.5em 0; }

.entry .contents,
.comment .contents { padding: .5em 1em; }

.entry .header .datetime,
.entry .metadata,
.entry .footer .inner { font-size: small; }

.entry .header { background-color: #333333;
    padding: 1px .5em .5em .5em;
    }

.entry .header .datetime { color: #eeeeee; }
.entry .header .datetime a { color: #eeeeee; }

.entry .userpic,
        .comment .userpic { float: right; }

.entry .userpic img, .comment .userpic img { display:block;}

.entry .userpic {
    margin: -1em 0 .5em 0;
    padding: 0 8px 8px 8px;
    background-color: #333333;
    }
.page-recent .entry .userpic,
.page-day .entry .userpic { margin-top: -1.5em; }
@media only screen and (min-width: 45em) {
    .entry .userpic { margin: -2em 10px .5em 10px; }

    .page-recent .entry .userpic,
    .page-day .entry .userpic { margin-top: -2.5em; }
}

.entry-content { margin-top: 1em; }

.entry .metadata { font-style: italic;
    margin-bottom: -1.5em;
    }
.entry .metadata.top-metadata { margin-top: 1em; margin-bottom: 0; }

.entry .footer,
.comment .footer { padding: .5em .5em 1em .5em;
    clear: both;
    }

.entry .tag { margin-bottom: .5em; }

.entry .footer { overflow: auto; /* Keeps floated element inside */ }

ul.entry-management-links,
.comment-management-links { float: left;
    margin-top: .5em;
    margin-bottom: .5em;
    }

ul.entry-interaction-links,
.comment-interaction-links { text-align: right;
    margin-right: .5em;
    margin-top: .5em;
    margin-bottom: .5em;
    }

/* Comments */

.comment-pages { margin: 1em 0;
    text-align: center;
    }

.comment-thread { margin-left: 1.5em; }
.comment-depth-1 { margin-left: 0; }

.comment { border-color: #444444;
    border-width: 1px;
    border-style: solid;
    background-color: #111111;
    min-width: 12em;
    }

.comment .header { background-color: #333333;
    padding: .25em .5em;
    }

.comment .header .datetime,
.comment-title a { color: #eeeeee; }

.comment .userpic {
    margin: -.5em 0 .5em 0;
    padding: 0 5px 5px 5px;
    background-color: #333333;
    }

@media only screen and (min-width: 45em) {
    .comment .userpic {
        margin: -1.5em 10px .5em 10px;
    }
}

.poster-ip { font-size: small;
    font-style: italic;
    }

.comment-content { margin-top: 1em; }

.multiform-checkbox { clear: both;
    display: block;
    }

.partial .comment { padding: .25em .5em; }

.partial .comment-title {
    background-color: transparent;
    display: inline;
    margin-right: .2em;
    }

.partial .comment-poster:before {
   content: "- ";
   }

.partial .comment-title a {color: #44cc44; }

#qrformdiv { clear: both;
    margin: .5em; }

/* Archives */

.year .month,
#archive-month .month { background-color: #111111;
    border: 1px solid #444444;
    margin-bottom: 2em;
    }

.month .contents { padding: 1em .5em 0 .5em; }
.month .footer { padding: 0 .5em 1em .5em;
    }

.month .header { background-color: #333333;
    color: #eeeeee;
    padding: 1px .25em;
    }

table.month td,
table.month th { vertical-align: top;
    padding: .25em .5em;
    }

table.month caption { color: #111111; }

#archive-month .month { padding: 0 1em; }

#archive-month .entry-title { font-weight: bold; }

/* icons */

.icons-container {
    background-color: #111111;
    border: 1px solid #444444;
    border-radius: 1em;
    color: ;
    margin: 1em 0 1.5em 0;
    }

.icons-container a {
    color: ;
    }

.icons-container a:visited {
    color: ;
    }

.icons-container a:hover {
    color: ;
    }

.icons-container a:active {
    color: ;
    }

.icons-container .header {
    background-color: #333333;
    color: #eeeeee;
    border-radius: 1em 1em 0 0;
    padding: 1px .5em .5em;
    }

/* Reset font size to H3 */
/* But use entry title font if set */
.icons-container h2 {
    font-size: 1.17em;
    font-family: 'Century Gothic', Verdana, sans-serif, Verdana, Helvetica, sans-serif; ;
    margin-bottom: 0;
    }

.icons-container .contents {
    padding: .5em 1em;
    }

.icons-container .footer {
    padding: .5em .5em 1em;
    }

.sorting-options ul {
    padding-left: 0;
    text-align: center;
    }

.icons-container .icon {
    margin: 1em 0;
    }

.icon-image {
    float: left;
    clear: left;
    margin-bottom: .25em;
    min-width: 100px;
    padding-right: 1em;
    }

.icon-info {
    min-height: 100px;
    }

.icon-info span {
    font-weight: bold;
    }

.icon-info .default {
    text-decoration: underline;
    }

/* Sidebars */

@media only screen and (min-width: 45em) {
    .two-columns #tertiary .module { margin: 1em 1em 1em 0; }
}

.module { margin: 0 0 1.5em 0; }

.module-header { font-size: medium;
    padding: .25em .5em;
    margin: 0;
    }
.module-header a { color: #eeeeee; }

.module-content { padding: .5em; }

.module-content ul,
.module-list { list-style: none;
    margin: 0; padding: 0;
    }

.module-content ul ul { margin-left: 1em; }

.module-content &gt; ul:first-child { margin-top: -.5em; }

ul.userlite-interaction-links { margin-top: .5em; }

.module-userprofile .module-content { text-align: center; }

#header .module-navlinks {
    background-color: transparent;
    border: none;
    margin-bottom: 0;
    margin-right: 1em;
    text-align: right;
    }

#header .module-navlinks .module-content {
    padding: .5em 0 0;
    }

#header .module-navlinks li {
    border-left: 1px solid #eeeeee;
    display: inline;
    padding-left: .5em;
    }

#header .module-navlinks ul &gt; li:first-child {
    border-left: none;
    }

#header .module-navlinks .module-header {
    display: none;
    }

#header .module-navlinks a { color: #eeeeee; }
#header .module-navlinks a:visited { color: ; }
#header .module-navlinks a:hover { color: ; }
#header .module-navlinks a:active { color: ; }

.module-navlinks a.current {
    font-weight: bold;
    }


</pre></body></html>