summaryrefslogtreecommitdiff
path: root/media/sass/dark.sass
diff options
context:
space:
mode:
authorluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2010-03-29 01:54:51 +0000
committerluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2010-03-29 01:54:51 +0000
commit26fde0783723362ad19f26b90a0c78e042819a14 (patch)
treeb2e4d20d07cacc3d236fcff3444987ee540fdf65 /media/sass/dark.sass
parent2d6e3cc0064ea733e57b48e8612972d7443790a8 (diff)
deleted Sass hidden files
Diffstat (limited to 'media/sass/dark.sass')
-rw-r--r--media/sass/dark.sass80
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