summaryrefslogtreecommitdiff
path: root/media/sass/dark.sass
diff options
context:
space:
mode:
Diffstat (limited to 'media/sass/dark.sass')
-rw-r--r--media/sass/dark.sass117
1 files changed, 56 insertions, 61 deletions
diff --git a/media/sass/dark.sass b/media/sass/dark.sass
index 6db92b1..cc4ff25 100644
--- a/media/sass/dark.sass
+++ b/media/sass/dark.sass
@@ -1,83 +1,78 @@
//basic stuff
-!luxagraf_brown = #201a11
-!luxagraf_orange = #b53a04
+$luxagraf_brown: #201a11
+$luxagraf_orange: #b53a04
-*:focus
- outline= !luxagraf_orange dotted thin
+*:focus
+ outline: $luxagraf_orange dotted thin
body
- background= !luxagraf_brown
+ background: $luxagraf_brown
a
- text-decoration= "none"
- color= !luxagraf_orange
+ text-decoration: none
+ color: $luxagraf_orange
+ &:visited
+ color: white
+ text-decoration: none
+ &:hover
+ color: white
+ text-decoration: none
- &:visited
- color= #fff
- text-decoration= "none"
+header
+ border-bottom: #cccccc 1px solid
+ a
+ color: white !important
&:hover
- color= #fff
- text-decoration= "none"
-
-
+ color: $luxagraf_orange unquote("!important")
+ #logo
+ background: url("../img/logo-dark.gif") no-repeat left bottom
-header
- border-bottom= #ccc 1px "solid"
- a
- color: #fff !important
- &:hover
- color= !luxagraf_orange "!important"
- #logo
- background= url("../img/logo-dark.gif") no-repeat left bottom
-
#breadcrumbs
- color: #fff
- a
- color: #fff
- &:hover
- color= !luxagraf_orange
+ color: white
+ a
+ color: white
+ &:hover
+ color: $luxagraf_orange
+
footer
- color= #ccc
-
- a
- color= #ccc !important
- &:hover
- color = !luxagraf_orange !important
-
-
+ color: #cccccc
+ a
+ color: #cccccc !important
+ &:hover
+ color: $luxagraf_orange !important
img
- &.postpic, &.postpicright
- border= "none"
-
- &.picfull
- border= none
-
+ &.postpic, &.postpicright
+ border: none
+ &.picfull
+ border: none
+
#post-body
- color: #ccc
+ color: #cccccc
aside, header
- color= #ccc
-aside section
- a
- color= #ccc !important
- &:hover
- color= !luxagraf_orange !important
+ color: #cccccc
+
+aside section
+ a
+ color: #cccccc !important
+ &:hover
+ color: $luxagraf_orange !important
#post-metadata
- border-top= #555 1px dotted
- border-bottom= #555 1px dotted
- color: #ccc
+ border-top: #555555 1px dotted
+ border-bottom: #555555 1px dotted
+ color: #cccccc
+
+.addendum dt
+ margin-left: -30px !important
-.addendum dt
- margin-left= -30px !important
+h4 a.disqus-link-count
+ color: #cccccc !important
-h4 a.disqus-link-count
- color= #ccc !important
-
#writing-detail
- img
- border: none
- .legend
- padding: 8px
+ img
+ border: none
+ .legend
+ padding: 8px