]> git.mxchange.org Git - friendica.git/blob - view/theme/slack-NS/style.css
82bceeac8f76f7c4ee2c59f5e3eb8ed5dc69a7a9
[friendica.git] / view / theme / slack-NS / 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 .wall-item-content { 
17         max-height: 20000px; 
18         overflow: none; 
19 }
20
21 .comment-edit-text-empty, .comment-edit-text-full {
22         border: none;
23         border-left: 1px solid #EEE;
24         background: #EEEEEE;
25 }
26
27 .comment-edit-wrapper, .comment-wwedit-wrapper {
28         background: #ffffff !important;
29 }
30
31 section {
32         margin: 0px 32px;
33 }
34
35 aside {
36         margin-left: 32px;
37 }
38 nav {
39         margin-left: 32px;
40         margin-right: 32px;
41 }
42
43 nav #site-location {
44         top: 80px;
45         right: 36px;
46 }
47
48 .wall-item-photo, .photo, .contact-block-img, .my-comment-photo {
49         border-radius: 3px;
50         -moz-border-radius: 3px;
51 }