]> git.mxchange.org Git - friendica.git/blob - view/theme/dispy/style.css
Update dispy. Add admin link and styles, add help link, other fixes
[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
375
376 /**
377  *      items
378  */
379 .wall-item-outside-wrapper { 
380         margin-top: 50px;
381 }
382 .wall-item-outside-wrapper-end { clear: both;}
383 .wall-item-content-wrapper { position: relative; }
384 .wall-item-photo-menu { display: none;}
385 .wall-item-photo-menu-button {
386         display:none;
387         text-indent: -99999px;
388         background: #555753 url("menu-user-pin.jpg") no-repeat 75px center;
389         position: absolute;
390         overflow: hidden;
391         height: 20px; width: 90px; 
392         top: 85px;      left: 0px;
393         -webkit-border-radius: 0px 0px 5px  5px;
394         -moz-border-radius: 0px 0px 5px  5px;
395         border-radius: 0px 0px 5px  5px;
396         
397         
398 }
399
400 .wall-item-info { float: left; width: 140px; }
401 .wall-item-photo-wrapper { 
402         width: 80px; height: 80px;  
403         position: relative;
404         padding: 5px;
405         background-color: #555753;
406         -webkit-border-radius: 5px;
407         -moz-border-radius: 5px;
408         border-radius: 5px;     
409 }
410
411
412 .wall-item-tools { 
413         float: right; 
414         /*height: 0px;
415         padding-top: 20px;
416         overflow:hidden;
417         background: #ffffff url("icons.png") no-repeat  -50px  -40px;*/
418         filter: alpha(opacity=20);
419         opacity: 0.2;
420         -webkit-transition: all 1s ease-in-out;
421         -moz-transition: all 1s ease-in-out;
422         -o-transition: all 1s ease-in-out;
423         -ms-transition: all 1s ease-in-out;
424         transition: all 1s ease-in-out; 
425 }
426 .wall-item-tools:hover {
427         /*height:auto;*/
428         filter: alpha(opacity=100);
429         opacity: 1;
430         -webkit-transition: all 1s ease-in-out;
431         -moz-transition: all 1s ease-in-out;
432         -o-transition: all 1s ease-in-out;
433         -ms-transition: all 1s ease-in-out;
434         transition: all 1s ease-in-out; 
435         
436 }
437
438 .wall-item-title { font-size: 1.2em; font-weight: bold;}
439 .wall-item-body { margin-left: 140px;}
440 .wall-item-lock-wrapper { float: right; }
441 .wall-item-dislike,
442 .wall-item-like,
443 .wall-item-author { clear: left; font-size: 0.8em; margin: 10px 0px 0px 140px; color: #babdb6;}
444 .wall-item-ago { display: inline; padding-left: 10px;} 
445 .wall-item-wrapper-end { clear:both; }
446 .wall-item-location {
447         margin-top:5px;
448         width: 100px;
449         overflow: hidden;
450         text-overflow: ellipsis;
451         -o-text-overflow: ellipsis;
452 }
453 .wall-item-location .icon { float: left; }
454 .wall-item-location > a { margin-left: 25px;  font-size: 0.7em; display: block;}
455 .wall-item-location .smalltext { margin-left: 25px;  font-size: 0.7em; display: block;}
456 .wall-item-location > br { display: none; }
457
458 .wallwall .wwto {
459     left: -10px;
460     margin: 0;
461     position: absolute;
462     top: 65px;
463     width: 30px;
464     z-index: 10001;
465         width: 30px;
466         height: 30px;
467     
468 }
469 .wallwall .wwto img { width: 30px!important; height: 30px!important;}
470 .wallwall .wall-item-photo-end { clear: both; }
471 .wall-item-arrowphoto-wrapper {
472     position: absolute;
473     left: 20px;
474     top: 70px;
475     z-index: 10002;
476 }
477
478 .wall-item-photo-menu {
479         min-width: 92px;
480         border: 2px solid #FFFFFF;
481         border-top: 0px;
482         background: #555753;
483         position: absolute;
484         left: -2px; top: 101px;
485         display: none;
486         z-index: 10000;
487         -webkit-border-radius: 0px 5px 5px 5px;
488         -moz-border-radius: 0px 5px 5px 5px;
489         border-radius: 0px 5px 5px 5px;
490 }
491 .wall-item-photo-menu ul { margin:0px; padding: 0px; list-style: none }
492 .wall-item-photo-menu li a { white-space: nowrap;  display: block; padding: 5px 2px;    color: #eeeeec;  }
493 .wall-item-photo-menu li a:hover { color: #555753; background: #eeeeec; }
494
495 .icon.drop,
496 .icon.drophide { float: left; }
497 #item-delete-selected { overflow: auto; width: 100%}
498 /**
499  *      comment
500  */
501  
502  .ccollapse-wrapper { font-size: 0.9em; margin-left: 80px; }
503  
504 .wall-item-outside-wrapper.comment { margin-left: 80px; }
505 .wall-item-outside-wrapper.comment .wall-item-photo { width: 40px!important; height: 40px!important;}
506 .wall-item-outside-wrapper.comment .wall-item-photo-wrapper {width: 40px; height: 40px; }
507 .wall-item-outside-wrapper.comment .wall-item-photo-menu-button {
508         width: 50px; top: 45px; background-position: 35px center;
509 }
510 .wall-item-outside-wrapper.comment .wall-item-info { width: 60px; }
511 .wall-item-outside-wrapper.comment .wall-item-body { margin-left: 60px;}
512 .wall-item-outside-wrapper.comment .wall-item-author { margin-left: 60px;}
513
514 .wall-item-outside-wrapper.comment .wall-item-photo-menu {
515         min-width: 50px;
516         top: 60px;
517 }
518
519
520 .comment-wwedit-wrapper,
521 .comment-edit-wrapper { margin: 30px 0px 0px 80px;}
522 .comment-wwedit-wrapper img,
523 .comment-edit-wrapper img { width: 20px; height: 20px; }
524 .comment-edit-photo-link { float: left; width: 40px;}
525 .comment-edit-text-empty {  width: 80%; height: 20px; border: 0px; color: #babdb6;
526         -webkit-transition: all 0.5s ease-in-out;
527         -moz-transition: all 0.5s ease-in-out;
528         -o-transition: all 0.5s ease-in-out;
529         -ms-transition: all 0.5s ease-in-out;
530         transition: all 0.5s ease-in-out;       
531 }
532 .comment-edit-text-empty:hover { color: #999999;}
533 .comment-edit-text-full { width: 80%; height: 6em;
534         -webkit-transition: all 0.5s ease-in-out;
535         -moz-transition: all 0.5s ease-in-out;
536         -o-transition: all 0.5s ease-in-out;
537         -ms-transition: all 0.5s ease-in-out;
538         transition: all 0.5s ease-in-out;       
539 }
540 .comment-edit-submit-wrapper { width: 80%; margin-left: 40px; text-align: right; }
541 .comment-edit-submit {
542         height: 22px;
543         background-color: #555753;
544         color: #eeeeec;
545         -webkit-border-radius: 5px;
546         -moz-border-radius: 5px;
547         border-radius: 5px;
548         border: 0px;
549 }
550
551
552
553
554 /**
555  * photos
556  **/
557 #photo-top-links {
558         margin-bottom:30px;
559 }
560 .photo-album-image-wrapper,
561 .photo-top-image-wrapper { 
562         float: left; 
563         margin: 0px 10px 10px 0px;
564         -moz-box-shadow: 0px 0px 5px #888;
565         -webkit-box-shadow: 0px 0px 5px #888;
566         box-shadow: 0px 0px 5px #888;
567         background-color: #eeeeee;
568         -webkit-border-radius: 5px;
569         -moz-border-radius: 5px;
570         border-radius: 5px;
571
572         padding-bottom: 30px; 
573         position:relative;
574         
575 }
576
577 .photo-top-image-wrapper a:hover,
578 #photo-photo a:hover,
579 .photo-album-image-wrapper a:hover { 
580         border-bottom: 0px; 
581 }
582
583 .photo-top-photo,
584 .photo-album-photo {
585     -webkit-border-radius: 5px 5px 0px 0px;
586     -moz-border-radius: 5px 5px 0px 0px;
587     border-radius: 5px 5px 0px 0px;
588  } 
589
590 .photo-top-album-name { position: absolute; bottom: 0px; padding: 0px 5px;} 
591 .caption { position: absolute; bottom: 0px; margin: 0px 5px}
592
593
594 #photo-photo{
595         position: relative;
596         float:left;
597 }
598 #photo-photo-end { clear: both; }
599 #photo-prev-link,
600 #photo-next-link{
601         position: absolute;
602         width:30%;
603         height: 100%;
604         background-color: rgba(255,255,255,0.5);
605         opacity: 0;
606         -webkit-transition: all 0.2s ease-in-out;
607         -moz-transition: all 0.2s ease-in-out;
608         -o-transition: all 0.2s ease-in-out;
609         -ms-transition: all 0.2s ease-in-out;
610         transition: all 0.2s ease-in-out;
611         background-position: center center;
612         background-repeat: no-repeat;
613         
614 }
615 #photo-prev-link { left:0px; top:0px; background-image: url('prev.png'); }
616 #photo-next-link { right:0px; top:0px; background-image: url('next.png');}
617
618 #photo-prev-link a,
619 #photo-next-link a{
620  display: block; width: 100%; height: 100%;
621  overflow: hidden;
622  text-indent: -900000px;                 
623 }
624
625 #photo-prev-link:hover,
626 #photo-next-link:hover{
627         opacity: 1;
628         -webkit-transition: all 0.2s ease-in-out;
629         -moz-transition: all 0.2s ease-in-out;
630         -o-transition: all 0.2s ease-in-out;
631         -ms-transition: all 0.2s ease-in-out;
632         transition: all 0.2s ease-in-out;               
633 }
634
635 #photos-upload-spacer,
636 #photos-upload-new-wrapper,
637 #photos-upload-exist-wrapper { margin-bottom: 1em; }
638 #photos-upload-existing-album-text,
639 #photos-upload-newalbum-div { 
640         background-color: #555753;
641         color: #eeeeec;
642         padding: 1px;
643 }
644 #photos-upload-album-select,
645 #photos-upload-newalbum { width: 99% }
646 #photos-upload-perms-menu { text-align: right; }
647
648 /**
649  *      message
650  */
651 .prvmail-text { width: 100%;}
652 #prvmail-subject { width: 100%;}
653 #prvmail-submit-wrapper { margin-top: 10px; }
654 #prvmail-submit {
655         float: right;
656         margin-top: 0px;
657 }
658 #prvmail-submit-wrapper > div {
659         margin-right: 5px;
660         float: left;
661 }
662 .mail-list-outside-wrapper { margin-top: 20px;}
663 .mail-list-sender {     float: left; }
664 .mail-list-detail {     margin-left: 90px; }
665 .mail-list-sender-name { display: inline; }
666 .mail-list-date { display: inline; font-size: 0.8em; padding-left: 10px;}
667 .mail-list-subject { font-size: 1.5em;}
668 .mail-list-delete-wrapper { float: right; }
669 .mail-list-outside-wrapper-end { clear: both;}
670
671 /**
672  *      contacts
673  */
674
675 .view-contact-wrapper,
676 .contact-entry-wrapper { float: left; margin-right: 20px; margin-bottom: 20px; position: relative;}
677 .contact-entry-direction-wrapper {position: absolute; top: 20px;}
678 .contact-entry-edit-links { position: absolute; top: 60px; }
679 .contact-entry-photo {
680         margin-left:20px;
681 }
682 .contact-entry-edit-links .icon {       
683         border: 1px solid #babdb6;
684     -webkit-border-radius: 3px;
685     -moz-border-radius: 3px;
686     border-radius: 3px; 
687         background-color: #ffffff;
688 }
689
690 #contact-edit-banner-name { font-size: 1.5em; }
691 #contact-edit-photo-wrapper {position: relative; float: left; padding: 20px;}
692 #contact-edit-direction-icon { position: absolute; top: 60px; left:0px;}
693 #contact-edit-nav-wrapper { margin-left: 210px; }
694 #contact-edit-links { float: left; margin-top: 23px; }
695 #contact-drop-links { margin-left: 5px; }
696 #contact-edit-nav-wrapper .icon {
697         border: 1px solid #babdb6;
698     -webkit-border-radius: 3px;
699     -moz-border-radius: 3px;
700     border-radius: 3px; 
701 }
702 #contact-edit-poll-wrapper { margin-left: 50px; }
703 #contact-edit-last-update-text { margin-bottom: 15px; }
704 #contact-edit-last-updated { font-weight: bold; }
705 #contact-edit-poll-text { display: inline; }
706 #contact-edit-end { clear: both; }
707
708 /**
709  *      register, settings & profile forms
710  */
711 #settings-nickname-desc {
712         background-color: #DDEFFF;
713         -webkit-border-radius: 5px;
714         -moz-border-radius: 5px;
715     border-radius: 5px;
716     padding: 5px;
717 }
718
719 #register-form div,
720 #profile-edit-form div,
721 #settings-form  div { 
722         clear: both;
723 }
724
725 #register-form label,
726 #profile-edit-form label,
727 #settings-form label {
728         width: 300px; float: left;
729 }
730
731 #register-form span,
732 #profile-edit-form span,
733 #settings-form span {
734         color: #555753;
735         display:block;
736         margin-bottom: 20px;
737 }
738 .settings-submit-wrapper,
739 .profile-edit-submit-wrapper { margin: 30px 0px;}
740 .profile-listing { float: left; margin: 20px 20px 0px 0px}
741
742 #profile-edit-links ul { margin: 20px 0px; padding: 0px; list-style: none; }
743
744
745 #register-sitename { display: inline; font-weight: bold;}
746
747 /**
748  *      contacts selector
749  */
750 #group-edit-desc { margin: 10px 0xp; }
751 #group-members,
752 #prof-members {
753         height: 200px; 
754         overflow: auto;
755         border: 1px solid #555753;
756     -webkit-border-radius: 5px 5px 0px 0px;
757     -moz-border-radius: 5px 5px 0px 0px;
758     border-radius: 5px 5px 0px 0px;
759 }
760 #group-all-contacts,
761 #prof-all-contacts { 
762         height: 200px;
763     overflow: auto;     
764         border: 1px solid #555753;
765     -webkit-border-radius: 0px 0px 5px 5px;
766     -moz-border-radius: 0px 0px 5px 5px;
767     border-radius: 0px 0px 5px 5px;
768 }
769 #group-members h3,
770 #group-all-contacts h3,
771 #prof-members h3,
772 #prof-all-contacts h3{
773         color: #eeeeec;
774         background-color: #555753;
775         margin: 0px;
776         padding: 5px;
777 }
778 #group-separator,
779 #prof-separator { display: none;}
780
781 /**
782  * profile
783  */
784 #cropimage-wrapper { float:left; }
785 #crop-image-form { clear:both; }
786
787
788 /**
789  *      directory
790  */
791 .directory-item {float: left; margin: 50px 50px 0px 0px;}
792
793 /**
794  * ADMIN
795  */
796 #pending-update {
797         float:right;
798         color: #ffffff;
799         font-weight: bold;
800         background-color: #FF0000;
801         padding: 0em 0.3em;
802 }
803 .admin.linklist {
804         border: 0px; padding: 0px;
805 }
806 .admin.link {
807         list-style-position: inside;
808 }
809
810 #adminpage dl {
811         clear: left;
812         margin-bottom: 2px;
813         padding-bottom: 2px;
814         border-bottom: 1px solid black;
815 }
816 #adminpage dt {
817         width: 200px;
818         float: left;
819         font-weight: bold;
820 }
821 #adminpage dd {
822         margin-left: 200px;
823 }
824
825 #adminpage .field {
826         clear: left;
827         margin-bottom: 5px;
828         padding-bottom: 5px;
829 }
830
831 #adminpage .field label {
832         float: left;
833         width: 200px;
834         font-weight: bold;
835 }
836
837 #adminpage .field input,
838 #adminpage .field textarea {
839         width: 400px;
840 }
841 #adminpage .field textarea { height: 100px; }
842 #adminpage .field_help {
843         display: block;
844         margin-left: 200px;
845         color: #666666;
846         
847 }
848
849 #adminpage h3 {
850         border-bottom: 1px solid #cccccc;
851 }
852
853 #adminpage .submit {
854         clear:left;
855 }
856
857 #adminpage #pluginslist {
858         margin: 0px; padding: 0px;
859 }
860 #adminpage .plugin {
861         list-style: none;
862         display: block;
863         border: 1px solid #888888;
864         padding: 1em;
865         margin-bottom: 5px;
866         clear: left;
867 }
868 #adminpage .toggleplugin {
869         float:left;
870         margin-right: 1em;
871 }
872
873 #adminpage table {width:100%; border-bottom: 1p solid #000000; margin: 5px 0px;}
874 #adminpage table th { text-align: left;}
875 #adminpage td .icon { float: left;}
876 #adminpage table#users img { width: 16px; height: 16px; }
877 #adminpage table tr:hover { background-color: #bbc7d7; }
878 #adminpage .selectall { text-align: right; }
879
880 /**
881  * ICONS
882  */
883 .icon {
884         display: block; width: 20px; height: 20px;
885         background-image: url('icons.png');
886 }
887 /*.icon:hover {
888         border-bottom: 0px;
889 }*/
890
891
892 .border {
893         border: 1px solid #babdb6;
894     -webkit-border-radius: 3px;
895     -moz-border-radius: 3px;
896     border-radius: 3px; 
897 }
898
899 .article        { background-position: -50px  0px;}
900 .audio          { background-position: -70px  0px;}
901 .block          { background-position: -90px  0px;}
902 .drop           { background-position: -110px 0px;}
903 .drophide       { background-position: -130px 0px;}
904 .edit           { background-position: -150px 0px;}
905 .camera         { background-position: -170px 0px;}
906 .dislike        { background-position: -190px 0px;}
907 .like           { background-position: -210px 0px;}
908 .link           { background-position: -230px 0px;}
909
910 .globe          { background-position: -50px  -20px;}
911 .noglobe        { background-position: -70px  -20px;}
912 .no             { background-position: -90px  -20px;}
913 .pause          { background-position: -110px -20px;}
914 .play           { background-position: -130px -20px;}
915 .pencil         { background-position: -150px -20px;}
916 .small-pencil   { background-position: -170px -20px;}
917 .recycle        { background-position: -190px -20px;}
918 .remote-link    { background-position: -210px -20px;}
919 .share          { background-position: -230px -20px;}
920
921 .tools          { background-position: -50px  -40px;}
922 .lock           { background-position: -70px  -40px;}
923 .unlock         { background-position: -90px  -40px;}
924 .video          { background-position: -110px -40px;}
925 .youtube        { background-position: -130px -40px;}
926
927 .attach         { background-position: -190px -40px;}
928 .language       { background-position: -210px -40px;}
929
930
931 .on             { background-position: -50px  -60px;}
932 .off            { background-position: -70px  -60px;}
933
934
935
936 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
937
938 .attachtype {
939         display: block; width: 20px; height: 23px;
940         background-image: url('../../../images/content-types.png');
941 }
942
943 .type-video { background-position: 0px 0px; }
944 .type-image { background-position: -20px 0px; }
945 .type-audio { background-position: -40px 0px; }
946 .type-text  { background-position: -60px 0px; }
947 .type-unkn  { background-position: -80px 0px; }
948
949
950
951 /**
952  *      footer
953  */                                  
954  .cc-license { margin-top: 100px; font-size: 0.7em; }                                  
955 footer { display: block; margin: 50px 20%; clear: both; }
956