]> git.mxchange.org Git - friendica.git/blob - view/theme/slackr/style.css
diabook-themes: smal fix in bbcode-js
[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 }