]> git.mxchange.org Git - friendica.git/blob - view/theme/dispy/style.css
Merge branch 'dispy' of github.com:fabrixxm/friendika into dispy
[friendica.git] / view / theme / dispy / style.css
1 body {
2         margin: 0px;
3         padding: 0px;
4         font-family: freesans,helvetica,arial,clean,sans-serif;
5         font-size: 16px;
6 }
7 img {  border: 0 none; }
8
9 a { color: #3465a4; text-decoration: none; margin-bottom:1px;}
10 a:hover { color: #729fcf; padding-bottom: 0px; border-bottom: 1px dotted #729fcf;}
11
12
13 .required { display: inline; color: #ff0000;}
14 .fakelink { color: #3465a4; cursor: pointer; }
15 .fakelink :hover{ color: #729fcf; }
16
17 input[type=submit] {
18         margin-top: 20px;
19         height: 22px;
20         background-color: #555753;
21         color: #eeeeec;
22         -webkit-border-radius: 5px ;
23         -moz-border-radius: 5px;
24         border-radius: 5px;
25         border: 0px;    
26 }
27
28 .smalltext { font-size: 0.7em }
29
30 #panel {
31         position: absolute;
32         font-size:0.8em;
33         -webkit-border-radius: 5px ;
34         -moz-border-radius: 5px;
35         border-radius: 5px;
36         border: 1px solid #ffffff;
37         background-color: #2e3436;
38         color: #eeeeec;
39         padding:1em;
40 }
41
42 .pager {
43         padding-top: 30px;
44         display:block;
45         clear: both;
46         text-align: center;
47 }
48
49 .pager span { padding: 4px; margin:4px; }
50 .pager_current { background-color: #729fcf; color: #ffffff; }
51
52 /**
53  *      login
54  */
55 #login-extra-links a { margin-right: 20px; }
56
57 /*********
58 * nav
59 *********/
60
61 nav {
62         height: 50px;
63         display: block;
64         background-color: #2e3436;
65         color: #eeeeec;
66         position: relative;
67         padding: 0px 10%;
68 }
69 nav a { text-decoration: none;  color: #eeeeec; border:0px;}
70 nav a:hover { text-decoration: none;    color: #eeeeec; border:0px;}
71
72 nav #banner {
73         display: block;
74         position: absolute;
75         margin-left: 20px;      
76 }
77 nav #banner #logo-text a {
78         font-size: 40px;
79         font-weight: bold;
80         margin-left: 3px;
81 }
82
83 nav #user-menu {
84     display: block;     
85         width: auto;
86     float: right;
87     margin-top: 22px;
88     margin-right: 10px;
89     position: relative;
90     vertical-align: middle;
91
92         background-color: #555753;
93
94     -webkit-border-radius: 5px;
95     -moz-border-radius: 5px;
96     border-radius: 5px;
97     
98     background: #555753 url("menu-user-pin.jpg") 98% center no-repeat;
99 }
100 nav #user-menu-label {
101         float: left;
102         font-size: 12px;
103     padding: 3px 20px 9px 5px;
104     height: 10px;
105 }
106
107 ul#user-menu-popup {
108     display: none;
109     position: absolute;
110     background-color: #555753;
111     width: 100%;
112     padding: 10px 0px;
113     margin: 0px;
114     top: 20px;
115         left: 0px;
116
117     -webkit-border-radius: 0px 0px 5px 5px;
118     -moz-border-radius: 0px 0px 5px 5px;    
119     border-radius: 0px 0px 5px 5px;
120     
121     z-index: 10000;
122 }
123
124 ul#user-menu-popup li { display: block; }
125 ul#user-menu-popup li a { display: block; padding: 5px; }
126 ul#user-menu-popup li a:hover { color: #2e3436; background-color: #eeeeec; }
127 ul#user-menu-popup li a.nav-sep { border-top: 1px solid #eeeeec; }
128 nav .nav-link {
129     float: right;
130     display: block;
131     width: 22px;
132     height: 22px;
133     /*border: 1px solid #eeeeec;*/
134     overflow: hidden;
135     margin-top: 22px;
136     margin-right: 10px;
137     text-indent: 50px;
138     background: transparent url('icons.png') 0px 0px no-repeat; 
139 }
140
141 #nav-directory-link             { background-position: 0px -22px }
142 #nav-directory-link:hover       { background-position: -22px -22px;}
143 #nav-search-link                        { background-position: 0px -44px }
144 #nav-search-link:hover          { background-position: -22px -44px;}
145 #nav-apps-link                          { background-position: 0px -66px }
146 #nav-apps-link:hover            { background-position: -22px -66px;}
147 #nav-login-link                         { background-position: 0px -88px }
148 #nav-login-link:hover           { background-position: -22px -88px;}
149 #nav-help-link                          { background-position: 0px -110px }
150 #nav-help-link:hover            { background-position: -22px -110px;}
151
152
153 #notifications {
154         height: 20px; width: 100%;
155         position: absolute;
156         top:-19px; left: 0px;
157 }
158 .nav-ajax-update {
159         width: 30px;
160         height: 19px;
161         background: transparent url('notifications.png') 0px 0px no-repeat; 
162         color: #ffffff;
163         font-weight: bold;
164         font-size: 0.8em;
165         padding-top: 0.2em;
166         text-align: center;
167         float: left;
168         margin-right: -4px;
169     display: none;
170 }
171 #net-update { background-position: 0px 0px; }
172 #mail-update { background-position: -30px 0px; }
173 #notify-update { background-position: -60px 0px; }
174 #home-update { background-position: -90px 0px; }
175
176 #lang-select-icon {
177         cursor: pointer;
178         position: absolute;
179         left: 0px;
180         top: 0px;
181 }
182
183 #language-selector {
184         position: absolute;
185         top: 0;
186         left: 16px;
187 }
188
189
190 /** sysmsg **/
191 #sysmsg_info{
192         position:fixed; 
193         bottom: 0px; right:20%; 
194         -moz-box-shadow: 0px 0px 5px #888;
195         -webkit-box-shadow: 0px 0px 5px #888;
196         box-shadow: 0px 0px 5px #888;
197         padding: 10px; 
198         background-color: #fcaf3e; border:2px solid #f8911b;
199         border-bottom:0px;
200         padding-bottom: 50px;   
201         z-index: 1000;
202 }
203 #sysmsg { 
204         position:fixed; 
205         bottom: 0px; right:10%; 
206         -moz-box-shadow: 0px 0px 5px #888;
207         -webkit-box-shadow: 0px 0px 5px #888;
208         box-shadow: 0px 0px 5px #888;
209         padding: 10px; 
210         background-color: #fcaf3e; border:2px solid #f8911b;
211         border-bottom:0px;
212         padding-bottom: 50px;   
213         z-index: 1000;
214 }
215 #sysmsg_info br,
216 #sysmsg br {
217         display:block;
218         margin:2px 0px;
219         border-top: 1px solid #ccccce;
220 }
221
222
223
224 /**
225 * aside
226 **/
227
228 aside {
229     position: absolute;
230     right: 11%;
231     width: 200px;
232     font-size: 0.7em;
233
234 }
235 .vcard .fn { font-size: 1.7em; font-weight: bold; border-bottom: 1px solid #729fcf; padding-top: 1px;}
236
237 .vcard #profile-photo-wrapper { margin: 10px 0px }
238
239 aside h4 { font-size: 1.2em; }
240
241 aside #viewcontacts { text-align: right;}
242
243 #profile-extra-links ul { margin-left: 0px; padding-left: 0px; list-style: none; }
244
245 #dfrn-request-link {
246     background: #3465A4 url('connect.png') no-repeat 95% center;
247     border-radius: 5px 5px 5px 5px;
248     color: #FFFFFF;
249     display: block;
250     font-size: 1.2em;
251     padding: 0.2em 0.5em;
252 }
253
254
255 #netsearch-box {
256         margin: 30px 0px;
257 }
258
259 /**
260 * contacts block
261 */
262 .contact-block-div { width: 50px; height: 50px; float: left; }
263 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
264 #contact-block-end { clear: both; }
265
266 /**
267  * jot
268  **/ 
269 #profile-jot-text_tbl { margin-bottom: 10px; }
270 #profile-jot-text_ifr { width: 99.9%!important }
271 #profile-jot-submit-wrapper { float: right;}
272 #profile-jot-perms { 
273         float: right;
274         background-color: #555753;
275         height: 22px; width: 20px;
276     -webkit-border-radius: 0px 5px 5px 0px;
277     -moz-border-radius: 0px 5px 5px 0px;
278     border-radius: 0px 5px 5px 0px;     
279         overflow: hidden;
280         border: 0px;
281         margin-left:2px;
282 }
283 #profile-jot-submit { 
284         float: right;
285         height: 22px;
286         background-color: #555753;
287         color: #eeeeec;
288         -webkit-border-radius: 5px 0px 0px  5px;
289         -moz-border-radius: 5px 0px 0px  5px;
290         border-radius: 5px 0px 0px  5px;
291         border: 0px;
292         margin-top: 0px;
293 }
294 #character-counter {
295  float: right; padding: 8px 10px; 
296 }
297 #profile-rotator-wrapper {
298  float: right; 
299 }
300
301 .jot-tool {
302         float: left;
303         margin-right: 5px;
304 }
305 #profile-jot-tools-end,
306 #profile-jot-banner-end { clear: both; }
307
308 #profile-jot-email-wrapper {
309         margin: 10px 10% 0px 10%;
310         border: 1px solid #555753;
311         border-bottom: 0px;
312 }
313 #profile-jot-email-label { background-color: #555753; color: #ccccce;   padding: 5px;}
314 #profile-jot-email { margin: 5px; width: 90%; }
315         
316 #profile-jot-networks {
317         margin: 0px 10%;
318         border: 1px solid #555753;
319         border-top: 0px;
320         border-bottom: 0px;
321         padding: 5px;
322 }
323 #profile-jot-acl-wrapper {
324         margin: 0px 10%;
325         border: 1px solid #555753;
326         border-top: 0px;
327 }
328 #group_allow_wrapper,
329 #group_deny_wrapper,
330 #acl-permit-outer-wrapper { width: 47%; float: left; }
331
332 #contact_allow_wrapper,
333 #contact_deny_wrapper,
334 #acl-deny-outer-wrapper { width: 47%; float: right; }
335
336 #acl-permit-text {background-color: #555753; color: #ccccce; padding: 5px; float: left;}
337 #jot-public {background-color: #555753; color: #ff0000; padding: 5px; float: left;}
338 #acl-deny-text {background-color: #555753; color: #ccccce; padding: 5px; float: left;}
339
340 #acl-permit-text-end,
341 #acl-deny-text-end { clear: both; }
342
343
344
345
346 #acl-permit-wrapper,
347 #acl-deny-wrapper { padding: 5px; }
348
349 #acl-allow-group-label,
350 #acl-allow-contact-label,
351 #acl-deny-group-label,
352 #acl-deny-contact-label { display: block }
353
354 #group_allow, #contact_allow,
355 #group_deny, #contact_deny,
356 #profile-jot-acl-wrapper select { width: 100%; }
357
358 #acl-wrapper-end,
359 #profile-jot-end { clear: both; height: 5px; }
360
361
362
363
364 /**
365  * section
366  */
367 section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;}
368
369 /** tabs **/
370 .tabs-wrapper {list-style: none; padding: 0px; margin: 0px; border-bottom: 1px solid #729fcf; }
371 .tabs-wrapper li { display: inline;}
372 .tabs { padding: 0px 5px; margin-right: 10px; }
373 .tabs:hover { background-color: #729fcf; color: #eeeeec; border: 0px; }
374 .tabs.active { background-color: #729fcf; color: #eeeeec; border: 0px; }
375
376
377 /**
378  *      items
379  */
380 .wall-item-outside-wrapper { 
381         margin-top: 50px;
382 }
383 .wall-item-outside-wrapper-end { clear: both;}
384 .wall-item-content-wrapper { position: relative; }
385 .wall-item-photo-menu { display: none;}
386 .wall-item-photo-menu-button {
387         display:none;
388         text-indent: -99999px;
389         background: #555753 url("menu-user-pin.jpg") no-repeat 75px center;
390         position: absolute;
391         overflow: hidden;
392         height: 20px; width: 90px; 
393         top: 85px;      left: 0px;
394         -webkit-border-radius: 0px 0px 5px  5px;
395         -moz-border-radius: 0px 0px 5px  5px;
396         border-radius: 0px 0px 5px  5px;
397         
398         
399 }
400
401 .wall-item-info { float: left; width: 140px; }
402 .wall-item-photo-wrapper { 
403         width: 80px; height: 80px;  
404         position: relative;
405         padding: 5px;
406         background-color: #555753;
407         -webkit-border-radius: 5px;
408         -moz-border-radius: 5px;
409         border-radius: 5px;     
410 }
411
412
413 .wall-item-tools { 
414         float: right; 
415         /*height: 0px;
416         padding-top: 20px;
417         overflow:hidden;
418         background: #ffffff url("icons.png") no-repeat  -50px  -40px;*/
419         filter: alpha(opacity=20);
420         opacity: 0.2;
421         -webkit-transition: all 1s ease-in-out;
422         -moz-transition: all 1s ease-in-out;
423         -o-transition: all 1s ease-in-out;
424         -ms-transition: all 1s ease-in-out;
425         transition: all 1s ease-in-out; 
426 }
427 .wall-item-tools:hover {
428         /*height:auto;*/
429         filter: alpha(opacity=100);
430         opacity: 1;
431         -webkit-transition: all 1s ease-in-out;
432         -moz-transition: all 1s ease-in-out;
433         -o-transition: all 1s ease-in-out;
434         -ms-transition: all 1s ease-in-out;
435         transition: all 1s ease-in-out; 
436         
437 }
438
439 .wall-item-title { font-size: 1.2em; font-weight: bold;}
440 .wall-item-body { margin-left: 140px;}
441 .wall-item-lock-wrapper { float: right; }
442 .wall-item-dislike,
443 .wall-item-like,
444 .wall-item-author { clear: left; font-size: 0.8em; margin: 10px 0px 0px 140px; color: #babdb6;}
445 .wall-item-ago { display: inline; padding-left: 10px;} 
446 .wall-item-wrapper-end { clear:both; }
447 .wall-item-location {
448         margin-top:5px;
449         width: 100px;
450         overflow: hidden;
451         text-overflow: ellipsis;
452         -o-text-overflow: ellipsis;
453 }
454 .wall-item-location .icon { float: left; }
455 .wall-item-location > a { margin-left: 25px;  font-size: 0.7em; display: block;}
456 .wall-item-location .smalltext { margin-left: 25px;  font-size: 0.7em; display: block;}
457 .wall-item-location > br { display: none; }
458
459 .wallwall .wwto {
460     left: -10px;
461     margin: 0;
462     position: absolute;
463     top: 65px;
464     width: 30px;
465     z-index: 10001;
466         width: 30px;
467         height: 30px;
468     
469 }
470 .wallwall .wwto img { width: 30px!important; height: 30px!important;}
471 .wallwall .wall-item-photo-end { clear: both; }
472 .wall-item-arrowphoto-wrapper {
473     position: absolute;
474     left: 20px;
475     top: 70px;
476     z-index: 10002;
477 }
478
479 .wall-item-photo-menu {
480         min-width: 92px;
481         border: 2px solid #FFFFFF;
482         border-top: 0px;
483         background: #555753;
484         position: absolute;
485         left: -2px; top: 101px;
486         display: none;
487         z-index: 10000;
488         -webkit-border-radius: 0px 5px 5px 5px;
489         -moz-border-radius: 0px 5px 5px 5px;
490         border-radius: 0px 5px 5px 5px;
491 }
492 .wall-item-photo-menu ul { margin:0px; padding: 0px; list-style: none }
493 .wall-item-photo-menu li a { white-space: nowrap;  display: block; padding: 5px 2px;    color: #eeeeec;  }
494 .wall-item-photo-menu li a:hover { color: #555753; background: #eeeeec; }
495
496 .icon.drop,
497 .icon.drophide { float: left; }
498 #item-delete-selected { overflow: auto; width: 100%}
499 /**
500  *      comment
501  */
502  
503  .ccollapse-wrapper { font-size: 0.9em; margin-left: 80px; }
504  
505 .wall-item-outside-wrapper.comment { margin-left: 80px; }
506 .wall-item-outside-wrapper.comment .wall-item-photo { width: 40px!important; height: 40px!important;}
507 .wall-item-outside-wrapper.comment .wall-item-photo-wrapper {width: 40px; height: 40px; }
508 .wall-item-outside-wrapper.comment .wall-item-photo-menu-button {
509         width: 50px; top: 45px; background-position: 35px center;
510 }
511 .wall-item-outside-wrapper.comment .wall-item-info { width: 60px; }
512 .wall-item-outside-wrapper.comment .wall-item-body { margin-left: 60px;}
513 .wall-item-outside-wrapper.comment .wall-item-author { margin-left: 60px;}
514
515 .wall-item-outside-wrapper.comment .wall-item-photo-menu {
516         min-width: 50px;
517         top: 60px;
518 }
519
520
521 .comment-wwedit-wrapper,
522 .comment-edit-wrapper { margin: 30px 0px 0px 80px;}
523 .comment-wwedit-wrapper img,
524 .comment-edit-wrapper img { width: 20px; height: 20px; }
525 .comment-edit-photo-link { float: left; width: 40px;}
526 .comment-edit-text-empty {  width: 80%; height: 20px; border: 0px; color: #babdb6;
527         -webkit-transition: all 0.5s ease-in-out;
528         -moz-transition: all 0.5s ease-in-out;
529         -o-transition: all 0.5s ease-in-out;
530         -ms-transition: all 0.5s ease-in-out;
531         transition: all 0.5s ease-in-out;       
532 }
533 .comment-edit-text-empty:hover { color: #999999;}
534 .comment-edit-text-full { width: 80%; height: 6em;
535         -webkit-transition: all 0.5s ease-in-out;
536         -moz-transition: all 0.5s ease-in-out;
537         -o-transition: all 0.5s ease-in-out;
538         -ms-transition: all 0.5s ease-in-out;
539         transition: all 0.5s ease-in-out;       
540 }
541 .comment-edit-submit-wrapper { width: 80%; margin-left: 40px; text-align: right; }
542 .comment-edit-submit {
543         height: 22px;
544         background-color: #555753;
545         color: #eeeeec;
546         -webkit-border-radius: 5px;
547         -moz-border-radius: 5px;
548         border-radius: 5px;
549         border: 0px;
550 }
551
552 /**
553  * item text style
554  **/
555 .wall-item-body code {
556     border-color: #CCCCCC;
557     border-style: solid;
558     border-width: 1px 1px 1px 10px;
559     display: block;
560     padding-left: 10px;
561 }
562
563 /**
564  * profile
565  **/
566  
567 div[id$="text"] { font-weight: bold; border-bottom: 1px solid #cccccc; } 
568 div[id$="wrapper"] { height: 100%; margin-bottom: 1em; } 
569 div[id$="wrapper"] br { clear: left; }
570 #advanced-profile-with { margin-left: 200px; }
571
572 /**
573  * photos
574  **/
575 #photo-top-links {
576         margin-bottom:30px;
577 }
578 .photo-album-image-wrapper,
579 .photo-top-image-wrapper { 
580         float: left; 
581         margin: 0px 10px 10px 0px;
582         -moz-box-shadow: 0px 0px 5px #888;
583         -webkit-box-shadow: 0px 0px 5px #888;
584         box-shadow: 0px 0px 5px #888;
585         background-color: #eeeeee;
586         -webkit-border-radius: 5px;
587         -moz-border-radius: 5px;
588         border-radius: 5px;
589
590         padding-bottom: 30px; 
591         position:relative;
592         
593 }
594
595 #photo-photo { max-width: 100% }
596 #photo-photo img { max-width: 100% }
597
598 .photo-top-image-wrapper a:hover,
599 #photo-photo a:hover,
600 .photo-album-image-wrapper a:hover { 
601         border-bottom: 0px; 
602 }
603
604 .photo-top-photo,
605 .photo-album-photo {
606     -webkit-border-radius: 5px 5px 0px 0px;
607     -moz-border-radius: 5px 5px 0px 0px;
608     border-radius: 5px 5px 0px 0px;
609  } 
610
611 .photo-top-album-name { position: absolute; bottom: 0px; padding: 0px 5px;} 
612 .caption { position: absolute; bottom: 0px; margin: 0px 5px}
613
614
615 #photo-photo{
616         position: relative;
617         float:left;
618 }
619 #photo-photo-end { clear: both; }
620 #photo-prev-link,
621 #photo-next-link{
622         position: absolute;
623         width:30%;
624         height: 100%;
625         background-color: rgba(255,255,255,0.5);
626         opacity: 0;
627         -webkit-transition: all 0.2s ease-in-out;
628         -moz-transition: all 0.2s ease-in-out;
629         -o-transition: all 0.2s ease-in-out;
630         -ms-transition: all 0.2s ease-in-out;
631         transition: all 0.2s ease-in-out;
632         background-position: center center;
633         background-repeat: no-repeat;
634         
635 }
636 #photo-prev-link { left:0px; top:0px; background-image: url('prev.png'); }
637 #photo-next-link { right:0px; top:0px; background-image: url('next.png');}
638
639 #photo-prev-link a,
640 #photo-next-link a{
641  display: block; width: 100%; height: 100%;
642  overflow: hidden;
643  text-indent: -900000px;                 
644 }
645
646 #photo-prev-link:hover,
647 #photo-next-link:hover{
648         opacity: 1;
649         -webkit-transition: all 0.2s ease-in-out;
650         -moz-transition: all 0.2s ease-in-out;
651         -o-transition: all 0.2s ease-in-out;
652         -ms-transition: all 0.2s ease-in-out;
653         transition: all 0.2s ease-in-out;               
654 }
655
656 #photo-next-link .icon,
657 #photo-prev-link .icon { display: none }
658
659 #photos-upload-spacer,
660 #photos-upload-new-wrapper,
661 #photos-upload-exist-wrapper { margin-bottom: 1em; }
662 #photos-upload-existing-album-text,
663 #photos-upload-newalbum-div { 
664         background-color: #555753;
665         color: #eeeeec;
666         padding: 1px;
667 }
668 #photos-upload-album-select,
669 #photos-upload-newalbum { width: 99% }
670 #photos-upload-perms-menu { text-align: right; }
671
672 /**
673  *      message
674  */
675 .prvmail-text { width: 100%;}
676 #prvmail-subject { width: 100%;}
677 #prvmail-submit-wrapper { margin-top: 10px; }
678 #prvmail-submit {
679         float: right;
680         margin-top: 0px;
681 }
682 #prvmail-submit-wrapper > div {
683         margin-right: 5px;
684         float: left;
685 }
686 .mail-list-outside-wrapper { margin-top: 20px;}
687 .mail-list-sender {     float: left; }
688 .mail-list-detail {     margin-left: 90px; }
689 .mail-list-sender-name { display: inline; }
690 .mail-list-date { display: inline; font-size: 0.8em; padding-left: 10px;}
691 .mail-list-subject { font-size: 1.5em;}
692 .mail-list-delete-wrapper { float: right; }
693 .mail-list-outside-wrapper-end { clear: both;}
694
695 .mail-conv-sender {float: left; margin: 0px 5px 5px 0px }
696 .mail-conv-sender-photo { width: 32px; height: 32px }
697 .mail-conv-sender-name { float: left }
698 .mail-conv-date { float: right }
699 .mail-conv-subject { clear: right; font-weight: bold; font-size: 1.2em }
700 .mail-conv-body { clear: both; }
701 .mail-conv-delete-wrapper { margin-top: 5px; }
702
703
704 /**
705  *      contacts
706  */
707
708 .view-contact-wrapper,
709 .contact-entry-wrapper { float: left; margin-right: 20px; margin-bottom: 20px; position: relative;}
710 .contact-entry-direction-wrapper {position: absolute; top: 20px;}
711 .contact-entry-edit-links { position: absolute; top: 60px; }
712 .contact-entry-photo {
713         margin-left:20px;
714 }
715 .contact-entry-edit-links .icon {       
716         border: 1px solid #babdb6;
717     -webkit-border-radius: 3px;
718     -moz-border-radius: 3px;
719     border-radius: 3px; 
720         background-color: #ffffff;
721 }
722
723 #contact-edit-banner-name { font-size: 1.5em; }
724 #contact-edit-photo-wrapper {position: relative; float: left; padding: 20px;}
725 #contact-edit-direction-icon { position: absolute; top: 60px; left:0px;}
726 #contact-edit-nav-wrapper { margin-left: 210px; }
727 #contact-edit-links { float: left; margin-top: 23px; }
728 #contact-drop-links { margin-left: 5px; }
729 #contact-edit-nav-wrapper .icon {
730         border: 1px solid #babdb6;
731     -webkit-border-radius: 3px;
732     -moz-border-radius: 3px;
733     border-radius: 3px; 
734 }
735 #contact-edit-poll-wrapper { margin-left: 50px; }
736 #contact-edit-last-update-text { margin-bottom: 15px; }
737 #contact-edit-last-updated { font-weight: bold; }
738 #contact-edit-poll-text { display: inline; }
739 #contact-edit-end { clear: both; }
740
741 /**
742  *      register, settings & profile forms
743  */
744 #settings-nickname-desc {
745         background-color: #DDEFFF;
746         -webkit-border-radius: 5px;
747         -moz-border-radius: 5px;
748     border-radius: 5px;
749     padding: 5px;
750 }
751
752 #register-form div,
753 #profile-edit-form div,
754 #settings-form  div { 
755         clear: both;
756 }
757
758 #register-form label,
759 #profile-edit-form label,
760 #settings-form label {
761         width: 300px; float: left;
762 }
763
764 #register-form span,
765 #profile-edit-form span,
766 #settings-form span {
767         color: #555753;
768         display:block;
769         margin-bottom: 20px;
770 }
771 .settings-submit-wrapper,
772 .profile-edit-submit-wrapper { margin: 30px 0px;}
773 .profile-listing { float: left; margin: 20px 20px 0px 0px}
774
775 #profile-edit-links ul { margin: 20px 0px; padding: 0px; list-style: none; }
776
777
778 #register-sitename { display: inline; font-weight: bold;}
779
780 /**
781  *      contacts selector
782  */
783 #group-edit-desc { margin: 10px 0xp; }
784 #group-members,
785 #prof-members {
786         height: 200px; 
787         overflow: auto;
788         border: 1px solid #555753;
789     -webkit-border-radius: 5px 5px 0px 0px;
790     -moz-border-radius: 5px 5px 0px 0px;
791     border-radius: 5px 5px 0px 0px;
792 }
793 #group-all-contacts,
794 #prof-all-contacts { 
795         height: 200px;
796     overflow: auto;     
797         border: 1px solid #555753;
798     -webkit-border-radius: 0px 0px 5px 5px;
799     -moz-border-radius: 0px 0px 5px 5px;
800     border-radius: 0px 0px 5px 5px;
801 }
802 #group-members h3,
803 #group-all-contacts h3,
804 #prof-members h3,
805 #prof-all-contacts h3{
806         color: #eeeeec;
807         background-color: #555753;
808         margin: 0px;
809         padding: 5px;
810 }
811 #group-separator,
812 #prof-separator { display: none;}
813
814 /**
815  * profile
816  */
817 #cropimage-wrapper { float:left; }
818 #crop-image-form { clear:both; }
819
820 /**
821  * events
822  **/
823  
824 .clear { clear: both; }
825 .eventcal {
826         float: left;
827         font-size: 20px;
828 }
829
830 .vevent {
831         border: 1px solid #CCCCCC;
832 }
833 .vevent .event-description, .vevent .event-location {
834         margin-left: 10px;
835         margin-right: 10px;
836 }
837 .vevent .event-start {
838         margin-left: 10px;
839         margin-right: 10px;
840 }
841
842 #new-event-link {
843         margin-bottom: 10px;
844 }
845
846 .edit-event-link, .plink-event-link {
847         float: left;
848         margin-top: 4px;
849         margin-right: 4px;
850         margin-bottom: 15px;
851 }
852
853 .event-description:before {
854         content: url('../../../images/calendar.png');
855         margin-right: 15px;
856 }
857
858 .event-start, .event-end {
859         margin-left: 10px;
860         width: 330px;
861 }
862
863 .event-start .dtstart, .event-end .dtend {
864         float: right;
865 }
866
867 .event-list-date {
868         margin-bottom: 10px;
869 }
870
871 .prevcal, .nextcal {
872         float: left;
873         margin-left: 32px;
874         margin-right: 32px;
875         margin-top: 64px;
876 }
877 .event-calendar-end {
878         clear: both;
879 }
880
881  
882 .calendar {
883         font-family: Courier, monospace;
884 }
885 .today {
886         font-weight: bold;
887         color: #FF0000;
888
889  
890 #event-start-text, 
891 #event-finish-text {
892         margin-top: 10px;
893         margin-bottom: 5px;
894 }
895
896 #event-nofinish-checkbox, 
897 #event-nofinish-text, 
898 #event-adjust-checkbox, 
899 #event-adjust-text,
900 #event-share-checkbox
901 {
902         float: left;
903 }
904 #event-datetime-break {
905         margin-bottom: 10px;
906 }
907
908 #event-nofinish-break, 
909 #event-adjust-break,
910 #event-share-break {
911         clear: both;
912 }
913
914 #event-desc-text, 
915 #event-location-text {
916         margin-top: 10px;
917         margin-bottom: 5px;
918 }
919 #event-submit {
920         margin-top: 10px;
921 }
922
923 /**
924  *      directory
925  */
926 .directory-item {float: left; margin: 50px 50px 0px 0px;}
927
928 /**
929  * ADMIN
930  */
931 #pending-update {
932         float:right;
933         color: #ffffff;
934         font-weight: bold;
935         background-color: #FF0000;
936         padding: 0em 0.3em;
937 }
938 .admin.linklist {
939         border: 0px; padding: 0px;
940 }
941 .admin.link {
942         list-style-position: inside;
943 }
944
945 #adminpage dl {
946         clear: left;
947         margin-bottom: 2px;
948         padding-bottom: 2px;
949         border-bottom: 1px solid black;
950 }
951 #adminpage dt {
952         width: 200px;
953         float: left;
954         font-weight: bold;
955 }
956 #adminpage dd {
957         margin-left: 200px;
958 }
959
960 #adminpage .field {
961         clear: left;
962         margin-bottom: 5px;
963         padding-bottom: 5px;
964 }
965
966 #adminpage .field label {
967         float: left;
968         width: 200px;
969         font-weight: bold;
970 }
971
972 #adminpage .field input,
973 #adminpage .field textarea {
974         width: 400px;
975 }
976 #adminpage .field textarea { height: 100px; }
977 #adminpage .field_help {
978         display: block;
979         margin-left: 200px;
980         color: #666666;
981         
982 }
983
984 #adminpage h3 {
985         border-bottom: 1px solid #cccccc;
986 }
987
988 #adminpage .submit {
989         clear:left;
990 }
991
992 #adminpage #pluginslist {
993         margin: 0px; padding: 0px;
994 }
995 #adminpage .plugin {
996         list-style: none;
997         display: block;
998         border: 1px solid #888888;
999         padding: 1em;
1000         margin-bottom: 5px;
1001         clear: left;
1002 }
1003 #adminpage .toggleplugin {
1004         float:left;
1005         margin-right: 1em;
1006 }
1007
1008 #adminpage table {width:100%; border-bottom: 1p solid #000000; margin: 5px 0px;}
1009 #adminpage table th { text-align: left;}
1010 #adminpage td .icon { float: left;}
1011 #adminpage table#users img { width: 16px; height: 16px; }
1012 #adminpage table tr:hover { background-color: #bbc7d7; }
1013 #adminpage .selectall { text-align: right; }
1014
1015 /**
1016  * ICONS
1017  */
1018 .icon {
1019         display: block; width: 20px; height: 20px;
1020         background-image: url('icons.png');
1021 }
1022 /*.icon:hover {
1023         border-bottom: 0px;
1024 }*/
1025
1026
1027 .border {
1028         border: 1px solid #babdb6;
1029     -webkit-border-radius: 3px;
1030     -moz-border-radius: 3px;
1031     border-radius: 3px; 
1032 }
1033
1034 .article        { background-position: -50px  0px;}
1035 .audio          { background-position: -70px  0px;}
1036 .block          { background-position: -90px  0px;}
1037 .drop           { background-position: -110px 0px;}
1038 .drophide       { background-position: -130px 0px;}
1039 .edit           { background-position: -150px 0px;}
1040 .camera         { background-position: -170px 0px;}
1041 .dislike        { background-position: -190px 0px;}
1042 .like           { background-position: -210px 0px;}
1043 .link           { background-position: -230px 0px;}
1044
1045 .globe          { background-position: -50px  -20px;}
1046 .noglobe        { background-position: -70px  -20px;}
1047 .no             { background-position: -90px  -20px;}
1048 .pause          { background-position: -110px -20px;}
1049 .play           { background-position: -130px -20px;}
1050 .pencil         { background-position: -150px -20px;}
1051 .small-pencil   { background-position: -170px -20px;}
1052 .recycle        { background-position: -190px -20px;}
1053 .remote-link    { background-position: -210px -20px;}
1054 .share          { background-position: -230px -20px;}
1055
1056 .tools          { background-position: -50px  -40px;}
1057 .lock           { background-position: -70px  -40px;}
1058 .unlock         { background-position: -90px  -40px;}
1059 .video          { background-position: -110px -40px;}
1060 .youtube        { background-position: -130px -40px;}
1061
1062 .attach         { background-position: -190px -40px;}
1063 .language       { background-position: -210px -40px;}
1064
1065
1066 .on             { background-position: -50px  -60px;}
1067 .off            { background-position: -70px  -60px;}
1068 .prev           { background-position: -90px  -60px;}
1069 .next           { background-position: -110px  -60px;}
1070
1071
1072 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
1073
1074 .attachtype {
1075         display: block; width: 20px; height: 23px;
1076         background-image: url('../../../images/content-types.png');
1077 }
1078
1079 .type-video { background-position: 0px 0px; }
1080 .type-image { background-position: -20px 0px; }
1081 .type-audio { background-position: -40px 0px; }
1082 .type-text  { background-position: -60px 0px; }
1083 .type-unkn  { background-position: -80px 0px; }
1084
1085
1086
1087 /**
1088  *      footer
1089  */                                  
1090  .cc-license { margin-top: 100px; font-size: 0.7em; }                                  
1091 footer { display: block; margin: 50px 20%; clear: both; }
1092