]> git.mxchange.org Git - friendica.git/blob - view/theme/slackr/style.css
Merge branch 'master' of github.com:annando/friendica
[friendica.git] / view / theme / slackr / style.css
1 @import url('../duepuntozero/style.css');
2
3 .wall-item-content-wrapper {
4         border: none;
5 }
6
7 .wall-item-content-wrapper.comment {
8         background: #ffffff !important;
9         border-left: 1px solid #EEE;
10 }
11
12 .wall-item-tools {
13         background: none;
14 }
15
16 .comment-edit-text-empty, .comment-edit-text-full {
17         border: none;
18         border-left: 1px solid #EEE;
19         background: #EEEEEE;
20 }
21
22 .comment-edit-wrapper, .comment-wwedit-wrapper {
23         background: #ffffff !important;
24 }
25
26 section {
27         margin: 0px 32px;
28 }
29
30 aside {
31         margin-left: 32px;
32 }
33 nav {
34         margin-left: 32px;
35         margin-right: 32px;
36 }
37
38 nav #site-location {
39         top: 80px;
40         right: 36px;
41 }
42
43 .wall-item-photo, .photo, .contact-block-img, .my-comment-photo {
44         border-radius: 3px;
45         -moz-border-radius: 3px;
46         box-shadow: 3px 3px 10px 0 #000000;
47 }
48
49 #sidebar-page-list img {
50         border-radius: 3px;
51         -moz-border-radius: 3px;
52         box-shadow: 3px 3px 10px -2px #000000;
53 }
54
55 .contact-entry-photo img, .profile-match-photo img, #photo-photo img, .directory-photo-img {
56         border-radius: 3px;
57         -moz-border-radius: 3px;
58         box-shadow: 3px 3px 10px 0 #000000;
59 }
60
61