diff options
author | friendica <info@friendica.com> | 2012-05-27 23:02:25 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-27 23:02:25 -0700 |
commit | 6962989e52f0ce442fbb3e59992eeb528faa12da (patch) | |
tree | 712f5ca55e28314d4758ff7680b887a0cda1f24c /view/theme/slackr | |
parent | ff0291c8765832698ffbd31d3f551f61e9223819 (diff) | |
download | volse-hubzilla-6962989e52f0ce442fbb3e59992eeb528faa12da.tar.gz volse-hubzilla-6962989e52f0ce442fbb3e59992eeb528faa12da.tar.bz2 volse-hubzilla-6962989e52f0ce442fbb3e59992eeb528faa12da.zip |
slackr - tone down the shadows a smidgin
Diffstat (limited to 'view/theme/slackr')
-rw-r--r-- | view/theme/slackr/style.css | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/view/theme/slackr/style.css b/view/theme/slackr/style.css index 82ba795cd..40391e17c 100644 --- a/view/theme/slackr/style.css +++ b/view/theme/slackr/style.css @@ -43,7 +43,7 @@ nav #site-location { #profile-jot-text_parent, .mceLayout { border-radius: 3px; -moz-border-radius: 3px; - box-shadow: 3px 3px 10px 0 #000000; + box-shadow: 4px 4px 3px 0 #444444; } #profile-jot-text:hover { @@ -66,24 +66,29 @@ nav #site-location { .wall-item-photo, .photo, .contact-block-img, .my-comment-photo { border-radius: 3px; -moz-border-radius: 3px; - box-shadow: 3px 3px 10px 0 #000000; + box-shadow: 4px 4px 3px 0 #444444; } #sidebar-page-list img { border-radius: 3px; -moz-border-radius: 3px; - box-shadow: 3px 3px 10px -2px #000000; + box-shadow: 4px 4px 3px 0 #444444; } .contact-entry-photo img, .profile-match-photo img, #photo-photo img, .directory-photo-img, .photo-album-photo, .photo-top-photo, .fc, .profile-jot-text, .group-selected, .nets-selected, .fileas-selected, #profile-jot-submit, .categories-selected { border-radius: 3px; -moz-border-radius: 3px; - box-shadow: 3px 3px 10px 0 #000000; + box-shadow: 4px 4px 3px 0 #444444; +} + +.photo { + border: 1px solid #AAAAAA; } .photo-top-photo, .photo-album-photo { padding: 10px; max-width: 300px; + border: 1px solid #888888; } .rotleft1 { |