]> git.mxchange.org Git - friendica.git/commitdiff
slackr - tone down the shadows a smidgin
authorfriendica <info@friendica.com>
Mon, 28 May 2012 06:02:25 +0000 (23:02 -0700)
committerfriendica <info@friendica.com>
Mon, 28 May 2012 06:02:25 +0000 (23:02 -0700)
view/theme/slackr/style.css

index 82ba795cdee11e4e7f1f5ca179d99d33aa674d48..40391e17c57fd2aa695ace225bc18cc5d58b8b69 100644 (file)
@@ -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 {