Changeset 12285
- Timestamp:
- 11/15/2018 07:12:17 PM (6 years ago)
- Location:
- trunk/src
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/css/hello.css
r12236 r12285 38 38 39 39 #bp-hello-container a:hover { 40 -webkit-transition: all 0.1s ease-in-out; 41 -o-transition: all 0.1s ease-in-out; 40 42 transition: all 0.1s ease-in-out; 41 43 color: black; … … 71 73 72 74 .bp-hello-close .close-modal:focus:before, .bp-hello-close .close-modal:hover:before { 75 -webkit-transition: all 0.1s ease-in-out; 76 -o-transition: all 0.1s ease-in-out; 73 77 transition: all 0.1s ease-in-out; 74 78 color: var(--bp-hello-color-primary); … … 86 90 87 91 .bp-hello-social li a:hover:before { 92 -webkit-transition: all 0.1s ease-in-out; 93 -o-transition: all 0.1s ease-in-out; 88 94 transition: all 0.1s ease-in-out; 89 95 color: var(--bp-hello-color-primary); … … 129 135 */ 130 136 .bp-hello-footer { 137 display: -webkit-box; 138 display: -ms-flexbox; 131 139 display: flex; 140 -ms-flex-wrap: wrap; 132 141 flex-wrap: wrap; 133 142 height: 58px; … … 137 146 .bp-hello-social-cta, 138 147 .bp-hello-social-links { 148 -ms-flex-preferred-size: 50%; 139 149 flex-basis: 50%; 140 150 } … … 182 192 #bp-hello-backdrop { 183 193 background-color: rgba(0, 0, 0, 0.8); 194 -webkit-transition: opacity 0.15s ease-out; 195 -o-transition: opacity 0.15s ease-out; 184 196 transition: opacity 0.15s ease-out; 185 197 } -
trunk/src/bp-templates/bp-legacy/css/twentyeleven.css
r12136 r12285 302 302 border: 1px solid #ddd; 303 303 border-bottom-color: #fff; 304 -webkit-border-top-right-radius: 4px; 304 305 border-top-right-radius: 4px; 306 -webkit-border-top-left-radius: 4px; 305 307 border-top-left-radius: 4px; 306 308 background-clip: padding-box; … … 989 991 990 992 .single-item.groups #buddypress div#item-header #item-header-content { 993 -webkit-box-sizing: border-box; 994 -moz-box-sizing: border-box; 991 995 box-sizing: border-box; 992 996 } … … 1398 1402 .bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link { 1399 1403 background: #6f6e6e; 1404 -webkit-border-radius: 2px; 1405 -moz-border-radius: 2px; 1406 -ms-border-radius: 2px; 1400 1407 border-radius: 2px; 1401 1408 background-clip: padding-box; … … 1537 1544 .bp-user #buddypress #message-threads tr td.thread-options { 1538 1545 border-left: 0 !important; 1546 width: -webkit-calc(100% - 30px); 1547 width: -moz-calc(100% - 30px); 1539 1548 width: calc(100% - 30px); 1540 1549 margin-left: 0; -
trunk/src/bp-templates/bp-legacy/css/twentyfifteen.css
r12136 r12285 1026 1026 .groups.edit-details #group-settings-form label { 1027 1027 background: #555; 1028 -webkit-border-top-right-radius: 4px; 1028 1029 border-top-right-radius: 4px; 1030 -webkit-border-top-left-radius: 4px; 1029 1031 border-top-left-radius: 4px; 1030 1032 background-clip: padding-box; … … 1508 1510 .bp-user #buddypress #message-threads tr td.thread-options { 1509 1511 border-left: 0 !important; 1512 width: -webkit-calc(100% - 30px); 1513 width: -moz-calc(100% - 30px); 1510 1514 width: calc(100% - 30px); 1511 1515 margin-left: 0; -
trunk/src/bp-templates/bp-legacy/css/twentyfourteen.css
r12136 r12285 152 152 border: 1px solid rgba(0, 0, 0, 0.2); 153 153 border-bottom-color: #fff; 154 -webkit-border-top-right-radius: 4px; 154 155 border-top-right-radius: 4px; 156 -webkit-border-top-left-radius: 4px; 155 157 border-top-left-radius: 4px; 156 158 background-clip: padding-box; … … 383 385 } 384 386 #buddypress ul.item-list li div.action div a { 387 -webkit-box-sizing: border-box; 388 -moz-box-sizing: border-box; 385 389 box-sizing: border-box; 386 390 display: block; … … 771 775 } 772 776 .bp-user #buddypress #item-header #item-buttons div.generic-button a { 777 -webkit-box-sizing: border-box; 778 -moz-box-sizing: border-box; 773 779 box-sizing: border-box; 774 780 display: block; … … 923 929 924 930 .groups.group-members #subnav li #search-members-form { 931 -webkit-box-sizing: border-box; 932 -moz-box-sizing: border-box; 925 933 box-sizing: border-box; 926 934 float: left; … … 1078 1086 background: #fff; 1079 1087 border-right: 0 !important; 1088 -webkit-box-sizing: border-box; 1089 -moz-box-sizing: border-box; 1080 1090 box-sizing: border-box; 1081 1091 display: inline-block; … … 1116 1126 #buddypress table#message-threads tr td.thread-options { 1117 1127 border-left: 0; 1128 width: -webkit-calc(100% - 30px); 1129 width: -moz-calc(100% - 30px); 1118 1130 width: calc(100% - 30px); 1119 1131 margin-left: 0; -
trunk/src/bp-templates/bp-legacy/css/twentyseventeen.css
r12226 r12285 447 447 border: 1px solid #ddd; 448 448 border-bottom-color: #fff; 449 -webkit-border-top-right-radius: 4px; 449 450 border-top-right-radius: 4px; 451 -webkit-border-top-left-radius: 4px; 450 452 border-top-left-radius: 4px; 451 453 background-clip: padding-box; … … 1521 1523 .bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link { 1522 1524 background: #555; 1525 -webkit-border-radius: 3px; 1526 -moz-border-radius: 3px; 1527 -ms-border-radius: 3px; 1523 1528 border-radius: 3px; 1524 1529 background-clip: padding-box; … … 1670 1675 .bp-user #buddypress #message-threads tr td.thread-options { 1671 1676 border-left: 0 !important; 1677 width: -webkit-calc(100% - 30px); 1678 width: -moz-calc(100% - 30px); 1672 1679 width: calc(100% - 30px); 1673 1680 margin-left: 0; … … 1933 1940 border: 1px solid rgba(190, 190, 190, 0.6); 1934 1941 position: relative; 1942 -webkit-border-radius: 2px; 1943 -moz-border-radius: 2px; 1944 -ms-border-radius: 2px; 1935 1945 border-radius: 2px; 1936 1946 background-clip: padding-box; … … 1977 1987 #buddypress div.message-search form input[type="submit"], 1978 1988 #buddypress li.groups-members-search form input[type="submit"] { 1989 -webkit-border-radius: none; 1990 -moz-border-radius: none; 1991 -ms-border-radius: none; 1979 1992 border-radius: none; 1980 1993 float: right; … … 2027 2040 background: #333; 2028 2041 border-color: #555; 2042 -webkit-border-radius: 2px; 2043 -moz-border-radius: 2px; 2044 -ms-border-radius: 2px; 2029 2045 border-radius: 2px; 2030 2046 background-clip: padding-box; … … 2041 2057 body.colors-dark #page #buddypress .groups-members-search input[type="submit"], 2042 2058 body.colors-dark #page #buddypress .message-search input[type="submit"] { 2059 -webkit-border-radius: 2px; 2060 -moz-border-radius: 2px; 2061 -ms-border-radius: 2px; 2043 2062 border-radius: 2px; 2044 2063 background-clip: padding-box; -
trunk/src/bp-templates/bp-legacy/css/twentysixteen.css
r12136 r12285 336 336 border: 1px solid #ddd; 337 337 border-bottom-color: #fff; 338 -webkit-border-top-right-radius: 4px; 338 339 border-top-right-radius: 4px; 340 -webkit-border-top-left-radius: 4px; 339 341 border-top-left-radius: 4px; 340 342 background-clip: padding-box; … … 1477 1479 .bp-user #buddypress #message-threads tr td.thread-options { 1478 1480 border-left: 0 !important; 1481 width: -webkit-calc(100% - 30px); 1482 width: -moz-calc(100% - 30px); 1479 1483 width: calc(100% - 30px); 1480 1484 margin-left: 0; -
trunk/src/bp-templates/bp-legacy/css/twentyten.css
r12136 r12285 250 250 border: 1px solid #ddd; 251 251 border-bottom-color: #fff; 252 -webkit-border-top-right-radius: 4px; 252 253 border-top-right-radius: 4px; 254 -webkit-border-top-left-radius: 4px; 253 255 border-top-left-radius: 4px; 254 256 background-clip: padding-box; … … 731 733 #buddypress #activity-stream .activity-comments .ac-form { 732 734 border: 1px solid #d4d0ba; 735 -webkit-box-sizing: border-box; 736 -moz-box-sizing: border-box; 733 737 box-sizing: border-box; 734 738 margin: 15px 0; … … 923 927 924 928 .single-item.groups #buddypress div#item-header #item-header-content { 929 -webkit-box-sizing: border-box; 930 -moz-box-sizing: border-box; 925 931 box-sizing: border-box; 926 932 } … … 1331 1337 .bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link { 1332 1338 background: #6f6e6e; 1339 -webkit-border-radius: 2px; 1340 -moz-border-radius: 2px; 1341 -ms-border-radius: 2px; 1333 1342 border-radius: 2px; 1334 1343 background-clip: padding-box; … … 1421 1430 .bp-user #buddypress #message-threads tr td { 1422 1431 background: #fff; 1432 -webkit-box-sizing: border-box; 1433 -moz-box-sizing: border-box; 1423 1434 box-sizing: border-box; 1424 1435 display: inline-block; … … 1470 1481 .bp-user #buddypress #message-threads tr td.thread-options { 1471 1482 border-left: 0 !important; 1483 width: -webkit-calc(100% - 30px); 1484 width: -moz-calc(100% - 30px); 1472 1485 width: calc(100% - 30px); 1473 1486 margin-left: 0; … … 1531 1544 .bp-user #buddypress #send_message_form input, 1532 1545 .bp-user #buddypress #send_message_form textarea { 1546 -webkit-box-sizing: border-box; 1547 -moz-box-sizing: border-box; 1533 1548 box-sizing: border-box; 1534 1549 } … … 1703 1718 border-width: 1px; 1704 1719 box-shadow: none; 1720 -webkit-box-sizing: border-box; 1721 -moz-box-sizing: border-box; 1705 1722 box-sizing: border-box; 1706 1723 width: 100%; … … 1765 1782 border-radius: 0; 1766 1783 box-shadow: none; 1784 -webkit-box-sizing: border-box; 1785 -moz-box-sizing: border-box; 1767 1786 box-sizing: border-box; 1768 1787 font-size: 14px; -
trunk/src/bp-templates/bp-legacy/css/twentythirteen.css
r12136 r12285 281 281 border: 1px solid #ddd; 282 282 border-bottom-color: #fff; 283 -webkit-border-top-right-radius: 4px; 283 284 border-top-right-radius: 4px; 285 -webkit-border-top-left-radius: 4px; 284 286 border-top-left-radius: 4px; 285 287 background-clip: padding-box; … … 1527 1529 .bp-user #buddypress #message-threads tr td.thread-options { 1528 1530 border-left: 0 !important; 1531 width: -webkit-calc(100% - 30px); 1532 width: -moz-calc(100% - 30px); 1529 1533 width: calc(100% - 30px); 1530 1534 margin-left: 0; -
trunk/src/bp-templates/bp-legacy/css/twentytwelve.css
r12136 r12285 288 288 border: 1px solid #ddd; 289 289 border-bottom-color: #fff; 290 -webkit-border-top-right-radius: 4px; 290 291 border-top-right-radius: 4px; 292 -webkit-border-top-left-radius: 4px; 291 293 border-top-left-radius: 4px; 292 294 background-clip: padding-box; … … 965 967 966 968 .single-item.groups #buddypress div#item-header #item-header-content { 969 -webkit-box-sizing: border-box; 970 -moz-box-sizing: border-box; 967 971 box-sizing: border-box; 968 972 } … … 1383 1387 .bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link { 1384 1388 background: #6f6e6e; 1389 -webkit-border-radius: 2px; 1390 -moz-border-radius: 2px; 1391 -ms-border-radius: 2px; 1385 1392 border-radius: 2px; 1386 1393 background-clip: padding-box; … … 1534 1541 .bp-user #buddypress #message-threads tr td.thread-options { 1535 1542 border-left: 0 !important; 1543 width: -webkit-calc(100% - 30px); 1544 width: -moz-calc(100% - 30px); 1536 1545 width: calc(100% - 30px); 1537 1546 margin-left: 0; -
trunk/src/bp-templates/bp-nouveau/common-styles/_bp_generic_and_typography.scss
r12171 r12285 14 14 } 15 15 } // close * the kitchen sink of elements 16 17 // 'Boxes' i.e display:block when given definition with borders 18 // look nice if corners subtly rounded by a couple of pixels 19 div, 20 dl, 21 li, 22 textarea, 23 select, 24 input[type="search"], 25 input[type="submit"], 26 input[type="reset"] { 27 28 @include border-radius(2px); 29 } 30 16 31 17 32 // Some themes have a negative left margin on the blockquote element?? … … 130 145 } 131 146 132 // 'Boxes' i.e display:block when given definition with borders133 // look nice if corners subtly rounded by a couple of pixels134 div,135 dl,136 li,137 textarea,138 select,139 input[type="search"],140 input[type="submit"],141 input[type="reset"] {142 143 @include border-radius(2px);144 }145 146 147 // ====== BP Typographic Elements ====== 147 148 -
trunk/src/bp-templates/bp-nouveau/css/buddypress.css
r12215 r12285 61 61 } 62 62 63 body #buddypress div, 64 body #buddypress dl, 65 body #buddypress li, 66 body #buddypress textarea, 67 body #buddypress select, 68 body #buddypress input[type="search"], 69 body #buddypress input[type="submit"], 70 body #buddypress input[type="reset"] { 71 -webkit-border-radius: 2px; 72 -moz-border-radius: 2px; 73 -ms-border-radius: 2px; 74 border-radius: 2px; 75 background-clip: padding-box; 76 } 77 63 78 body #buddypress #item-body blockquote, 64 79 body #buddypress .bp-lists blockquote { … … 67 82 68 83 body #buddypress .bp-list .action { 84 -webkit-box-sizing: border-box; 85 -moz-box-sizing: border-box; 69 86 box-sizing: border-box; 70 87 } … … 121 138 .buddypress-wrap.round-avatars .avatar { 122 139 border-radius: 50%; 123 }124 125 div,126 dl,127 li,128 textarea,129 select,130 input[type="search"],131 input[type="submit"],132 input[type="reset"] {133 border-radius: 2px;134 background-clip: padding-box;135 140 } 136 141 … … 371 376 border-bottom: 1px solid #eee; 372 377 border-top: 1px solid #eee; 378 -webkit-box-shadow: 0 2px 12px 0 #fafafa; 379 -moz-box-shadow: 0 2px 12px 0 #fafafa; 373 380 box-shadow: 0 2px 12px 0 #fafafa; 374 381 } … … 863 870 864 871 .bp-list { 872 -webkit-box-sizing: border-box; 873 -moz-box-sizing: border-box; 865 874 box-sizing: border-box; 866 875 border-top: 1px solid #eaeaea; … … 1011 1020 background: #fff; 1012 1021 border: 1px solid #b7b7b7; 1022 -webkit-box-shadow: 0 0 6px #d2d2d2; 1023 -moz-box-shadow: 0 0 6px #d2d2d2; 1013 1024 box-shadow: 0 0 6px #d2d2d2; 1014 1025 margin: 20px 0; … … 1031 1042 .friends-request-list li, 1032 1043 .membership-requests-list li { 1044 display: -webkit-flex; 1033 1045 display: -moz-flex; 1034 1046 display: -ms-flex; 1035 1047 display: -o-flex; 1036 1048 display: flex; 1049 -webkit-flex-flow: row nowrap; 1050 -moz-flex-flow: row nowrap; 1051 -ms-flex-flow: row nowrap; 1037 1052 -o-flex-flow: row nowrap; 1038 1053 flex-flow: row nowrap; … … 1040 1055 .friends-request-list li .item, 1041 1056 .membership-requests-list li .item { 1057 -webkit-flex: 1 1 auto; 1042 1058 -moz-flex: 1 1 auto; 1059 -ms-flex: 1 1 auto; 1043 1060 -o-flex: 1 1 auto; 1044 1061 flex: 1 1 auto; … … 1096 1113 .activity-update-form { 1097 1114 border: 1px solid #ccc; 1115 -webkit-box-shadow: inset 0 0 6px #eee; 1116 -moz-box-shadow: inset 0 0 6px #eee; 1098 1117 box-shadow: inset 0 0 6px #eee; 1099 1118 margin: 15px 0; … … 1116 1135 .activity-update-form #whats-new-textarea textarea { 1117 1136 background: #fff; 1137 -webkit-box-sizing: border-box; 1138 -moz-box-sizing: border-box; 1118 1139 box-sizing: border-box; 1119 1140 color: #333; … … 1127 1148 1128 1149 .activity-update-form #whats-new-textarea textarea:focus { 1150 -webkit-box-shadow: 0 0 6px 0 #d6d6d6; 1151 -moz-box-shadow: 0 0 6px 0 #d6d6d6; 1129 1152 box-shadow: 0 0 6px 0 #d6d6d6; 1130 1153 } … … 1148 1171 1149 1172 .activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object { 1173 display: -webkit-box; 1174 display: -ms-flexbox; 1175 display: -webkit-flex; 1150 1176 display: flex; 1177 -ms-flex-align: center; 1178 -webkit-align-items: center; 1179 -webkit-box-align: center; 1151 1180 align-items: center; 1152 1181 padding: 0.2em; … … 1492 1521 .buddypress-wrap .activity-list .load-newest:hover { 1493 1522 border-color: #e1e1e1; 1523 -webkit-box-shadow: 0 0 6px 0 #eaeaea; 1524 -moz-box-shadow: 0 0 6px 0 #eaeaea; 1494 1525 box-shadow: 0 0 6px 0 #eaeaea; 1495 1526 } … … 1733 1764 1734 1765 form.ac-form .ac-reply-content .ac-textarea textarea:focus { 1766 -webkit-box-shadow: 0 0 6px #d6d6d6; 1767 -moz-box-shadow: 0 0 6px #d6d6d6; 1735 1768 box-shadow: 0 0 6px #d6d6d6; 1736 1769 } … … 1786 1819 .buddypress-wrap .groups-list li .group-desc { 1787 1820 border: 1px solid #eaeaea; 1821 -webkit-border-radius: 10px; 1822 -moz-border-radius: 10px; 1823 -ms-border-radius: 10px; 1788 1824 border-radius: 10px; 1789 1825 background-clip: padding-box; … … 1856 1892 .buddypress-wrap .members-list li .user-update { 1857 1893 border: 1px solid #eaeaea; 1894 -webkit-border-radius: 10px; 1895 -moz-border-radius: 10px; 1896 -ms-border-radius: 10px; 1858 1897 border-radius: 10px; 1859 1898 background-clip: padding-box; … … 1905 1944 */ 1906 1945 .register-page .register-section { 1946 -webkit-box-sizing: border-box; 1947 -moz-box-sizing: border-box; 1907 1948 box-sizing: border-box; 1908 1949 } … … 2252 2293 2253 2294 .groups-header .moderators-lists img.avatar { 2295 -moz-box-shadow: none; 2296 -webkit-box-shadow: none; 2254 2297 box-shadow: none; 2255 2298 float: none; … … 2289 2332 .groups-header .desc-wrap .group-description { 2290 2333 background: #fafafa; 2334 -webkit-box-shadow: inset 0 0 9px #ccc; 2335 -moz-box-shadow: inset 0 0 9px #ccc; 2291 2336 box-shadow: inset 0 0 9px #ccc; 2292 2337 padding: 1em; … … 2528 2573 2529 2574 .buddypress .bp-invites-content ul.item-list li.selected { 2575 -webkit-box-shadow: inset 0 0 12px 0 rgba(237, 187, 52, 0.2); 2576 -moz-box-shadow: inset 0 0 12px 0 rgba(237, 187, 52, 0.2); 2530 2577 box-shadow: inset 0 0 12px 0 rgba(237, 187, 52, 0.2); 2531 2578 } … … 2600 2647 @media screen and (min-width: 46.8em) { 2601 2648 .buddypress .bp-invites-content ul.item-list > li { 2649 -webkit-box-sizing: border-box; 2650 -moz-box-sizing: border-box; 2602 2651 box-sizing: border-box; 2603 2652 border: 1px solid #eaeaea; … … 2881 2930 2882 2931 .bp-messages-content .avatar { 2932 -moz-box-shadow: none; 2933 -webkit-box-shadow: none; 2883 2934 box-shadow: none; 2884 2935 } … … 2911 2962 #message-threads li { 2912 2963 border-bottom: 1px solid #eaeaea; 2964 display: -webkit-flex; 2913 2965 display: -moz-flex; 2914 2966 display: -ms-flex; 2915 2967 display: -o-flex; 2916 2968 display: flex; 2969 -webkit-flex-flow: row nowrap; 2970 -moz-flex-flow: row nowrap; 2971 -ms-flex-flow: row nowrap; 2917 2972 -o-flex-flow: row nowrap; 2918 2973 flex-flow: row nowrap; … … 2923 2978 2924 2979 #message-threads li .thread-cb { 2980 display: -webkit-box; 2981 display: -ms-flexbox; 2982 display: -webkit-flex; 2925 2983 display: flex; 2984 -ms-flex-align: center; 2985 -webkit-align-items: center; 2986 -webkit-box-align: center; 2926 2987 align-items: center; 2988 -webkit-flex: 1 2 5%; 2927 2989 -moz-flex: 1 2 5%; 2990 -ms-flex: 1 2 5%; 2928 2991 -o-flex: 1 2 5%; 2929 2992 flex: 1 2 5%; … … 2932 2995 #message-threads li .thread-from, 2933 2996 #message-threads li .thread-to { 2997 -webkit-flex: 1 2 20%; 2934 2998 -moz-flex: 1 2 20%; 2999 -ms-flex: 1 2 20%; 2935 3000 -o-flex: 1 2 20%; 2936 3001 flex: 1 2 20%; … … 2958 3023 2959 3024 #message-threads li .thread-content { 3025 -webkit-flex: 1 2 60%; 2960 3026 -moz-flex: 1 2 60%; 3027 -ms-flex: 1 2 60%; 2961 3028 -o-flex: 1 2 60%; 2962 3029 flex: 1 2 60%; … … 2964 3031 2965 3032 #message-threads li .thread-date { 3033 -webkit-flex: 1 2 15%; 2966 3034 -moz-flex: 1 2 15%; 3035 -ms-flex: 1 2 15%; 2967 3036 -o-flex: 1 2 15%; 2968 3037 flex: 1 2 15%; … … 3065 3134 .bp-messages-content #bp-message-thread-list .message-metadata { 3066 3135 border-bottom: 1px solid #ccc; 3136 -webkit-box-shadow: -2px 1px 9px 0 #eee; 3137 -moz-box-shadow: -2px 1px 9px 0 #eee; 3067 3138 box-shadow: -2px 1px 9px 0 #eee; 3068 3139 display: table; … … 3255 3326 .buddypress-wrap input[type="tel"]:focus, 3256 3327 .buddypress-wrap input[type="password"]:focus { 3328 -webkit-box-shadow: 0 0 8px #eaeaea; 3329 -moz-box-shadow: 0 0 8px #eaeaea; 3257 3330 box-shadow: 0 0 8px #eaeaea; 3258 3331 } … … 3591 3664 background: none; 3592 3665 border: 0; 3666 -webkit-border-radius: 0; 3667 -moz-border-radius: 0; 3668 -ms-border-radius: 0; 3593 3669 border-radius: 0; 3594 3670 background-clip: padding-box; … … 3853 3929 3854 3930 .center-vert { 3931 display: -ms-flexbox; 3932 display: -webkit-flex; 3855 3933 display: flex; 3934 -ms-flex-align: center; 3935 -webkit-align-items: center; 3936 -webkit-box-align: center; 3856 3937 align-items: center; 3857 3938 } … … 3958 4039 background: none; 3959 4040 border: 0; 4041 -moz-box-shadow: none; 4042 -webkit-box-shadow: none; 3960 4043 box-shadow: none; 3961 4044 color: #767676; … … 4053 4136 .buddypress #buddypress .create-button a { 4054 4137 border: 1px solid #ccc; 4138 -webkit-border-radius: 5px; 4139 -moz-border-radius: 5px; 4140 -ms-border-radius: 5px; 4055 4141 border-radius: 5px; 4056 4142 background-clip: padding-box; 4143 -webkit-box-shadow: inset 0 0 6px 0 #eaeaea; 4144 -moz-box-shadow: inset 0 0 6px 0 #eaeaea; 4057 4145 box-shadow: inset 0 0 6px 0 #eaeaea; 4058 4146 margin: 0.2em 0; … … 4063 4151 background: none; 4064 4152 border-color: #ccc; 4153 -webkit-box-shadow: inset 0 0 12px 0 #eaeaea; 4154 -moz-box-shadow: inset 0 0 12px 0 #eaeaea; 4065 4155 box-shadow: inset 0 0 12px 0 #eaeaea; 4066 4156 } … … 4084 4174 background: none; 4085 4175 border: 0; 4176 -moz-box-shadow: none; 4177 -webkit-box-shadow: none; 4086 4178 box-shadow: none; 4087 4179 margin: 0; … … 4184 4276 background: #0b80a4; 4185 4277 border: 0; 4278 -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2); 4279 -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2); 4186 4280 box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2); 4187 4281 color: #fff; … … 4189 4283 4190 4284 .buddypress-wrap .bp-feedback:not(.custom-homepage-info) { 4285 display: -webkit-flex; 4191 4286 display: -moz-flex; 4192 4287 display: -ms-flex; 4193 4288 display: -o-flex; 4194 4289 display: flex; 4290 -webkit-flex-flow: row nowrap; 4291 -moz-flex-flow: row nowrap; 4292 -ms-flex-flow: row nowrap; 4195 4293 -o-flex-flow: row nowrap; 4196 4294 flex-flow: row nowrap; 4295 -ms-flex-align: stretch; 4296 -webkit-align-items: stretch; 4297 -webkit-box-align: stretch; 4197 4298 align-items: stretch; 4198 4299 } … … 4201 4302 background: #fff; 4202 4303 color: #807f7f; 4304 -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1); 4305 -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1); 4203 4306 box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1); 4204 4307 color: #737373; … … 4279 4382 .buddypress-wrap .bp-feedback.success .bp-icon, 4280 4383 .buddypress-wrap .bp-feedback.updated .bp-icon { 4384 display: -webkit-box; 4385 display: -ms-flexbox; 4386 display: -webkit-flex; 4281 4387 display: flex; 4388 -ms-flex-align: center; 4389 -webkit-align-items: center; 4390 -webkit-box-align: center; 4282 4391 align-items: center; 4283 4392 } … … 4438 4547 4439 4548 .buddypress.widget .avatar-block { 4549 display: -webkit-flex; 4440 4550 display: -moz-flex; 4441 4551 display: -ms-flex; 4442 4552 display: -o-flex; 4443 4553 display: flex; 4554 -webkit-flex-flow: row wrap; 4555 -moz-flex-flow: row wrap; 4556 -ms-flex-flow: row wrap; 4444 4557 -o-flex-flow: row wrap; 4445 4558 flex-flow: row wrap; … … 4488 4601 .buddypress-wrap .buddypress.widget ul#groups-list, 4489 4602 .buddypress-wrap .buddypress.widget ul#members-list { 4603 display: -webkit-flex; 4490 4604 display: -moz-flex; 4491 4605 display: -ms-flex; 4492 4606 display: -o-flex; 4493 4607 display: flex; 4608 -webkit-flex-flow: column nowrap; 4609 -moz-flex-flow: column nowrap; 4610 -ms-flex-flow: column nowrap; 4494 4611 -o-flex-flow: column nowrap; 4495 4612 flex-flow: column nowrap; … … 4500 4617 .buddypress-wrap .buddypress.widget ul#groups-list, 4501 4618 .buddypress-wrap .buddypress.widget ul#members-list { 4619 display: -webkit-flex; 4502 4620 display: -moz-flex; 4503 4621 display: -ms-flex; 4504 4622 display: -o-flex; 4505 4623 display: flex; 4624 -webkit-flex-flow: row wrap; 4625 -moz-flex-flow: row wrap; 4626 -ms-flex-flow: row wrap; 4506 4627 -o-flex-flow: row wrap; 4507 4628 flex-flow: row wrap; … … 4513 4634 .buddypress-wrap .buddypress.widget ul#members-list li { 4514 4635 border: 1px solid #eee; 4636 -ms-flex-align: stretch; 4637 -webkit-align-items: stretch; 4638 -webkit-box-align: stretch; 4515 4639 align-items: stretch; 4640 -webkit-flex: 1 1 46%; 4516 4641 -moz-flex: 1 1 46%; 4642 -ms-flex: 1 1 46%; 4517 4643 -o-flex: 1 1 46%; 4518 4644 flex: 1 1 46%; … … 4524 4650 .buddypress-wrap .buddypress.widget ul#groups-list li, 4525 4651 .buddypress-wrap .buddypress.widget ul#members-list li { 4652 -webkit-flex: 0 1 20%; 4526 4653 -moz-flex: 0 1 20%; 4654 -ms-flex: 0 1 20%; 4527 4655 -o-flex: 0 1 20%; 4528 4656 flex: 0 1 20%; … … 4560 4688 .buddypress-wrap .buddypress.widget ul#groups-list li, 4561 4689 .buddypress-wrap .buddypress.widget ul#members-list li { 4690 -webkit-flex: 0 1 auto; 4562 4691 -moz-flex: 0 1 auto; 4692 -ms-flex: 0 1 auto; 4563 4693 -o-flex: 0 1 auto; 4564 4694 flex: 0 1 auto; … … 4588 4718 .buddypress-wrap a.loading, 4589 4719 .buddypress-wrap input.loading { 4720 -moz-animation: loader-pulsate 0.5s infinite ease-in-out alternate; 4721 -webkit-animation: loader-pulsate 0.5s infinite ease-in-out alternate; 4590 4722 animation: loader-pulsate 0.5s infinite ease-in-out alternate; 4591 4723 border-color: #aaa; 4724 } 4725 4726 @-webkit-keyframes loader-pulsate { 4727 from { 4728 border-color: #aaa; 4729 -webkit-box-shadow: 0 0 6px #ccc; 4730 box-shadow: 0 0 6px #ccc; 4731 } 4732 to { 4733 border-color: #ccc; 4734 -webkit-box-shadow: 0 0 6px #f8f8f8; 4735 box-shadow: 0 0 6px #f8f8f8; 4736 } 4737 } 4738 4739 @-moz-keyframes loader-pulsate { 4740 from { 4741 border-color: #aaa; 4742 -moz-box-shadow: 0 0 6px #ccc; 4743 box-shadow: 0 0 6px #ccc; 4744 } 4745 to { 4746 border-color: #ccc; 4747 -moz-box-shadow: 0 0 6px #f8f8f8; 4748 box-shadow: 0 0 6px #f8f8f8; 4749 } 4592 4750 } 4593 4751 … … 4595 4753 from { 4596 4754 border-color: #aaa; 4755 -moz-box-shadow: 0 0 6px #ccc; 4597 4756 box-shadow: 0 0 6px #ccc; 4598 4757 } 4599 4758 to { 4600 4759 border-color: #ccc; 4760 -moz-box-shadow: 0 0 6px #f8f8f8; 4601 4761 box-shadow: 0 0 6px #f8f8f8; 4602 4762 } … … 4617 4777 opacity: 0; 4618 4778 position: absolute; 4779 -webkit-transform: translate3d(0, 0, 0); 4780 -ms-transform: translate3d(0, 0, 0); 4619 4781 transform: translate3d(0, 0, 0); 4620 4782 visibility: hidden; … … 4637 4799 text-shadow: none; 4638 4800 text-transform: none; 4801 -webkit-transition: all 1.5s ease; 4802 -ms-transition: all 1.5s ease; 4639 4803 transition: all 1.5s ease; 4640 4804 white-space: nowrap; … … 4660 4824 margin-top: 7px; 4661 4825 top: 110%; 4826 -webkit-transform: translate(-50%, 0); 4827 -ms-transform: translate(-50%, 0); 4662 4828 transform: translate(-50%, 0); 4663 4829 } … … 4665 4831 .user-list .bp-tooltip:after { 4666 4832 left: 0; 4833 -webkit-transform: translate(0, 0); 4834 -ms-transform: translate(0, 0); 4667 4835 transform: translate(0, 0); 4668 4836 } … … 4672 4840 left: auto; 4673 4841 right: 0; 4842 -webkit-transform: translate(0, 0); 4843 -ms-transform: translate(0, 0); 4674 4844 transform: translate(0, 0); 4675 4845 } … … 4682 4852 .participants-list .bp-tooltip:after { 4683 4853 left: 0; 4854 -webkit-transform: translate(0, 0); 4855 -ms-transform: translate(0, 0); 4684 4856 transform: translate(0, 0); 4685 4857 } … … 4690 4862 left: auto; 4691 4863 right: 0; 4864 -webkit-transform: translate(0, 0); 4865 -ms-transform: translate(0, 0); 4692 4866 transform: translate(0, 0); 4693 4867 } … … 4705 4879 #item-body, 4706 4880 .single-screen-navs { 4881 -webkit-box-sizing: border-box; 4882 -moz-box-sizing: border-box; 4707 4883 box-sizing: border-box; 4708 4884 } … … 4710 4886 .grid > li, 4711 4887 .grid > li .generic-button a { 4888 -webkit-box-sizing: border-box; 4889 -moz-box-sizing: border-box; 4712 4890 box-sizing: border-box; 4713 4891 }
Note: See TracChangeset
for help on using the changeset viewer.