]> git.mxchange.org Git - friendica.git/blob - view/style.css
icon changes
[friendica.git] / view / style.css
1
2 body { 
3         background: #EEEEEE;
4         font-family: verdana, sans-serif;
5         font-size: 1.0em;
6         margin-left: 10px;
7 }
8
9 img.photo {
10         border: 1px solid #AAAAAA;
11         padding: 5px;
12         background: #FFFFFF;
13 }
14
15 aside {
16         position: absolute;
17         left: 0px;
18         top: 60px;
19         right: 250px;
20         width: 250px;
21         margin-left: 20px;
22         margin-right: 0px;
23         font-size: 0.9em;
24 }
25 section {
26         position: absolute;
27         left: 270px;
28         top: 60px;
29         margin-left: 20px;
30         margin-right: 20px;
31 }
32 h1 {
33         font-size: 1.6em;
34 }
35
36 nav {
37         position: absolute;
38         top: 0px;
39         height: 30px;
40         left: 0px;
41         right: 0px;
42         margin-top: 20px;
43 }
44
45 footer {
46         position: absolute;
47         left: 0px;
48         right: 0px;
49         bottom: 0px;
50         margin: 20px 20px 20px 20px;
51 }
52 .fn {
53         font-size: 1.4em;
54         margin-bottom: 10px;
55         line-height: 1.5;
56 }
57
58 .powered {
59         font-size: 0.6em;
60 }
61 .error-message {
62         color: #FF0000;
63         font-size: 1.1em;
64         border: 1px solid #FF8888;
65         background-color: #FFEEEE;
66         padding: 10px;
67 }
68 .nav-link {
69         float: right;
70         margin-left: 0px;
71         margin-right: 10px;
72         padding: 5px;
73         border: 1px solid black;
74         background: #DDDDFF;
75         font-size: 0.7em;
76         font-weight: bold;
77         
78 }
79
80 .nav-commlink {
81         float: left;
82         margin-left: 10px;
83         margin-right: 0px;
84         padding: 5px;
85         border: 1px solid black;
86         background: #DDDDFF;
87         font-size: 0.7em;
88         font-weight: bold;
89 }
90 #nav-end {
91         clear: both;
92 }
93
94 .login-extra-links {
95         font-size: 0.7em;
96 }
97
98 #profile-extra-links {
99         margin-top: 20px;
100         margin-bottom: 20px;
101         margin-left: 20px;
102         margin-right: 20px;
103 }
104
105 #label-register-name, #label-register-email {
106         float: left;
107         width: 350px;
108         margin-top: 10px;
109 }
110
111 #register-name, #register-email {
112         float: left;
113         margin-top: 10px;
114 }
115
116 #register-name-wrapper, #register-email-wrapper, #register-submit-wrapper {
117         clear: both;
118 }
119
120 #register-submit-button {
121         margin-top: 10px;
122         margin-left: 350px;
123 }
124
125 #label-login-name, #label-login-password, #login-extra-filler {
126         float: left;
127         width: 150px;
128         margin-bottom: 20px;
129 }
130
131
132 #login-name, #login-password {
133         float: left;
134         width: 150px;
135 }
136
137 #register-link, #lost-password-link {
138         float: left;
139         font-size: 0.7em;
140         margin-right: 15px;
141 }
142
143 #login-name-end, #login-password-end, #login-extra-end, #login-submit-end {
144         clear: both;
145 }
146
147 #login-submit-button {
148         margin-top: 10px;
149         margin-left: 150px;
150 }
151
152 input#dfrn-url {
153         float: left;
154         background: url(dfrn.gif) no-repeat;
155         background-position: 2px center;
156         font-size: 17px;
157         padding-left: 21px;
158         height: 21px;
159         background-color: #FFFFFF;
160         color: #000000;
161         margin-bottom: 20px;
162 }
163
164 #dfrn-url-label {
165         float: left;
166         width: 250px;
167 }
168
169 #dfrn-request-url-end {
170         clear: both;
171 }
172
173 #knowyouyes, #knowyouno {
174         float: left;
175 }
176
177 #dfrn-request-knowyou-yes-wrapper, #dfrn-request-knowyou-no-wrapper {
178
179         float: none;
180 }
181 #dfrn-request-knowyou-yes-label, #dfrn-request-knowyou-no-label {
182         float: left;
183         width: 75px;
184         margin-left: 50px;
185         margin-bottom: 7px;
186 }
187 #dfrn-request-knowyou-break, #dfrn-request-knowyou-end {
188         clear: both;
189
190 }
191
192 #dfrn-request-message-wrapper {
193         margin-bottom: 50px;
194 }
195 #dfrn-request-submit-wrapper {
196         clear: both;
197         margin-left: 50px;
198 }
199
200 #dfrn-request-info-wrapper {
201         margin-left: 50px;
202 }
203
204 #settings-username-end, #settings-email-end, #settings-nick-end, #settings-timezone-end, #settings-password-end, #settings-confirm-end {
205         margin-bottom: 5px;
206         clear: both;
207 }
208
209 #settings-username-label, #settings-email-label, #settings-nick-label, #settings-timezone-label, #settings-password-label, #settings-confirm-label {
210         float: left;
211         width: 200px;
212 }
213
214 #settings-username, #settings-email, #settings-nick, #timezone-select, #settings-password, #settings-confirm {
215         float: left;
216         margin-bottom: 20px;
217 }
218
219 #settings-nick-desc {
220         width: 500px;
221 }
222
223 #settings-nick {
224         margin-bottom: 50px;
225 }
226
227 #cropimage-wrapper, #cropimage-preview-wrapper {
228         float: left;
229         padding: 30px;
230 }
231
232 #crop-image-form {
233         margin-top: 30px;
234         clear: both;
235 }
236
237 .intro-fullname {
238         font-size: 1.1em;
239         font-weight: bold;
240
241 }
242 .intro-desc {
243         margin-bottom: 20px;
244 }
245
246 .intro-note {
247         padding: 10px;
248 }
249
250 .intro-end {
251         padding: 30px;
252 }
253
254 .intro-approve-form, .intro-form {
255         float: left;
256 }
257 .intro-submit-approve, .intro-submit-ignore {
258         margin-right: 20px;
259 }
260 .intro-top {
261         width: 500px;
262         margin-bottom: 30px;
263 }
264 .intro-end {
265         clear: both;
266         margin-bottom: 30px;
267 }
268 #profile-edit-default-desc {
269         color: #FF0000;
270         border: 1px solid #FF8888;
271         background-color: #FFEEEE;
272         padding: 7px;
273
274
275 }
276
277
278 #profile-edit-profile-name-label,
279 #profile-edit-name-label,
280 #profile-edit-gender-label,
281 #profile-edit-address-label,
282 #profile-edit-locality-label,
283 #profile-edit-region-label,
284 #profile-edit-postal-code-label,
285 #profile-edit-country-name-label,
286 #profile-edit-marital-label,
287 #profile-edit-homepage-label {
288         float: left;
289         width: 175px;
290 }
291
292 #profile-edit-profile-name,
293 #profile-edit-name,
294 #gender-select,
295 #profile-edit-address,
296 #profile-edit-locality,
297 #profile-edit-region,
298 #profile-edit-postal-code,
299 #profile-edit-country-name,
300 #marital-select,
301 #profile-in-dir-yes,
302 #profile-in-dir-no {
303         float: left;
304         margin-bottom: 20px;
305 }
306
307 #profile-in-dir-yes-label, #profile-in-dir-no-label {
308         margin-left: 125px;
309         float: left;
310         width: 50px;
311 }
312
313 #profile-edit-homepage {
314         float: left;
315         margin-bottom: 35px;
316 }
317
318 #profile-edit-profile-name-end,
319 #profile-edit-name-end,
320 #profile-edit-gender-end,
321 #profile-edit-address-end,
322 #profile-edit-locality-end,
323 #profile-edit-region-end,
324 #profile-edit-postal-code-end,
325 #profile-edit-country-name-end,
326 #profile-edit-marital-end,
327 #profile-edit-homepage-end,
328 #profile-in-dir-break, 
329 #profile-in-dir-end {
330         clear: both;
331 }
332
333 #gender-select, #marital-select {
334  width: 145px;
335 }
336
337 #profile-edit-profile-name-wrapper .required {
338         color: #FF0000;
339         float: left;
340 }
341
342
343 .contact-entry-photo img {
344         border: none;
345 }
346
347 .contact-entry-edit-links img {
348         border: none;
349         margin-right: 15px;
350 }
351
352 .wall-item-photo-wrapper {
353         margin-top: 20px;
354         width: 100px;
355         float: left;
356 }
357 .wall-item-wrapper {
358         margin-top: 30px;
359         float: left;
360 }
361
362 .wall-item-wrapper-end {
363         clear: both;
364 }
365 .wall-item-name-link {
366         font-weight: bold;
367         text-decoration: none;
368         color: #3172BD;
369 }
370 .wall-item-photo {
371         border: none;
372 }
373
374 #profile-jot-submit-wrapper {
375         margin-top: 15px;
376 }
377 #profile-jot-end {
378         margin-bottom: 30px;
379 }
380 #about-jot-submit-wrapper {
381         margin-top: 15px;
382 }
383 #about-jot-end {
384         margin-bottom: 30px;
385 }
386 #contacts-main {
387         margin-bottom: 30px;
388 }
389
390 #profile-listing-new-link-wrapper {
391         margin-bottom: 30px;
392 }
393
394 .profile-listing-edit-buttons-wrapper {
395 /*      float: left;*/
396         clear: both;
397 }
398 .profile-listing-photo-edit-link {
399         float: left;
400         width: 125px;
401 }
402 .profile-listing-end {
403         clear: both;
404 }
405 .profile-listing-edit-buttons-wrapper img{
406         border: none;
407         margin-right: 20px;
408 }
409 .profile-listing {
410         margin-top: 25px;
411 }
412 .profile-listing-name {
413         float: left;
414         margin-top: 10px;
415 }
416 .fortune {
417         margin-top: 50px;
418         color: #3172BD;
419         font-weight: bold;
420         margin-bottom: 20px;
421 }