diff options
author | luxagraf <sng@luxagraf.net> | 2011-01-24 15:47:46 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2011-01-24 15:47:46 -0500 |
commit | ce48ad38126d00b3ce502490209e66617facd23d (patch) | |
tree | 827b3fa2e27803ded5eb531cd9b406ec14aa4ef9 /media/sass | |
parent | 0d59098a21ead5febb76bcaaddf49567bd2f9f20 (diff) |
fixed slideshow sass
Diffstat (limited to 'media/sass')
-rw-r--r-- | media/sass/_mixins.sass | 7 | ||||
-rw-r--r-- | media/sass/old/_about.sass (renamed from media/sass/_about.sass) | 0 | ||||
-rw-r--r-- | media/sass/old/_globals.sass (renamed from media/sass/_globals.sass) | 0 | ||||
-rw-r--r-- | media/sass/old/_grid.sass (renamed from media/sass/_grid.sass) | 0 | ||||
-rw-r--r-- | media/sass/old/_maps.sass (renamed from media/sass/_maps.sass) | 0 | ||||
-rw-r--r-- | media/sass/old/_oldbase.sass (renamed from media/sass/_oldbase.sass) | 0 | ||||
-rw-r--r-- | media/sass/old/_oldmixins.sass (renamed from media/sass/_oldmixins.sass) | 0 | ||||
-rw-r--r-- | media/sass/old/_photos.sass (renamed from media/sass/_photos.sass) | 0 | ||||
-rw-r--r-- | media/sass/old/_projects.sass (renamed from media/sass/_projects.sass) | 0 | ||||
-rw-r--r-- | media/sass/old/_writing.sass (renamed from media/sass/_writing.sass) | 0 | ||||
-rw-r--r-- | media/sass/old/ie.css (renamed from media/sass/ie.css) | 0 | ||||
-rw-r--r-- | media/sass/photos.sass | 52 |
12 files changed, 36 insertions, 23 deletions
diff --git a/media/sass/_mixins.sass b/media/sass/_mixins.sass index a0c49bc..cbc8bdc 100644 --- a/media/sass/_mixins.sass +++ b/media/sass/_mixins.sass @@ -7,3 +7,10 @@ $orange: #b53a04 -moz-opacity: 0.9 -khtml-opacity: 0.9 opacity: 0.9 + +=photo_overlays + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" + filter: alpha(opacity = 70) + -moz-opacity: 0.7 + -khtml-opacity: 0.7 + opacity: 0.7
\ No newline at end of file diff --git a/media/sass/_about.sass b/media/sass/old/_about.sass index dc25bdb..dc25bdb 100644 --- a/media/sass/_about.sass +++ b/media/sass/old/_about.sass diff --git a/media/sass/_globals.sass b/media/sass/old/_globals.sass index 9fb7ffd..9fb7ffd 100644 --- a/media/sass/_globals.sass +++ b/media/sass/old/_globals.sass diff --git a/media/sass/_grid.sass b/media/sass/old/_grid.sass index 821419f..821419f 100644 --- a/media/sass/_grid.sass +++ b/media/sass/old/_grid.sass diff --git a/media/sass/_maps.sass b/media/sass/old/_maps.sass index 76ffb54..76ffb54 100644 --- a/media/sass/_maps.sass +++ b/media/sass/old/_maps.sass diff --git a/media/sass/_oldbase.sass b/media/sass/old/_oldbase.sass index 8401c8f..8401c8f 100644 --- a/media/sass/_oldbase.sass +++ b/media/sass/old/_oldbase.sass diff --git a/media/sass/_oldmixins.sass b/media/sass/old/_oldmixins.sass index b6b1ca1..b6b1ca1 100644 --- a/media/sass/_oldmixins.sass +++ b/media/sass/old/_oldmixins.sass diff --git a/media/sass/_photos.sass b/media/sass/old/_photos.sass index fd2ecee..fd2ecee 100644 --- a/media/sass/_photos.sass +++ b/media/sass/old/_photos.sass diff --git a/media/sass/_projects.sass b/media/sass/old/_projects.sass index 7ec179b..7ec179b 100644 --- a/media/sass/_projects.sass +++ b/media/sass/old/_projects.sass diff --git a/media/sass/_writing.sass b/media/sass/old/_writing.sass index 4ee6934..4ee6934 100644 --- a/media/sass/_writing.sass +++ b/media/sass/old/_writing.sass diff --git a/media/sass/ie.css b/media/sass/old/ie.css index fa1363e..fa1363e 100644 --- a/media/sass/ie.css +++ b/media/sass/old/ie.css 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 |