summaryrefslogtreecommitdiff
path: root/media/sass/photos.sass
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2011-01-24 15:47:46 -0500
committerluxagraf <sng@luxagraf.net>2011-01-24 15:47:46 -0500
commitce48ad38126d00b3ce502490209e66617facd23d (patch)
tree827b3fa2e27803ded5eb531cd9b406ec14aa4ef9 /media/sass/photos.sass
parent0d59098a21ead5febb76bcaaddf49567bd2f9f20 (diff)
fixed slideshow sass
Diffstat (limited to 'media/sass/photos.sass')
-rw-r--r--media/sass/photos.sass52
1 files changed, 29 insertions, 23 deletions
diff --git a/media/sass/photos.sass b/media/sass/photos.sass
index 9d78df9..3726aa1 100644
--- a/media/sass/photos.sass
+++ b/media/sass/photos.sass
@@ -1,24 +1,31 @@
//basic stuff
@import _reset.sass
-@import _grid.sass
@import _mixins.sass
-@import _globals.sass
-
-$luxagraf_brown: #201a11
-$luxagraf_orange: #b53a04
+body
+ font: normal 100% unquote("Hoefler Text"), Georgia, unquote("Times New Roman"), Times, serif
+ margin: 0
+ background: black
*:focus
outline: none
+
+a
+ text-decoration: none
#breadcrumbs
- font-family: "Hoefler Text", Georgia, "Times New Roman", Times, serif
- font-size: 10px
- color: #fff
- float: left
- margin-top: 5px
-#breadcrumbs a
- color: #fff
+ font: normal 100% unquote("Hoefler Text"), Georgia, unquote("Times New Roman"), Times, serif
+ text-transform: uppercase
+ margin: -10px 0 2em .75em
+ font-size: .75em
+ li
+ margin: 0
+ line-height: 1em
+ float: left
+ a:hover
+ color: $orange
+
+
.meta
margin: 43px 0 0 37px
color: black
@@ -39,10 +46,9 @@ $luxagraf_orange: #b53a04
a
color: black !important
a:hover
- color: $luxagraf_orange !important
+ color: $orange !important
+
-body
- background: black
.hide
display: none
@@ -51,7 +57,7 @@ body
clear: both
li.activeSlide a img.thumb
- border: $luxagraf_orange 3px solid !important
+ border: $orange 3px solid !important
li.jcarousel-item a img.thumb
border: #666666 3px solid
@@ -60,7 +66,7 @@ li.jcarousel-item a img.thumb
bottom: 0
margin: 0 auto
padding: 0 40px 0 40px
- width: 940px
+ width: 925px
.jcarousel-clip
z-index: 2
@@ -175,7 +181,7 @@ ul#feature_gallery_pager li
#wrapper
width: 1010px
margin: 0 auto
- +sm-sans
+ font: normal 1em Helvetica, Verdana, sans-serif
text-align: left
font-size: 16px
color: white
@@ -184,7 +190,7 @@ ul#feature_gallery_pager li
a
color: white
li.bigimg
- width: $col16 + $pad * 3
+ width: 1000px
position: relative
display: block
clear: both
@@ -201,7 +207,7 @@ ul#feature_gallery_pager li
display: block
margin: 0
background: black
- +transparent_class_lighter
+ +photo_overlays
position: absolute
bottom: 0
clear: both
@@ -231,15 +237,15 @@ ul#feature_gallery_pager li
line-height: 36px
color: white
a:hover
- color: $luxagraf_orange
+ color: $orange
#slideshow-controls
- +sm-sans
+ font: normal 1em Helvetica, Verdana, sans-serif
font-size: 12px
line-height: 18px
text-align: center
width: 200px
- margin: 0 auto
+ margin: 0 auto 10px
position: relative
left: -5px
top: 2px