]> git.mxchange.org Git - friendica.git/blob - view/theme/cleanzero/style.css
only use Smarty if the view/smarty3/ directory is writable; location bug fix
[friendica.git] / view / theme / cleanzero / style.css
1 @import url('../duepuntozero/style.css');
2 body {background-image:none;
3
4 }
5
6 .wall-item-content-wrapper {
7           border-top: 1px solid #ccc;
8 //border-top:none;
9 border-left:none;
10 border-right:none;
11 border-radius:0px;
12 //border:none;
13         //background: #f8f8f8 !important;
14 }
15
16 .wall-item-content-wrapper.comment {
17         background: #f8f8f8 !important;
18         // border-left: 1px solid #ccc;
19          border-top: 1px solid #ccc;
20 border-left:none;
21 border-right:none;
22 border-radius:0px;
23  }
24
25  .wall-item-tools {
26 // border-top: 1px solid #ccc;  
27 //  background: #f8f8f8 !important;
28 background: #ffffff !important;
29  }
30
31 .comment-edit-text-empty, .comment-edit-text-full {
32         border: 1px solid #ccc;
33         border-left: 1px solid #EEE;
34         background: #ffffff;
35 }
36
37 .comment-edit-wrapper, .comment-wwedit-wrapper {
38         // background: #ffffff; !important;
39 background: #f8f8f8 !important;
40 }
41
42
43
44
45
46 section {
47          margin: 0px 10%;
48 margin-right:12%;
49         background-image:none;
50 }
51
52 aside {
53         margin-left: 10%;
54         background-image:none;
55 }
56 nav {
57         margin-left: 32px;
58         margin-right: 5%;
59
60 }
61
62 nav #site-location {
63         top: 80px;
64         right: 5%;
65
66 }
67
68 .wall-item-photo, .photo, .contact-block-img, .my-comment-photo {
69         border-radius: 3px;
70         -moz-border-radius: 3px;
71 }
72
73 .tabs { background-image:none; 
74
75 }
76 .tab.active {
77         padding: 3px;
78         -moz-border-radius: 3px;
79         border-radius: 3px;     
80         border: 1px solid #CCCCCC;
81         background: #F8F8F8;
82         font-weight: bold;
83 }
84 .tab { margin-right: 1px ;
85
86 }
87
88 #group-sidebar {
89         margin-bottom: 10px;
90         border:none;
91 }
92
93 #nets-sidebar {
94         margin-bottom: 10px;
95         border:none;
96 }
97
98 #saved-search-list {
99         border:none;
100 }
101 blockquote {
102         background-color: #f8f8f8;
103         border: 1px solid #ccc;
104         -moz-border-radius: 3px;
105         
106         border-radius: 3px;
107 }
108 .widget { 
109 border: none;
110 }
111
112
113 .wall-item-content {
114 max-height: 20000px;
115 overflow: none;
116 }
117
118 .nav-commlink, .nav-login-link {
119 margin-top: 67px;
120 height: 15px;
121 float:left;
122 padding: 6px 3px;
123 }
124
125 nav .nav-link {
126         //float: left;
127 }