4 Maintainer: Nomen Nominandum
5 last change: 2013-05-08
9 Blue link hover - #6da6c4
10 Blue Gradients (buttons and other gradients) - #1873a2 and #6da6c4
11 Grey/body text - #626262
12 Grey Gradients (buttons and other gradients) - #bdbdbd and #a2a2a2
13 Dark Grey Gradients - #7c7d7b and #555753
17 @import url('css/typography.css');
19 @media only screen and (device-width: 768px) {
20 /* For general iPad layouts */
22 -moz-background-clip: border;
23 -moz-background-origin: pdading;
24 -moz-background-size: auto auto;
25 background-attachment: scroll;
26 background-color: transparent;
27 background-image: url( );
28 background-position: center top;
29 background-repeat: no-repeat;
33 @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
34 /* For portrait layouts only */
37 @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
38 /* For landscape layouts only */
52 border: 1px solid #b0b0b0;
56 -moz-border-radius: 3px;
57 -webkit-border-radius: 3px;
60 input[type=text-sidebar] {
61 border: 1px solid #b0b0b0;
67 -moz-border-radius: 3px;
68 -webkit-border-radius: 3px;
75 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
76 background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
77 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
78 background-color: #bdbdbd;
81 border: 1px solid #7C7D7B;
83 -moz-border-radius: 5px;
84 -webkit-border-radius: 5px;
87 input[type=submit]:hover {
88 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
89 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
90 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
91 background-color: #1873a2;
93 border: 1px solid #7C7D7B;
94 box-shadow: 0 0 8px #BDBDBD;
95 -moz-box-shadow: 0 0 8px #BDBDBD;
96 -webkit-box-shadow: 0 0 8px #BDBDBD;
98 -moz-border-radius: 5px;
99 -webkit-border-radius: 5px;
102 input[type=submit]:active {
110 margin: 10px 10px 0 0;
114 #directory-search-submit,
118 #directory-search-end {
131 color: #000; /* Safari and Opera */
136 color: #000; /* Firefox */
142 margin: 50px auto -2em; /* the bottom margin is the negative value of the footer's height */
145 height: auto !important;
152 /* Contact-Header for the Network Stream */
153 #viewcontact_wrapper-network {
156 background-color: #FAFAFA;
157 box-shadow: 0 0 8px #BDBDBD;
158 border-bottom: 1px solid #dedede;
159 border: 1px solid #7C7D7B;
162 #contact-entry-wrapper-network {
169 #contact-entry-accounttype-network {
172 #contact-entry-name-network {
177 border: 1px solid #7C7D7B;
178 box-shadow: 3px 3px 6px #959494;
179 -moz-box-shadow: 3px 3px 6px #959494;
180 -webkit-box-shadow: 3px 3px 6px #959494;
181 background-color: #efefef;
187 background: none repeat scroll 0 0 #FFFFFF;
188 border: 1px solid #7C7D7B;
190 -moz-border-radius: 3px;
191 -webkit-border-radius: 3px;
192 box-shadow: 0 0 8px #BDBDBD;
193 -moz-box-shadow: 0 0 8px #BDBDBD;
194 -webkit-box-shadow: 0 0 8px #BDBDBD;
202 border: 1px solid #7C7D7B;
204 -moz-border-radius: 5px;
205 -webkit-border-radius: 5px;
207 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
208 background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
209 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
210 background-color: #bdbdbd;
216 border: 1px solid #7C7D7B;
217 box-shadow: 0 0 8px #BDBDBD;
218 -moz-box-shadow: 0 0 8px #BDBDBD;
219 -webkit-box-shadow: 0 0 8px #BDBDBD;
221 -moz-border-radius: 5px;
222 -webkit-border-radius: 5px;
223 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
224 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
225 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
226 background-color: #1873a2;
250 border: 1px solid #7C7D7B;
251 border-radius: 0px 0px 5px 5px;
252 -webkit-border-radius: 0px 0px 5px 5px;
253 -moz-border-radius: 0px 0px 5px 5px;
254 box-shadow: 5px 5px 10px #242424;
255 -moz-box-shadow: 5px 5px 10px #242424;
256 -webkit-box-shadow: 5px 5px 10px #242424;
264 ul.menu-popup li a:hover {
266 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
267 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
268 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
269 background-color: #1873a2;
277 #login-password-wrapper {
278 vertical-align: middle;
282 #login-name-wrapper input {
299 #login-extra-filler {
306 border: 1px solid #7C7D7B;
308 -moz-border-radius: 5px;
309 -webkit-border-radius: 5px;
310 padding: 15px 10px 10px 20px;
311 margin: 20px 0 0 210px;
315 #login-extra-links a {
318 margin: 5px 0 0 230px;
324 margin: 5px 0 0 230px;
327 #login_standard input,
328 #login_openid input {
334 #lost-password-link {
346 #login-submit-button,
347 #login-submit-wrapper {
350 #login-submit-button {
352 margin: 10px 0 0 230px;
367 -webkit-border-radius: 5px;
368 -moz-border-radius: 5px;
369 border: 1px solid #494948;
370 background-color: #2e3436;
375 box-shadow: 7px 7px 10px #434343;
376 -moz-box-shadow: 7px 7px 12px #434343;
377 -webkit-box-shadow: 7px75px 12px #434343;
400 background-color: #1873a2;
411 list-style: none outside none;
421 background-color: #BDBDBD;
422 background: -moz-linear-gradient(center top , #BDBDBD 5%, #A2A2A2 100%) repeat scroll 0 0 #BDBDBD;
423 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
424 border: 1px solid #7C7D7B;
425 box-shadow: 0 0 8px #BDBDBD;
426 -moz-box-shadow: 0 0 8px #BDBDBD;
427 -webkit-box-shadow: 0 0 8px #BDBDBD;
428 border-radius: 0px 0px 5px 5px;
429 -moz-border-radius: 0px 0px 5px 5px;
430 -webkit-border-radius: 0px 0px 5px 5px;
434 text-decoration: none;
440 text-decoration: none;
459 nav #banner #logo-text a {
464 text-shadow: #7C7D7B 3px 3px 5px;
476 vertical-align: middle;
477 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #797979), color-stop(1, #898988) );
478 background: -moz-linear-gradient( center top, #797979 5%, #898988 100% );
479 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#797979', endColorstr='#898988');
480 background-color: #a2a2a2;
481 border: 1px solid #7C7D7B;
482 box-shadow: 0 0 8px #BDBDBD;
483 -moz-box-shadow: 0 0 8px #BDBDBD;
484 -webkit-box-shadow: 0 0 8px #BDBDBD;
486 -moz-border-radius: 5px;
487 -webkit-border-radius: 5px;
489 text-decoration: none;
493 nav #user-menu:hover {
494 border: 1px solid #7C7D7B;
495 box-shadow: 0 0 8px #BDBDBD;
496 -moz-box-shadow: 0 0 8px #BDBDBD;
497 -webkit-box-shadow: 0 0 8px #BDBDBD;
499 -moz-border-radius: 5px;
500 -webkit-border-radius: 5px;
501 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
502 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
503 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
504 background-color: #1873a2;
508 nav #user-menu-label::after {
509 content: url("images/menu-user-pin.png") no-repeat;
513 nav #user-menu-label {
514 vertical-align: middle;
526 nav #nav-link-wrapper .nav-link {
527 border-right: 1px solid #babdb6;
533 border: 1px solid #FF8888;
534 background-color: #FFEEEE;
541 border: 1px solid #3465a4;
542 background-color: #d7e3f1;
549 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #797979), color-stop(1, #898988) );
550 background: -moz-linear-gradient( center top, #a2a2a2 5%, #898988 100% );
551 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#797979', endColorstr='#898988');
552 background-color: #898988;
559 border: 1px solid #9a9a9a;
561 border-radius: 0px 0px 5px 5px;
562 -webkit-border-radius: 0px 0px 5px 5px;
563 -moz-border-radius: 0px 0px 5px 5px;
564 box-shadow: 5px 5px 10px #242424;
565 -moz-box-shadow: 5px 5px 10px #242424;
566 -webkit-box-shadow: 5px 5px 10px #242424;
570 ul#user-menu-popup li {
574 ul#user-menu-popup li a {
579 ul#user-menu-popup li a:hover {
581 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6da6c4), color-stop(1, #1873a2) );
582 background: -moz-linear-gradient( center top, #6da6c4 5%, #1873a2 100% );
583 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6da6c4', endColorstr='#1873a2');
584 background-color: #1873a2;
587 ul#user-menu-popup li a.nav-sep {
588 border-top: 1px solid #989898;
606 background: transparent url('images/notifications.png') 0px 0px no-repeat;
616 background-position: 0px -168px;
620 background-position: 0px -126px;
624 background-position: 0px -40px;
628 background-position: 0px -84px;
632 background-position: 0px 0px;
637 /* =================== */
638 /* = System Messages = */
639 /* =================== */
644 bottom: 0px; right:20%;
645 box-shadow: 7px 7px 10px #434343;
646 -moz-box-shadow: 7px 7px 12px #434343;
647 -webkit-box-shadow: 7px75px 12px #434343;
649 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
650 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
651 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
652 background-color: #1873a2;
653 border-radius: 5px 5px 0px 0px;
654 -webkit-border-radius: 5px 5px 0px 0px;
655 -moz-border-radius: 5px 5px 0px 0px;
656 border: 1px solid #da2c2c;
658 padding-bottom: 50px;
668 border-top: 1px solid #7C7D7B;
671 /* ================= */
672 /* = Aside/Sidebar = */
673 /* ================= */
679 /*font-size: 0.9em;*/
684 /*padding-bottom: 5px;*/
693 padding-bottom: 10px;
694 /*border-bottom-style: dotted;*/
701 .vcard .account-type {
707 font-variant: normal;
708 -webkit-margin-start: 10px;
721 .vcard #profile-photo-wrapper {
725 /*background: none repeat scroll 0 0 #FFFFFF;
726 border: 1px solid #7C7D7B;
727 box-shadow: 0 0 8px #BDBDBD;
728 -moz-box-shadow: 0 0 8px #BDBDBD;
729 -webkit-box-shadow: 0 0 8px #BDBDBD;
730 -moz-box-shadow: 0 0 8px #BDBDBD;
731 -webkit-box-shadow: 0 0 8px #BDBDBD;
733 -moz-border-radius: 5px;
734 -webkit-border-radius: 5px;*/
745 padding-bottom: 10px;
748 #profile-extra-links ul {
754 #subscribe-feed-link,
756 box-shadow: inset 0px 1px 0px 0px #a65151;
757 -moz-box-shadow: inset 0px 1px 0px 0px #a65151;
758 -webkit-box-shadow: inset 0px 1px 0px 0px #a65151;
759 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6da6c4), color-stop(1, #1873a2) );
760 background: -moz-linear-gradient( center top, #6da6c4 5%, #1873a2 100% );
761 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6da6c4', endColorstr='#1873a2');
762 background-color: #6da6c4;
764 -moz-border-radius: 5px;
765 -webkit-border-radius: 5px;
766 border: 1px solid #fc5656;
767 display: inline-block;
769 font-family: Trebuchet MS;
775 text-decoration: none;
776 text-shadow: 1px 1px 0px #b36f6f;
783 -webkit-border-radius: 5px ;
784 -moz-border-radius: 5px;
787 background-color: #3465a4;
790 #subscribe-feed-link:hover,
791 #dfrn-request-link:hover {
792 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
793 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
794 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
795 background-color: #1873a2;
798 #subscribe-feed-link:active,
799 #dfrn-request-link:active {
804 #dfrn-request-intro {
809 background-color: #f6f6f6;
810 padding: 5px 5px 0px 15px;
812 #netsearch-box input[type="text"] {
815 #netsearch-box input[type="submit"] {
820 content: url("images/search.png");
822 vertical-align: middle;
826 background-color: #f3f3f3;
827 border: 1px solid #7C7D7B;
830 -webkit-border-radius: 5px;
831 -moz-border-radius: 5px;
835 vertical-align: middle;
838 padding-bottom: 10px;
842 vertical-align: middle;
850 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
851 background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
852 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
853 background-color: #bdbdbd;
854 display: inline-block;
856 text-decoration: none;
858 border: 1px solid #7C7D7B;
860 -moz-border-radius: 5px;
861 -webkit-border-radius: 5px;
868 #sidebar-group-list {
877 #sidebar-group-list a {
880 #sidebar-group-list .icon,
881 #sidebar-group-list .iconspacer {
882 display: inline-block;
887 #side-peoplefind-submit {
891 #side-peoplefind-url {
896 #sidebar-page-list {}
900 box-shadow: 1px 2px 6px 0px #959494;
901 -moz-box-shadow: 1px 2px 6px 0px #959494;
902 -webkit-box-shadow: 1px 2px 6px 0px #959494;
903 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f8f8f8), color-stop(1, #f6f6f6) );
904 background: -moz-linear-gradient( center top, #f8f8f8 5%, #f6f6f6 100% );
905 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f6f6f6');
906 background-color: #f8f8f8;
908 -moz-border-radius: 5px;
909 -webkit-border-radius: 5px;
911 border: 1px solid #7C7D7B;
915 list-style: none outside none;
916 background: url("images/arrow.png") no-repeat scroll left center transparent;
922 #sidebar-edit-groups {
927 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
928 background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
929 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
930 background-color: #bdbdbd;
931 display: inline-block;
933 text-decoration: none;
935 border: 1px solid #7C7D7B;
937 -moz-border-radius: 5px;
938 -webkit-border-radius: 5px;
942 #sidebar-new-group:hover {
943 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
944 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
945 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
946 background-color: #1873a2;
947 border: 1px solid #7C7D7B;
948 box-shadow: 0 0 8px #BDBDBD;
949 -moz-box-shadow: 0 0 8px #BDBDBD;
950 -webkit-box-shadow: 0 0 8px #BDBDBD;
952 -moz-border-radius: 5px;
953 -webkit-border-radius: 5px;
956 #sidebar-new-group:active {
964 .categories-selected {
968 box-shadow: inset 0px 1px 0px 0px #cfcfcf;
969 -moz-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
970 -webkit-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
971 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
972 background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
973 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
974 background-color: #bdbdbd;
976 -moz-border-radius: 5px;
977 -webkit-border-radius: 5px;
978 display: inline-block;
980 text-decoration: none;
983 .settings-widget .selected {
987 #sidebar-new-group a {
994 ul .sidebar-group-li {
999 ul .sidebar-group-li .icon {
1000 display: inline-block;
1005 .nets-ul, .fileas-ul, .categories-ul, .datebrowse-ul {
1006 list-style-type: none;
1017 text-decoration: none;
1020 background: url("images/arrow.png") no-repeat scroll left center transparent;
1039 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0edf0), color-stop(1, #e2e2e2) );
1040 background: -moz-linear-gradient( center top, #f0edf0 5%, #e2e2e2 100% );
1041 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0edf0', endColorstr='#e2e2e2');
1042 background-color: #f0edf0;
1043 border-radius: 5px 5px 0px 0px;
1044 -moz-border-radius: 5px 5px 0px 0px;
1045 -webkit-border-radius: 5px 5px 0px 0px;
1046 border: 1px solid #e2e2e2;
1047 border-bottom: 1px solid #7C7D7B;
1049 padding-bottom: 5px;
1050 vertical-align: baseline;
1052 text-shadow: -1px 0px 0px #bdbdbd;
1059 #group-sidebar h3:before {
1060 content: url("images/groups.png");
1061 padding-right: 10px;
1062 vertical-align: middle;
1065 #saved-search-list {
1074 .saved-search-li .icon {
1094 /* ================== */
1095 /* = Contacts Block = */
1096 /* ================== */
1098 .contact-block-img {
1099 width: 47px !important;
1100 height: 47px !important;
1102 border: 1px solid #7C7D7B;
1104 -moz-border-radius: 3px;
1105 -webkit-border-radius: 3px;
1106 box-shadow: 0 0 8px #BDBDBD;
1107 -moz-box-shadow: 0 0 8px #BDBDBD;
1108 -webkit-box-shadow: 0 0 8px #BDBDBD;
1111 .contact-block-div {
1115 .contact-block-link {
1119 .contact-block-textdiv {
1126 .contact-block-content {
1132 #contact-block-end {
1146 margin: 0px 2em 20px 0px;
1149 #profile-jot-text-loading,
1155 #profile-jot-text_tbl {
1156 margin-bottom: 10px;
1160 #profile-jot-text_ifr {
1161 width: 99.9% !important;
1164 #profile-jot-submit-wrapper {
1174 border: 1px solid #cccccc;
1181 #jot-title::-webkit-input-placeholder,
1182 #jot-category::-webkit-input-placeholder {
1183 font-weight: normal;
1186 #jot-title:-moz-placeholder,
1187 #jot-category:-moz-placeholder {
1188 font-weight: normal;
1193 #jot-category:hover,
1194 #jot-category:focus {
1195 border: 1px solid #cccccc;
1199 background: #FFFFC8;
1203 margin: 15px 0 15px 0;
1207 #profile-jot-submit {
1210 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
1211 background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
1212 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
1213 background-color: #bdbdbd;
1214 display: inline-block;
1216 text-decoration: none;
1218 border: 1px solid #7C7D7B;
1220 -moz-border-radius: 5px;
1221 -webkit-border-radius: 5px;
1224 #jot-preview-form {}
1230 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
1231 background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
1232 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
1233 background-color: #bdbdbd;
1234 display: inline-block;
1236 text-decoration: none;
1239 border: 1px solid #7C7D7B;
1241 -moz-border-radius: 5px;
1242 -webkit-border-radius: 5px;
1245 #profile-jot-perms {
1252 border: 1px solid #7C7D7B;
1254 -moz-border-radius: 5px;
1255 -webkit-border-radius: 5px;
1258 #jot-perms-perms .icon {
1262 #profile-jot-submit {
1265 margin-right: 145px;
1269 border: 1px solid #7C7D7B;
1271 -moz-border-radius: 5px;
1272 -webkit-border-radius: 5px;
1275 #profile-jot-perms:hover,
1276 #profile-jot-submit:hover,
1277 #jot-preview-link:hover {
1278 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
1279 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
1280 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
1281 background-color: #1873a2;
1282 border: 1px solid #7C7D7B;
1283 box-shadow: 0 0 8px #BDBDBD;
1284 -moz-box-shadow: 0 0 8px #BDBDBD;
1285 -webkit-box-shadow: 0 0 8px #BDBDBD;
1287 -moz-border-radius: 5px;
1288 -webkit-border-radius: 5px;
1291 #profile-jot-perms:active,
1292 #profile-jot-submit:active,
1293 #jot-preview-link:active {
1298 #character-counter {
1304 #profile-rotator-wrapper {
1313 #profile-jot-tools-end,
1314 #profile-jot-banner-end {
1318 #profile-jot-email-wrapper {
1319 margin: 10px 10% 0px 10%;
1320 border: 1px solid #eeeeee;
1324 #profile-jot-email-label {
1325 background-color: #555753;
1330 #profile-jot-email {
1335 #profile-jot-networks {
1337 border: 1px solid #eeeeee;
1343 #profile-jot-acl-wrapper {
1345 border: 1px solid #eeeeee;
1347 display: block !important;
1350 #profile-video-wrapper,
1351 #profile-audio-wrapper,
1352 #profile-location-wrapper,
1353 #profile-nolocation-wrapper {
1356 #group_allow_wrapper,
1357 #group_deny_wrapper,
1358 #acl-permit-outer-wrapper {
1363 #contact_allow_wrapper,
1364 #contact_deny_wrapper,
1365 #acl-deny-outer-wrapper {
1371 background-color: #555753;
1373 padding: 5px; float: left;
1377 background-color: #555753;
1384 background-color: #555753;
1390 #acl-permit-text-end,
1391 #acl-deny-text-end {
1395 #profile-jot-wrapper {
1407 #profile-jot-text-loading,
1408 #profile-attach-wrapper,
1409 #profile-link-wrapper,
1410 #profile-jot-banner-wrapper {}
1423 padding: 20px 0px 0px;
1432 padding: 5px 10px 5px 10px;
1433 display: inline-block;
1440 padding: 5px 10px 5px 10px;
1448 font-style: bold !important;
1449 border: 0px !important;
1450 border-radius: 0px !important;
1451 box-shadow: none !important;
1454 .wall-item-outside-wrapper {
1456 border-bottom: 1px solid #dedede;
1458 margin-bottom: 20px;
1459 padding-right: 10px;
1461 background: none repeat scroll 0 0 #FFFFFF;
1462 border: 1px solid #7C7D7B;
1464 -moz-border-radius: 5px;
1465 -webkit-border-radius: 5px;
1466 box-shadow: 0 0 8px #BDBDBD;
1467 -moz-box-shadow: 0 0 8px #BDBDBD;
1468 -webkit-box-shadow: 0 0 8px #BDBDBD;
1471 .wall-item-outside-wrapper-end {
1475 .wall-item-content-wrapper {
1481 .wall-item-comment-wrapper {
1485 .wall-item-photo-menu-button {
1487 text-indent: -99999px;
1488 background: #eeeeee url("images/menu-user-pin.png") no-repeat 35px center;
1495 border-right: 1px solid #7C7D7B;
1496 border-left: 1px solid #7C7D7B;
1497 border-bottom: 1px solid #7C7D7B;
1498 box-shadow: 0 0 8px #BDBDBD;
1499 -moz-box-shadow: 0 0 8px #BDBDBD;
1500 -webkit-box-shadow: 0 0 8px #BDBDBD;
1501 border-radius: 0px 0px 5px 5px;
1502 -webkit-border-radius: 0px 0px 5px 5px;
1503 -moz-border-radius: 0px 0px 5px 5px;
1511 .wall-item-photo-wrapper {
1516 /*border: 1px solid #7C7D7B;
1518 -webkit-border-radius: 5px;
1519 -moz-border-radius: 5px;
1520 box-shadow: 0 0 8px #BDBDBD;
1521 -moz-box-shadow: 0 0 8px #BDBDBD;
1522 -webkit-box-shadow: 0 0 8px #BDBDBD;*/
1526 border: 0px solid #7C7D7B;
1528 -webkit-border-radius: 2px;
1529 -moz-border-radius: 2px;
1530 /*box-shadow: 0 0 8px #BDBDBD;
1531 -moz-box-shadow: 0 0 8px #BDBDBD;
1532 -webkit-box-shadow: 0 0 8px #BDBDBD;*/
1536 filter: alpha(opacity=60);
1538 transition: all 0.25s ease-in-out;
1539 -webkit-transition: all 0.25s ease-in-out;
1540 -moz-transition: all 0.25s ease-in-out;
1542 padding-bottom: 5px;
1547 .wall-item-tools:hover {
1548 filter: alpha(opacity=100);
1550 transition: all 0.25s ease-in-out;
1551 -webkit-transition: all 0.25s ease-in-out;
1552 -moz-transition: all 0.25s ease-in-out;
1556 filter: alpha(opacity=60);
1558 transition: all 0.25s ease-in-out;
1559 -webkit-transition: all 0.25s ease-in-out;
1560 -moz-transition: all 0.25s ease-in-out;
1563 padding-bottom: 5px;
1568 .wall-item-social:hover {
1569 filter: alpha(opacity=100);
1571 transition: all 0.25s ease-in-out;
1572 -webkit-transition: all 0.25s ease-in-out;
1573 -moz-transition: all 0.25s ease-in-out;
1576 .wall-item-outside-wrapper.comment .wall-item-tools {
1580 .wall-item-like-buttons {
1584 .wall-item-like-buttons a.icon {
1589 .wall-item-like-buttons a.self {
1590 background-color: rgba(52, 101, 164, .5);
1594 .wall-item-links-wrapper {
1599 .wall-item-delete-wrapper {
1604 .wall-item-links-wrapper a.icon {
1629 padding-right: 10px;
1634 .wall-item-body img {
1644 .wall-item-lock-wrapper {
1652 margin: 0px 0px 10px 0px;
1658 margin: 0px 0px 0px 100px;
1662 .wall-item-author a {
1672 .wall-item-wrapper-end {
1676 .wall-item-location {
1679 text-overflow: ellipsis;
1680 -o-text-overflow: ellipsis;
1683 .wall-item-location .icon {
1687 .wall-item-location > a {
1692 font-variant: small-caps;
1696 .wall-item-location .smalltext {
1702 .wall-item-location > br {
1722 .wallwall .wwto img {
1723 width: 30px!important;
1724 height: 30px!important;
1727 .wallwall .wall-item-photo-end {
1731 .wall-item-arrowphoto-wrapper {
1738 .wall-item-photo-menu {
1743 background: #eeeeee;
1744 border-right: 1px solid #7C7D7B;
1745 border-left: 1px solid #7C7D7B;
1746 border-bottom: 1px solid #7C7D7B;
1752 border-radius: 0px 5px 5px 5px;
1753 -webkit-border-radius: 0px 5px 5px 5px;
1754 -moz-border-radius: 0px 5px 5px 5px;
1755 box-shadow: 0 0 8px #BDBDBD;
1756 -moz-box-shadow: 0 0 8px #BDBDBD;
1757 -webkit-box-shadow: 0 0 8px #BDBDBD;
1761 .fakelink wall-item-photo-menu-button {
1762 -webkit-border-radius: 0px 5px 5px 5px;
1763 -moz-border-radius: 0px 5px 5px 5px;
1764 border-radius: 0px 5px 5px 5px;
1765 box-shadow: 0 0 8px #BDBDBD;
1766 -moz-box-shadow: 0 0 8px #BDBDBD;
1767 -webkit-box-shadow: 0 0 8px #BDBDBD;
1770 .wall-item-photo-menu ul {
1776 .wall-item-photo-menu li a {
1777 white-space: nowrap;
1783 .wall-item-photo-menu li a:hover {
1785 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
1786 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
1787 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
1788 background-color: #1873a2;
1791 .wall-item-container .wall-item-content .type-link img,
1798 .type-link blockquote {
1803 .type-link .oembed {
1809 border-top: 1px solid #D2D2D2;
1816 -webkit-transition: all 0.2s ease-in-out;
1817 -moz-transition: all 0.2s ease-in-out;
1818 -o-transition: all 0.2s ease-in-out;
1819 -ms-transition: all 0.2s ease-in-out;
1820 transition: all 0.2s ease-in-out;
1823 .shared_header a:hover {
1827 .shared_header img {
1828 -webkit-border-radius: 4px;
1829 -moz-border-radius: 4px;
1834 .shared_header span {
1838 blockquote.shared_content {
1849 #item-delete-selected-end,
1850 #item-delete-selected {
1857 #item-delete-selected-icon {}
1860 font-family: Courier, monospace;
1863 border: 1px solid #444;
1875 .ccollapse-wrapper {
1884 border: 0px solid #CDCDCD;
1886 -moz-border-radius: 5px;
1887 -webkit-border-radius: 5px;
1888 margin-bottom: 20px;
1889 background-color: #E2E2E2;
1892 .collapsed-comments,
1894 .hide-comments-outer,
1895 .wall-item-outside-wrapper.comment {
1897 margin-bottom: 20px;
1900 .wall-item-outside-wrapper.comment .wall-item-photo {
1901 width: 40px!important;
1902 height: 40px!important;
1904 -webkit-border-radius: 3px;
1905 -moz-border-radius: 3px;
1908 .wall-item-outside-wrapper.comment .wall-item-photo-wrapper {
1912 -webkit-border-radius: 3px;
1913 -moz-border-radius: 3px;
1916 .wall-item-outside-wrapper.comment .wall-item-photo-menu-button {
1918 background-position: 15px center;
1921 .wall-item-outside-wrapper.comment .wall-item-info {
1925 .wall-item-outside-wrapper.comment .wall-item-body {
1928 padding-right: 10px;
1932 .wall-item-outside-wrapper.comment .wall-item-author {
1936 .wall-item-outside-wrapper.comment .wall-item-photo-menu {
1940 .icollapse-wrapper {
1945 .comment-wwedit-wrapper,
1946 .comment-edit-wrapper {
1947 margin: 0px 0px 5px 0px;
1950 .comment-wwedit-wrapper img,
1951 .comment-edit-wrapper img {
1957 .comment-edit-photo-link {
1962 .comment-edit-text-empty {
1967 transition: all 0.5s ease-in-out;
1968 -webkit-transition: all 0.5s ease-in-out;
1969 -moz-transition: all 0.5s ease-in-out;
1972 .comment-edit-text-empty:hover {
1976 .comment-edit-text-full {
1980 transition: all 0.5s ease-in-out;
1981 -webkit-transition: all 0.5s ease-in-out;
1982 -moz-transition: all 0.5s ease-in-out;
1985 .comment-edit-submit-wrapper {
1992 .comment-edit-submit {
1995 background-color: #a2a2a2;
1997 border: 1px solid #7C7D7B;
1999 -moz-border-radius: 5px;
2000 -webkit-border-radius: 5px;
2003 .comment-edit-submit:hover {
2004 background-color: #1873a2;
2005 border: 1px solid #7C7D7B;
2007 -moz-border-radius: 5px;
2008 -webkit-border-radius: 5px;
2009 box-shadow: 0 0 8px #BDBDBD;
2010 -moz-box-shadow: 0 0 8px #BDBDBD;
2011 -webkit-box-shadow: 0 0 8px #BDBDBD;
2014 .comment-edit-submit:active {
2015 background-color: #1873a2;
2018 #item-delete-selected-desc {
2023 .wall-item-body code {
2024 font-family: Courier, monospace;
2027 border: 1px solid #cccccc;
2028 border-width: 1px 1px 1px 3px;
2037 .advanced-profile-content {
2039 margin-bottom: 10px;
2044 .advanced-profile-label {
2047 padding-bottom: 5px;
2051 div[id$="wrapper"] {
2055 div[id$="wrapper"] br {
2059 #advanced-profile-with {
2063 #profile-listing-desc,
2064 #profile-listing-new-link-wrapper {
2067 padding: 5px 10px 5px 10px;
2069 margin:20px 10px 0 0;
2070 display: inline-block;
2075 .profile-listing-name {
2078 .profile-listing-name a {
2082 #profile-edit-links {
2086 #profile-edit-links li {
2089 margin-bottom: 20px;
2091 background-color: #a2a2a2;
2093 padding: 5px 10px 5px 10px;
2097 -moz-border-radius: 5px;
2098 -webkit-border-radius: 5px;
2101 #profile-edit-links li a {
2105 #profile-edit-links li:hover {
2106 background-color: #1873a2;
2109 #profile-edit-links li:active {
2110 background-color: #1873a2;
2113 #profile-edit-links-end {
2115 margin-bottom: 15px;
2118 .profile-edit-side-div {
2126 #cropimage-wrapper {
2134 .profile-match-name {
2140 .profile-match-name a:hover {
2144 .profile-match-wrapper {
2150 margin-bottom: 70px;
2152 background-color: #f6f6f6;
2153 border: 1px solid #7C7D7B;
2154 box-shadow: 0 0 8px #BDBDBD;
2155 -moz-box-shadow: 0 0 8px #BDBDBD;
2156 -webkit-box-shadow: 0 0 8px #BDBDBD;
2159 .profile-match-break,
2160 .profile-match-end {
2164 .profile-match-connect {
2168 .profile-match-ignore {
2169 height: 0!important;
2172 #profile-match-wrapper-end {
2175 .profile-match-end {
2179 .profile-match-photo {
2195 height: 203px !important;
2196 width: 203px !important;
2197 border: 1px solid #7C7D7B;
2198 box-shadow: 0 0 8px #BDBDBD;
2199 -moz-box-shadow: 0 0 8px #BDBDBD;
2200 -webkit-box-shadow: 0 0 8px #BDBDBD;
2201 -moz-box-shadow: 0 0 8px #BDBDBD;
2202 -webkit-box-shadow: 0 0 8px #BDBDBD;
2204 -moz-border-radius: 5px;
2205 -webkit-border-radius: 5px;
2208 #sidebar-photos-albums {
2211 #photo-albums-upload-link {
2215 #sidebar-photos-albums h3:before {
2216 content: url("images/photography.png");
2217 padding-right: 10px;
2218 vertical-align: middle;
2221 #sidebar-photos-albums li {
2231 margin-bottom: 20px;
2233 background-color: #a2a2a2;
2235 padding: 5px 10px 5px 10px;
2239 -moz-border-radius: 5px;
2240 -webkit-border-radius: 5px;
2243 #photo-top-links a {
2247 #photo-top-links:hover {
2248 background-color: #1873a2;
2251 #photo-top-links:active {
2252 background-color: #1873a2;
2255 .photo-album-image-wrapper {
2257 margin: 0px 10px 10px 0px;
2258 padding-bottom: 30px;
2262 .photo-top-image-wrapper {
2266 margin: 0px 10px 10px 0px;
2267 padding-bottom: 30px;
2271 #photo-album-wrapper-inner {
2288 .photo-top-image-wrapper a:hover,
2289 #photo-photo a:hover,
2290 .photo-album-image-wrapper a:hover {
2297 .photo-album-photo {}
2299 .photo-top-album-name {
2304 font-stretch: semi-expanded;
2307 .photo-top-album-name a {
2340 background-color: rgba(255,255,255,0.2);
2342 transition: all 0.2s ease-in-out;
2343 -webkit-transition: all 0.2s ease-in-out;
2344 -moz-transition: all 0.2s ease-in-out;
2345 background-position: center center;
2346 background-repeat: no-repeat;
2352 background-image: url('images/prev.png');
2358 background-image: url('images/next.png');
2362 #photo-next-link a {
2367 text-indent: -900000px;
2370 #photo-prev-link:hover,
2371 #photo-next-link:hover {
2373 transition: all 0.2s ease-in-out;
2374 -webkit-transition: all 0.2s ease-in-out;
2375 -moz-transition: all 0.2s ease-in-out;
2378 #photo-next-link .icon,
2379 #photo-prev-link .icon {
2383 #photos-upload-spacer,
2384 #photos-upload-new-wrapper,
2385 #photos-upload-exist-wrapper {
2389 #photos-upload-existing-album-text,
2390 #photos-upload-newalbum-div {
2396 #photos-upload-album-select,
2397 #photos-upload-newalbum {
2399 margin-bottom: 10px;
2402 #photos-upload-perms-menu {
2407 #photos-upload-perms-menu .icon {
2411 #photos-upload-perms {
2415 .photos-upload-perms {}
2418 border: 1px solid #b0b0b0;
2421 -moz-border-radius: 3px;
2422 -webkit-border-radius: 3px;
2427 select[size][multiple] {
2428 margin: 5px 0px 10px 0px;
2432 -webkit-appearance: menulist;
2433 box-sizing: border-box;
2434 -webkit-box-align: center;
2441 letter-spacing: normal;
2442 word-spacing: normal;
2444 text-transform: none;
2447 display: inline-block;
2448 text-align: -webkit-auto;
2454 text-align: -webkit-auto;
2459 -moz-border-radius: 5px;
2460 -webkit-border-radius: 5px;
2465 margin-bottom: 20px;
2467 background-color: #a2a2a2;
2469 padding: 5px 10px 5px 10px;
2473 -moz-border-radius: 5px;
2474 -webkit-border-radius: 5px;
2477 #album-edit-link a {
2481 #album-edit-link:hover {
2482 background-color: #1873a2;
2485 #photo-edit-link-wrap {
2486 margin-bottom: 10px;
2495 input #photo_edit_form {
2500 #photo-edit-perms-menu {
2509 #photo-edit-perms-menu .icon {
2513 #photo-edit-delete-button {
2519 #photo-album-edit-wrapper {
2520 margin-bottom: 10px;
2534 background-color: #fff;
2535 -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
2536 -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
2537 box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
2538 border: 1px solid #7C7D7B;
2540 -moz-border-radius: 5px;
2541 -webkit-border-radius: 5px;
2544 #prvmail-wrapper:before,
2545 #prvmail-wrapper:after,
2546 .mail-conv-detail:before,
2547 .mail-conv-detail:after,
2548 .mail-list-detail:before,
2549 .mail-list-detail:after {
2556 background: transparent;
2557 transform: skew(-5deg) rotate(-5deg);
2558 -webkit-transform: skew(-5deg) rotate(-5deg);
2559 -moz-transform: skew(-5deg) rotate(-5deg);
2560 -ms-transform: skew(-5deg) rotate(-5deg);
2561 -o-transform: skew(-5deg) rotate(-5deg);
2562 box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
2563 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
2564 -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
2566 border: 1px solid #7C7D7B;
2568 -moz-border-radius: 5px;
2569 -webkit-border-radius: 5px;
2572 #prvmail-wrapper:after,
2573 .mail-conv-detail:after,
2574 .mail-list-detail:after {
2577 transform: skew(5deg) rotate(5deg);
2578 -webkit-transform: skew(5deg) rotate(5deg);
2579 -moz-transform: skew(5deg) rotate(5deg);
2580 -ms-transform: skew(5deg) rotate(5deg);
2581 -o-transform: skew(5deg) rotate(5deg);
2582 border: 1px solid #7C7D7B;
2584 -moz-border-radius: 5px;
2585 -webkit-border-radius: 5px;
2601 #prvmail-subject .input {
2602 border: none !important;
2605 #prvmail-subject-label {}
2611 #prvmail-to-label {}
2613 #prvmail-message-label {
2617 #prvmail-submit-wrapper {
2631 #prvmail-submit-wrapper > div {
2636 .mail-list-outside-wrapper {
2643 background-color: #efefef;
2644 border: 1px solid #7C7D7B;
2646 -moz-border-radius: 3px;
2647 -webkit-border-radius: 3px;
2648 box-shadow: 0 0 8px #BDBDBD;
2649 -moz-box-shadow: 0 0 8px #BDBDBD;
2650 -webkit-box-shadow: 0 0 8px #BDBDBD;
2659 border: 1px solid #7C7D7B;
2662 .mail-list-sender-name {
2673 font-stretch: ultra-condensed;
2676 .mail-list-subject {
2680 padding-right: 50px;
2683 .mail-list-subject a {
2687 .mail-list-delete-wrapper {
2691 .mail-list-outside-wrapper-end {
2695 .mail-conv-outside-wrapper {
2696 margin-bottom: 10px;
2702 margin: 0px 5px 5px 0px;
2705 .mail-conv-sender-photo {
2708 border-radius: 3px 3px 3px 3px;
2711 .mail-conv-sender-name {
2720 .mail-conv-subject {
2733 padding-bottom: 20px;
2736 vertical-align: middle;
2738 border: 1px solid #7C7D7B;
2746 .mail-conv-delete-wrapper {
2754 border: 1px solid #7C7D7B;
2764 /* ================= */
2765 /* = Notifications = */
2766 /* ================= */
2768 #notification-show-hide-wrapper {
2770 box-shadow: inset 0px 1px 0px 0px #cfcfcf;
2771 -moz-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
2772 -webkit-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
2773 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
2774 background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
2775 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
2776 background-color: #bdbdbd;
2778 -moz-border-radius: 5px;
2779 -webkit-border-radius: 5px;
2780 padding: 5px 10px 5px 10px;
2788 #notification-show-hide-wrapper:hover {
2790 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
2791 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
2792 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
2793 background-color: #1873a2;
2796 #notification-show-hide-wrapper:active {
2797 background-color: #1873a2;
2802 #notification-show-hide-wrapper a {
2811 margin-bottom: 10px;
2821 .view-contact-wrapper,
2822 .contact-entry-wrapper {
2824 padding-right: 10px;
2827 margin: 0 10px 10px 0px;
2838 .contact-entry-wrapper .contact-entry-photo-wrapper {
2842 .contact-entry-direction-wrapper {
2847 .contact-entry-edit-links {
2852 #contacts-show-hide-link {
2853 margin-bottom: 20px;
2858 .contact-entry-desc {
2862 .contact-entry-name, .contact-entry-connect {
2870 .contact-entry-details {
2873 white-space: nowrap;
2875 text-overflow: ellipsis;
2878 .contact-entry-photo-wrapper {
2880 /*border: 1px solid #7C7D7B;
2882 -moz-border-radius: 3px;
2883 -webkit-border-radius: 3px;
2884 box-shadow: 0 0 8px #BDBDBD;
2885 -moz-box-shadow: 0 0 8px #BDBDBD;
2886 -webkit-box-shadow: 0 0 8px #BDBDBD;*/
2889 .contact-entry-photo {
2893 .contact-entry-photo a img {
2898 .contact-entry-edit-links .icon {
2899 border: 1px solid #babdb6;
2901 -webkit-border-radius: 3px;
2902 -moz-border-radius: 3px;
2903 background-color: #ffffff;
2906 #contact-edit-banner-name {
2911 #contact-edit-update-now {
2916 box-shadow: inset 0px 1px 0px 0px #cfcfcf;
2917 -moz-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
2918 -webkit-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
2919 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
2920 background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
2921 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
2922 background-color: #bdbdbd;
2924 -moz-border-radius: 5px;
2925 -webkit-border-radius: 5px;
2926 display: inline-block;
2928 text-decoration: none;
2932 #contact-edit-update-now:hover {
2934 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
2935 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
2936 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
2937 background-color: #1873a2;
2938 border: 1px solid #7C7D7B;
2939 box-shadow: 0 0 8px #BDBDBD;
2940 -moz-box-shadow: 0 0 8px #BDBDBD;
2941 -webkit-box-shadow: 0 0 8px #BDBDBD;
2943 -moz-border-radius: 5px;
2944 -webkit-border-radius: 5px;
2947 #contact-edit-update-now:active {
2952 #contact-edit-update-now a {
2959 #contact-edit-info-wrapper,
2960 #contact-edit-info-end,
2961 #contact-edit-profile-select-text,
2962 #contact-edit-profile-select-end,
2963 #contact-edit-poll-wrapper,
2967 .contact-edit-submit {
2970 #contact-profile-selector {
2973 .contact-photo-menu-button {
2975 background-image: url("images/photo-menu.jpg");
2976 background-position: top left;
2977 background-repeat: no-repeat;
2982 top: 64px; left:0px;
2988 .contact-photo-menu {
2990 border: 1px solid #ddd;
2991 background: #f1f1f1;
2997 box-shadow: 3px 3px 5px #888;
2998 -moz-box-shadow: 3px 3px 5px #888;
2999 -webkit-box-shadow: 3px 3px 5px #888;
3002 .contact-photo-menu ul {
3008 .contact-photo-menu li a {
3015 .contact-photo-menu li a:hover {
3017 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
3018 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
3019 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
3020 background-color: #1873a2;
3021 text-decoration: none;
3024 .view-contact-name {}
3027 background-color: #efefef;
3033 margin-bottom: 10px;
3036 #follow-sidebar h3:before {
3037 content: url("images/user.png");
3038 padding-right: 10px;
3039 vertical-align: middle;
3042 #follow-sidebar input[type="text"] {
3044 margin-bottom: 10px;
3047 #side-follow-submit {
3054 #side-random-profile-link,
3060 margin-bottom: 20px;
3061 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
3062 background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
3063 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
3064 background-color: #bdbdbd;
3065 padding: 5px 10px 5px 10px;
3069 border: 1px solid #7C7D7B;
3071 -moz-border-radius: 5px;
3072 -webkit-border-radius: 5px;
3075 #side-invite-link:hover,
3076 #side-random-profile-link:hover,
3077 #side-suggest-link:hover,
3078 #side-match-link:hover {
3080 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
3081 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
3082 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
3083 background-color: #1873a2;
3084 border: 1px solid #7C7D7B;
3085 box-shadow: 0 0 8px #BDBDBD;
3086 -moz-box-shadow: 0 0 8px #BDBDBD;
3087 -webkit-box-shadow: 0 0 8px #BDBDBD;
3089 -moz-border-radius: 5px;
3090 -webkit-border-radius: 5px;
3094 #side-invite-link:active,
3095 #side-random-profile-link:active,
3096 #side-suggest-link:active,
3097 #side-match-link:active {
3098 background-color: #1873a2;
3103 #side-invite-link a,
3104 #side-random-profile-link a,
3105 #side-suggest-link a,
3106 #side-match-link a {
3113 #invite-recipient-text {
3117 #side-follow-wrapper {
3120 font-stretch: semi-expanded;
3121 background-color: #f3f3f3;
3122 border: 1px solid #7C7D7B;
3126 -moz-border-radius: 5px;
3127 -webkit-border-radius: 5px;
3130 #side-follow-wrapper label{
3132 font-variant: normal;
3140 margin-bottom: 20px;
3141 box-shadow: inset 0px 1px 0px 0px #cfcfcf;
3142 -moz-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
3143 -webkit-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
3144 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
3145 background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
3146 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
3147 background-color: #bdbdbd;
3149 -moz-border-radius: 5px;
3150 -webkit-border-radius: 5px;
3151 padding: 5px 10px 5px 10px;
3157 #contact-suggest:hover {
3159 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
3160 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
3161 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
3162 background-color: #1873a2;
3165 #contact-suggest:active {
3166 background-color: #1873a2;
3171 #contact-suggest a {
3187 /* ===================================== */
3188 /* = Register, Settings, Profile Forms = */
3189 /* ===================================== */
3193 background: url(images/login-bg.gif) no-repeat;
3194 background-position: 0 50%;
3196 width: 250px!important;
3202 #profile-tabs-wrapper {
3206 #profile-tab-status-link {
3208 padding: 5px 10px 5px 10px;
3216 #profile-tab-profile-link {
3218 padding: 5px 10px 5px 10px;
3223 box-shadow: inset 0px 1px 0px 0px #cfcfcf;
3224 -moz-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
3225 -webkit-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
3226 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7c7d7b), color-stop(1, #555753) );
3227 background: -moz-linear-gradient( center top, #7c7d7b 5%, #555753 100% );
3228 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c7d7b', endColorstr='#555753');
3229 background-color: #7c7d7b;
3231 -moz-border-radius: 5px;
3232 -webkit-border-radius: 5px;
3233 padding: 5px 10px 5px 10px;
3234 margin-bottom: 10px;
3237 #uexport-link:hover {
3239 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #555753), color-stop(1, #7c7d7b) );
3240 background: -moz-linear-gradient( center top, #555753 5%, #7c7d7b 100% );
3241 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555753', endColorstr='#7c7d7b');
3242 background-color: #555753;
3245 #uexport-link:active {
3247 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
3248 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
3249 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
3250 background-color: #1873a2;
3255 #settings-default-perms .fakelink {
3259 #settings-default-perms {
3263 padding: 5px 10px 5px 10px;
3264 margin-bottom: 10px;
3265 background-color: #BDBDBD;
3266 background: -moz-linear-gradient(center top , #BDBDBD 5%, #A2A2A2 100%) repeat scroll 0 0 #BDBDBD;
3267 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
3268 border: 1px solid #7C7D7B;
3270 -moz-border-radius: 5px;
3271 -webkit-border-radius: 5px;
3274 #settings-default-perms:hover {
3276 background-color: #555753;
3277 border: 1px solid #7C7D7B;
3278 box-shadow: 0 0 8px #BDBDBD;
3279 -moz-box-shadow: 0 0 8px #BDBDBD;
3280 -webkit-box-shadow: 0 0 8px #BDBDBD;
3282 -moz-border-radius: 5px;
3283 -webkit-border-radius: 5px;
3286 #settings-default-perms:active {
3288 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
3289 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
3290 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
3291 background-color: #1873a2;
3296 #settings-nickname-desc {
3298 background-color: #efefef;
3300 margin-bottom: 10px;
3302 -webkit-border-radius: 5px;
3303 -moz-border-radius: 5px;
3307 #register-form div {
3311 #profile-edit-form div {
3315 #profile-edit-form div[id$='desc'] {
3320 #register-form label,
3321 #profile-edit-form label {
3324 margin-right: 155px;
3327 #register-form span {
3330 margin-bottom: 20px;
3334 .settings-submit-wrapper,
3335 .profile-edit-submit-wrapper {
3340 .profile-listing-end {
3343 margin: 20px 20px 0px 0px;
3347 #register-sitename {
3352 #register-submit-button {
3356 #label-register-name,
3357 #label-register-email,
3358 #label-register-nickname,
3359 #label-register-openid {
3367 #register-nickname {
3379 #register-fill-ext {
3380 margin-bottom: 25px;
3384 #register-email-end,
3385 #register-nickname-end,
3386 #register-submit-end,
3387 #register-openid-end {
3391 #register-nickname-desc {
3396 /* ===================== */
3397 /* = Contacts Selector = */
3398 /* ===================== */
3400 #group-edit-wrapper {
3401 margin-bottom: 10px;
3404 #group-edit-name-wrapper {
3408 #group-edit-submit-wrapper {
3409 margin-bottom: 10px;
3410 margin-right: 400px;
3415 .group-delete-wrapper {
3419 margin-bottom: 10px;
3420 box-shadow: inset 0px 1px 0px 0px #cfcfcf;
3421 -moz-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
3422 -webkit-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
3423 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
3424 background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
3425 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
3426 background-color: #bdbdbd;
3428 -moz-border-radius: 5px;
3429 -webkit-border-radius: 5px;
3432 .group-delete-wrapper:hover {
3433 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
3434 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
3435 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
3436 background-color: #1873a2;
3439 .group-delete-wrapper:active {
3440 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
3441 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
3442 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
3443 background-color: #1873a2;
3446 .group-delete-wrapper a {
3465 background-color: #f0edf0;
3467 border: 1px solid #ccc;
3468 margin-bottom: 10px;
3472 #group-all-contacts,
3473 #prof-all-contacts {
3477 border: 1px solid #ccc;
3478 background-color: #f0edf0;
3483 #group-all-contacts h3,
3485 #prof-all-contacts h3 {
3519 margin-bottom: 10px;
3520 background-color: #fff;
3521 box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
3522 -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
3523 -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
3534 background: transparent;
3535 transform: skew(-5deg) rotate(-5deg);
3536 -webkit-transform: skew(-5deg) rotate(-5deg);
3537 -moz-transform: skew(-5deg) rotate(-5deg);
3538 -ms-transform: skew(-5deg) rotate(-5deg);
3539 -o-transform: skew(-5deg) rotate(-5deg);
3540 box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
3541 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
3542 -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
3549 transform: skew(5deg) rotate(5deg);
3550 -webkit-transform: skew(5deg) rotate(5deg);
3551 -moz-transform: skew(5deg) rotate(5deg);
3552 -ms-transform: skew(5deg) rotate(5deg);
3553 -o-transform: skew(5deg) rotate(5deg);
3556 .vevent .event-description {
3561 font-weight: bolder;
3564 .vevent .event-location {
3568 font-style: oblique;
3572 .vevent .event-start,
3573 .vevent .event-end {
3585 margin-bottom: 10px;
3587 box-shadow: inset 0px 1px 0px 0px #cfcfcf;
3588 -moz-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
3589 -webkit-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
3590 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
3591 background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
3592 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
3593 background-color: #bdbdbd;
3595 -moz-border-radius: 5px;
3596 -webkit-border-radius: 5px;
3600 #new-event-link:hover {
3602 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
3603 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
3604 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
3605 background-color: #1873a2;
3608 #new-event-link:active {
3609 background-color: #1873a2;
3619 .edit-event-link, .plink-event-link {
3623 margin-bottom: 15px;
3626 .event-description:before {
3627 content: url('images/calendar.png');
3629 vertical-align: middle;
3638 .event-start .dtstart,
3645 margin-bottom: 10px;
3646 font-stretch: condensed;
3657 .event-calendar-end {
3663 font-family: Helvetica, Arial, sans-serif;
3664 background-color: #f1f1f1;
3665 border: 1px solid #dedede;
3666 margin-bottom: 10px;
3667 box-shadow: 5px 5px 8px #959494;
3668 -moz-box-shadow: 5px 5px 8px #959494;
3669 -webkit-box-shadow: 5px 5px 8px #959494;
3673 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6da6c4), color-stop(1, #1873a2) );
3674 background: -moz-linear-gradient( center top, #6da6c4 5%, #1873a2 100% );
3675 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6da6c4', endColorstr='#1873a2');
3676 background-color: #1873a2;
3677 padding: 10px 0px 10px 0px;
3682 box-shadow: 5px 2px 8px #959494;
3683 -moz-box-shadow: 5px 2px 8px #959494;
3684 -webkit-box-shadow: 5px 2px 8px #959494;
3694 background-color: #cdcdcd;
3706 background-color: #1873a2;
3711 #event-finish-text {
3716 #event-nofinish-checkbox,
3717 #event-nofinish-text,
3718 #event-adjust-checkbox,
3720 #event-share-checkbox {
3724 #event-datetime-break {
3725 margin-bottom: 10px;
3728 #event-nofinish-break,
3729 #event-adjust-break,
3730 #event-share-break {
3735 #event-location-text {
3750 margin: 50px 50px 0px 0px;
3753 .directory-details {
3775 background-color: #FF0000;
3780 border: 0px; padding: 0px;
3784 list-style-position: inside;
3794 padding-bottom: 2px;
3795 border-bottom: 1px solid black;
3808 border-bottom: 1px solid #898989;
3810 padding-bottom: 5px;
3814 #adminpage .submit {
3824 #adminpage .plugin {
3828 border: 1px solid #7C7D7B;
3829 box-shadow: 0 0 8px #BDBDBD;
3830 -moz-box-shadow: 0 0 8px #BDBDBD;
3831 -webkit-box-shadow: 0 0 8px #BDBDBD;
3833 -moz-border-radius: 5px;
3834 -webkit-border-radius: 5px;
3836 margin:10px 10px 10px 0;
3839 #adminpage .toggleplugin {
3846 border-bottom: 1p solid #000000;
3850 #adminpage table th {
3854 #adminpage td .icon {
3858 #adminpage table#users img {
3863 #adminpage table tr:hover {
3864 background-color: #eeeeee;
3867 #adminpage .selectall {
3871 /* =============== */
3872 /* = Form Fields = */
3873 /* =============== */
3876 /*margin-bottom: 10px;*/
3878 padding-bottom: 10px;
3882 .field.radio .field_help {
3886 .field .field_help {
3906 border: 1px solid #7C7D7B;
3908 -moz-border-radius: 5px;
3909 -webkit-border-radius: 5px;
3920 margin-bottom: 10px;
3930 border: 1px solid #c1c1c1;
3931 background-image: url("../../../images/onoff.jpg");
3932 background-repeat: no-repeat;
3933 padding: 4px 2px 2px 2px;
3935 text-decoration: none;
3937 .field .onoff .off {
3938 border-color: #c1c1c1;
3940 background-position: left center;
3941 background-color: #cccccc;
3947 border-color: #c1c1c1;
3948 padding-right: 40px;
3949 background-position: right center;
3950 background-color: #1873a2;
3955 .field .radio .field_help {
3964 cursor: url('lock.cur'), pointer;
3967 /*border: 1px solid #7C7D7B;
3969 -moz-border-radius: 3px;
3970 -webkit-border-radius: 3px;
3971 box-shadow: 0 0 8px #BDBDBD;
3972 -moz-box-shadow: 0 0 8px #BDBDBD;
3973 -webkit-box-shadow: 0 0 8px #BDBDBD;*/
3988 background-image: url("images/icons.png");
3991 background-image: url("images/star.png");
3995 background-image: url("images/premium.png");
4000 background-image: url("images/notifications.png");
4005 border: 1px solid #c1c1c1;
4007 -webkit-border-radius: 3px;
4008 -moz-border-radius: 3px;
4011 .article { background-position: -50px 0px;}
4012 .audio { background-position: -70px 0px;}
4013 .block { background-position: -90px 0px;}
4014 .drop { background-position: -110px 0px;}
4015 .drophide { background-position: -130px 0px;}
4016 .edit { background-position: -150px 0px;}
4017 .camera { background-position: -170px 0px;}
4018 .dislike { background-position: -190px 0px;}
4019 .like { background-position: -210px 0px;}
4020 .link { background-position: -230px 0px;}
4021 .globe { background-position: -50px -20px;}
4022 .noglobe { background-position: -70px -20px;}
4023 .no { background-position: -90px -20px;}
4024 .pause { background-position: -110px -20px;}
4025 .play { background-position: -130px -20px;}
4026 .pencil { background-position: -150px -20px; margin-right: 12px;}
4027 .small-pencil { background-position: -170px -20px;}
4028 .recycle { background-position: -190px -20px;}
4029 .remote-link { background-position: -210px -20px; margin-right: 10px;}
4030 .share { background-position: -230px -20px;}
4031 .tools { background-position: -50px -40px;}
4032 .lock { background-position: -70px -40px;}
4034 background-position: -90px -40px;
4035 background-image: none;
4041 background-image: url("images/icons.png");
4044 margin: 2px 0px 2px 3px;
4048 .video { background-position: -110px -40px;}
4049 .youtube { background-position: -130px -40px;}
4050 .attach { background-position: -190px -40px;}
4051 .language { background-position: -210px -40px;}
4052 .on { background-position: -50px -60px;}
4053 .off { background-position: -70px -60px;}
4054 .prev { background-position: -90px -60px;}
4055 .next { background-position: -110px -60px;}
4056 .tagged { background-position: -130px -60px; margin-right: 10px;}
4057 .icon.dim { opacity: 0.3;filter:alpha(opacity=30);}
4060 display: block; width: 20px; height: 23px;
4061 background-image: url("../../../images/content-types.png");
4062 background-position: -80px 0px;
4065 .type-video { background-position: 0px 0px; }
4066 .type-image { background-position: -20px 0px; }
4067 .type-audio { background-position: -40px 0px; }
4068 .type-text { background-position: -60px 0px; }
4069 .type-unkn { background-position: -80px 0px; }
4080 footer { display: block; margin: 50px 20%; clear: both; }
4087 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0edf0), color-stop(1, #e2e2e2) );
4088 background: -moz-linear-gradient( center top, #f0edf0 5%, #e2e2e2 100% );
4089 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0edf0', endColorstr='#e2e2e2');
4090 background-color: #f0edf0;
4091 border-radius: 5px 5px 0px 0px;
4092 -moz-border-radius: 5px 5px 0px 0px;
4093 -webkit-border-radius: 5px 5px 0px 0px;
4094 border: 1px solid #7C7D7B;
4095 border-bottom: none;
4096 box-shadow: 1px 2px 6px 0px #959494;
4097 -moz-box-shadow: 1px 2px 6px 0px #959494;
4098 -webkit-box-shadow: 1px 2px 6px 0px #959494;
4104 list-style: none outside none;
4105 margin: 0 0 0 755px;
4118 #photo-edit-perms-select,
4119 #photos-upload-permissions-wrapper,
4120 #profile-jot-acl-wrapper{
4121 display: block!important;
4130 background: #ffffff url("../../../images/search_18.png") no-repeat right center;
4131 padding-right: 20px;
4142 background-color: #cccccc;
4143 background-position: 7px 7px;
4144 background-repeat: no-repeat;
4147 -webkit-border-radius: 5px ;
4148 -moz-border-radius: 5px;
4152 #acl-showall.selected {
4154 background-color: #1873a2;
4159 border: 1px solid #cccccc;
4160 background-color: #efefef;
4173 border: 1px solid #cccccc;
4174 background-color: #fff;
4177 box-shadow: 2px 2px 3px #c1c1c1;
4178 -moz-box-shadow: 2px 2px 3px #c1c1c1;
4179 -webkit-box-shadow: 2px 2px 3px #c1c1c1;
4181 .acl-list-item img {
4193 padding: 2px 0px 1px;
4202 background-color: #898989;
4203 background-position: 3px 3px;
4204 background-repeat: no-repeat;
4205 margin: 10px 0 0 5px;
4207 -webkit-border-radius: 2px ;
4208 -moz-border-radius: 2px;
4212 #acl-wrapper a:hover {
4213 text-decoration: none;
4214 background-color:#1873a2;
4217 .acl-button-show.selected {
4219 background-color: #1873a2;
4222 .acl-button-hide .selected {
4224 background-color: #a2a2a2;
4227 .acl-list-item.groupshow { border-color: #1873a2; }
4228 .acl-list-item.grouphide { border-color: #a2a2a2; }
4230 /* ========================= */
4231 /* = Global Directory Link = */
4232 /* ========================= */
4234 #global-directory-link {
4237 /*margin-bottom: 10px;*/
4238 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
4239 background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
4240 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
4241 background-color: #bdbdbd;
4244 -webkit-padding-start: 0px;
4245 border: 1px solid #7C7D7B;
4247 -moz-border-radius: 5px;
4248 -webkit-border-radius: 5px;
4251 #global-directory-link:hover {
4253 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
4254 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
4255 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
4256 background-color: #1873a2;
4257 border: 1px solid #7C7D7B;
4258 box-shadow: 0 0 8px #BDBDBD;
4259 -moz-box-shadow: 0 0 8px #BDBDBD;
4260 -webkit-box-shadow: 0 0 8px #BDBDBD;
4262 -moz-border-radius: 5px;
4263 -webkit-border-radius: 5px;
4266 #global-directory-link:active {
4267 background-color: #1873a2;
4272 #global-directory-link a {
4277 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
4278 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
4279 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
4280 background-color: #1873a2;
4282 padding: 5px 10px 5px 10px;
4286 /* notifications popup menu */
4295 margin-right: -20px;
4311 #nav-notifications-menu {
4315 overflow-style: scrollbar;
4316 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #797979), color-stop(1, #898988) );
4317 background: -moz-linear-gradient( center top, #797979 5%, #898988 100% );
4318 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#797979', endColorstr='#898988');
4319 background-color: #a2a2a2;
4320 border-radius: 0px 0px 5px 5px;
4321 -moz-border-radius: 0px 0px 5px 5px;
4322 -webkit-border-radius: 0px 0px 5px 5px;
4323 border: 1px solid #9A9A9A;
4325 box-shadow: 5px 5px 10px #242424;
4326 -moz-box-shadow: 5px 5px 10px #242424;
4327 -webkit-box-shadow: 5px 5px 10px #242424;
4331 #nav-notifications-menu .contactname {
4336 #nav-notifications-menu img {
4341 #nav-notifications-menu .notif-when {
4346 #nav-notifications-menu li {
4347 padding: 7px 0px 7px 10px;
4349 border-bottom: 1px solid #626262;
4352 #nav-notifications-menu li:hover {
4353 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
4354 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
4355 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
4356 background-color: #1873a2;
4359 #nav-notifications-menu a:hover {
4360 text-decoration: underline;
4364 vertical-align: middle;
4366 padding-bottom: 7px;
4369 .notif-item a:hover {
4376 padding: 7px 7px 0px 0px;
4383 /* autocomplete popup */
4384 .acpopup, acpopup-mce {
4389 background: #eeeeee;
4390 border-right: 1px solid #7C7D7B;
4391 border-left: 1px solid #7C7D7B;
4392 border-bottom: 1px solid #7C7D7B;
4393 border-radius: 0px 5px 5px 5px;
4394 -webkit-border-radius: 0px 5px 5px 5px;
4395 -moz-border-radius: 0px 5px 5px 5px;
4396 box-shadow: 0 0 8px #BDBDBD;
4397 -moz-box-shadow: 0 0 8px #BDBDBD;
4398 -webkit-box-shadow: 0 0 8px #BDBDBD;
4415 .acpopupitem.selected, .textcomplete-item.active {
4417 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
4418 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
4419 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
4420 background-color: #1873a2;
4424 .textcomplete-item a:hover, .textcomplete-item a:hover .acpopup-sub-text, .textcomplete-item.active a .acpopup-sub-text {
4430 filter: alpha(opacity=0);
4437 filter: alpha(opacity=100);
4441 background: #000000;
4445 color: #efefef !important;
4448 /* Pages profile widget ----------------------------------------------------------- */
4451 #profile-page-list {
4455 #page-profile .title {
4459 #profile-vcard-break {
4463 #profile-extra-links {
4468 #profile-extra-links ul {
4469 list-style-type: none;
4474 #profile-extra-links li {
4478 .profile-edit-side-div {
4482 .profile-edit-side-link {
4484 filter:alpha(opacity=30);
4486 .profile-edit-side-link:hover {
4488 filter:alpha(opacity=100);
4492 ----------------------------------------------------------- */
4498 padding-right: 10px;
4502 text-decoration: none;
4510 /* New posts and comments => background color
4511 ----------------------------------------------------------- */
4513 background: #fbfde9;
4516 div.wall-item-content-wrapper.shiny {
4517 background-image: url("images/shiny.png");
4518 background-repeat: repeat-x;
4524 #profile-nolocation,
4532 #profile-upload-wrapper,
4533 #wall-image-upload-div,
4534 #wall-file-upload-div,
4541 background: url("images/dot.png") repeat-x scroll left center transparent;
4542 border: medium none;
4549 filter:alpha(opacity=50);
4553 .filesavetags:hover,
4554 .categorytags:hover {
4555 opacity: 1.0 !important;
4556 filter:alpha(opacity=100) !important;
4561 filter:alpha(opacity=10);
4569 filter:alpha(opacity=100);
4573 display: block; width: 16px; height: 16px;
4574 background-image: url('images/file.gif');
4579 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
4580 [class^="comment-edit-bb"] {
4583 margin: 0px 0 -5px 0px;
4621 #nav-notifications-template {}
4622 #categories-sidebar {}
4640 .fc-border-separate,
4643 div #datebrowse-sidebar.widget {
4654 margin-bottom: 10px;
4655 /*background: url("images/down.png") no-repeat scroll left center transparent;*/
4663 margin:10px 10px 0 0;
4674 #id_post_profilechange,
4683 #id_allow_location {
4684 margin: 6px 0 0 10px;
4693 #settings-activity-desc,
4694 #settings-notify-desc {
4695 margin: 10px 10px 10px 0;
4699 #settings-notifications {
4701 border: 1px solid #7C7D7B;
4702 box-shadow: 0 0 8px #BDBDBD;
4703 -moz-box-shadow: 0 0 8px #BDBDBD;
4704 -webkit-box-shadow: 0 0 8px #BDBDBD;
4706 -moz-border-radius: 5px;
4707 -webkit-border-radius: 5px;
4709 margin: 10px 10px 10px 0;
4714 #hide-comments-page-widget {
4718 #collapsed-comments-page-widget {}
4721 list-style-type: disc;
4733 #remote-friends-in-common {}
4736 border: 1px solid #7C7D7B;
4737 box-shadow: 0 0 8px #BDBDBD;
4738 -moz-box-shadow: 0 0 8px #BDBDBD;
4739 -webkit-box-shadow: 0 0 8px #BDBDBD;
4741 -moz-border-radius: 5px;
4742 -webkit-border-radius: 5px;
4744 margin:10px 10px 10px 0;
4747 #page-settings-label{
4748 width: auto !important;
4749 margin-bottom: 5px !important;
4757 margin: 25px 0 25px 0;
4768 #id_directory_submit_url,
4773 #id_itemcache_duration,
4777 #id_delivery_interval,
4779 #id_jpegimagequality,
4782 #id_max_daily_registrations {
4791 .field.input.openid {