1 // Quattro Theme LESS file
5 font-family: Liberation Sans,helvetica,arial,clean,sans-serif;
7 background-color: @BodyBackground;
12 h4 { font-size: 1.1em }
14 .shadow(@x: 0, @y: 5px){
15 -webkit-box-shadow:@x @y 10px rgba(0, 0, 0, 0.7);
16 -moz-box-shadow:@x @y 10px rgba(0, 0, 0, 0.7);
17 box-shadow:@x @y 10px rgba(0, 0, 0, 0.7);
20 .rounded(@tr: 5px, @tl: 5px, @bl: 5px, @br: 5px){
21 -moz-border-radius: @arguments;
22 -webkit-border-radius: @arguments;
23 border-radius: @arguments;
25 .roundbottom (@radius: 5px){ .rounded(0, 0, @radius, @radius); }
26 .roundtop (@radius: 5px){ .rounded(@radius, @radius, 0, 0); }
33 .transition(@d: 0.2s){
34 -webkit-transition: all @d ease-in-out;
35 -moz-transition: all @d ease-in-out;
36 -o-transition: all @d ease-in-out;
37 -ms-transition: all @d ease-in-out;
38 transition: all @d ease-in-out;
42 a, a:link { color: @Link; text-decoration: none; }
43 a:visited { color: @LinkVisited; text-decoration: none; }
44 a:hover {color: @LinkHover; text-decoration: underline; }
46 .left { float: left; }
47 .right { float: right; }
48 .hidden { display: none; }
49 .clear { clear: both; }
51 .fakelink { color: @Link; text-decoration: none; cursor:pointer; }
52 .fakelink:hover { color: @LinkHover; text-decoration: underline; }
55 background:@BlockquoteBackgroundColor;
58 border-left: 1em solid @BlockquoteBorderColor;
63 font-family: Courier, monospace;
67 border: 1px solid #444;
82 border: 3px solid @MenuBorder;
93 height: auto; overflow: auto;
94 .label { float: left;}
95 .action { float: right; }
96 > img { float: left; }
102 /* popup notifications */
107 div.jGrowl div.notice {
108 background: @NoticeBackgroundColor url("../../../images/icons/48/notice.png") no-repeat 5px center;
112 div.jGrowl div.info {
113 background: @InfoBackgroundColor url("../../../images/icons/48/info.png") no-repeat 5px center;
118 /* notifications page */
121 &:nth-child(even) { background-color: @NotificationsPageListEvenBackground; }
122 &:nth-child(odd) { background-color: @NotificationsPageListOddBackground; }
123 .notif-image { width: 16px; }
129 position: fixed; left: 43%; right: 43%; top: 0;
130 margin: 0; padding: 0;
131 /*width: 100%; height: 12px; */
142 a, a:active, a:visited, a:link, a:hover { color: @Grey1; text-decoration: none; outline: none; vertical-align: bottom; }
143 #logo-img { height: 22px; margin-top:5px;}
144 #logo-text { font-size: 22px }
149 width: 100%; height: 32px;
150 position: fixed; left: 0; top: 0;
152 background-color: @NavbarBackground;
157 a, a:active, a:visited, a:link, a:hover { color: @Banner; text-decoration: none; outline: none; }
164 margin: 0; padding: 0;
166 .menu-popup{ left: 0; right: auto; }
179 background-color: @NavbarSelectedBg;
182 img { width: 22px; height: 22px; }
183 .nav-notify { top: 3px; }
192 border-bottom: 3px solid @NavbarBackground;
194 border-bottom: 3px solid @NavbarSelectedBorder;
202 background-color: @NavbarNotifBg;
211 &.show{ display: block; }
221 .menu-popup{ right: 0; left: auto; }
224 #nav-notifications-linkmenu.on .icon.s22.notify,
225 #nav-notifications-linkmenu.selected .icon.s22.notify { background-image: url("../../../images/icons/22/notify_on.png") }
226 #nav-introductions-link.on .icon.s22.intro,
227 #nav-introductions-link.selected .icon.s22.intro { background-image: url("icons/contacts_on.png") }
228 #nav-messages-link.on .icon.s22.mail,
229 #nav-messages-link.selected .icon.s22.mail { background-image: url("icons/messages_on.png") }
230 #nav-apps-link.selected { background-color: @NavbarSelectedBg; }
243 border: 3px solid @MenuBorder;
248 a { display: block; color: @MenuItem; padding: 5px 10px; text-decoration: none;}
249 a:hover { background-color: @MenuItemHoverBg; }
250 .menu-sep { border-top: 1px solid @MenuItemSeparator; }
251 li { float: none; overflow: auto; height: auto; display: block; }
252 li img { float: left; width: 16px; height: 16px; padding-right: 5px;}
259 background-color: @MenuEmpty;
260 height: auto; overflow: auto;
262 a:hover { background-color: @MenuBg; }
267 /* autocomplete popup */
271 background-color:@MenuBg;
273 border:1px solid @MenuBorder;
280 color: @MenuItem; padding: 4px;
287 width: 16px !important;
288 height: 16px !important;
291 background-color: @MenuItemHoverBg;
296 #nav-notifications-menu {
297 width: 400px; max-height: 550px;
299 img { float: left; margin-right: 5px; }
300 .contactname { font-weight: bold; }
301 .notif-when { font-size: 10px; color: @MenuItemDetail; display: block; }
304 /* Contact-Header for the Network Stream */
305 #viewcontact_wrapper-network {
308 background-color: #eff0f1;
309 border-bottom: 1px solid #cccccc;
310 #contact-entry-wrapper-network {
315 #contact-entry-accounttype-network { font-size: 22px; }
316 #contact-entry-name-network { font-size: 24.5px; font-weight: normal; }
317 .contact-details { font-size: 12px; }
327 padding:0px 10px 0 20px;
328 border-right: 1px solid @AsideBorder;
330 .profile-edit-side-div { display: none; }
333 .fn { font-size: 16px; font-weight: bold; margin-bottom: 5px; }
334 .title { margin-bottom: 5px; }
335 .p-addr { margin-bottom: 5px; }
336 .account-type { font-size: 14px; margin-bottom: 13px; }
337 dl { height: auto; overflow: auto; }
338 dt {float: left; margin-left: 0; width: 35%; text-align: right; color: @VCardLabelColor; }
339 dd {float: left; margin-left: 4px; width: 60%;}
343 #profile-extra-links {
344 ul { padding: 0; margin: 0; }
345 li { padding: 0.2em 0; margin: 0; list-style: none; }
351 color: @AsideConnect;
352 background: @AsideConnectBg url('../../../images/connect-bg.png') no-repeat left center;
354 text-transform:uppercase;
355 padding: 4px 2px 2px 35px;
358 &:hover { text-decoration: none; background-color: @AsideConnectHoverBg; }
363 color: @AsideConnect;
364 background: @AsideConnectBg url('icons/connect-bg.png') no-repeat left center;
366 text-transform:uppercase;
367 padding: 4px 2px 2px 35px;
369 &:hover { text-decoration: none; background-color: @AsideConnectHoverBg; }
371 #subscribe-feed-link {
374 color: @AsideConnect;
375 background: @AsideConnectBg url('icons/rss-bg.png') no-repeat left center;
377 text-transform:uppercase;
378 padding: 4px 2px 2px 35px;
380 &:hover { text-decoration: none; background-color: @AsideConnectHoverBg; }
383 #profiles-menu { width: 20em; }
385 .posted-date-selector-months { margin-left: 10px; }
389 overflow: auto; height: auto;
390 .contact-block-h4 { float: left; margin: 5px 0; }
391 .allcontact-link { float: right; margin: 5px 0; }
392 .contact-block-content {
397 /*.contact-block-div { width:60px; height: 60px; }*/
398 .contact-block-link {
401 img { width: 48px; height: 48px; }
406 #contact-edit-drop-link,
407 .mail-list-delete-wrapper,
408 .group-delete-wrapper {
412 background-image: url('../../../images/icons/22/delete.png');
413 display: block; width: 22px; height: 22px;
419 background-image: url('../../../images/icons/22/delete.png');
420 display: block; width: 22px; height: 22px;
431 border: 1px solid #ddd;
436 #group-all-contacts {
440 border: 1px solid #ddd;
442 #group-all-contacts-end {
456 h3 { padding: 0; margin: 2px;}
457 .action { .opaque(0.1); }
458 input.action { .opaque(0.5); }
459 &:hover .title .action { .opaque(1); }
460 .tool:hover .action { .opaque(1); }
461 .tool:hover .action.ticked { .opaque(1); }
464 ul li {padding-left: 16px; min-height: 16px; list-style: none; }
467 background: url('../../../images/selected.png') no-repeat left center;
470 /*.action .s10 { width: 10px; overflow: hidden; padding: 0;}
471 .action .s16 { width: 16px; overflow: hidden; padding: 0;}*/
475 background-color: #19AEFF;
482 color: rgb(255, 255, 255);
485 &.on { display: block; }
501 padding:0px 20px 0 10px;
505 cursor: url('icons/lock.cur'), pointer;
510 background-color: @ThreadBackgroundColor;
515 border-bottom: 1px solid @ThreadBottomBorderColor;
517 .wall-item-decor { position: absolute; left: 97%; top: -10px; width: 16px;}
518 .unstarred { display: none; }
520 .wall-item-container {
525 .wall-item-bottom { display: table-row; }
527 .wall-item-bottom { .opaque(0.5); }
528 &:hover .wall-item-bottom { .opaque(1); }
536 .wall-item-location {
537 word-wrap: break-word;
544 word-wrap: break-word;
546 .wall-item-content img { max-width: 700px; }
550 vertical-align: middle;
560 .wall-item-ago { padding-right: 40px; }
561 .wall-item-name { font-weight: bold; }
563 .wall-item-actions-author { float: left; width: 20em; margin-top: 0.5em; }
564 .wall-item-actions-events { float: left; margin-top: 0.5em;
565 a { margin-right: 3em; }
567 .wall-item-actions-social { float: left; margin-top: 0.5em;
568 a { margin-right: 3em; }
570 .wall-item-actions-tools { float: right; width: 15%;
572 input { float: right; }
578 .wall-item-container.comment {
579 .contact-photo-wrapper { margin-left: 16px; }
581 width: 32px; height: 32px;
584 .contact-photo-menu-button {
585 top: 15px !important;
588 .wall-item-links { padding-left: 12px; }
593 .wall-item-comment-wrapper {
594 border-top: 1px solid @CommentBoxEmptyBorderColor;
595 height: 0; overflow: hidden;
600 &:hover .commentbox {
601 height:auto; overflow: visible;
602 .wall-item-comment-wrapper {
604 height:auto;overflow: visible;
610 /* 'tag' item type */
611 .wall-item-container.item-tag {
615 .contact-photo-wrapper { margin-left: 32px; }
617 width: 16px; height: 16px;
619 .contact-photo-menu-button {
620 top: 15px !important;
621 left: 15px !important;
626 .wall-item-comment-wrapper {
627 margin: 1em 2em 1em 60px;
628 .comment-edit-photo { display: none; }
631 height: 1em; width: 100%; font-size: 10px;
632 color: @CommentBoxEmptyColor;
633 border: 1px solid @CommentBoxEmptyBorderColor;
636 .comment-edit-text-full {
638 color: @CommentBoxFullColor;
639 border: 1px solid @CommentBoxFullBorderColor;
643 margin: 1em 2em 1em 0;
647 .threaded .wall-item-comment-wrapper { margin-left: 0; }
649 .comment-edit-preview {
651 border: 1px solid @Grey5;
653 background-color: @JotPreviewBackgroundColor;
655 .contact-photo { width: 32px; height: 32px; margin-left: 16px;
656 /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
658 .contact-photo-menu-button {
659 top: 15px !important;
660 left: 15px !important;
662 .wall-item-links { padding-left: 12px; }
664 .wall-item-container { width: 90%; }
666 width: 90%; padding: 0; margin: 10px 0;
667 background-color: @JotPreviewBackgroundColor;
670 .wall-item-conv { display: none; }
673 .shiny { border-right:10px solid @ShinyBorderColor; }
674 #jot-preview-content .tread-wrapper { background-color: @JotPreviewBackgroundColor; }
676 .hide-comments-outer {margin-bottom: 0.8em; }
678 .wall-item-tags { padding-top: 5px; }
680 background: url("icons/tag.png") no-repeat center right;
684 a { color: @TagColor; }
687 background: url("icons/men.png") no-repeat 1px center;
688 color: @MentionColor;
691 a { color: @MentionColor; }
694 background: url("icons/folder.png") no-repeat 1px center;
695 color: @MentionColor;
698 a { color: @MentionColor; }
701 background: url("icons/category.png") no-repeat 1px center;
702 color: @MentionColor;
705 a { color: @MentionColor; }
708 padding: 3px 0 3px 0;
713 position: absolute !important;
715 border: 2px solid @Metalic3;
725 .wwto .contact-photo { width: 25px; height: 25px; }
727 /* reshare e embed */
728 .wall-item-container .wall-item-content .type-link img,
753 .type-video blockquote { padding-left: 1em; }
758 border-top: 1px solid @ThreadBottomBorderColor;
763 -webkit-border-radius: 4px;
764 -moz-border-radius: 4px;
769 span { margin-left: 9px; }
773 blockquote.shared_content {
786 rgba(255, 255, 255, 0.36)
787 url(../../../images/icons/48/play.png)
788 no-repeat center center
795 /* threaded comments */
798 .hide-comments-outer { margin-left:60px; }
800 .wwto { display: none; }
802 .comment-edit-preview { width: 660px;
803 .wall-item-container { width: 610px; }
809 .wall-item-container { width: 710px; }
810 .comment-edit-preview { width: 620px;
811 .wall-item-container { width: 620px; }
815 .wall-item-container { width: 670px; }
816 .comment-edit-preview { width: 580px;
817 .wall-item-container { width: 580px; }
821 .wall-item-container { width: 630px; }
822 .comment-edit-preview { width: 540px;
823 .wall-item-container { width: 540px; }
827 .wall-item-container { width: 590px; }
828 .comment-edit-preview { width: 500px;
829 .wall-item-container { width: 500px; }
834 .hide-comments-outer { margin-left: 0; }
841 /*.threaded .hide-comments-outer { margin-left: 20px; }*/
843 span[id^="showmore-teaser"]{
844 background: url("showmore-bg.jpg") no-repeat center bottom;
846 span[id^="showmore-wrap"] {
847 border-top: 1px solid #999999;
851 background-color: @ThreadBackgroundColor;
862 .contact-photo-wrapper { position: relative; }
863 .contact-select { position: absolute; top:64px; left:64px; display:none; }
864 .contact-select:checked,
865 .contact-photo:hover .contact-select { display:block; }
870 background-color: @MenuBg;
871 border: 2px solid @MenuBorder;
875 background-color: @MenuBg;
882 .batch-action:hover {
883 background-color: @MenuItemHoverBg;
887 @media (max-width: 1000px) {
888 #contacts-actions { left: 40px; }
892 width: 48px; height: 48px;
893 img { width: 48px; height: 48px; }
897 .contact-photo-menu-button {
909 margin: 0 10px 10px 0;
910 .contact-photo-wrapper {
915 width: 80px; height: 80px;
916 img { width: 80px; height: 80px; }
918 .contact-photo-menu-button {
923 background-image: url('../../../images/icons/22/delete.png');
924 display: block; width: 22px; height: 22px;
931 background-image: url('../../../images/icons/22/delete.png');
932 display: block; width: 22px; height: 22px;
939 .contact-entry-connect {
949 width: 175px; height: 175px;
950 img { width: 175px; height: 175px; }
953 .contact-name { font-weight: bold; /* padding-top: 15px; */}
955 color: @Grey3; white-space: nowrap;
957 text-overflow: ellipsis;
961 .jothidden { display: none; }
965 margin: 0 2em 20px 0;
968 height: 1em; width: 99%; font-size: 10px;
969 color: @CommentBoxEmptyColor;
970 border: 1px solid @CommentBoxEmptyBorderColor;
975 margin: 0; padding: 0;
976 height: 40px; overflow: none;
978 background-color: @JotToolsBackgroundColor;
979 border-bottom: 2px solid @JotToolsBorderColor;
985 border-bottom: 2px solid @JotToolsBorderColor;
988 color: @JotToolsText;
997 background-color: @JotToolsOverBackgroundColor;
998 border-bottom: 2px solid @JotToolsOverBorderColor;
1005 border-left: 10px solid @JotPermissionUnlockBackgroundColor;
1006 background-color: @JotPermissionUnlockBackgroundColor;
1010 border-left: 10px solid @JotPermissionLockBackgroundColor;
1011 background-color: @JotPermissionLockBackgroundColor;
1017 background-color: @JotSubmitBackgroundColor;
1018 border-bottom: 2px solid @JotSubmitBackgroundColor;
1019 border-right: 1px solid @Grey4;
1020 border-left: 1px solid @Grey4;
1022 border: 0; margin: 0; padding: 0;
1023 background-color: @JotSubmitBackgroundColor;
1024 color: @JotSubmitText;
1025 width: 80px; height: 40px;
1029 background-color: @JotSubmitOverBackgroundColor;
1030 color: @JotSubmitOverText;
1035 background-color: @JotLoadingBackgroundColor;
1037 vertical-align: center;
1039 img { margin-top: 10px; }
1040 border-top: 2px solid @JotToolsBorderColor;
1051 border: 1px solid @BodyBackground;
1053 &:-webkit-input-placeholder {
1054 font-weight: normal;
1057 &:-moz-placeholder {
1058 font-weight: normal;
1061 &:hover { border: 1px solid @CommentBoxEmptyBorderColor }
1062 &:focus { border: 1px solid @CommentBoxEmptyBorderColor }
1065 #character-counter {
1071 padding-right: 20px;
1079 border: 1px solid @BodyBackground;
1080 &:hover { border: 1px solid @CommentBoxEmptyBorderColor }
1081 &:focus { border: 1px solid @CommentBoxEmptyBorderColor }
1087 /*input[type="submit"] {
1089 background-color: @ButtonBackgroundColor;
1090 color: @ButtonColor;
1098 #photo-edit-perms-select,
1099 #photos-upload-permissions-wrapper,
1100 #profile-jot-acl-wrapper{
1101 display:block!important;
1112 background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1120 background-color: #cccccc;
1121 background-image: url("../../../images/show_all_off.png");
1122 background-position: 7px 7px;
1123 background-repeat: no-repeat;
1124 padding: 7px 5px 0 30px;
1128 #acl-showall.selected {
1130 background-color: #ff9900;
1131 background-image: url("../../../images/show_all_on.png");
1136 border: 1px solid #cccccc;
1148 border: 1px solid #cccccc;
1158 .acl-list-item p { height: 12px; font-size: 10px; margin: 0; padding: 2px 0 1px; overflow: hidden;}
1166 background-color: #cccccc;
1167 background-position: 3px 3px;
1168 background-repeat: no-repeat;
1170 -webkit-border-radius: 2px ;
1171 -moz-border-radius: 2px;
1175 #acl-wrapper a:hover {
1176 text-decoration: none;
1179 .acl-button-show { background-image: url("../../../images/show_off.png"); }
1180 .acl-button-hide { background-image: url("../../../images/hide_off.png"); }
1182 .acl-button-show.selected {
1184 background-color: #9ade00;
1185 background-image: url("../../../images/show_on.png");
1187 .acl-button-hide.selected {
1189 background-color: #ff4141;
1190 background-image: url("../../../images/hide_on.png");
1192 .acl-list-item.groupshow { border-color: #9ade00; }
1193 .acl-list-item.grouphide { border-color: #ff4141; }
1198 list-style-type: none;
1199 padding-bottom: 10px;
1206 border-bottom: 1px solid @LinkVisited;
1213 /** group editor **/
1214 #group-edit-desc { margin-top: 1em; color: @FieldHelpColor; }
1215 #group-update-wrapper{
1216 height: auto; overflow: auto;
1226 #group-separator { display: none; }
1229 border: 1px solid @MenuBorder;
1231 .contact-block-div {
1232 width: 50px; height: 50px;
1242 margin-bottom: 10px;
1243 padding-bottom: 10px;
1257 input[type="checkbox"], input[type="radio"]{
1261 textarea { height: 100px; }
1265 color: @FieldHelpColor;
1275 border:1px solid #666666;
1276 background-image:url("../../../images/onoff.jpg");
1277 background-repeat: no-repeat;
1278 padding: 4px 2px 2px 2px;
1280 text-decoration: none;
1283 border-color:#666666;
1285 background-position: left center;
1286 background-color: #cccccc;
1291 border-color:#204A87;
1292 padding-right: 40px;
1293 background-position: right center;
1294 background-color: #D7E3F1;
1298 .hidden { display: none!important; }
1300 &.radio .field_help { margin-left: 0; }
1304 #profile-edit-links li {
1309 #profile-edit-default-desc {
1311 border: 1px solid #FF8888;
1312 background-color: #FFEEEE;
1315 #profile-edit-profile-name-label,
1316 #profile-edit-name-label,
1317 #profile-edit-pdesc-label,
1318 #profile-edit-gender-label,
1319 #profile-edit-dob-label,
1320 #profile-edit-address-label,
1321 #profile-edit-locality-label,
1322 #profile-edit-region-label,
1323 #profile-edit-postal-code-label,
1324 #profile-edit-country-name-label,
1325 #profile-edit-marital-label,
1326 #profile-edit-with-label,
1327 #profile-edit-sexual-label,
1328 #profile-edit-politic-label,
1329 #profile-edit-religion-label,
1330 #profile-edit-pubkeywords-label,
1331 #profile-edit-prvkeywords-label,
1332 #profile-edit-gender-select,
1333 #profile-edit-homepage-label {
1338 #profile-edit-profile-name,
1341 #profile-edit-pdesc,
1342 #profile-edit-gender,
1344 #profile-edit-address,
1345 #profile-edit-locality,
1346 #profile-edit-region,
1347 #profile-edit-postal-code,
1348 #profile-edit-country-name,
1349 #profile-edit-marital,
1351 #profile-edit-sexual,
1352 #profile-edit-politic,
1353 #profile-edit-religion,
1354 #profile-edit-pubkeywords,
1355 #profile-edit-prvkeywords,
1356 #profile-edit-homepage {
1362 height: auto; overflow: auto;
1363 border-bottom: 2px solid #cccccc;
1364 padding-bottom: 1em;
1369 width: 48px; height: 48px;
1372 .oauthapp img.noicon {
1373 background-image: url("../../../images/icons/48/plugin.png");
1374 background-position: center center;
1375 background-repeat: no-repeat;
1382 .contact-entry-wrapper {
1383 width: 50px; float: left;
1388 .video-top-wrapper {
1389 width: 200px; float: left;
1390 margin: 0 10px 10px 0;
1394 width: 200px!important;
1395 height: 132px!important;
1403 transition: opacity 0.5s;
1406 &:hover .video-delete {
1415 #photo-edit-link-wrap { margin-bottom: 10px; }
1418 border-right: 1px solid @MenuBorder;
1424 #album-edit-link a {
1425 background: url("../../../images/icons/16/edit.png") no-repeat left center;
1428 #photo-toprofile-link {
1429 background: url("../../../images/icons/16/user.png") no-repeat left center;
1433 #photo-top-upload-link,
1434 .photos-upload-link { margin: 1em 0; display: block; }
1435 .photos-upload-link a,
1436 #photo-top-upload-link {
1437 background: url("../../../images/icons/16/add.png") no-repeat left center;
1442 .photo-top-image-wrapper,
1443 .photo-album-image-wrapper {
1445 margin: 0 10px 10px 0;
1446 width:@photosize; height: @photosize;
1450 img { width: @photosize; }
1452 .photo-top-album-name,
1456 background-color: @MenuBg;
1461 bottom: -@photosize;
1464 &:hover .photo-top-album-name,
1473 display: block; width: 660px;
1474 padding: 50px; margin-bottom: 0;
1476 background-color: @Grey3;
1477 img { max-width: 560px; }
1479 #photo-album-title {
1480 background: url("../../../images/icons/22/image.png") no-repeat top left;
1484 /* a { display: block;}*/
1488 display: block; width: 660px;
1490 background-color: @Grey2;
1491 padding:0 50px 0 50px;
1493 #photo-next-link > a > div {
1494 background: url("icons/next.png") no-repeat center center;
1496 width: 50px; height: 50px;
1498 #photo-prev-link > a > div {
1499 background: url("icons/prev.png") no-repeat center center;
1501 width: 50px; height: 50px;
1504 display: block; width: 660px;
1506 background-color: @Grey2;
1507 padding:0 50px 0 50px;
1508 .icon {float: left;}
1509 .like-rotator {float: right;}
1516 /* profile match wrapper */
1517 .profile-match-wrapper {
1521 margin-bottom: 20px;
1523 background-image: url('../../../images/icons/22/delete.png');
1524 display: block; width: 22px; height: 22px;
1530 background-image: url('../../../images/icons/22/delete.png');
1531 display: block; width: 22px; height: 22px;
1538 width: 80px; height: 80px;
1539 img { width: 80px; height: 80px; }
1541 .contact-photo-menu-button {
1549 background: @MessageNewBackgroundColor;
1550 border: 1px solid @MessageNewBorderColor;
1553 color: @MessageNewColor;
1561 .mail-list-wrapper {
1562 background-color: @MailListBackgroundColor;
1564 width: 100%; height: auto; overflow: hidden;
1566 span { display: block; float: left; width: 20%; overflow: hidden;}
1570 padding:4px 0 0 4px;
1571 a { display: block; }
1572 &.unseen a { font-weight: bold; }
1574 .mail-date { padding: 4px 4px 0 4px; }
1575 .mail-from { padding: 4px 4px 0 4px; }
1576 .mail-count { padding: 4px 4px 0 4px; text-align: right;}
1578 .mail-delete { float: right; }
1581 #mail-display-subject {
1582 background-color: @MailDisplaySubjectBackgroundColor;
1583 color: @MailDisplaySubjectColor;
1584 margin-bottom: 10px;
1585 width: 100%; height: auto; overflow: hidden;
1586 span { float: left; overflow: hidden; padding: 4px 0 0 10px;}
1587 .mail-delete { float: right; .opaque(0.5);}
1588 &:hover .mail-delete { .opaque(1); }
1592 /* theme screenshot */
1593 .screenshot, #theme-preview {
1598 img { width: 200px; height: 150px; }
1602 footer { height: 100px; display: table-row; }
1616 background-color: #FF0000;
1624 padding-bottom: 2px;
1625 border-bottom: 1px solid black;
1636 border-bottom: 1px solid #cccccc;
1646 margin: 0; padding: 0;
1651 border: 1px solid #888888;
1665 border-bottom: 1px solid #000000;
1674 background-color: #bbc7d7;
1678 width: 16px; height: 16px;
1680 .selectall { text-align: right; }
1683 /* edit buttons for comments */
1685 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
1693 .comment-edit-bb > li {
1694 display: inline-block;
1695 margin: 10px 10px 0 0;
1700 display: inline-block;
1703 background-image: url(icons/bbedit.png);
1704 text-decoration: none;
1705 :hover {background-color: #ccc;}
1707 .boldbb { background-position: 0 0; }
1708 .boldbb:hover { background-position: 0 -16px; }
1709 .italicbb { background-position: -16px 0; }
1710 .italicbb:hover { background-position: -16px -16px; }
1711 .underlinebb { background-position: -32px 0; }
1712 .underlinebb:hover { background-position: -32px -16px; }
1713 .quotebb { background-position: -48px 0; }
1714 .quotebb:hover { background-position: -48px -16px; }
1715 .codebb { background-position: -64px 0; }
1716 .codebb:hover { background-position: -64px -16px; }
1717 .imagebb { background-position: -80px 0; }
1718 .imagebb:hover { background-position: -80px -16px; }
1719 .urlbb { background-position: -96px 0; }
1720 .urlbb:hover { background-position: -96px -16px; }
1721 .videobb { background-position: -112px 0; }
1722 .videobb:hover { background-position: -112px -16px; }
1725 /** range input css **/
1726 /* slider root element */
1731 border:1px solid #333;
1733 margin:10px 0 10px 0;
1737 /* progress bar (enabled with progress: true) */
1740 background-color:#C5FF00;
1747 background-color:#ccc;
1754 border:1px solid #000;
1760 /* the input field */
1762 width: 20px!important;
1766 color: @FieldHelpColor;
1769 /* buttons for the event view */
1775 /* upload/select popup */
1784 background-color: @NavbarBackground;
1785 a { padding: 5px; margin: 0 2px; display: inline-block; }
1786 a, a:active, a:visited, a:link, a:hover { color: @Banner; text-decoration: none; outline: none; }
1788 .fbrowser .folders ul { list-style: url("icons/folder.png"); padding-left: 22px;}
1789 .fbrowser .list { padding: 10px; }
1790 .fbrowser.image .photo-album-image-wrapper { width: 48px; height: 48px; }
1791 .fbrowser.image a img { width: auto; height: 48px; }
1792 .fbrowser.image a p { display: none;}
1793 .fbrowser.file .photo-album-image-wrapper { float:none; white-space: nowrap; width: 100%; height: auto; }
1794 .fbrowser.file img { display: inline; width: 16px; height: 16px}
1795 .fbrowser.file p { display: inline; white-space: nowrap; }
1797 .fbrowser .upload { clear: both; padding-top: 1em;}