Changeset 10967
- Timestamp:
- 07/25/2016 02:46:53 AM (8 years ago)
- Location:
- trunk/src/bp-templates/bp-legacy
- Files:
-
- 25 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php
r10892 r10967 71 71 <?php if ( bp_group_is_visible() ) : ?> 72 72 73 <h 3><?php _e( 'Group Admins', 'buddypress' ); ?></h3>73 <h2><?php _e( 'Group Admins', 'buddypress' ); ?></h2> 74 74 75 75 <?php bp_group_list_admins(); … … 91 91 do_action( 'bp_before_group_menu_mods' ); ?> 92 92 93 <h 3><?php _e( 'Group Mods' , 'buddypress' ); ?></h3>93 <h2><?php _e( 'Group Mods' , 'buddypress' ); ?></h2> 94 94 95 95 <?php bp_group_list_mods(); -
trunk/src/bp-templates/bp-legacy/buddypress/groups/single/group-header.php
r10777 r10967 20 20 <?php if ( bp_group_is_visible() ) : ?> 21 21 22 <h 3><?php _e( 'Group Admins', 'buddypress' ); ?></h3>22 <h2><?php _e( 'Group Admins', 'buddypress' ); ?></h2> 23 23 24 24 <?php bp_group_list_admins(); … … 40 40 do_action( 'bp_before_group_menu_mods' ); ?> 41 41 42 <h 3><?php _e( 'Group Mods' , 'buddypress' ); ?></h3>42 <h2><?php _e( 'Group Mods' , 'buddypress' ); ?></h2> 43 43 44 44 <?php bp_group_list_mods(); -
trunk/src/bp-templates/bp-legacy/css/buddypress-rtl.css
r10964 r10967 1244 1244 width: 20%; 1245 1245 } 1246 #buddypress div#item-header div#item-actions h2, 1246 1247 #buddypress div#item-header div#item-actions h3 { 1247 1248 margin: 0 0 5px 0; -
trunk/src/bp-templates/bp-legacy/css/buddypress.css
r10964 r10967 1244 1244 width: 20%; 1245 1245 } 1246 #buddypress div#item-header div#item-actions h2, 1246 1247 #buddypress div#item-header div#item-actions h3 { 1247 1248 margin: 0 0 5px 0; -
trunk/src/bp-templates/bp-legacy/css/twentyeleven-rtl.css
r10964 r10967 978 978 order: 3; 979 979 } 980 .single-item.groups #buddypress div#item-header #item-actions h 3{980 .single-item.groups #buddypress div#item-header #item-actions h2 { 981 981 border-bottom: 1px solid #eaeaea; 982 982 text-align: center; … … 1020 1020 } 1021 1021 1022 .single-item.groups #buddypress div#item-header div#item-actions h 3{1022 .single-item.groups #buddypress div#item-header div#item-actions h2 { 1023 1023 font-size: 14px; 1024 1024 font-size: 0.9333333333rem; … … 1073 1073 width: auto; 1074 1074 } 1075 .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h 3{1075 .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h2 { 1076 1076 border-bottom: 1px solid #eaeaea; 1077 1077 } -
trunk/src/bp-templates/bp-legacy/css/twentyeleven.css
r10964 r10967 978 978 order: 3; 979 979 } 980 .single-item.groups #buddypress div#item-header #item-actions h 3{980 .single-item.groups #buddypress div#item-header #item-actions h2 { 981 981 border-bottom: 1px solid #eaeaea; 982 982 text-align: center; … … 1020 1020 } 1021 1021 1022 .single-item.groups #buddypress div#item-header div#item-actions h 3{1022 .single-item.groups #buddypress div#item-header div#item-actions h2 { 1023 1023 font-size: 14px; 1024 1024 font-size: 0.9333333333rem; … … 1073 1073 width: auto; 1074 1074 } 1075 .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h 3{1075 .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h2 { 1076 1076 border-bottom: 1px solid #eaeaea; 1077 1077 } -
trunk/src/bp-templates/bp-legacy/css/twentyeleven.scss
r10964 r10967 1414 1414 order: 3; 1415 1415 1416 h 3{1416 h2 { 1417 1417 border-bottom: 1px solid $border-light; 1418 1418 text-align: center; … … 1450 1450 } 1451 1451 1452 h 3{1452 h2 { 1453 1453 @include font-size(14); 1454 1454 font-weight: bold; … … 1522 1522 width: auto; 1523 1523 1524 h 3{border-bottom: 1px solid $border-light;}1524 h2 {border-bottom: 1px solid $border-light;} 1525 1525 } 1526 1526 } // @media -
trunk/src/bp-templates/bp-legacy/css/twentyfifteen-rtl.css
r10964 r10967 895 895 } 896 896 897 .single-item.groups #buddypress div#item-header div#item-actions h 3{897 .single-item.groups #buddypress div#item-header div#item-actions h2 { 898 898 background: #555; 899 899 color: #fff; … … 904 904 905 905 @media screen and (min-width: 46.25em) { 906 .single-item.groups #buddypress div#item-header div#item-actions h 3{906 .single-item.groups #buddypress div#item-header div#item-actions h2 { 907 907 font-size: 16px; 908 908 font-size: 1.6rem; -
trunk/src/bp-templates/bp-legacy/css/twentyfifteen.css
r10964 r10967 895 895 } 896 896 897 .single-item.groups #buddypress div#item-header div#item-actions h 3{897 .single-item.groups #buddypress div#item-header div#item-actions h2 { 898 898 background: #555; 899 899 color: #fff; … … 904 904 905 905 @media screen and (min-width: 46.25em) { 906 .single-item.groups #buddypress div#item-header div#item-actions h 3{906 .single-item.groups #buddypress div#item-header div#item-actions h2 { 907 907 font-size: 16px; 908 908 font-size: 1.6rem; -
trunk/src/bp-templates/bp-legacy/css/twentyfifteen.scss
r10964 r10967 1149 1149 } 1150 1150 1151 h 3{1151 h2 { 1152 1152 background: $dark-background; 1153 1153 color: $content-background; -
trunk/src/bp-templates/bp-legacy/css/twentyfourteen-rtl.css
r10964 r10967 704 704 } 705 705 706 .single-item.groups #buddypress #item-header #item-actions h 3{706 .single-item.groups #buddypress #item-header #item-actions h2 { 707 707 font-size: 20px; 708 708 font-size: 1.25rem; -
trunk/src/bp-templates/bp-legacy/css/twentyfourteen.css
r10964 r10967 704 704 } 705 705 706 .single-item.groups #buddypress #item-header #item-actions h 3{706 .single-item.groups #buddypress #item-header #item-actions h2 { 707 707 font-size: 20px; 708 708 font-size: 1.25rem; -
trunk/src/bp-templates/bp-legacy/css/twentyfourteen.scss
r10964 r10967 1014 1014 width: auto; 1015 1015 1016 h 3{1016 h2 { 1017 1017 @include font-size(20); 1018 1018 } -
trunk/src/bp-templates/bp-legacy/css/twentysixteen-rtl.css
r10964 r10967 939 939 order: 3; 940 940 } 941 .single-item.groups #buddypress div#item-header #item-actions h 3{941 .single-item.groups #buddypress div#item-header #item-actions h2 { 942 942 border-bottom: 1px solid #eaeaea; 943 943 text-align: center; … … 975 975 } 976 976 977 .single-item.groups #buddypress div#item-header div#item-actions h 3{977 .single-item.groups #buddypress div#item-header div#item-actions h2 { 978 978 font-size: 14px; 979 979 font-size: 0.875rem; … … 982 982 983 983 @media screen and (min-width: 46.25em) { 984 .single-item.groups #buddypress div#item-header div#item-actions h 3{984 .single-item.groups #buddypress div#item-header div#item-actions h2 { 985 985 font-size: 16px; 986 986 font-size: 1rem; -
trunk/src/bp-templates/bp-legacy/css/twentysixteen.css
r10964 r10967 939 939 order: 3; 940 940 } 941 .single-item.groups #buddypress div#item-header #item-actions h 3{941 .single-item.groups #buddypress div#item-header #item-actions h2 { 942 942 border-bottom: 1px solid #eaeaea; 943 943 text-align: center; … … 975 975 } 976 976 977 .single-item.groups #buddypress div#item-header div#item-actions h 3{977 .single-item.groups #buddypress div#item-header div#item-actions h2 { 978 978 font-size: 14px; 979 979 font-size: 0.875rem; … … 982 982 983 983 @media screen and (min-width: 46.25em) { 984 .single-item.groups #buddypress div#item-header div#item-actions h 3{984 .single-item.groups #buddypress div#item-header div#item-actions h2 { 985 985 font-size: 16px; 986 986 font-size: 1rem; -
trunk/src/bp-templates/bp-legacy/css/twentysixteen.scss
r10964 r10967 1324 1324 order: 3; 1325 1325 1326 h 3{1326 h2 { 1327 1327 border-bottom: 1px solid $border-light; 1328 1328 text-align: center; … … 1356 1356 } 1357 1357 1358 h 3{1358 h2 { 1359 1359 @include font-size(14); 1360 1360 -
trunk/src/bp-templates/bp-legacy/css/twentyten-rtl.css
r10964 r10967 914 914 order: 3; 915 915 } 916 .single-item.groups #buddypress div#item-header #item-actions h 3{916 .single-item.groups #buddypress div#item-header #item-actions h2 { 917 917 border-bottom: 1px solid #eaeaea; 918 918 text-align: center; … … 956 956 } 957 957 958 .single-item.groups #buddypress div#item-header div#item-actions h 3{958 .single-item.groups #buddypress div#item-header div#item-actions h2 { 959 959 font-size: 14px; 960 960 font-size: 0.9333333333rem; … … 1009 1009 width: auto; 1010 1010 } 1011 .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h 3{1011 .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h2 { 1012 1012 border-bottom: 1px solid #eaeaea; 1013 1013 } -
trunk/src/bp-templates/bp-legacy/css/twentyten.css
r10964 r10967 914 914 order: 3; 915 915 } 916 .single-item.groups #buddypress div#item-header #item-actions h 3{916 .single-item.groups #buddypress div#item-header #item-actions h2 { 917 917 border-bottom: 1px solid #eaeaea; 918 918 text-align: center; … … 956 956 } 957 957 958 .single-item.groups #buddypress div#item-header div#item-actions h 3{958 .single-item.groups #buddypress div#item-header div#item-actions h2 { 959 959 font-size: 14px; 960 960 font-size: 0.9333333333rem; … … 1009 1009 width: auto; 1010 1010 } 1011 .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h 3{1011 .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h2 { 1012 1012 border-bottom: 1px solid #eaeaea; 1013 1013 } -
trunk/src/bp-templates/bp-legacy/css/twentyten.scss
r10964 r10967 1304 1304 order: 3; 1305 1305 1306 h 3{1306 h2 { 1307 1307 border-bottom: 1px solid $border-light; 1308 1308 text-align: center; … … 1340 1340 } 1341 1341 1342 h 3{1342 h2 { 1343 1343 @include font-size(14); 1344 1344 font-weight: bold; … … 1412 1412 width: auto; 1413 1413 1414 h 3{border-bottom: 1px solid $border-light;}1414 h2 {border-bottom: 1px solid $border-light;} 1415 1415 } 1416 1416 } // @media -
trunk/src/bp-templates/bp-legacy/css/twentythirteen-rtl.css
r10964 r10967 913 913 order: 3; 914 914 } 915 .single-item.groups #buddypress div#item-header #item-actions h 3{915 .single-item.groups #buddypress div#item-header #item-actions h2 { 916 916 border-bottom: 1px solid #eaeaea; 917 917 text-align: center; … … 949 949 } 950 950 951 .single-item.groups #buddypress div#item-header div#item-actions h 3{951 .single-item.groups #buddypress div#item-header div#item-actions h2 { 952 952 font-size: 14px; 953 953 font-size: 0.875rem; … … 956 956 957 957 @media screen and (min-width: 46.25em) { 958 .single-item.groups #buddypress div#item-header div#item-actions h 3{958 .single-item.groups #buddypress div#item-header div#item-actions h2 { 959 959 font-size: 16px; 960 960 font-size: 1rem; … … 979 979 width: 28%; 980 980 } 981 .single-item.groups #buddypress div#item-header div#item-actions h 3{981 .single-item.groups #buddypress div#item-header div#item-actions h2 { 982 982 font-size: 14px; 983 983 font-size: 0.875rem; -
trunk/src/bp-templates/bp-legacy/css/twentythirteen.css
r10964 r10967 913 913 order: 3; 914 914 } 915 .single-item.groups #buddypress div#item-header #item-actions h 3{915 .single-item.groups #buddypress div#item-header #item-actions h2 { 916 916 border-bottom: 1px solid #eaeaea; 917 917 text-align: center; … … 949 949 } 950 950 951 .single-item.groups #buddypress div#item-header div#item-actions h 3{951 .single-item.groups #buddypress div#item-header div#item-actions h2 { 952 952 font-size: 14px; 953 953 font-size: 0.875rem; … … 956 956 957 957 @media screen and (min-width: 46.25em) { 958 .single-item.groups #buddypress div#item-header div#item-actions h 3{958 .single-item.groups #buddypress div#item-header div#item-actions h2 { 959 959 font-size: 16px; 960 960 font-size: 1rem; … … 979 979 width: 28%; 980 980 } 981 .single-item.groups #buddypress div#item-header div#item-actions h 3{981 .single-item.groups #buddypress div#item-header div#item-actions h2 { 982 982 font-size: 14px; 983 983 font-size: 0.875rem; -
trunk/src/bp-templates/bp-legacy/css/twentythirteen.scss
r10964 r10967 1247 1247 order: 3; 1248 1248 1249 h 3{1249 h2 { 1250 1250 border-bottom: 1px solid $border-light; 1251 1251 text-align: center; … … 1279 1279 } 1280 1280 1281 h 3{1281 h2 { 1282 1282 @include font-size(14); 1283 1283 … … 1311 1311 width: 28%; 1312 1312 1313 h 3{1313 h2 { 1314 1314 @include font-size(14); 1315 1315 } -
trunk/src/bp-templates/bp-legacy/css/twentytwelve-rtl.css
r10964 r10967 950 950 order: 3; 951 951 } 952 .single-item.groups #buddypress div#item-header #item-actions h 3{952 .single-item.groups #buddypress div#item-header #item-actions h2 { 953 953 border-bottom: 1px solid #eaeaea; 954 954 text-align: center; … … 992 992 } 993 993 994 .single-item.groups #buddypress div#item-header div#item-actions h 3{994 .single-item.groups #buddypress div#item-header div#item-actions h2 { 995 995 font-size: 14px; 996 996 font-size: 1rem; … … 1044 1044 width: auto; 1045 1045 } 1046 .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h 3{1046 .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h2 { 1047 1047 border-bottom: 1px solid #eaeaea; 1048 1048 } -
trunk/src/bp-templates/bp-legacy/css/twentytwelve.css
r10964 r10967 950 950 order: 3; 951 951 } 952 .single-item.groups #buddypress div#item-header #item-actions h 3{952 .single-item.groups #buddypress div#item-header #item-actions h2 { 953 953 border-bottom: 1px solid #eaeaea; 954 954 text-align: center; … … 992 992 } 993 993 994 .single-item.groups #buddypress div#item-header div#item-actions h 3{994 .single-item.groups #buddypress div#item-header div#item-actions h2 { 995 995 font-size: 14px; 996 996 font-size: 1rem; … … 1044 1044 width: auto; 1045 1045 } 1046 .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h 3{1046 .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h2 { 1047 1047 border-bottom: 1px solid #eaeaea; 1048 1048 } -
trunk/src/bp-templates/bp-legacy/css/twentytwelve.scss
r10964 r10967 1327 1327 order: 3; 1328 1328 1329 h 3{1329 h2 { 1330 1330 border-bottom: 1px solid $border-light; 1331 1331 text-align: center; … … 1363 1363 } 1364 1364 1365 h 3{1365 h2 { 1366 1366 @include font-size(14); 1367 1367 padding: 0.2em; … … 1434 1434 width: auto; 1435 1435 1436 h 3{border-bottom: 1px solid $border-light;}1436 h2 {border-bottom: 1px solid $border-light;} 1437 1437 } 1438 1438 } // @media
Note: See TracChangeset
for help on using the changeset viewer.