diff options
Diffstat (limited to 'media/sass/dark.sass')
-rw-r--r-- | media/sass/dark.sass | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/media/sass/dark.sass b/media/sass/dark.sass new file mode 100644 index 0000000..ad36fa5 --- /dev/null +++ b/media/sass/dark.sass @@ -0,0 +1,80 @@ +//basic stuff + +!luxagraf_brown = #201a11 +!luxagraf_orange = #b53a04 + +*:focus + outline= !luxagraf_orange dotted thin + +body + background= !luxagraf_brown + font-family= "Hoefler Text", Georgia, "Times New Roman", Times, serif + /* font-size 15px */ + font-size= 62.5% + /* line height of 24 px */ + line-height= 23px + color= #fff + height=100% + text-align= center + +p + margin: 0.8em 0 0 0 + +a + text-decoration= "none" + color= !luxagraf_orange + + &:visited + color= #fff + text-decoration= "none" + &:hover + color= #fff + text-decoration= "none" + + + +header + border-bottom= #ccc 2px "solid" + h1 + a + background= url("../img/logo-dark.gif") no-repeat left bottom + + +footer + background= #ccc + color= !luxagraf_brown + + a + color= !luxagraf_brown !important + &:hover + color = !luxagraf_orange !important + + + +img + &.postpic, &.postpicright + border= "none" + + &.picfull + border= none + +div#post-body + color: #ccc + +aside, header + color= #ccc +aside section + a + color= #ccc !important + &:hover + color= !luxagraf_orange !important + +section#post-metadata + border-top= #555 1px dotted + border-bottom= #555 1px dotted + +dl.addendum dt + margin-left= -30px !important + +h4 a.disqus-link-count + color= #ccc !important
\ No newline at end of file |