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