summaryrefslogtreecommitdiff
path: root/media/sass/dark.sass
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2011-01-20 12:25:33 -0500
committerluxagraf <sng@luxagraf.net>2011-01-20 12:25:33 -0500
commit40fdd2a51a8ef3eaa9571970ca0cd440d60ce762 (patch)
tree1b5ae42cba6d47c7be9725c1fdd0f9a7935f38dc /media/sass/dark.sass
parent205fc827ef1dd21acc95139fca57651c9baccb2d (diff)
started work on nat parks proj css, plus changed GA scripts
Diffstat (limited to 'media/sass/dark.sass')
-rw-r--r--media/sass/dark.sass43
1 files changed, 29 insertions, 14 deletions
diff --git a/media/sass/dark.sass b/media/sass/dark.sass
index 29ac968..4315d18 100644
--- a/media/sass/dark.sass
+++ b/media/sass/dark.sass
@@ -1,17 +1,18 @@
-//basic stuff
+@import base.sass
-$luxagraf_brown: #201a11
-$luxagraf_orange: #b53a04
+
+$brown: #201a11
+$orange: #b53a04
*:focus
- outline: $luxagraf_orange dotted thin
+ outline: $orange dotted thin
body
- background: $luxagraf_brown
+ background: $brown
a
text-decoration: none
- color: $luxagraf_orange
+ color: $orange
&:visited
color: white
text-decoration: none
@@ -19,28 +20,42 @@ a
color: white
text-decoration: none
-header
+header[role="banner"]
border-bottom: #cccccc 1px solid
+ margin-bottom: 1em
a
color: white !important
&:hover
- color: $luxagraf_orange unquote("!important")
- #logo
- background: url("../img/logo-dark.gif") no-repeat left bottom
+ color: $orange unquote("!important")
+ h1
+ background: url('../img/tree-dark.png') left bottom no-repeat
+ h2
+ background: url('../img/text-dark.png') left bottom no-repeat !important
+.legend h2
+ float: left
+ width: 40%
+ background: #f3f
+.buttons
+ float: left
+ background: #fff
+
#breadcrumbs
color: white
a
color: white
&:hover
- color: $luxagraf_orange
-
+ color: $orange
+article[role="main"] .geo a
+ color: white
+article[role="main"] .geo a:hover
+ color: $orange
footer
color: #cccccc
a
color: #cccccc !important
&:hover
- color: $luxagraf_orange !important
+ color: $orange !important
img
&.postpic, &.postpicright
@@ -58,7 +73,7 @@ aside section
a
color: #cccccc !important
&:hover
- color: $luxagraf_orange !important
+ color: $orange !important
#post-metadata
border-top: #555555 1px dotted