]> git.mxchange.org Git - friendica.git/blob - view/theme/dispy/style.css
Merge branch 'master' of git://github.com/friendika/friendika
[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 10px;
325         border: 1px solid #555753;
326         border-top: 0px;
327         display:block!important;
328 }
329 #group_allow_wrapper,
330 #group_deny_wrapper,
331 #acl-permit-outer-wrapper { width: 47%; float: left; }
332
333 #contact_allow_wrapper,
334 #contact_deny_wrapper,
335 #acl-deny-outer-wrapper { width: 47%; float: right; }
336
337 #acl-permit-text {background-color: #555753; color: #ccccce; padding: 5px; float: left;}
338 #jot-public {background-color: #555753; color: #ff0000; padding: 5px; float: left;}
339 #acl-deny-text {background-color: #555753; color: #ccccce; padding: 5px; float: left;}
340
341 #acl-permit-text-end,
342 #acl-deny-text-end { clear: both; }
343
344
345
346 /**
347  * section
348  */
349 section { margin: 10px 11% 0px 11%; font-size: 0.8em; padding-right: 230px;}
350
351 /** tabs **/
352 .tabs-wrapper {list-style: none; padding: 0px; margin: 0px; border-bottom: 1px solid #729fcf; }
353 .tabs-wrapper li { display: inline;}
354 .tabs { padding: 0px 5px; margin-right: 10px; }
355 .tabs:hover { background-color: #729fcf; color: #eeeeec; border: 0px; }
356 .tabs.active { background-color: #729fcf; color: #eeeeec; border: 0px; }
357
358
359 /**
360  *      items
361  */
362 .wall-item-outside-wrapper { 
363         margin-top: 50px;
364 }
365 .wall-item-outside-wrapper-end { clear: both;}
366 .wall-item-content-wrapper { position: relative; }
367 .wall-item-photo-menu { display: none;}
368 .wall-item-photo-menu-button {
369         display:none;
370         text-indent: -99999px;
371         background: #555753 url("menu-user-pin.jpg") no-repeat 75px center;
372         position: absolute;
373         overflow: hidden;
374         height: 20px; width: 90px; 
375         top: 85px;      left: 0px;
376         -webkit-border-radius: 0px 0px 5px  5px;
377         -moz-border-radius: 0px 0px 5px  5px;
378         border-radius: 0px 0px 5px  5px;
379         
380         
381 }
382
383 .wall-item-info { float: left; width: 140px; }
384 .wall-item-photo-wrapper { 
385         width: 80px; height: 80px;  
386         position: relative;
387         padding: 5px;
388         background-color: #555753;
389         -webkit-border-radius: 5px;
390         -moz-border-radius: 5px;
391         border-radius: 5px;     
392 }
393
394
395 .wall-item-tools { 
396         float: right; 
397         /*height: 0px;
398         padding-top: 20px;
399         overflow:hidden;
400         background: #ffffff url("icons.png") no-repeat  -50px  -40px;*/
401         filter: alpha(opacity=20);
402         opacity: 0.2;
403         -webkit-transition: all 1s ease-in-out;
404         -moz-transition: all 1s ease-in-out;
405         -o-transition: all 1s ease-in-out;
406         -ms-transition: all 1s ease-in-out;
407         transition: all 1s ease-in-out; 
408 }
409 .wall-item-tools:hover {
410         /*height:auto;*/
411         filter: alpha(opacity=100);
412         opacity: 1;
413         -webkit-transition: all 1s ease-in-out;
414         -moz-transition: all 1s ease-in-out;
415         -o-transition: all 1s ease-in-out;
416         -ms-transition: all 1s ease-in-out;
417         transition: all 1s ease-in-out; 
418         
419 }
420
421 .wall-item-title { font-size: 1.2em; font-weight: bold;}
422 .wall-item-body { margin-left: 140px;}
423 .wall-item-lock-wrapper { float: right; }
424 .wall-item-dislike,
425 .wall-item-like,
426 .wall-item-author { clear: left; font-size: 0.8em; margin: 10px 0px 0px 140px; color: #babdb6;}
427 .wall-item-ago { display: inline; padding-left: 10px;} 
428 .wall-item-wrapper-end { clear:both; }
429 .wall-item-location {
430         margin-top:5px;
431         width: 100px;
432         overflow: hidden;
433         text-overflow: ellipsis;
434         -o-text-overflow: ellipsis;
435 }
436 .wall-item-location .icon { float: left; }
437 .wall-item-location > a { margin-left: 25px;  font-size: 0.7em; display: block;}
438 .wall-item-location .smalltext { margin-left: 25px;  font-size: 0.7em; display: block;}
439 .wall-item-location > br { display: none; }
440
441 .wallwall .wwto {
442     left: -10px;
443     margin: 0;
444     position: absolute;
445     top: 65px;
446     width: 30px;
447     z-index: 10001;
448         width: 30px;
449         height: 30px;
450     
451 }
452 .wallwall .wwto img { width: 30px!important; height: 30px!important;}
453 .wallwall .wall-item-photo-end { clear: both; }
454 .wall-item-arrowphoto-wrapper {
455     position: absolute;
456     left: 20px;
457     top: 70px;
458     z-index: 10002;
459 }
460
461 .wall-item-photo-menu {
462         min-width: 92px;
463         border: 2px solid #FFFFFF;
464         border-top: 0px;
465         background: #555753;
466         position: absolute;
467         left: -2px; top: 101px;
468         display: none;
469         z-index: 10000;
470         -webkit-border-radius: 0px 5px 5px 5px;
471         -moz-border-radius: 0px 5px 5px 5px;
472         border-radius: 0px 5px 5px 5px;
473 }
474 .wall-item-photo-menu ul { margin:0px; padding: 0px; list-style: none }
475 .wall-item-photo-menu li a { white-space: nowrap;  display: block; padding: 5px 2px;    color: #eeeeec;  }
476 .wall-item-photo-menu li a:hover { color: #555753; background: #eeeeec; }
477
478 .icon.drop,
479 .icon.drophide { float: left; }
480 #item-delete-selected { overflow: auto; width: 100%}
481 /**
482  *      comment
483  */
484  
485  .ccollapse-wrapper { font-size: 0.9em; margin-left: 80px; }
486  
487 .wall-item-outside-wrapper.comment { margin-left: 80px; }
488 .wall-item-outside-wrapper.comment .wall-item-photo { width: 40px!important; height: 40px!important;}
489 .wall-item-outside-wrapper.comment .wall-item-photo-wrapper {width: 40px; height: 40px; }
490 .wall-item-outside-wrapper.comment .wall-item-photo-menu-button {
491         width: 50px; top: 45px; background-position: 35px center;
492 }
493 .wall-item-outside-wrapper.comment .wall-item-info { width: 60px; }
494 .wall-item-outside-wrapper.comment .wall-item-body { margin-left: 60px;}
495 .wall-item-outside-wrapper.comment .wall-item-author { margin-left: 60px;}
496
497 .wall-item-outside-wrapper.comment .wall-item-photo-menu {
498         min-width: 50px;
499         top: 60px;
500 }
501
502
503 .comment-wwedit-wrapper,
504 .comment-edit-wrapper { margin: 30px 0px 0px 80px;}
505 .comment-wwedit-wrapper img,
506 .comment-edit-wrapper img { width: 20px; height: 20px; }
507 .comment-edit-photo-link { float: left; width: 40px;}
508 .comment-edit-text-empty {  width: 80%; height: 20px; border: 0px; color: #babdb6;
509         -webkit-transition: all 0.5s ease-in-out;
510         -moz-transition: all 0.5s ease-in-out;
511         -o-transition: all 0.5s ease-in-out;
512         -ms-transition: all 0.5s ease-in-out;
513         transition: all 0.5s ease-in-out;       
514 }
515 .comment-edit-text-empty:hover { color: #999999;}
516 .comment-edit-text-full { width: 80%; height: 6em;
517         -webkit-transition: all 0.5s ease-in-out;
518         -moz-transition: all 0.5s ease-in-out;
519         -o-transition: all 0.5s ease-in-out;
520         -ms-transition: all 0.5s ease-in-out;
521         transition: all 0.5s ease-in-out;       
522 }
523 .comment-edit-submit-wrapper { width: 80%; margin-left: 40px; text-align: right; }
524 .comment-edit-submit {
525         height: 22px;
526         background-color: #555753;
527         color: #eeeeec;
528         -webkit-border-radius: 5px;
529         -moz-border-radius: 5px;
530         border-radius: 5px;
531         border: 0px;
532 }
533
534 /**
535  * item text style
536  **/
537 .wall-item-body code {
538     border-color: #CCCCCC;
539     border-style: solid;
540     border-width: 1px 1px 1px 10px;
541     display: block;
542     padding-left: 10px;
543 }
544
545 /**
546  * profile
547  **/
548  
549 div[id$="text"] { font-weight: bold; border-bottom: 1px solid #cccccc; } 
550 div[id$="wrapper"] { height: 100%; margin-bottom: 1em; } 
551 div[id$="wrapper"] br { clear: left; }
552 #advanced-profile-with { margin-left: 200px; }
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-photo { max-width: 100% }
578 #photo-photo img { max-width: 100% }
579
580 .photo-top-image-wrapper a:hover,
581 #photo-photo a:hover,
582 .photo-album-image-wrapper a:hover { 
583         border-bottom: 0px; 
584 }
585
586 .photo-top-photo,
587 .photo-album-photo {
588     -webkit-border-radius: 5px 5px 0px 0px;
589     -moz-border-radius: 5px 5px 0px 0px;
590     border-radius: 5px 5px 0px 0px;
591  } 
592
593 .photo-top-album-name { position: absolute; bottom: 0px; padding: 0px 5px;} 
594 .caption { position: absolute; bottom: 0px; margin: 0px 5px}
595
596
597 #photo-photo{
598         position: relative;
599         float:left;
600 }
601 #photo-photo-end { clear: both; }
602 #photo-prev-link,
603 #photo-next-link{
604         position: absolute;
605         width:30%;
606         height: 100%;
607         background-color: rgba(255,255,255,0.5);
608         opacity: 0;
609         -webkit-transition: all 0.2s ease-in-out;
610         -moz-transition: all 0.2s ease-in-out;
611         -o-transition: all 0.2s ease-in-out;
612         -ms-transition: all 0.2s ease-in-out;
613         transition: all 0.2s ease-in-out;
614         background-position: center center;
615         background-repeat: no-repeat;
616         
617 }
618 #photo-prev-link { left:0px; top:0px; background-image: url('prev.png'); }
619 #photo-next-link { right:0px; top:0px; background-image: url('next.png');}
620
621 #photo-prev-link a,
622 #photo-next-link a{
623  display: block; width: 100%; height: 100%;
624  overflow: hidden;
625  text-indent: -900000px;                 
626 }
627
628 #photo-prev-link:hover,
629 #photo-next-link:hover{
630         opacity: 1;
631         -webkit-transition: all 0.2s ease-in-out;
632         -moz-transition: all 0.2s ease-in-out;
633         -o-transition: all 0.2s ease-in-out;
634         -ms-transition: all 0.2s ease-in-out;
635         transition: all 0.2s ease-in-out;               
636 }
637
638 #photo-next-link .icon,
639 #photo-prev-link .icon { display: none }
640
641 #photos-upload-spacer,
642 #photos-upload-new-wrapper,
643 #photos-upload-exist-wrapper { margin-bottom: 1em; }
644 #photos-upload-existing-album-text,
645 #photos-upload-newalbum-div { 
646         background-color: #555753;
647         color: #eeeeec;
648         padding: 1px;
649 }
650 #photos-upload-album-select,
651 #photos-upload-newalbum { width: 99% }
652 #photos-upload-perms-menu { text-align: right; }
653
654 /**
655  *      message
656  */
657 .prvmail-text { width: 100%;}
658 #prvmail-subject { width: 100%;}
659 #prvmail-submit-wrapper { margin-top: 10px; }
660 #prvmail-submit {
661         float: right;
662         margin-top: 0px;
663 }
664 #prvmail-submit-wrapper > div {
665         margin-right: 5px;
666         float: left;
667 }
668 .mail-list-outside-wrapper { margin-top: 20px;}
669 .mail-list-sender {     float: left; }
670 .mail-list-detail {     margin-left: 90px; }
671 .mail-list-sender-name { display: inline; }
672 .mail-list-date { display: inline; font-size: 0.8em; padding-left: 10px;}
673 .mail-list-subject { font-size: 1.5em;}
674 .mail-list-delete-wrapper { float: right; }
675 .mail-list-outside-wrapper-end { clear: both;}
676
677 .mail-conv-sender {float: left; margin: 0px 5px 5px 0px }
678 .mail-conv-sender-photo { width: 32px; height: 32px }
679 .mail-conv-sender-name { float: left }
680 .mail-conv-date { float: right }
681 .mail-conv-subject { clear: right; font-weight: bold; font-size: 1.2em }
682 .mail-conv-body { clear: both; }
683 .mail-conv-delete-wrapper { margin-top: 5px; }
684
685
686 /**
687  *      contacts
688  */
689
690 .view-contact-wrapper,
691 .contact-entry-wrapper { float: left; margin-right: 20px; margin-bottom: 20px; position: relative;}
692 .contact-entry-direction-wrapper {position: absolute; top: 20px;}
693 .contact-entry-edit-links { position: absolute; top: 60px; }
694 .contact-entry-photo {
695         margin-left:20px;
696 }
697 .contact-entry-edit-links .icon {       
698         border: 1px solid #babdb6;
699     -webkit-border-radius: 3px;
700     -moz-border-radius: 3px;
701     border-radius: 3px; 
702         background-color: #ffffff;
703 }
704
705 #contact-edit-banner-name { font-size: 1.5em; }
706 #contact-edit-photo-wrapper {position: relative; float: left; padding: 20px;}
707 #contact-edit-direction-icon { position: absolute; top: 60px; left:0px;}
708 #contact-edit-nav-wrapper { margin-left: 210px; }
709 #contact-edit-links { float: left; margin-top: 23px; }
710 #contact-drop-links { margin-left: 5px; }
711 #contact-edit-nav-wrapper .icon {
712         border: 1px solid #babdb6;
713     -webkit-border-radius: 3px;
714     -moz-border-radius: 3px;
715     border-radius: 3px; 
716 }
717 #contact-edit-poll-wrapper { margin-left: 50px; }
718 #contact-edit-last-update-text { margin-bottom: 15px; }
719 #contact-edit-last-updated { font-weight: bold; }
720 #contact-edit-poll-text { display: inline; }
721 #contact-edit-end { clear: both; }
722
723 /**
724  *      register, settings & profile forms
725  */
726 #id_openid_url,
727 .openid {
728    background: url(login-bg.gif) no-repeat;
729    background-position: 0 50%;
730    padding-left: 18px;
731 }
732  
733 #settings-nickname-desc {
734         background-color: #DDEFFF;
735         -webkit-border-radius: 5px;
736         -moz-border-radius: 5px;
737     border-radius: 5px;
738     padding: 5px;
739 }
740
741 #register-form div,
742 #profile-edit-form div { 
743         clear: both;
744 }
745
746 #register-form label,
747 #profile-edit-form label {
748         width: 300px; float: left;
749 }
750
751 #register-form span,
752 #profile-edit-form span  {
753         color: #555753;
754         display:block;
755         margin-bottom: 20px;
756 }
757 .settings-submit-wrapper,
758 .profile-edit-submit-wrapper { margin: 30px 0px;}
759 .profile-listing { float: left; margin: 20px 20px 0px 0px}
760
761 #profile-edit-links ul { margin: 20px 0px; padding: 0px; list-style: none; }
762
763
764 #register-sitename { display: inline; font-weight: bold;}
765
766 /**
767  *      contacts selector
768  */
769 #group-edit-desc { margin: 10px 0xp; }
770 #group-members,
771 #prof-members {
772         height: 200px; 
773         overflow: auto;
774         border: 1px solid #555753;
775     -webkit-border-radius: 5px 5px 0px 0px;
776     -moz-border-radius: 5px 5px 0px 0px;
777     border-radius: 5px 5px 0px 0px;
778 }
779 #group-all-contacts,
780 #prof-all-contacts { 
781         height: 200px;
782     overflow: auto;     
783         border: 1px solid #555753;
784     -webkit-border-radius: 0px 0px 5px 5px;
785     -moz-border-radius: 0px 0px 5px 5px;
786     border-radius: 0px 0px 5px 5px;
787 }
788 #group-members h3,
789 #group-all-contacts h3,
790 #prof-members h3,
791 #prof-all-contacts h3{
792         color: #eeeeec;
793         background-color: #555753;
794         margin: 0px;
795         padding: 5px;
796 }
797 #group-separator,
798 #prof-separator { display: none;}
799
800 /**
801  * profile
802  */
803 #cropimage-wrapper { float:left; }
804 #crop-image-form { clear:both; }
805
806 /**
807  * events
808  **/
809  
810 .clear { clear: both; }
811 .eventcal {
812         float: left;
813         font-size: 20px;
814 }
815
816 .vevent {
817         border: 1px solid #CCCCCC;
818 }
819 .vevent .event-description, .vevent .event-location {
820         margin-left: 10px;
821         margin-right: 10px;
822 }
823 .vevent .event-start {
824         margin-left: 10px;
825         margin-right: 10px;
826 }
827
828 #new-event-link {
829         margin-bottom: 10px;
830 }
831
832 .edit-event-link, .plink-event-link {
833         float: left;
834         margin-top: 4px;
835         margin-right: 4px;
836         margin-bottom: 15px;
837 }
838
839 .event-description:before {
840         content: url('../../../images/calendar.png');
841         margin-right: 15px;
842 }
843
844 .event-start, .event-end {
845         margin-left: 10px;
846         width: 330px;
847 }
848
849 .event-start .dtstart, .event-end .dtend {
850         float: right;
851 }
852
853 .event-list-date {
854         margin-bottom: 10px;
855 }
856
857 .prevcal, .nextcal {
858         float: left;
859         margin-left: 32px;
860         margin-right: 32px;
861         margin-top: 64px;
862 }
863 .event-calendar-end {
864         clear: both;
865 }
866
867  
868 .calendar {
869         font-family: Courier, monospace;
870 }
871 .today {
872         font-weight: bold;
873         color: #FF0000;
874
875  
876 #event-start-text, 
877 #event-finish-text {
878         margin-top: 10px;
879         margin-bottom: 5px;
880 }
881
882 #event-nofinish-checkbox, 
883 #event-nofinish-text, 
884 #event-adjust-checkbox, 
885 #event-adjust-text,
886 #event-share-checkbox
887 {
888         float: left;
889 }
890 #event-datetime-break {
891         margin-bottom: 10px;
892 }
893
894 #event-nofinish-break, 
895 #event-adjust-break,
896 #event-share-break {
897         clear: both;
898 }
899
900 #event-desc-text, 
901 #event-location-text {
902         margin-top: 10px;
903         margin-bottom: 5px;
904 }
905 #event-submit {
906         margin-top: 10px;
907 }
908
909 /**
910  *      directory
911  */
912 .directory-item {float: left; margin: 50px 50px 0px 0px;}
913
914 /**
915  * ADMIN
916  */
917 #pending-update {
918         float:right;
919         color: #ffffff;
920         font-weight: bold;
921         background-color: #FF0000;
922         padding: 0em 0.3em;
923 }
924 .admin.linklist {
925         border: 0px; padding: 0px;
926 }
927 .admin.link {
928         list-style-position: inside;
929 }
930
931 #adminpage dl {
932         clear: left;
933         margin-bottom: 2px;
934         padding-bottom: 2px;
935         border-bottom: 1px solid black;
936 }
937 #adminpage dt {
938         width: 200px;
939         float: left;
940         font-weight: bold;
941 }
942 #adminpage dd {
943         margin-left: 200px;
944 }
945 #adminpage h3 {
946         border-bottom: 1px solid #cccccc;
947 }
948
949 #adminpage .submit {
950         clear:left;
951 }
952
953 #adminpage #pluginslist {
954         margin: 0px; padding: 0px;
955 }
956 #adminpage .plugin {
957         list-style: none;
958         display: block;
959         border: 1px solid #888888;
960         padding: 1em;
961         margin-bottom: 5px;
962         clear: left;
963 }
964 #adminpage .toggleplugin {
965         float:left;
966         margin-right: 1em;
967 }
968
969 #adminpage table {width:100%; border-bottom: 1p solid #000000; margin: 5px 0px;}
970 #adminpage table th { text-align: left;}
971 #adminpage td .icon { float: left;}
972 #adminpage table#users img { width: 16px; height: 16px; }
973 #adminpage table tr:hover { background-color: #bbc7d7; }
974 #adminpage .selectall { text-align: right; }
975
976 /**
977  * Form fields
978  */
979 .field {
980         margin-bottom: 10px;
981         padding-bottom: 10px;
982         overflow: auto;
983         width: 100%
984 }
985
986 .field label {
987         float: left;
988         width: 200px;
989 }
990
991 .field input,
992 .field textarea {
993         width: 400px;
994 }
995 .field textarea { height: 100px; }
996 .field_help {
997         display: block;
998         margin-left: 200px;
999         color: #666666;
1000         
1001 }
1002
1003
1004 .field .onoff {
1005         float: left;
1006         width: 80px;
1007 }
1008 .field .onoff a {
1009         display: block;
1010         border:1px solid #666666;
1011         background-image:url("../../../images/onoff.jpg");
1012         background-repeat: no-repeat;
1013         padding: 4px 2px 2px 2px;
1014         height: 16px;
1015         text-decoration: none;
1016 }
1017 .field .onoff .off {
1018         border-color:#666666;
1019         padding-left: 40px;
1020         background-position: left center;
1021         background-color: #cccccc;
1022         color: #666666;
1023         text-align: right;
1024 }
1025 .field .onoff .on {
1026         border-color:#204A87;
1027         padding-right: 40px;
1028         background-position: right center;
1029         background-color: #3465A4;
1030         color: #FFFFFF;
1031         text-align: left;
1032 }
1033 .hidden { display: none!important; }
1034
1035 .field.radio .field_help { margin-left: 0px; }
1036
1037 /**
1038  * ICONS
1039  */
1040 .icon {
1041         display: block; width: 20px; height: 20px;
1042         background-image: url('icons.png');
1043 }
1044 /*.icon:hover {
1045         border-bottom: 0px;
1046 }*/
1047
1048
1049 .border {
1050         border: 1px solid #babdb6;
1051     -webkit-border-radius: 3px;
1052     -moz-border-radius: 3px;
1053     border-radius: 3px; 
1054 }
1055
1056 .article        { background-position: -50px  0px;}
1057 .audio          { background-position: -70px  0px;}
1058 .block          { background-position: -90px  0px;}
1059 .drop           { background-position: -110px 0px;}
1060 .drophide       { background-position: -130px 0px;}
1061 .edit           { background-position: -150px 0px;}
1062 .camera         { background-position: -170px 0px;}
1063 .dislike        { background-position: -190px 0px;}
1064 .like           { background-position: -210px 0px;}
1065 .link           { background-position: -230px 0px;}
1066
1067 .globe          { background-position: -50px  -20px;}
1068 .noglobe        { background-position: -70px  -20px;}
1069 .no             { background-position: -90px  -20px;}
1070 .pause          { background-position: -110px -20px;}
1071 .play           { background-position: -130px -20px;}
1072 .pencil         { background-position: -150px -20px;}
1073 .small-pencil   { background-position: -170px -20px;}
1074 .recycle        { background-position: -190px -20px;}
1075 .remote-link    { background-position: -210px -20px;}
1076 .share          { background-position: -230px -20px;}
1077
1078 .tools          { background-position: -50px  -40px;}
1079 .lock           { background-position: -70px  -40px;}
1080 .unlock         { background-position: -90px  -40px;}
1081 .video          { background-position: -110px -40px;}
1082 .youtube        { background-position: -130px -40px;}
1083
1084 .attach         { background-position: -190px -40px;}
1085 .language       { background-position: -210px -40px;}
1086
1087
1088 .on             { background-position: -50px  -60px;}
1089 .off            { background-position: -70px  -60px;}
1090 .prev           { background-position: -90px  -60px;}
1091 .next           { background-position: -110px  -60px;}
1092
1093
1094 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
1095
1096 .attachtype {
1097         display: block; width: 20px; height: 23px;
1098         background-image: url('../../../images/content-types.png');
1099 }
1100
1101 .type-video { background-position: 0px 0px; }
1102 .type-image { background-position: -20px 0px; }
1103 .type-audio { background-position: -40px 0px; }
1104 .type-text  { background-position: -60px 0px; }
1105 .type-unkn  { background-position: -80px 0px; }
1106
1107
1108
1109 /**
1110  *      footer
1111  */                                  
1112  .cc-license { margin-top: 100px; font-size: 0.7em; }                                  
1113 footer { display: block; margin: 50px 20%; clear: both; }
1114                                   
1115 /** acl **/
1116 #photo-edit-perms-select,
1117 #photos-upload-permissions-wrapper,
1118 #profile-jot-acl-wrapper{
1119         display:block!important;
1120 }
1121
1122 #acl-wrapper {
1123         width: 690px;
1124         float:left;
1125 }
1126 #acl-search {
1127         float:right;
1128         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1129         padding-right:20px;
1130 }
1131 #acl-showall {
1132         float: left;
1133         display: block;
1134         width: auto;
1135         height: 18px;
1136         background-color: #cccccc;
1137         background-image: url("../../../images/show_all_off.png");
1138         background-position: 7px 7px;
1139         background-repeat: no-repeat;
1140         padding: 7px 10px 7px 30px;
1141         -webkit-border-radius: 5px ;
1142         -moz-border-radius: 5px;
1143         border-radius: 5px;
1144         color: #999999;
1145 }
1146 #acl-showall.selected {
1147         color: #000000;
1148         background-color: #ff9900;
1149         background-image: url("../../../images/show_all_on.png");
1150 }
1151
1152 #acl-list {
1153         height: 210px;
1154         border: 1px solid #cccccc;
1155         clear: both;
1156         margin-top: 30px;
1157         overflow: auto;
1158 }
1159 #acl-list-content {
1160 }
1161 .acl-list-item {
1162         display: block;
1163         width: 150px;
1164         height: 30px;
1165         border: 1px solid #cccccc;
1166         margin: 5px;
1167         float: left;
1168 }
1169 .acl-list-item img{
1170         width:22px;
1171         height: 22px;
1172         float: left;
1173         margin: 4px;
1174 }
1175 .acl-list-item p { font-size: 10px; margin: 0px; padding: 2px 0px 1px; }
1176 .acl-list-item a { 
1177         font-size: 8px;
1178         display: block;
1179         width: 40px;
1180         height: 10px;
1181         float: left;
1182         color: #999999;
1183         background-color: #cccccc;
1184         background-position: 3px 3px;
1185         background-repeat: no-repeat;
1186         margin-right: 5px;
1187         -webkit-border-radius: 2px ;
1188         -moz-border-radius: 2px;
1189         border-radius: 2px;
1190         padding-left: 15px;
1191 }
1192 #acl-wrapper a:hover {
1193         text-decoration: none;
1194         color:#000000;
1195 }
1196 .acl-button-show { background-image: url("../../../images/show_off.png"); }
1197 .acl-button-hide { background-image: url("../../../images/hide_off.png"); }
1198
1199 .acl-button-show.selected {
1200         color: #000000;
1201         background-color: #9ade00;
1202         background-image: url("../../../images/show_on.png");
1203 }
1204 .acl-button-hide.selected {
1205         color: #000000;
1206         background-color: #ff4141;
1207         background-image: url("../../../images/hide_on.png");
1208 }
1209 .acl-list-item.groupshow { border-color: #9ade00; }
1210 .acl-list-item.grouphide { border-color: #ff4141; }
1211 /** /acl **/
1212
1213