<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*   
Theme Name: Fast Blog
Scheme Name: Bright Blue
*/

/* =Backgrounds
----------------------------------------------------------------------------- */
body                           { background-image: url(images/bg.png); }
th, td                         { background-image: url(images/frame-bg.png); }
ul &gt; li                        { background-image: url(images/dot.png); }
.input, .textarea,
#search input[type="submit"]   { background-image: url(images/input.png); }
.post .input, .post .textarea  { background-image: url(images/post-input.png); }
#wrapper                       { background-image: url(images/bg-light.png); }
#menu ul                       { background-image: url(images/menu-shadow.png); }
#menu li                       { background-image: url(images/menu-bg.png); }
#sidebar &gt; li                  { background-image: url(images/widget-line.png); }
.post                          { background-image: url(images/post-bg.png); }
.post .corner                  { background-image: url(images/post-corner.png); }
.post .post-icon,
.post .post-icon &gt; *           { background-image: url(images/post-icon.png); }
.post .meta a                  { background-image: url(images/meta-icon.png); }
.tags a                        { background-image: url(images/tag.png); }
.comment                       { background-image: url(images/comment-line.png); }
.contact-form .loader          { background-image: url(images/loader.gif); }
.box                           { background-image: url(images/frame-bg.png); }
.widget_twitter .title,
.widget_twitter .title a       { background-image: url(images/twitter.png); }
.widget_flickr .title,
.widget_flickr .title a        { background-image: url(images/flickr.png); }
.widget_flickr img             { background-image: url(images/post-bg.png); }
.widget_calendar tbody td      { background-image: url(images/calendar-bg.png); }
.line, .line &gt; div             { background-image: url(images/line.png); }
.line.full                     { background-image: url(images/line-full.png); }

/* =Colors
----------------------------------------------------------------------------- */
.back{background-color: #f8f8f8;}
body                           { color: #585858; background-color: #f8f8f8; }
a                              { color: #29a3eb; }
a:hover                        { color: #26c2ff; }
th, td                         { color: #4b4b4b; }
.input, .textarea              { color: #acacac; }
.post .input, .post .textarea,
.contact-form .status          { color: #a7a7a7; }
input, textarea                { color: #535353; }
#tagline                       { color: #292929; }
#sidebar .title                { color: #d9d9d9; }
#footer,
#footer a                      { color: #8c8c8c; }
#footer a:hover,
#footer li.current a           { color: #29a3eb; }
.post                          { color: #313131; border-color: #e7e7e7; }
.post .meta,
.post .meta a                  { color: #a7a7a7; }
.post .meta a:hover            { color: #29a3eb; }
.tags a                        { color: #929292; border-color: #e7e7e7; }
.tags a:hover                  { color: #29a3eb; }
.comment .meta                 { color: #8c8c8c; }
#respond .msg                  { color: #acacac; }
.box                           { border-color: #ddd; }
.widget_twitter small          { color: #adadad; }
.widget_flickr img             { border-color: #e7e7e7; }
.caption-text                  { color: #858585; }</pre></body></html>