diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-06-27 18:31:54 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-06-27 18:31:54 +0000 |
commit | 2e615e8c464e0abfcc7e79375d546bd4703abb24 (patch) | |
tree | 6bc0ce9564b2d90cc94db24e7baadf771739a758 /media/sass/photos.sass | |
parent | 0d6f39f2aa7c3922c6a696b0a8b3a2e72b475c45 (diff) |
updated slideshow with better controls, option for non-playing permalinks
Diffstat (limited to 'media/sass/photos.sass')
-rw-r--r-- | media/sass/photos.sass | 56 |
1 files changed, 44 insertions, 12 deletions
diff --git a/media/sass/photos.sass b/media/sass/photos.sass index 93752d3..5329d3f 100644 --- a/media/sass/photos.sass +++ b/media/sass/photos.sass @@ -7,22 +7,13 @@ !luxagraf_brown = #201a11 !luxagraf_orange = #b53a04 - +*:focus + outline= none ul#breadcrumbs font-size: 65% font-family: Hoefler Text,Georgia,Times New Roman,Times,serif margin: 0 float: left -ul#instructions - font-size: 70% - font-family: Hoefler Text,Georgia,Times New Roman,Times,serif - text-transform: uppercase - margin: 0 - line-height: 1.2em - visibility: hidden - margin-left: 720px - li - display: inline .meta margin: 43px 0 0 37px color: #000 @@ -245,4 +236,45 @@ ul#feature_gallery_pager li color: #fff a:hover color= !luxagraf_orange -
\ No newline at end of file + +#slideshow-controls + +sm-sans + font-size: 12px + line-height: 18px + text-align: center + width: 200px + margin: 0 auto + position: relative + left: -5px + li + display: inline + margin: 0 + a + padding: 4px 6px + background: #3B3B3B + border-color: #111111 #020202 #000000 #111111 + color: #DDDDDD + text-shadow: 1px 1px 0 #161616 + a:hover + background: #303030 + li a#prev + border-right: #111111 1px solid + -moz-border-radius-bottomleft: 6px + -moz-border-radius-topleft: 6px + -webkit-border-top-left-radius: 6px + -webkit-border-bottom-left-radius: 6px + border-bottom-left-radius: 6px + border-top-left-radius: 6px + + li a#next + border-left: #111111 1px solid + -moz-border-radius-bottomright: 6px + -moz-border-radius-topright: 6px + -webkit-border-top-right-radius: 6px + -webkit-border-bottom-right-radius: 6px + border-bottom-right-radius: 6px + border-top-right-radius: 6px + li a#play + border-left: #484848 1px solid + border-right: #484848 1px solid + text-align: center |