<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: #424648;
    color: #ffffff;
    }

.ContextualPopup a, .icon-browser a { color: #c0cacb; }
.ContextualPopup a:visited { color: #c0cacb; }
.ContextualPopup a:hover { color: #dbdddc; }
.ContextualPopup a:active { color: #dbdddc; }

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: 'Trebuchet MS', sans-serif; font-size: 100%;
    padding: 0;
    background: #424648 url("https://www.dreamwidth.org/img/styles/pattern/aspreciousasrocks_bkg.png")  ;
    color: #ffffff;
background-color: #424648;

}

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

a { color: #c0cacb;
 }
a:visited { color: #c0cacb;
 }
a:hover { color: #dbdddc;
 }
a:active { color: #dbdddc;
 }

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: transparent;
    
}

h1#title {
    font-family: Georgia, 'Trebuchet MS', sans-serif; font-size: 2em;
}

h2#subtitle,
h2#pagetitle {
    font-family: Georgia, 'Trebuchet MS', sans-serif; font-size: 1.1em;
}

#footer {
    background: transparent;
}

#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: transparent;
    
}

.entry .entry-title {
    font-family: Georgia, 'Trebuchet MS', sans-serif; font-size: 1.2em;
}

.entry .entry-title, .entry .entry-title a {
    
}

.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: Georgia, 'Trebuchet MS', sans-serif; font-size: 1.1em;
    margin: 0;
}

.comment .comment-title, .comment .comment-title a {
    
}

.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: transparent;
    
}

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

.module h2 {
    
    font-family: Georgia, 'Trebuchet MS', sans-serif; font-size: 1.2em;
}

.module-content {
    font-family: 'Trebuchet MS', 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;
    }
}



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

/* Pattern
/* by ninetydegrees
******************************/

/* Main
******************************/

body {
    margin: 0;
}

hr,
.page-separator {
    display: none;
}

#canvas {
    margin: 0 auto;
}

/* Containers
******************************/

#header-wrapper,
#content {
    margin-left: 20%;
    margin-right: 20%;
}

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

#secondary {
    text-transform: lowercase;
}

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

#tertiary {
    text-transform: lowercase;
}

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

.one-column #secondary,
.one-column #tertiary,
.two-columns #tertiary {
    text-align: center;
}

/* Header
******************************/

#header {
    padding: .5em 0;
}

#header h1, #header h2 {
    font-style: italic;
    margin: 0;
    padding: 0;
    text-transform: lowercase;
}

#header h1 a {
    text-decoration: none;
}

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

#header h2 {
    line-height: 1em;
}


#header-content {
    border-right: 15em solid transparent;
}

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

#header-secondary {
    float: right;
    width: 15em;
    margin-right: -15em;
}

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

#header-#secondary &gt; .inner:first-child {
    padding: .5em;
}

#header-content {
    border-left: 15em solid transparent;
    border-right: 0;
}
#header-secondary {
    float: left;
    width: 15em;
    margin-left: -15em;
}
    


#title-content {
    border-right: 10.5em solid transparent;
}

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

#title-secondary {
    float: right;
    width: 10.5em;
    margin-right: -10.5em;
}


#header-footer {
    clear: both;
    font-size: 0; /*to make IE happy*/
    height: 0;
}
#header a {  }
#header a:visited {  }
#header a:hover {  }
#header a:active {  }

/* Navigation
******************************/

.navigation {
    text-align: center;
}

.navigation ul {
    margin: 0;
    padding: 0 1em;
}

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

.bottomnav ul {
    margin-top: 1.5em;
}

.navigation ul li {
    margin: 0;
    padding: 0 .2ch;
}

.navigation .page-back a::before {
    content: "&lt;&lt; ";
}

.navigation .page-forward a::after {
    content: " &gt;&gt;";
}

.navigation .page-separator {
    display: none;
}

/* Entries
******************************/

.entry {
    margin-bottom: .5em;
    padding: 1em;
}

.entry .header {
    background: transparent url("https://www.dreamwidth.org/img/styles/pattern/aspreciousasrocks_subj.png") no-repeat top left;
    min-height: 64px;
    padding-top: 1.1em; padding-left: 53px;
}

.entry .entry-title {
    display: inline;
    font-style: italic;
    line-height: 1em;  /* to make sure meta icons are vertically centered */
    padding: 0;
    padding: 0 0 0 .2em
    text-transform: lowercase;
}

.entry .access-filter,
.entry .restrictions {
    float: left;
    display: inline;
    padding-right: .2em;
}

.datetime {
    clear: both;
    display: block;
    font-style: italic;
    margin: .25em 0;
    text-align: right;
}

.entry .time::before {
    content: "@ ";
}

.entry .poster {
    display: block;
    font-family: Georgia, 'Trebuchet MS', sans-serif; font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 1em;
    text-transform: lowercase;
}

.entry .poster::before {
    content: "by ";
}

.poster.empty {
    display: none;
}

.entry .contents {
    min-height: 90px;
}

.entry-content { 
    margin-bottom: 1em;
    text-align: justify;
}

/* Make sure content isn't bigger than container */
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.entry .footer ul {
    margin: 0;
    padding: 0;
    text-align: right;
    text-transform: lowercase;
}

.entry .footer li {
    padding: 0 .1em;
}

.entry .footer .text-links li {
    padding: 0;
}

.entry .footer .text-links li::after {
    content: " #";
}

.entry .footer .text-links li:last-child::after {
    content: "";
}

/* Entry Metadata
******************************/

.metadata {
    font-style: italic;
    margin-bottom: 1em;
}

.metadata ul {
    margin: 0;
}

.metadata li {
    margin: 0;
    padding: 0;
}

/* Entry Tags
******************************/

.tag {
    background: transparent url("https://www.dreamwidth.org/img/styles/pattern/aspreciousasrocks_tags.png") no-repeat center left;
    min-height: 33px;
    margin-bottom: 1em;
    padding-top: .6em; padding-left: 24px;
}

/* Comments
******************************/

.comment {
    background: transparent;
    
    margin-bottom: .5em;
    padding: 1em;
}

#content &gt; .inner:first-child .comment a {  }
#content &gt; .inner:first-child .comment a:visited {  }
#content &gt; .inner:first-child .comment a:hover {  }
#content &gt; .inner:first-child .comment a:active {  }

.comment-poster {
    display: block;
    font-family: Georgia, 'Trebuchet MS', sans-serif; font-size: 1.1em;
    font-weight: bold;
    text-transform: lowercase;
}

.poster-ip {
    display: block;
}

.comment .contents {
    min-height: 90px;
}

.comment-content {
    margin-bottom: 1em;
    margin-top: 1em;
    text-align: justify;
}

.edittime {
    margin-top: 1em;
}

.comment .footer ul {
    margin: 0;
    padding: 0;
    text-align: right;
    text-transform: lowercase;
}

.comment .footer li {
    padding: 0 .1em;
}

.comment .footer .text-links li {
    padding: 0;
}

.comment .footer .text-links li::after {
    content: " #";
}

/* cmt_hide isn't last in the list */
/* hidden cmt_unhide comes after it */
.comment .footer .text-links li:last-child::after,
.comment .footer .text-links .cmt_hide::after {
    content: "";
}

.comment .multiform-checkbox {
    display: block;
    text-align: right;
    text-transform: lowercase;
}

.toppages,
.bottompages {
    padding: 0 1em;
    text-align: right;
}

.bottomcomment {
    margin: 1.5em 0;
    padding: 0 1em;
    text-align: right;
    text-transform: lowercase;
}

.bottomcomment ul {
    margin: 0;
    padding: 0;
}

.bottomcomment li {
    padding: 0 .1em;
}

.bottomcomment .text-links li {
    padding: 0;
}

.bottomcomment .text-links li::after {
    content: " .";
}

.bottomcomment .text-links li:last-child::after {
    content: "";
}

.partial .comment {
    padding: 0;
}

.partial .poster,
.partial .datetime {
    display: inline;
}

.partial .datetime + a {
    text-align: right;
    text-transform: lowercase;
}


.no-userpic .entry .userpic {
    background: transparent url("https://www.dreamwidth.org/img/profile_icons/user-small.png") no-repeat center;
    width: 75px;
    height: 75px;
}

.no-userpic .comment .userpic {
    background: transparent url("https://www.dreamwidth.org/img/profile_icons/user-small.png") no-repeat center;
    width: 75px;
    height: 75px;
}

.entry .header,
.entry-poster,
.entry-content,
.entry .metadata,
.entry .footer {
    margin-left: 90px;
}

.comment .header,
.full .comment .poster,
.poster-ip,
.comment-content,
.comment .footer,
.comment-pages.toppages {
    margin-left: 90px;
}

.entry .userpic {
    float: left;
}

.comment .userpic {
    display: block;
    float: left;
}



/* Reply
******************************/

#postform {
    
    padding-right: 1em;
}

#content &gt; .inner:first-child #postform a {  }
#content &gt; .inner:first-child #postform a:visited {  }
#content &gt; .inner:first-child #postform a:hover {  }
#content &gt; .inner:first-child #postform a:active {  }

/* Other Pages
******************************/

.month,
.page-day .day,
.tags-container,
.icons-container {
    background: transparent;
    
    margin-bottom: .5em;
    padding: 1em;
}

.page-day .day {
    margin-bottom: 0;
    padding: 0;
}

#content &gt; .inner:first-child .month a,
#content &gt; .inner:first-child .tags-container a,
#content &gt; .inner:first-child .icons-container a {  }

#content &gt; .inner:first-child .month a:visited,
#content &gt; .inner:first-child .tags-container a:visited,
#content &gt; .inner:first-child .icons-container a:visited {  }

#content &gt; .inner:first-child .month a:hover,
#content &gt; .inner:first-child .tags-container a:hover,
#content &gt; .inner:first-child .icons-container a:hover {  }

#content &gt; .inner:first-child .month a:active,
#content &gt; .inner:first-child .tags-container a:active,
#content &gt; .inner:first-child .icons-container a:active {  }

.month h3,
.tags-container h2,
.icons-container h2 {
    
    font-family: Georgia, 'Trebuchet MS', sans-serif; font-size: 1.2em;
    padding: 0;
}

.day-date {
    padding-left: 1em;
}

.month .footer,
#primary .manage-link {
    text-align: right;
    text-transform: lowercase;
}

.month caption {
    display: none;
}

.page-archive .month .contents {
    margin: 1.5em 0;
}

table.month {
    width: 80%;
}

.page-archive .month td,
.page-archive .month th {
      border: none;
}

.page-archive .month td {
    vertical-align: top;
    width: 14%;
}

table.month td.day {
    padding: 2px 0;
    text-align: center;
}

table.month td.day-has-entries {
    font-weight: bold;
}

table.month td.day-has-entries a {
    font-weight: bold;
    padding: 1px;
    border: 1px dotted;
}

.sorting-options ul {
    margin: 0 0 1em;
    padding: 0;
    text-align: right;
}

.icons-container .icon {
     min-height: 125px;
}

.icon-image {
     float: left;
     clear: left;
     min-width: 106px;
     padding-right: 1em;
}

.icon-keywords {
    font-style: italic;
}

.icon-info .keywords-label,
.icon-info .comment-text,
.icon-info .description-text {
    display: none;
}

.icon-comment::before,
.icon-description::before {
    content: "# ";
}

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

.icon-keywords ul { margin: 0; }

.icon-keywords ul li { padding: 0; }

/* Modules
******************************/

.module {
    margin-bottom: .5em;
    padding: .75em;
}

.module h2 {
    font-style: italic;
}

.one-column #secondary .module,
.one-column #tertiary .module,
.two-columns #tertiary .module {
    display: inline-block;
    float: none;
    text-align: center;
    vertical-align: top;
    width: 15em;
}

.module ul {
    list-style-type: none;
    margin: 0;
}

.module ul li {
     margin: .15em 0;
}

.module ul ul {
    margin-left: .5em;
}

.module-content {
    margin-left: .75em;
}

.module .manage-link {
    text-align: right;
}

.module-userprofile ul {
    margin-top: .5em;
}

.any-column .module-calendar table {
    margin: 0 auto 0 0;
    text-align: center;
    width: 80%;
}

.module-calendar td {
    padding: 1px;
}

.module-calendar td a {
    display: block;
    font-weight: bold;
    padding: 1px;
    border: 1px dotted;
}

.any-column .module-syndicate .module-content {
    text-align: left;
}

/* Header modules
******************************/

#header .module {
    background: none;
    border: none;
    margin: 0;
}

#header .module-navlinks,
#header .module-search,
#header .module-syndicate {
    padding: 0;
}

.one-column #header .module-userprofile {
    text-align: center;
}

#header .journal-name {
    margin-left: .75em;
}

#header .userlite-interaction-links {
    margin-left: .75em;
}

#header .module-navlinks .module-content,
#header .module-syndicate .module-content,
#header .module-search .module-content {
    text-align: right;
}

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

#header .module-navlinks {
    margin-bottom: 1em;
    padding: 0;
    text-align: right;
    text-transform: lowercase;
}

#header .module-navlinks li {
    display: inline;
    padding: 0 .25em;
}

#header .search-box {
    max-width: 95%;
}

/* Footer modules
******************************/

#footer .module {
    
    font-style: italic;
    margin: 0;
    padding: 0;
    text-align: right;
    text-transform: initial;
}

#footer .module-credit h2 { display: none; }

#footer .module-credit .category-title { font-weight: normal; }

#footer .module-credit li img { vertical-align: middle !important; }

#footer .module-credit li:after,
#footer #site-branding:after {
    content: ".";
    padding-right: 2px;
}

/* Footer
******************************/

#footer {
    padding: .7em 0;
    text-align: center;
}

#footer .page-top  {margin-bottom: 1em; }


#header {
    background: rgba(101,104,106,.7);
    box-shadow: 1px 1px 1px #454748;
    margin-top: 2.5em;
}

.page-top{
    background: rgba(101,104,106,.7);
    box-shadow: 1px 1px 1px #454748;
    padding: 1.2em 0;
}

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