]> git.mxchange.org Git - friendica.git/blob - view/theme/slackr/style.css
Merge remote branch 'upstream/master'
[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 .wall-item-body a:hover {
16         color: #ff6600;
17 }
18
19
20 .widget {
21 /*      box-shadow: 4px 4px 3px 0 #444444; */
22 }
23
24 .comment-edit-text-empty, .comment-edit-text-full {
25         border: none;
26         border-left: 1px solid #EEE;
27         background: #EEEEEE;
28 }
29
30 .comment-edit-wrapper, .comment-wwedit-wrapper {
31         background: #ffffff !important;
32 }
33
34 section {
35         margin: 0px 32px;
36 }
37
38 aside {
39         margin-left: 32px;
40 }
41 nav {
42         margin-left: 32px;
43         margin-right: 32px;
44 }
45
46 nav #site-location {
47         top: 80px;
48         right: 36px;
49 }
50
51 #profile-jot-text_parent, .mceLayout {
52         border-radius: 3px;
53         -moz-border-radius: 3px;
54         box-shadow: 4px 4px 3px 0 #444444;
55 }
56
57 #profile-jot-text:hover {
58         color: #000000;
59 }
60
61 #events-reminder {
62         border-radius: 3px;
63         -moz-border-radius: 3px;
64         opacity: 0.3;
65         filter:alpha(opacity=30);
66         margin-left: 5px;
67         margin-top: 5px;
68 }
69
70 #events-reminder.birthday-today, #events-reminder.event-today {
71         opacity: 1.0;
72         filter:alpha(opacity=100);
73         box-shadow: 4px 4px 3px 0 #444444;
74         margin-left: 0px;
75         margin-top: 0px;
76 }
77
78 #events-reminder:hover {
79         opacity: 1.0;
80         filter:alpha(opacity=100);
81         box-shadow: 4px 4px 3px 0 #444444;
82         margin-left: 0px;
83         margin-top: 0px;
84 }
85
86 .fc-event-skin {
87         background-color: #3465a4 !important;
88 }
89 .wall-item-photo, .photo, .contact-block-img, .my-comment-photo {
90         border-radius: 3px;
91         -moz-border-radius: 3px;
92         box-shadow: 4px 4px 3px 0 #444444;
93 }
94
95 #sidebar-page-list img {
96         border-radius: 3px;
97         -moz-border-radius: 3px;
98         box-shadow: 4px 4px 3px 0 #444444;
99 }
100
101 #datebrowse-sidebar select {
102         margin-left: 25px;
103         border-radius: 3px;
104         -moz-border-radius: 3px;
105         opacity: 0.3;
106         filter:alpha(opacity=30);
107 }
108
109 #datebrowse-sidebar select:hover {
110         opacity: 1.0;
111         filter:alpha(opacity=100);
112 }
113
114 #posted-date-selector {
115         margin-left: 30px !important;
116         margin-top: 5px !important;
117         margin-right: 0px !important;
118         margin-bottom: 0px !important;
119 }
120
121
122 #posted-date-selector:hover {
123         box-shadow: 4px 4px 3px 0 #444444;
124         margin-left: 25px !important;
125         margin-top: 0px !important;
126         margin-right: 5px !important;
127         margin-bottom: 5px !important;
128
129 }
130
131 .contact-entry-photo img, .profile-match-photo img, #photo-photo img, .directory-photo-img, .photo-album-photo, .photo-top-photo, .profile-jot-text, .group-selected, .nets-selected, .fileas-selected, #profile-jot-submit, .categories-selected {
132         border-radius: 3px;
133         -moz-border-radius: 3px;
134         box-shadow: 4px 4px 3px 0 #444444;
135 }
136 .settings-widget .selected {
137         border-radius: 3px;
138         -moz-border-radius: 3px;
139         box-shadow: 4px 4px 3px 0 #444444;
140 }
141
142 #sidebar-page-list .label {
143         margin-left: 5px;
144 }
145
146
147 .photo {
148         border: 1px solid #AAAAAA;
149 }
150
151 .photo-top-photo, .photo-album-photo {
152         padding: 10px;
153         max-width: 300px;
154         border: 1px solid #888888;
155 }
156
157 .rotleft1 {
158 -webkit-transform: rotate(-1deg);
159 -moz-transform: rotate(-1deg);
160 -ms-transform: rotate(-1deg);
161 -o-transform: rotate(-1deg);
162 }
163
164 .rotleft2 {
165 -webkit-transform: rotate(-2deg);
166 -moz-transform: rotate(-2deg);
167 -ms-transform: rotate(-2deg);
168 -o-transform: rotate(-2deg);
169 }
170
171 .rotleft3 {
172 -webkit-transform: rotate(-3deg);
173 -moz-transform: rotate(-3deg);
174 -ms-transform: rotate(-3deg);
175 -o-transform: rotate(-3deg);
176 }
177
178 .rotleft4 {
179 -webkit-transform: rotate(-4deg);
180 -moz-transform: rotate(-4deg);
181 -ms-transform: rotate(-4deg);
182 -o-transform: rotate(-4deg);
183 }
184
185 .rotright1 {
186 -webkit-transform: rotate(1deg);
187 -moz-transform: rotate(1deg);
188 -ms-transform: rotate(1deg);
189 -o-transform: rotate(1deg);
190 }
191
192 .rotright2 {
193 -webkit-transform: rotate(2deg);
194 -moz-transform: rotate(2deg);
195 -ms-transform: rotate(2deg);
196 -o-transform: rotate(2deg);
197 }
198
199 .rotright3 {
200 -webkit-transform: rotate(3deg);
201 -moz-transform: rotate(3deg);
202 -ms-transform: rotate(3deg);
203 -o-transform: rotate(3deg);
204 }
205
206 .rotright4 {
207 -webkit-transform: rotate(4deg);
208 -moz-transform: rotate(4deg);
209 -ms-transform: rotate(4deg);
210 -o-transform: rotate(4deg);
211 }
212