diff options
Diffstat (limited to 'media/sass/dark.sass')
-rw-r--r-- | media/sass/dark.sass | 80 |
1 files changed, 0 insertions, 80 deletions
diff --git a/media/sass/dark.sass b/media/sass/dark.sass deleted file mode 100644 index ad36fa5..0000000 --- a/media/sass/dark.sass +++ /dev/null @@ -1,80 +0,0 @@ -//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 |