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: padding;
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;
404 background-color: #1873a2;
415 list-style: none outside none;
425 background-color: #BDBDBD;
426 background: -moz-linear-gradient(center top , #BDBDBD 5%, #A2A2A2 100%) repeat scroll 0 0 #BDBDBD;
427 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
428 border: 1px solid #7C7D7B;
429 box-shadow: 0 0 8px #BDBDBD;
430 -moz-box-shadow: 0 0 8px #BDBDBD;
431 -webkit-box-shadow: 0 0 8px #BDBDBD;
432 border-radius: 0px 0px 5px 5px;
433 -moz-border-radius: 0px 0px 5px 5px;
434 -webkit-border-radius: 0px 0px 5px 5px;
438 text-decoration: none;
444 text-decoration: none;
463 nav #banner #logo-text a {
468 text-shadow: #7C7D7B 3px 3px 5px;
480 vertical-align: middle;
481 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #797979), color-stop(1, #898988) );
482 background: -moz-linear-gradient( center top, #797979 5%, #898988 100% );
483 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#797979', endColorstr='#898988');
484 background-color: #a2a2a2;
485 border: 1px solid #7C7D7B;
486 box-shadow: 0 0 8px #BDBDBD;
487 -moz-box-shadow: 0 0 8px #BDBDBD;
488 -webkit-box-shadow: 0 0 8px #BDBDBD;
490 -moz-border-radius: 5px;
491 -webkit-border-radius: 5px;
493 text-decoration: none;
497 nav #user-menu:hover {
498 border: 1px solid #7C7D7B;
499 box-shadow: 0 0 8px #BDBDBD;
500 -moz-box-shadow: 0 0 8px #BDBDBD;
501 -webkit-box-shadow: 0 0 8px #BDBDBD;
503 -moz-border-radius: 5px;
504 -webkit-border-radius: 5px;
505 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
506 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
507 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
508 background-color: #1873a2;
512 nav #user-menu-label::after {
513 content: url("images/menu-user-pin.png") no-repeat;
517 nav #user-menu-label {
518 vertical-align: middle;
530 nav #nav-link-wrapper .nav-link {
531 border-right: 1px solid #babdb6;
537 border: 1px solid #FF8888;
538 background-color: #FFEEEE;
545 border: 1px solid #3465a4;
546 background-color: #d7e3f1;
553 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #797979), color-stop(1, #898988) );
554 background: -moz-linear-gradient( center top, #a2a2a2 5%, #898988 100% );
555 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#797979', endColorstr='#898988');
556 background-color: #898988;
563 border: 1px solid #9a9a9a;
565 border-radius: 0px 0px 5px 5px;
566 -webkit-border-radius: 0px 0px 5px 5px;
567 -moz-border-radius: 0px 0px 5px 5px;
568 box-shadow: 5px 5px 10px #242424;
569 -moz-box-shadow: 5px 5px 10px #242424;
570 -webkit-box-shadow: 5px 5px 10px #242424;
574 ul#user-menu-popup li {
578 ul#user-menu-popup li a {
583 ul#user-menu-popup li a:hover {
585 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6da6c4), color-stop(1, #1873a2) );
586 background: -moz-linear-gradient( center top, #6da6c4 5%, #1873a2 100% );
587 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6da6c4', endColorstr='#1873a2');
588 background-color: #1873a2;
591 ul#user-menu-popup li a.nav-sep {
592 border-top: 1px solid #989898;
610 background: transparent url('images/notifications.png') 0px 0px no-repeat;
620 background-position: 0px -168px;
624 background-position: 0px -126px;
628 background-position: 0px -40px;
632 background-position: 0px -84px;
636 background-position: 0px 0px;
641 /* =================== */
642 /* = System Messages = */
643 /* =================== */
648 bottom: 0px; right:20%;
649 box-shadow: 7px 7px 10px #434343;
650 -moz-box-shadow: 7px 7px 12px #434343;
651 -webkit-box-shadow: 7px75px 12px #434343;
653 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
654 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
655 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
656 background-color: #1873a2;
657 border-radius: 5px 5px 0px 0px;
658 -webkit-border-radius: 5px 5px 0px 0px;
659 -moz-border-radius: 5px 5px 0px 0px;
660 border: 1px solid #da2c2c;
662 padding-bottom: 50px;
672 border-top: 1px solid #7C7D7B;
675 /* ================= */
676 /* = Aside/Sidebar = */
677 /* ================= */
683 /*font-size: 0.9em;*/
688 /*padding-bottom: 5px;*/
697 padding-bottom: 10px;
698 /*border-bottom-style: dotted;*/
705 .vcard .account-type {
711 font-variant: normal;
712 -webkit-margin-start: 10px;
725 .vcard #profile-photo-wrapper {
729 /*background: none repeat scroll 0 0 #FFFFFF;
730 border: 1px solid #7C7D7B;
731 box-shadow: 0 0 8px #BDBDBD;
732 -moz-box-shadow: 0 0 8px #BDBDBD;
733 -webkit-box-shadow: 0 0 8px #BDBDBD;
734 -moz-box-shadow: 0 0 8px #BDBDBD;
735 -webkit-box-shadow: 0 0 8px #BDBDBD;
737 -moz-border-radius: 5px;
738 -webkit-border-radius: 5px;*/
749 padding-bottom: 10px;
752 #profile-extra-links ul {
758 #subscribe-feed-link,
760 box-shadow: inset 0px 1px 0px 0px #a65151;
761 -moz-box-shadow: inset 0px 1px 0px 0px #a65151;
762 -webkit-box-shadow: inset 0px 1px 0px 0px #a65151;
763 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6da6c4), color-stop(1, #1873a2) );
764 background: -moz-linear-gradient( center top, #6da6c4 5%, #1873a2 100% );
765 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6da6c4', endColorstr='#1873a2');
766 background-color: #6da6c4;
768 -moz-border-radius: 5px;
769 -webkit-border-radius: 5px;
770 border: 1px solid #fc5656;
771 display: inline-block;
773 font-family: Trebuchet MS;
779 text-decoration: none;
780 text-shadow: 1px 1px 0px #b36f6f;
787 -webkit-border-radius: 5px ;
788 -moz-border-radius: 5px;
791 background-color: #3465a4;
794 #subscribe-feed-link:hover,
795 #dfrn-request-link:hover {
796 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
797 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
798 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
799 background-color: #1873a2;
802 #subscribe-feed-link:active,
803 #dfrn-request-link:active {
808 #dfrn-request-intro {
813 background-color: #f6f6f6;
814 padding: 5px 5px 0px 15px;
816 #netsearch-box input[type="text"] {
819 #netsearch-box input[type="submit"] {
824 content: url("images/search.png");
826 vertical-align: middle;
830 background-color: #f3f3f3;
831 border: 1px solid #7C7D7B;
834 -webkit-border-radius: 5px;
835 -moz-border-radius: 5px;
839 vertical-align: middle;
842 padding-bottom: 10px;
846 vertical-align: middle;
854 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
855 background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
856 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
857 background-color: #bdbdbd;
858 display: inline-block;
860 text-decoration: none;
862 border: 1px solid #7C7D7B;
864 -moz-border-radius: 5px;
865 -webkit-border-radius: 5px;
872 #sidebar-group-list {
881 #sidebar-group-list a {
884 #sidebar-group-list .icon,
885 #sidebar-group-list .iconspacer {
886 display: inline-block;
891 #side-peoplefind-submit {
895 #side-peoplefind-url {
900 #sidebar-page-list {}
904 box-shadow: 1px 2px 6px 0px #959494;
905 -moz-box-shadow: 1px 2px 6px 0px #959494;
906 -webkit-box-shadow: 1px 2px 6px 0px #959494;
907 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f8f8f8), color-stop(1, #f6f6f6) );
908 background: -moz-linear-gradient( center top, #f8f8f8 5%, #f6f6f6 100% );
909 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#f6f6f6');
910 background-color: #f8f8f8;
912 -moz-border-radius: 5px;
913 -webkit-border-radius: 5px;
915 border: 1px solid #7C7D7B;
919 list-style: none outside none;
920 background: url("images/arrow.png") no-repeat scroll left center transparent;
926 #sidebar-edit-groups {
931 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
932 background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
933 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
934 background-color: #bdbdbd;
935 display: inline-block;
937 text-decoration: none;
939 border: 1px solid #7C7D7B;
941 -moz-border-radius: 5px;
942 -webkit-border-radius: 5px;
946 #sidebar-new-group:hover {
947 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
948 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
949 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
950 background-color: #1873a2;
951 border: 1px solid #7C7D7B;
952 box-shadow: 0 0 8px #BDBDBD;
953 -moz-box-shadow: 0 0 8px #BDBDBD;
954 -webkit-box-shadow: 0 0 8px #BDBDBD;
956 -moz-border-radius: 5px;
957 -webkit-border-radius: 5px;
960 #sidebar-new-group:active {
968 .categories-selected {
972 box-shadow: inset 0px 1px 0px 0px #cfcfcf;
973 -moz-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
974 -webkit-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
975 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
976 background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
977 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
978 background-color: #bdbdbd;
980 -moz-border-radius: 5px;
981 -webkit-border-radius: 5px;
982 display: inline-block;
984 text-decoration: none;
987 .settings-widget .selected {
991 #sidebar-new-group a {
998 ul .sidebar-group-li {
1003 ul .sidebar-group-li .icon {
1004 display: inline-block;
1009 .nets-ul, .fileas-ul, .categories-ul, .datebrowse-ul {
1010 list-style-type: none;
1021 text-decoration: none;
1024 background: url("images/arrow.png") no-repeat scroll left center transparent;
1043 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0edf0), color-stop(1, #e2e2e2) );
1044 background: -moz-linear-gradient( center top, #f0edf0 5%, #e2e2e2 100% );
1045 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0edf0', endColorstr='#e2e2e2');
1046 background-color: #f0edf0;
1047 border-radius: 5px 5px 0px 0px;
1048 -moz-border-radius: 5px 5px 0px 0px;
1049 -webkit-border-radius: 5px 5px 0px 0px;
1050 border: 1px solid #e2e2e2;
1051 border-bottom: 1px solid #7C7D7B;
1053 padding-bottom: 5px;
1054 vertical-align: baseline;
1056 text-shadow: -1px 0px 0px #bdbdbd;
1063 #group-sidebar h3:before {
1064 content: url("images/groups.png");
1065 padding-right: 10px;
1066 vertical-align: middle;
1069 #saved-search-list {
1078 .saved-search-li .icon {
1098 /* ================== */
1099 /* = Contacts Block = */
1100 /* ================== */
1102 .contact-block-img {
1103 width: 47px !important;
1104 height: 47px !important;
1106 border: 1px solid #7C7D7B;
1108 -moz-border-radius: 3px;
1109 -webkit-border-radius: 3px;
1110 box-shadow: 0 0 8px #BDBDBD;
1111 -moz-box-shadow: 0 0 8px #BDBDBD;
1112 -webkit-box-shadow: 0 0 8px #BDBDBD;
1115 .contact-block-div {
1119 .contact-block-link {
1123 .contact-block-textdiv {
1130 .contact-block-content {
1136 #contact-block-end {
1150 margin: 0px 2em 20px 0px;
1153 #profile-jot-text-loading,
1159 #profile-jot-text_tbl {
1160 margin-bottom: 10px;
1164 #profile-jot-text_ifr {
1165 width: 99.9% !important;
1168 #profile-jot-submit-wrapper {
1178 border: 1px solid #cccccc;
1185 #jot-title::-webkit-input-placeholder,
1186 #jot-category::-webkit-input-placeholder {
1187 font-weight: normal;
1190 #jot-title:-moz-placeholder,
1191 #jot-category:-moz-placeholder {
1192 font-weight: normal;
1197 #jot-category:hover,
1198 #jot-category:focus {
1199 border: 1px solid #cccccc;
1203 background: #FFFFC8;
1207 margin: 15px 0 15px 0;
1211 #profile-jot-submit {
1214 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
1215 background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
1216 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
1217 background-color: #bdbdbd;
1218 display: inline-block;
1220 text-decoration: none;
1222 border: 1px solid #7C7D7B;
1224 -moz-border-radius: 5px;
1225 -webkit-border-radius: 5px;
1228 #jot-preview-form {}
1234 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
1235 background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
1236 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
1237 background-color: #bdbdbd;
1238 display: inline-block;
1240 text-decoration: none;
1243 border: 1px solid #7C7D7B;
1245 -moz-border-radius: 5px;
1246 -webkit-border-radius: 5px;
1249 #profile-jot-perms {
1256 border: 1px solid #7C7D7B;
1258 -moz-border-radius: 5px;
1259 -webkit-border-radius: 5px;
1262 #jot-perms-perms .icon {
1266 #profile-jot-submit {
1269 margin-right: 145px;
1273 border: 1px solid #7C7D7B;
1275 -moz-border-radius: 5px;
1276 -webkit-border-radius: 5px;
1279 #profile-jot-perms:hover,
1280 #profile-jot-submit:hover,
1281 #jot-preview-link:hover {
1282 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
1283 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
1284 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
1285 background-color: #1873a2;
1286 border: 1px solid #7C7D7B;
1287 box-shadow: 0 0 8px #BDBDBD;
1288 -moz-box-shadow: 0 0 8px #BDBDBD;
1289 -webkit-box-shadow: 0 0 8px #BDBDBD;
1291 -moz-border-radius: 5px;
1292 -webkit-border-radius: 5px;
1295 #profile-jot-perms:active,
1296 #profile-jot-submit:active,
1297 #jot-preview-link:active {
1302 #character-counter {
1308 #profile-rotator-wrapper {
1317 #profile-jot-tools-end,
1318 #profile-jot-banner-end {
1322 #profile-jot-email-wrapper {
1323 margin: 10px 10% 0px 10%;
1324 border: 1px solid #eeeeee;
1328 #profile-jot-email-label {
1329 background-color: #555753;
1334 #profile-jot-email {
1339 #profile-jot-networks {
1341 border: 1px solid #eeeeee;
1347 #profile-jot-acl-wrapper {
1349 border: 1px solid #eeeeee;
1351 display: block !important;
1354 #profile-video-wrapper,
1355 #profile-audio-wrapper,
1356 #profile-location-wrapper,
1357 #profile-nolocation-wrapper {
1360 #group_allow_wrapper,
1361 #group_deny_wrapper,
1362 #acl-permit-outer-wrapper {
1367 #contact_allow_wrapper,
1368 #contact_deny_wrapper,
1369 #acl-deny-outer-wrapper {
1375 background-color: #555753;
1377 padding: 5px; float: left;
1381 background-color: #555753;
1388 background-color: #555753;
1394 #acl-permit-text-end,
1395 #acl-deny-text-end {
1399 #profile-jot-wrapper {
1411 #profile-jot-text-loading,
1412 #profile-attach-wrapper,
1413 #profile-link-wrapper,
1414 #profile-jot-banner-wrapper {}
1427 padding: 20px 0px 0px;
1436 padding: 5px 10px 5px 10px;
1437 display: inline-block;
1444 padding: 5px 10px 5px 10px;
1452 font-style: bold !important;
1453 border: 0px !important;
1454 border-radius: 0px !important;
1455 box-shadow: none !important;
1458 .wall-item-outside-wrapper {
1460 border-bottom: 1px solid #dedede;
1462 margin-bottom: 20px;
1463 padding-right: 10px;
1465 background: none repeat scroll 0 0 #FFFFFF;
1466 border: 1px solid #7C7D7B;
1468 -moz-border-radius: 5px;
1469 -webkit-border-radius: 5px;
1470 box-shadow: 0 0 8px #BDBDBD;
1471 -moz-box-shadow: 0 0 8px #BDBDBD;
1472 -webkit-box-shadow: 0 0 8px #BDBDBD;
1475 .wall-item-outside-wrapper-end {
1479 .wall-item-content-wrapper {
1485 .wall-item-comment-wrapper {
1489 .wall-item-photo-menu-button {
1491 text-indent: -99999px;
1492 background: #eeeeee url("images/menu-user-pin.png") no-repeat 35px center;
1499 border-right: 1px solid #7C7D7B;
1500 border-left: 1px solid #7C7D7B;
1501 border-bottom: 1px solid #7C7D7B;
1502 box-shadow: 0 0 8px #BDBDBD;
1503 -moz-box-shadow: 0 0 8px #BDBDBD;
1504 -webkit-box-shadow: 0 0 8px #BDBDBD;
1505 border-radius: 0px 0px 5px 5px;
1506 -webkit-border-radius: 0px 0px 5px 5px;
1507 -moz-border-radius: 0px 0px 5px 5px;
1515 .wall-item-photo-wrapper {
1520 /*border: 1px solid #7C7D7B;
1522 -webkit-border-radius: 5px;
1523 -moz-border-radius: 5px;
1524 box-shadow: 0 0 8px #BDBDBD;
1525 -moz-box-shadow: 0 0 8px #BDBDBD;
1526 -webkit-box-shadow: 0 0 8px #BDBDBD;*/
1530 border: 0px solid #7C7D7B;
1532 -webkit-border-radius: 2px;
1533 -moz-border-radius: 2px;
1534 /*box-shadow: 0 0 8px #BDBDBD;
1535 -moz-box-shadow: 0 0 8px #BDBDBD;
1536 -webkit-box-shadow: 0 0 8px #BDBDBD;*/
1540 filter: alpha(opacity=60);
1542 transition: all 0.25s ease-in-out;
1543 -webkit-transition: all 0.25s ease-in-out;
1544 -moz-transition: all 0.25s ease-in-out;
1546 padding-bottom: 5px;
1551 .wall-item-tools:hover {
1552 filter: alpha(opacity=100);
1554 transition: all 0.25s ease-in-out;
1555 -webkit-transition: all 0.25s ease-in-out;
1556 -moz-transition: all 0.25s ease-in-out;
1560 filter: alpha(opacity=60);
1562 transition: all 0.25s ease-in-out;
1563 -webkit-transition: all 0.25s ease-in-out;
1564 -moz-transition: all 0.25s ease-in-out;
1567 padding-bottom: 5px;
1572 .wall-item-social:hover {
1573 filter: alpha(opacity=100);
1575 transition: all 0.25s ease-in-out;
1576 -webkit-transition: all 0.25s ease-in-out;
1577 -moz-transition: all 0.25s ease-in-out;
1580 .wall-item-outside-wrapper.comment .wall-item-tools {
1584 .wall-item-like-buttons {
1588 .wall-item-like-buttons a.icon {
1593 .wall-item-like-buttons a.self {
1594 background-color: rgba(52, 101, 164, .5);
1598 .wall-item-links-wrapper {
1603 .wall-item-delete-wrapper {
1608 .wall-item-links-wrapper a.icon {
1633 padding-right: 10px;
1638 .wall-item-body img {
1648 .wall-item-lock-wrapper {
1656 margin: 0px 0px 10px 0px;
1662 margin: 0px 0px 0px 100px;
1666 .wall-item-author a {
1676 .wall-item-wrapper-end {
1680 .wall-item-location {
1683 text-overflow: ellipsis;
1684 -o-text-overflow: ellipsis;
1687 .wall-item-location .icon {
1691 .wall-item-location > a {
1696 font-variant: small-caps;
1700 .wall-item-location .smalltext {
1706 .wall-item-location > br {
1726 .wallwall .wwto img {
1727 width: 30px!important;
1728 height: 30px!important;
1731 .wallwall .wall-item-photo-end {
1735 .wall-item-arrowphoto-wrapper {
1742 .wall-item-photo-menu {
1747 background: #eeeeee;
1748 border-right: 1px solid #7C7D7B;
1749 border-left: 1px solid #7C7D7B;
1750 border-bottom: 1px solid #7C7D7B;
1756 border-radius: 0px 5px 5px 5px;
1757 -webkit-border-radius: 0px 5px 5px 5px;
1758 -moz-border-radius: 0px 5px 5px 5px;
1759 box-shadow: 0 0 8px #BDBDBD;
1760 -moz-box-shadow: 0 0 8px #BDBDBD;
1761 -webkit-box-shadow: 0 0 8px #BDBDBD;
1765 .fakelink wall-item-photo-menu-button {
1766 -webkit-border-radius: 0px 5px 5px 5px;
1767 -moz-border-radius: 0px 5px 5px 5px;
1768 border-radius: 0px 5px 5px 5px;
1769 box-shadow: 0 0 8px #BDBDBD;
1770 -moz-box-shadow: 0 0 8px #BDBDBD;
1771 -webkit-box-shadow: 0 0 8px #BDBDBD;
1774 .wall-item-photo-menu ul {
1780 .wall-item-photo-menu li a {
1781 white-space: nowrap;
1787 .wall-item-photo-menu li a:hover {
1789 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
1790 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
1791 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
1792 background-color: #1873a2;
1795 .wall-item-container .wall-item-content .type-link img,
1802 .type-link blockquote {
1807 .type-link .oembed {
1813 border-top: 1px solid #D2D2D2;
1820 -webkit-transition: all 0.2s ease-in-out;
1821 -moz-transition: all 0.2s ease-in-out;
1822 -o-transition: all 0.2s ease-in-out;
1823 -ms-transition: all 0.2s ease-in-out;
1824 transition: all 0.2s ease-in-out;
1827 .shared_header a:hover {
1831 .shared_header img {
1832 -webkit-border-radius: 4px;
1833 -moz-border-radius: 4px;
1838 .shared_header span {
1842 blockquote.shared_content {
1853 #item-delete-selected-end,
1854 #item-delete-selected {
1861 #item-delete-selected-icon {}
1864 font-family: Courier, monospace;
1867 border: 1px solid #444;
1879 .ccollapse-wrapper {
1888 border: 0px solid #CDCDCD;
1890 -moz-border-radius: 5px;
1891 -webkit-border-radius: 5px;
1892 margin-bottom: 20px;
1893 background-color: #E2E2E2;
1896 .collapsed-comments,
1898 .hide-comments-outer,
1899 .wall-item-outside-wrapper.comment {
1901 margin-bottom: 20px;
1904 .wall-item-outside-wrapper.comment .wall-item-photo {
1905 width: 40px!important;
1906 height: 40px!important;
1908 -webkit-border-radius: 3px;
1909 -moz-border-radius: 3px;
1912 .wall-item-outside-wrapper.comment .wall-item-photo-wrapper {
1916 -webkit-border-radius: 3px;
1917 -moz-border-radius: 3px;
1920 .wall-item-outside-wrapper.comment .wall-item-photo-menu-button {
1922 background-position: 15px center;
1925 .wall-item-outside-wrapper.comment .wall-item-info {
1929 .wall-item-outside-wrapper.comment .wall-item-body {
1932 padding-right: 10px;
1936 .wall-item-outside-wrapper.comment .wall-item-author {
1940 .wall-item-outside-wrapper.comment .wall-item-photo-menu {
1944 .icollapse-wrapper {
1949 .comment-wwedit-wrapper,
1950 .comment-edit-wrapper {
1951 margin: 0px 0px 5px 0px;
1954 .comment-wwedit-wrapper img,
1955 .comment-edit-wrapper img {
1961 .comment-edit-photo-link {
1966 .comment-edit-text-empty {
1971 transition: all 0.5s ease-in-out;
1972 -webkit-transition: all 0.5s ease-in-out;
1973 -moz-transition: all 0.5s ease-in-out;
1976 .comment-edit-text-empty:hover {
1980 .comment-edit-text-full {
1984 transition: all 0.5s ease-in-out;
1985 -webkit-transition: all 0.5s ease-in-out;
1986 -moz-transition: all 0.5s ease-in-out;
1989 .comment-edit-submit-wrapper {
1996 .comment-edit-submit {
1999 background-color: #a2a2a2;
2001 border: 1px solid #7C7D7B;
2003 -moz-border-radius: 5px;
2004 -webkit-border-radius: 5px;
2007 .comment-edit-submit:hover {
2008 background-color: #1873a2;
2009 border: 1px solid #7C7D7B;
2011 -moz-border-radius: 5px;
2012 -webkit-border-radius: 5px;
2013 box-shadow: 0 0 8px #BDBDBD;
2014 -moz-box-shadow: 0 0 8px #BDBDBD;
2015 -webkit-box-shadow: 0 0 8px #BDBDBD;
2018 .comment-edit-submit:active {
2019 background-color: #1873a2;
2022 #item-delete-selected-desc {
2027 .wall-item-body pre code {
2028 font-family: Courier, monospace;
2031 border: 1px solid #cccccc;
2032 border-width: 1px 1px 1px 3px;
2041 .advanced-profile-content {
2043 margin-bottom: 10px;
2048 .advanced-profile-label {
2051 padding-bottom: 5px;
2055 div[id$="wrapper"] {
2059 div[id$="wrapper"] br {
2063 #advanced-profile-with {
2067 #profile-listing-desc,
2068 #profile-listing-new-link-wrapper {
2071 padding: 5px 10px 5px 10px;
2073 margin:20px 10px 0 0;
2074 display: inline-block;
2079 .profile-listing-name {
2082 .profile-listing-name a {
2086 #profile-edit-links {
2090 #profile-edit-links li {
2093 margin-bottom: 20px;
2095 background-color: #a2a2a2;
2097 padding: 5px 10px 5px 10px;
2101 -moz-border-radius: 5px;
2102 -webkit-border-radius: 5px;
2105 #profile-edit-links li a {
2109 #profile-edit-links li:hover {
2110 background-color: #1873a2;
2113 #profile-edit-links li:active {
2114 background-color: #1873a2;
2117 #profile-edit-links-end {
2119 margin-bottom: 15px;
2122 .profile-edit-side-div {
2130 #cropimage-wrapper {
2138 .profile-match-name {
2144 .profile-match-name a:hover {
2148 .profile-match-wrapper {
2154 margin-bottom: 70px;
2156 background-color: #f6f6f6;
2157 border: 1px solid #7C7D7B;
2158 box-shadow: 0 0 8px #BDBDBD;
2159 -moz-box-shadow: 0 0 8px #BDBDBD;
2160 -webkit-box-shadow: 0 0 8px #BDBDBD;
2163 .profile-match-break,
2164 .profile-match-end {
2168 .profile-match-connect {
2172 .profile-match-ignore {
2173 height: 0!important;
2176 #profile-match-wrapper-end {
2179 .profile-match-end {
2183 .profile-match-photo {
2199 height: 203px !important;
2200 width: 203px !important;
2201 border: 1px solid #7C7D7B;
2202 box-shadow: 0 0 8px #BDBDBD;
2203 -moz-box-shadow: 0 0 8px #BDBDBD;
2204 -webkit-box-shadow: 0 0 8px #BDBDBD;
2205 -moz-box-shadow: 0 0 8px #BDBDBD;
2206 -webkit-box-shadow: 0 0 8px #BDBDBD;
2208 -moz-border-radius: 5px;
2209 -webkit-border-radius: 5px;
2212 #sidebar-photos-albums {
2215 #photo-albums-upload-link {
2219 #sidebar-photos-albums h3:before {
2220 content: url("images/photography.png");
2221 padding-right: 10px;
2222 vertical-align: middle;
2225 #sidebar-photos-albums li {
2235 margin-bottom: 20px;
2237 background-color: #a2a2a2;
2239 padding: 5px 10px 5px 10px;
2243 -moz-border-radius: 5px;
2244 -webkit-border-radius: 5px;
2247 #photo-top-links a {
2251 #photo-top-links:hover {
2252 background-color: #1873a2;
2255 #photo-top-links:active {
2256 background-color: #1873a2;
2259 .photo-album-image-wrapper {
2261 margin: 0px 10px 10px 0px;
2262 padding-bottom: 30px;
2266 .photo-top-image-wrapper {
2270 margin: 0px 10px 10px 0px;
2271 padding-bottom: 30px;
2275 #photo-album-wrapper-inner {
2292 .photo-top-image-wrapper a:hover,
2293 #photo-photo a:hover,
2294 .photo-album-image-wrapper a:hover {
2301 .photo-album-photo {}
2303 .photo-top-album-name {
2308 font-stretch: semi-expanded;
2311 .photo-top-album-name a {
2344 background-color: rgba(255,255,255,0.2);
2346 transition: all 0.2s ease-in-out;
2347 -webkit-transition: all 0.2s ease-in-out;
2348 -moz-transition: all 0.2s ease-in-out;
2349 background-position: center center;
2350 background-repeat: no-repeat;
2356 background-image: url('images/prev.png');
2362 background-image: url('images/next.png');
2366 #photo-next-link a {
2371 text-indent: -900000px;
2374 #photo-prev-link:hover,
2375 #photo-next-link:hover {
2377 transition: all 0.2s ease-in-out;
2378 -webkit-transition: all 0.2s ease-in-out;
2379 -moz-transition: all 0.2s ease-in-out;
2382 #photo-next-link .icon,
2383 #photo-prev-link .icon {
2387 #photos-upload-spacer,
2388 #photos-upload-new-wrapper,
2389 #photos-upload-exist-wrapper {
2393 #photos-upload-existing-album-text,
2394 #photos-upload-newalbum-div {
2400 #photos-upload-album-select,
2401 #photos-upload-newalbum {
2403 margin-bottom: 10px;
2406 #photos-upload-perms-menu {
2411 #photos-upload-perms-menu .icon {
2415 #photos-upload-perms {
2419 .photos-upload-perms {}
2422 border: 1px solid #b0b0b0;
2425 -moz-border-radius: 3px;
2426 -webkit-border-radius: 3px;
2431 select[size][multiple] {
2432 margin: 5px 0px 10px 0px;
2436 -webkit-appearance: menulist;
2437 box-sizing: border-box;
2438 -webkit-box-align: center;
2445 letter-spacing: normal;
2446 word-spacing: normal;
2448 text-transform: none;
2451 display: inline-block;
2452 text-align: -webkit-auto;
2458 text-align: -webkit-auto;
2463 -moz-border-radius: 5px;
2464 -webkit-border-radius: 5px;
2469 margin-bottom: 20px;
2471 background-color: #a2a2a2;
2473 padding: 5px 10px 5px 10px;
2477 -moz-border-radius: 5px;
2478 -webkit-border-radius: 5px;
2481 #album-edit-link a {
2485 #album-edit-link:hover {
2486 background-color: #1873a2;
2489 #photo-edit-link-wrap {
2490 margin-bottom: 10px;
2499 input #photo_edit_form {
2504 #photo-edit-perms-menu {
2513 #photo-edit-perms-menu .icon {
2517 #photo-edit-delete-button {
2523 #photo-album-edit-wrapper {
2524 margin-bottom: 10px;
2538 background-color: #fff;
2539 -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
2540 -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
2541 box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
2542 border: 1px solid #7C7D7B;
2544 -moz-border-radius: 5px;
2545 -webkit-border-radius: 5px;
2548 #prvmail-wrapper:before,
2549 #prvmail-wrapper:after,
2550 .mail-conv-detail:before,
2551 .mail-conv-detail:after,
2552 .mail-list-detail:before,
2553 .mail-list-detail:after {
2560 background: transparent;
2561 transform: skew(-5deg) rotate(-5deg);
2562 -webkit-transform: skew(-5deg) rotate(-5deg);
2563 -moz-transform: skew(-5deg) rotate(-5deg);
2564 -ms-transform: skew(-5deg) rotate(-5deg);
2565 -o-transform: skew(-5deg) rotate(-5deg);
2566 box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
2567 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
2568 -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
2570 border: 1px solid #7C7D7B;
2572 -moz-border-radius: 5px;
2573 -webkit-border-radius: 5px;
2576 #prvmail-wrapper:after,
2577 .mail-conv-detail:after,
2578 .mail-list-detail:after {
2581 transform: skew(5deg) rotate(5deg);
2582 -webkit-transform: skew(5deg) rotate(5deg);
2583 -moz-transform: skew(5deg) rotate(5deg);
2584 -ms-transform: skew(5deg) rotate(5deg);
2585 -o-transform: skew(5deg) rotate(5deg);
2586 border: 1px solid #7C7D7B;
2588 -moz-border-radius: 5px;
2589 -webkit-border-radius: 5px;
2605 #prvmail-subject .input {
2606 border: none !important;
2609 #prvmail-subject-label {}
2615 #prvmail-to-label {}
2617 #prvmail-message-label {
2621 #prvmail-submit-wrapper {
2635 #prvmail-submit-wrapper > div {
2640 .mail-list-outside-wrapper {
2647 background-color: #efefef;
2648 border: 1px solid #7C7D7B;
2650 -moz-border-radius: 3px;
2651 -webkit-border-radius: 3px;
2652 box-shadow: 0 0 8px #BDBDBD;
2653 -moz-box-shadow: 0 0 8px #BDBDBD;
2654 -webkit-box-shadow: 0 0 8px #BDBDBD;
2663 border: 1px solid #7C7D7B;
2666 .mail-list-sender-name {
2677 font-stretch: ultra-condensed;
2680 .mail-list-subject {
2684 padding-right: 50px;
2687 .mail-list-subject a {
2691 .mail-list-delete-wrapper {
2695 .mail-list-outside-wrapper-end {
2699 .mail-conv-outside-wrapper {
2700 margin-bottom: 10px;
2706 margin: 0px 5px 5px 0px;
2709 .mail-conv-sender-photo {
2712 border-radius: 3px 3px 3px 3px;
2715 .mail-conv-sender-name {
2724 .mail-conv-subject {
2737 padding-bottom: 20px;
2740 vertical-align: middle;
2742 border: 1px solid #7C7D7B;
2750 .mail-conv-delete-wrapper {
2758 border: 1px solid #7C7D7B;
2768 /* ================= */
2769 /* = Notifications = */
2770 /* ================= */
2772 #notification-show-hide-wrapper {
2774 box-shadow: inset 0px 1px 0px 0px #cfcfcf;
2775 -moz-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
2776 -webkit-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
2777 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
2778 background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
2779 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
2780 background-color: #bdbdbd;
2782 -moz-border-radius: 5px;
2783 -webkit-border-radius: 5px;
2784 padding: 5px 10px 5px 10px;
2792 #notification-show-hide-wrapper:hover {
2794 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
2795 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
2796 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
2797 background-color: #1873a2;
2800 #notification-show-hide-wrapper:active {
2801 background-color: #1873a2;
2806 #notification-show-hide-wrapper a {
2815 margin-bottom: 10px;
2825 .view-contact-wrapper,
2826 .contact-entry-wrapper {
2828 padding-right: 10px;
2831 margin: 0 10px 10px 0px;
2842 .contact-entry-wrapper .contact-entry-photo-wrapper {
2846 .contact-entry-direction-wrapper {
2851 .contact-entry-edit-links {
2856 #contacts-show-hide-link {
2857 margin-bottom: 20px;
2862 .contact-entry-desc {
2866 .contact-entry-name, .contact-entry-connect {
2874 .contact-entry-details {
2877 white-space: nowrap;
2879 text-overflow: ellipsis;
2882 .contact-entry-photo-wrapper {
2884 /*border: 1px solid #7C7D7B;
2886 -moz-border-radius: 3px;
2887 -webkit-border-radius: 3px;
2888 box-shadow: 0 0 8px #BDBDBD;
2889 -moz-box-shadow: 0 0 8px #BDBDBD;
2890 -webkit-box-shadow: 0 0 8px #BDBDBD;*/
2893 .contact-entry-photo {
2897 .contact-entry-photo a img {
2902 .contact-entry-edit-links .icon {
2903 border: 1px solid #babdb6;
2905 -webkit-border-radius: 3px;
2906 -moz-border-radius: 3px;
2907 background-color: #ffffff;
2910 #contact-edit-banner-name {
2915 #contact-edit-update-now {
2920 box-shadow: inset 0px 1px 0px 0px #cfcfcf;
2921 -moz-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
2922 -webkit-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
2923 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
2924 background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
2925 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
2926 background-color: #bdbdbd;
2928 -moz-border-radius: 5px;
2929 -webkit-border-radius: 5px;
2930 display: inline-block;
2932 text-decoration: none;
2936 #contact-edit-update-now:hover {
2938 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
2939 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
2940 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
2941 background-color: #1873a2;
2942 border: 1px solid #7C7D7B;
2943 box-shadow: 0 0 8px #BDBDBD;
2944 -moz-box-shadow: 0 0 8px #BDBDBD;
2945 -webkit-box-shadow: 0 0 8px #BDBDBD;
2947 -moz-border-radius: 5px;
2948 -webkit-border-radius: 5px;
2951 #contact-edit-update-now:active {
2956 #contact-edit-update-now a {
2963 #contact-edit-info-wrapper,
2964 #contact-edit-info-end,
2965 #contact-edit-profile-select-text,
2966 #contact-edit-profile-select-end,
2967 #contact-edit-poll-wrapper,
2971 .contact-edit-submit {
2974 #contact-profile-selector {
2977 .contact-photo-menu-button {
2979 background-image: url("images/photo-menu.jpg");
2980 background-position: top left;
2981 background-repeat: no-repeat;
2986 top: 64px; left:0px;
2992 .contact-photo-menu {
2994 border: 1px solid #ddd;
2995 background: #f1f1f1;
3001 box-shadow: 3px 3px 5px #888;
3002 -moz-box-shadow: 3px 3px 5px #888;
3003 -webkit-box-shadow: 3px 3px 5px #888;
3006 .contact-photo-menu ul {
3012 .contact-photo-menu li a {
3019 .contact-photo-menu li a:hover {
3021 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
3022 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
3023 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
3024 background-color: #1873a2;
3025 text-decoration: none;
3028 .view-contact-name {}
3031 background-color: #efefef;
3037 margin-bottom: 10px;
3040 #follow-sidebar h3:before {
3041 content: url("images/user.png");
3042 padding-right: 10px;
3043 vertical-align: middle;
3046 #follow-sidebar input[type="text"] {
3048 margin-bottom: 10px;
3051 #side-follow-submit {
3058 #side-random-profile-link,
3061 #side-directory-link {
3065 margin-bottom: 20px;
3066 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
3067 background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
3068 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
3069 background-color: #bdbdbd;
3070 padding: 5px 10px 5px 10px;
3074 border: 1px solid #7C7D7B;
3076 -moz-border-radius: 5px;
3077 -webkit-border-radius: 5px;
3080 #side-invite-link:hover,
3081 #side-random-profile-link:hover,
3082 #side-suggest-link:hover,
3083 #side-match-link:hover,
3084 #side-directory-link:hover {
3086 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
3087 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
3088 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
3089 background-color: #1873a2;
3090 border: 1px solid #7C7D7B;
3091 box-shadow: 0 0 8px #BDBDBD;
3092 -moz-box-shadow: 0 0 8px #BDBDBD;
3093 -webkit-box-shadow: 0 0 8px #BDBDBD;
3095 -moz-border-radius: 5px;
3096 -webkit-border-radius: 5px;
3100 #side-invite-link:active,
3101 #side-random-profile-link:active,
3102 #side-suggest-link:active,
3103 #side-match-link:active,
3104 #side-directory-link:active {
3105 background-color: #1873a2;
3110 #side-invite-link a,
3111 #side-random-profile-link a,
3112 #side-suggest-link a,
3114 #side-directory-link a {
3121 #invite-recipient-text {
3125 #side-follow-wrapper {
3128 font-stretch: semi-expanded;
3129 background-color: #f3f3f3;
3130 border: 1px solid #7C7D7B;
3134 -moz-border-radius: 5px;
3135 -webkit-border-radius: 5px;
3138 #side-follow-wrapper label{
3140 font-variant: normal;
3148 margin-bottom: 20px;
3149 box-shadow: inset 0px 1px 0px 0px #cfcfcf;
3150 -moz-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
3151 -webkit-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
3152 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
3153 background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
3154 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
3155 background-color: #bdbdbd;
3157 -moz-border-radius: 5px;
3158 -webkit-border-radius: 5px;
3159 padding: 5px 10px 5px 10px;
3165 #contact-suggest:hover {
3167 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
3168 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
3169 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
3170 background-color: #1873a2;
3173 #contact-suggest:active {
3174 background-color: #1873a2;
3179 #contact-suggest a {
3195 /* ===================================== */
3196 /* = Register, Settings, Profile Forms = */
3197 /* ===================================== */
3201 background: url(images/login-bg.gif) no-repeat;
3202 background-position: 0 50%;
3204 width: 250px!important;
3210 #profile-tabs-wrapper {
3214 #profile-tab-status-link {
3216 padding: 5px 10px 5px 10px;
3224 #profile-tab-profile-link {
3226 padding: 5px 10px 5px 10px;
3231 box-shadow: inset 0px 1px 0px 0px #cfcfcf;
3232 -moz-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
3233 -webkit-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
3234 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7c7d7b), color-stop(1, #555753) );
3235 background: -moz-linear-gradient( center top, #7c7d7b 5%, #555753 100% );
3236 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c7d7b', endColorstr='#555753');
3237 background-color: #7c7d7b;
3239 -moz-border-radius: 5px;
3240 -webkit-border-radius: 5px;
3241 padding: 5px 10px 5px 10px;
3242 margin-bottom: 10px;
3245 #uexport-link:hover {
3247 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #555753), color-stop(1, #7c7d7b) );
3248 background: -moz-linear-gradient( center top, #555753 5%, #7c7d7b 100% );
3249 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555753', endColorstr='#7c7d7b');
3250 background-color: #555753;
3253 #uexport-link:active {
3255 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
3256 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
3257 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
3258 background-color: #1873a2;
3263 #settings-default-perms .fakelink {
3267 #settings-default-perms {
3271 padding: 5px 10px 5px 10px;
3272 margin-bottom: 10px;
3273 background-color: #BDBDBD;
3274 background: -moz-linear-gradient(center top , #BDBDBD 5%, #A2A2A2 100%) repeat scroll 0 0 #BDBDBD;
3275 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
3276 border: 1px solid #7C7D7B;
3278 -moz-border-radius: 5px;
3279 -webkit-border-radius: 5px;
3282 #settings-default-perms:hover {
3284 background-color: #555753;
3285 border: 1px solid #7C7D7B;
3286 box-shadow: 0 0 8px #BDBDBD;
3287 -moz-box-shadow: 0 0 8px #BDBDBD;
3288 -webkit-box-shadow: 0 0 8px #BDBDBD;
3290 -moz-border-radius: 5px;
3291 -webkit-border-radius: 5px;
3294 #settings-default-perms:active {
3296 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
3297 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
3298 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
3299 background-color: #1873a2;
3304 #settings-nickname-desc {
3306 background-color: #efefef;
3308 margin-bottom: 10px;
3310 -webkit-border-radius: 5px;
3311 -moz-border-radius: 5px;
3315 #register-form div {
3319 #profile-edit-form div {
3323 #profile-edit-form div[id$='desc'] {
3328 #register-form label,
3329 #profile-edit-form label {
3332 margin-right: 155px;
3335 #register-form span {
3338 margin-bottom: 20px;
3342 .settings-submit-wrapper,
3343 .profile-edit-submit-wrapper {
3348 .profile-listing-end {
3351 margin: 20px 20px 0px 0px;
3355 #register-sitename {
3360 #register-submit-button {
3364 #label-register-name,
3365 #label-register-email,
3366 #label-register-nickname,
3367 #label-register-openid {
3375 #register-nickname {
3387 #register-fill-ext {
3388 margin-bottom: 25px;
3392 #register-email-end,
3393 #register-nickname-end,
3394 #register-submit-end,
3395 #register-openid-end {
3399 #register-nickname-desc {
3404 /* ===================== */
3405 /* = Contacts Selector = */
3406 /* ===================== */
3408 #group-edit-wrapper {
3409 margin-bottom: 10px;
3412 #group-edit-name-wrapper {
3416 #group-edit-submit-wrapper {
3417 margin-bottom: 10px;
3418 margin-right: 400px;
3423 .group-delete-wrapper {
3427 margin-bottom: 10px;
3428 box-shadow: inset 0px 1px 0px 0px #cfcfcf;
3429 -moz-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
3430 -webkit-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
3431 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
3432 background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
3433 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
3434 background-color: #bdbdbd;
3436 -moz-border-radius: 5px;
3437 -webkit-border-radius: 5px;
3440 .group-delete-wrapper:hover {
3441 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
3442 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
3443 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
3444 background-color: #1873a2;
3447 .group-delete-wrapper:active {
3448 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
3449 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
3450 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
3451 background-color: #1873a2;
3454 .group-delete-wrapper a {
3473 background-color: #f0edf0;
3475 border: 1px solid #ccc;
3476 margin-bottom: 10px;
3480 #group-all-contacts,
3481 #prof-all-contacts {
3485 border: 1px solid #ccc;
3486 background-color: #f0edf0;
3491 #group-all-contacts h3,
3493 #prof-all-contacts h3 {
3527 margin-bottom: 10px;
3528 background-color: #fff;
3529 box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
3530 -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
3531 -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
3542 background: transparent;
3543 transform: skew(-5deg) rotate(-5deg);
3544 -webkit-transform: skew(-5deg) rotate(-5deg);
3545 -moz-transform: skew(-5deg) rotate(-5deg);
3546 -ms-transform: skew(-5deg) rotate(-5deg);
3547 -o-transform: skew(-5deg) rotate(-5deg);
3548 box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
3549 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
3550 -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
3557 transform: skew(5deg) rotate(5deg);
3558 -webkit-transform: skew(5deg) rotate(5deg);
3559 -moz-transform: skew(5deg) rotate(5deg);
3560 -ms-transform: skew(5deg) rotate(5deg);
3561 -o-transform: skew(5deg) rotate(5deg);
3564 .vevent .event-description {
3569 font-weight: bolder;
3572 .vevent .event-location {
3576 font-style: oblique;
3580 .vevent .event-start,
3581 .vevent .event-end {
3593 margin-bottom: 10px;
3595 box-shadow: inset 0px 1px 0px 0px #cfcfcf;
3596 -moz-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
3597 -webkit-box-shadow: inset 0px 1px 0px 0px #cfcfcf;
3598 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
3599 background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
3600 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
3601 background-color: #bdbdbd;
3603 -moz-border-radius: 5px;
3604 -webkit-border-radius: 5px;
3608 #new-event-link:hover {
3610 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
3611 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
3612 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
3613 background-color: #1873a2;
3616 #new-event-link:active {
3617 background-color: #1873a2;
3627 .edit-event-link, .plink-event-link {
3631 margin-bottom: 15px;
3634 .event-description:before {
3635 content: url('images/calendar.png');
3637 vertical-align: middle;
3646 .event-start .dtstart,
3653 margin-bottom: 10px;
3654 font-stretch: condensed;
3665 .event-calendar-end {
3671 font-family: Helvetica, Arial, sans-serif;
3672 background-color: #f1f1f1;
3673 border: 1px solid #dedede;
3674 margin-bottom: 10px;
3675 box-shadow: 5px 5px 8px #959494;
3676 -moz-box-shadow: 5px 5px 8px #959494;
3677 -webkit-box-shadow: 5px 5px 8px #959494;
3681 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6da6c4), color-stop(1, #1873a2) );
3682 background: -moz-linear-gradient( center top, #6da6c4 5%, #1873a2 100% );
3683 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6da6c4', endColorstr='#1873a2');
3684 background-color: #1873a2;
3685 padding: 10px 0px 10px 0px;
3690 box-shadow: 5px 2px 8px #959494;
3691 -moz-box-shadow: 5px 2px 8px #959494;
3692 -webkit-box-shadow: 5px 2px 8px #959494;
3702 background-color: #cdcdcd;
3714 background-color: #1873a2;
3719 #event-finish-text {
3724 #event-nofinish-checkbox,
3725 #event-nofinish-text,
3726 #event-adjust-checkbox,
3728 #event-share-checkbox {
3732 #event-datetime-break {
3733 margin-bottom: 10px;
3736 #event-nofinish-break,
3737 #event-adjust-break,
3738 #event-share-break {
3743 #event-location-text {
3758 margin: 50px 50px 0px 0px;
3761 .directory-details {
3783 background-color: #FF0000;
3788 border: 0px; padding: 0px;
3792 list-style-position: inside;
3802 padding-bottom: 2px;
3803 border-bottom: 1px solid black;
3816 border-bottom: 1px solid #898989;
3818 padding-bottom: 5px;
3822 #adminpage .submit {
3836 border: 1px solid #7C7D7B;
3837 box-shadow: 0 0 8px #BDBDBD;
3838 -moz-box-shadow: 0 0 8px #BDBDBD;
3839 -webkit-box-shadow: 0 0 8px #BDBDBD;
3841 -moz-border-radius: 5px;
3842 -webkit-border-radius: 5px;
3844 margin:10px 10px 10px 0;
3847 #adminpage .toggleaddon {
3854 border-bottom: 1p solid #000000;
3858 #adminpage table th {
3862 #adminpage td .icon {
3866 #adminpage table#users img {
3871 #adminpage table tr:hover {
3872 background-color: #eeeeee;
3875 #adminpage .selectall {
3879 /* =============== */
3880 /* = Form Fields = */
3881 /* =============== */
3884 /*margin-bottom: 10px;*/
3886 padding-bottom: 10px;
3890 .field.radio .field_help {
3894 .field .field_help {
3914 border: 1px solid #7C7D7B;
3916 -moz-border-radius: 5px;
3917 -webkit-border-radius: 5px;
3928 margin-bottom: 10px;
3938 border: 1px solid #c1c1c1;
3939 background-image: url("../../../images/onoff.jpg");
3940 background-repeat: no-repeat;
3941 padding: 4px 2px 2px 2px;
3943 text-decoration: none;
3945 .field .onoff .off {
3946 border-color: #c1c1c1;
3948 background-position: left center;
3949 background-color: #cccccc;
3955 border-color: #c1c1c1;
3956 padding-right: 40px;
3957 background-position: right center;
3958 background-color: #1873a2;
3963 .field .radio .field_help {
3972 cursor: url('lock.cur'), pointer;
3975 /*border: 1px solid #7C7D7B;
3977 -moz-border-radius: 3px;
3978 -webkit-border-radius: 3px;
3979 box-shadow: 0 0 8px #BDBDBD;
3980 -moz-box-shadow: 0 0 8px #BDBDBD;
3981 -webkit-box-shadow: 0 0 8px #BDBDBD;*/
3996 background-image: url("images/icons.png");
3999 background-image: url("images/star.png");
4003 background-image: url("images/premium.png");
4008 background-image: url("images/notifications.png");
4013 border: 1px solid #c1c1c1;
4015 -webkit-border-radius: 3px;
4016 -moz-border-radius: 3px;
4019 .article { background-position: -50px 0px;}
4020 .audio { background-position: -70px 0px;}
4021 .block { background-position: -90px 0px;}
4022 .drop { background-position: -110px 0px;}
4023 .drophide { background-position: -130px 0px;}
4024 .edit { background-position: -150px 0px;}
4025 .camera { background-position: -170px 0px;}
4026 .dislike { background-position: -190px 0px;}
4027 .like { background-position: -210px 0px;}
4028 .link { background-position: -230px 0px;}
4029 .globe { background-position: -50px -20px;}
4030 .noglobe { background-position: -70px -20px;}
4031 .no { background-position: -90px -20px;}
4032 .pause { background-position: -110px -20px;}
4033 .play { background-position: -130px -20px;}
4034 .pencil { background-position: -150px -20px; margin-right: 12px;}
4035 .small-pencil { background-position: -170px -20px;}
4036 .recycle { background-position: -190px -20px;}
4037 .remote-link { background-position: -210px -20px; margin-right: 10px;}
4038 .share { background-position: -230px -20px;}
4039 .tools { background-position: -50px -40px;}
4040 .lock { background-position: -70px -40px;}
4042 background-position: -90px -40px;
4043 background-image: none;
4049 background-image: url("images/icons.png");
4052 margin: 2px 0px 2px 3px;
4056 .video { background-position: -110px -40px;}
4057 .youtube { background-position: -130px -40px;}
4058 .attach { background-position: -190px -40px;}
4059 .language { background-position: -210px -40px;}
4060 .on { background-position: -50px -60px;}
4061 .off { background-position: -70px -60px;}
4062 .prev { background-position: -90px -60px;}
4063 .next { background-position: -110px -60px;}
4064 .tagged { background-position: -130px -60px; margin-right: 10px;}
4065 .icon.dim { opacity: 0.3;filter:alpha(opacity=30);}
4068 display: block; width: 20px; height: 23px;
4069 background-image: url("../../../images/content-types.png");
4070 background-position: -80px 0px;
4073 .type-video { background-position: 0px 0px; }
4074 .type-image { background-position: -20px 0px; }
4075 .type-audio { background-position: -40px 0px; }
4076 .type-text { background-position: -60px 0px; }
4077 .type-unkn { background-position: -80px 0px; }
4088 footer { display: block; margin: 50px 20%; clear: both; }
4095 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0edf0), color-stop(1, #e2e2e2) );
4096 background: -moz-linear-gradient( center top, #f0edf0 5%, #e2e2e2 100% );
4097 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0edf0', endColorstr='#e2e2e2');
4098 background-color: #f0edf0;
4099 border-radius: 5px 5px 0px 0px;
4100 -moz-border-radius: 5px 5px 0px 0px;
4101 -webkit-border-radius: 5px 5px 0px 0px;
4102 border: 1px solid #7C7D7B;
4103 border-bottom: none;
4104 box-shadow: 1px 2px 6px 0px #959494;
4105 -moz-box-shadow: 1px 2px 6px 0px #959494;
4106 -webkit-box-shadow: 1px 2px 6px 0px #959494;
4112 list-style: none outside none;
4113 margin: 0 0 0 755px;
4126 #photo-edit-perms-select,
4127 #photos-upload-permissions-wrapper,
4128 #profile-jot-acl-wrapper{
4129 display: block!important;
4138 background: #ffffff url("../../../images/search_18.png") no-repeat right center;
4139 padding-right: 20px;
4150 background-color: #cccccc;
4151 background-position: 7px 7px;
4152 background-repeat: no-repeat;
4155 -webkit-border-radius: 5px ;
4156 -moz-border-radius: 5px;
4160 #acl-showall.selected {
4162 background-color: #1873a2;
4167 border: 1px solid #cccccc;
4168 background-color: #efefef;
4181 border: 1px solid #cccccc;
4182 background-color: #fff;
4185 box-shadow: 2px 2px 3px #c1c1c1;
4186 -moz-box-shadow: 2px 2px 3px #c1c1c1;
4187 -webkit-box-shadow: 2px 2px 3px #c1c1c1;
4189 .acl-list-item img {
4201 padding: 2px 0px 1px;
4210 background-color: #898989;
4211 background-position: 3px 3px;
4212 background-repeat: no-repeat;
4213 margin: 10px 0 0 5px;
4215 -webkit-border-radius: 2px ;
4216 -moz-border-radius: 2px;
4220 #acl-wrapper a:hover {
4221 text-decoration: none;
4222 background-color:#1873a2;
4225 .acl-button-show.selected {
4227 background-color: #1873a2;
4230 .acl-button-hide .selected {
4232 background-color: #a2a2a2;
4235 .acl-list-item.groupshow { border-color: #1873a2; }
4236 .acl-list-item.grouphide { border-color: #a2a2a2; }
4238 /* ========================= */
4239 /* = Global Directory Link = */
4240 /* ========================= */
4242 #global-directory-link {
4245 /*margin-bottom: 10px;*/
4246 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bdbdbd), color-stop(1, #a2a2a2) );
4247 background: -moz-linear-gradient( center top, #bdbdbd 5%, #a2a2a2 100% );
4248 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbdbd', endColorstr='#a2a2a2');
4249 background-color: #bdbdbd;
4252 -webkit-padding-start: 0px;
4253 border: 1px solid #7C7D7B;
4255 -moz-border-radius: 5px;
4256 -webkit-border-radius: 5px;
4259 #global-directory-link:hover {
4261 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
4262 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
4263 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
4264 background-color: #1873a2;
4265 border: 1px solid #7C7D7B;
4266 box-shadow: 0 0 8px #BDBDBD;
4267 -moz-box-shadow: 0 0 8px #BDBDBD;
4268 -webkit-box-shadow: 0 0 8px #BDBDBD;
4270 -moz-border-radius: 5px;
4271 -webkit-border-radius: 5px;
4274 #global-directory-link:active {
4275 background-color: #1873a2;
4280 #global-directory-link a {
4285 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
4286 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
4287 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
4288 background-color: #1873a2;
4290 padding: 5px 10px 5px 10px;
4294 /* notifications popup menu */
4303 margin-right: -20px;
4319 #nav-notifications-menu {
4323 overflow-style: scrollbar;
4324 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #797979), color-stop(1, #898988) );
4325 background: -moz-linear-gradient( center top, #797979 5%, #898988 100% );
4326 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#797979', endColorstr='#898988');
4327 background-color: #a2a2a2;
4328 border-radius: 0px 0px 5px 5px;
4329 -moz-border-radius: 0px 0px 5px 5px;
4330 -webkit-border-radius: 0px 0px 5px 5px;
4331 border: 1px solid #9A9A9A;
4333 box-shadow: 5px 5px 10px #242424;
4334 -moz-box-shadow: 5px 5px 10px #242424;
4335 -webkit-box-shadow: 5px 5px 10px #242424;
4339 #nav-notifications-menu .contactname {
4344 #nav-notifications-menu img {
4349 #nav-notifications-menu .notif-when {
4354 #nav-notifications-menu li {
4355 padding: 7px 0px 7px 10px;
4357 border-bottom: 1px solid #626262;
4360 #nav-notifications-menu li:hover {
4361 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
4362 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
4363 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
4364 background-color: #1873a2;
4367 #nav-notifications-menu a:hover {
4368 text-decoration: underline;
4372 vertical-align: middle;
4374 padding-bottom: 7px;
4377 .notif-item a:hover {
4384 padding: 7px 7px 0px 0px;
4391 /* autocomplete popup */
4392 .acpopup, acpopup-mce {
4397 background: #eeeeee;
4398 border-right: 1px solid #7C7D7B;
4399 border-left: 1px solid #7C7D7B;
4400 border-bottom: 1px solid #7C7D7B;
4401 border-radius: 0px 5px 5px 5px;
4402 -webkit-border-radius: 0px 5px 5px 5px;
4403 -moz-border-radius: 0px 5px 5px 5px;
4404 box-shadow: 0 0 8px #BDBDBD;
4405 -moz-box-shadow: 0 0 8px #BDBDBD;
4406 -webkit-box-shadow: 0 0 8px #BDBDBD;
4423 .acpopupitem.selected, .textcomplete-item.active {
4425 background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1873a2), color-stop(1, #6da6c4) );
4426 background: -moz-linear-gradient( center top, #1873a2 5%, #6da6c4 100% );
4427 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1873a2', endColorstr='#6da6c4');
4428 background-color: #1873a2;
4432 .textcomplete-item a:hover, .textcomplete-item a:hover .acpopup-sub-text, .textcomplete-item.active a .acpopup-sub-text {
4438 filter: alpha(opacity=0);
4445 filter: alpha(opacity=100);
4449 background: #000000;
4453 color: #efefef !important;
4456 /* Pages profile widget ----------------------------------------------------------- */
4459 #profile-page-list {
4463 #page-profile .title {
4467 #profile-vcard-break {
4471 #profile-extra-links {
4476 #profile-extra-links ul {
4477 list-style-type: none;
4482 #profile-extra-links li {
4486 .profile-edit-side-div {
4490 .profile-edit-side-link {
4492 filter:alpha(opacity=30);
4494 .profile-edit-side-link:hover {
4496 filter:alpha(opacity=100);
4500 ----------------------------------------------------------- */
4506 padding-right: 10px;
4510 text-decoration: none;
4518 /* New posts and comments => background color
4519 ----------------------------------------------------------- */
4521 background: #fbfde9;
4524 div.wall-item-content-wrapper.shiny {
4525 background-image: url("images/shiny.png");
4526 background-repeat: repeat-x;
4532 #profile-nolocation,
4540 #profile-upload-wrapper,
4541 #wall-image-upload-div,
4542 #wall-file-upload-div,
4549 background: url("images/dot.png") repeat-x scroll left center transparent;
4550 border: medium none;
4557 filter:alpha(opacity=50);
4561 .filesavetags:hover,
4562 .categorytags:hover {
4563 opacity: 1.0 !important;
4564 filter:alpha(opacity=100) !important;
4569 filter:alpha(opacity=10);
4577 filter:alpha(opacity=100);
4581 display: block; width: 16px; height: 16px;
4582 background-image: url('images/file.gif');
4587 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
4588 [class^="comment-edit-bb"] {
4591 margin: 0px 0 -5px 0px;
4629 #nav-notifications-template {}
4630 #categories-sidebar {}
4648 .fc-border-separate,
4651 div #datebrowse-sidebar.widget {
4662 margin-bottom: 10px;
4663 /*background: url("images/down.png") no-repeat scroll left center transparent;*/
4671 margin:10px 10px 0 0;
4688 #id_allow_location {
4689 margin: 6px 0 0 10px;
4698 #settings-activity-desc,
4699 #settings-notify-desc {
4700 margin: 10px 10px 10px 0;
4704 #settings-notifications {
4706 border: 1px solid #7C7D7B;
4707 box-shadow: 0 0 8px #BDBDBD;
4708 -moz-box-shadow: 0 0 8px #BDBDBD;
4709 -webkit-box-shadow: 0 0 8px #BDBDBD;
4711 -moz-border-radius: 5px;
4712 -webkit-border-radius: 5px;
4714 margin: 10px 10px 10px 0;
4719 #hide-comments-page-widget {
4723 #collapsed-comments-page-widget {}
4726 list-style-type: disc;
4738 #remote-friends-in-common {}
4741 border: 1px solid #7C7D7B;
4742 box-shadow: 0 0 8px #BDBDBD;
4743 -moz-box-shadow: 0 0 8px #BDBDBD;
4744 -webkit-box-shadow: 0 0 8px #BDBDBD;
4746 -moz-border-radius: 5px;
4747 -webkit-border-radius: 5px;
4749 margin:10px 10px 10px 0;
4752 #page-settings-label{
4753 width: auto !important;
4754 margin-bottom: 5px !important;
4762 margin: 25px 0 25px 0;
4773 #id_directory_submit_url,
4778 #id_itemcache_duration,
4782 #id_delivery_interval,
4784 #id_jpegimagequality,
4787 #id_max_daily_registrations {
4796 .field.input.openid {