Changeset 9880
- Timestamp:
- 05/19/2015 08:04:56 PM (10 years ago)
- Location:
- trunk/src/bp-templates/bp-legacy/css
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/twentyfourteen-rtl.css
r9872 r9880 57 57 58 58 .buddypress .site-content { 59 padding-bottom: 20px; 59 60 padding-top: 4%; } 60 61 @media screen and (min-width: 59.6875em) { … … 169 170 border-right: 0; 170 171 border-left: 0; 171 margin: 0 -20px 40px; }172 margin: 0 -20px 20px; } 172 173 #buddypress #item-body #subnav li:focus, #buddypress #item-body #subnav li:hover { 173 174 background: #bebebe; } … … 250 251 #buddypress ul.item-list li .item { 251 252 float: right; 252 width: 60%; }253 width: 55%; } 253 254 #buddypress ul.item-list li .item div.item-desc { 254 255 margin: 0; … … 406 407 /* groups & user account page entry title */ 407 408 .single-item.groups .entry-title, .bp-user .entry-title { 408 background: # 333333;409 background: #4d4d4d; 409 410 color: #fff; 410 411 font-size: 22px; … … 429 430 clear: both; 430 431 margin-bottom: 5px; 431 padding-top: 20px; }432 padding-top: 10px; } 432 433 #buddypress div#item-header #message p { 433 434 margin-bottom: 0; } … … 528 529 /** 529 530 *------------------------------------------------- 530 * @subsection 6.2.1 - item-body: groups531 * @subsection 6.2.1 - item-body: Groups 531 532 *------------------------------------------------- 532 533 */ … … 536 537 *------------------------------ 537 538 */ 538 /* manage members */ 539 /* Settings */ 540 #group-settings-form .radio strong, #create-group-form .radio strong { 541 font-size: 18px; 542 font-size: 1.125rem; } 543 #group-settings-form .radio ul, #create-group-form .radio ul { 544 color: #777777; } 545 #group-settings-form #group-creation-previous, #create-group-form #group-creation-previous { 546 margin: 10px 0; } 547 548 /* Manage Members */ 539 549 .groups.manage-members #group-settings-form h4 { 540 550 margin-top: 40px; } … … 569 579 /** 570 580 *------------------------------ 571 * 6.2.1.2 - Group members list581 * 6.2.1.2 - Group Members List 572 582 *------------------------------ 573 583 */ … … 688 698 */ 689 699 #buddypress { 690 /* Read Single thread */ } 700 /* Read Single thread */ 701 /* Sitewide Notices loop */ } 691 702 #buddypress table#message-threads { 692 703 border-right: 1px solid rgba(0, 0, 0, 0.2); … … 765 776 width: 30px; } 766 777 #buddypress #message-thread #message-subject { 767 background: # 333333;778 background: #4d4d4d; 768 779 color: #fff; 769 780 padding: 0.5em; } … … 773 784 clear: right; 774 785 margin-right: 0; } 786 #buddypress #message-threads.sitewide-notices td { 787 width: 100%; } 788 #buddypress #message-threads.sitewide-notices td strong { 789 background: #4d4d4d; 790 color: #fff; 791 font-size: 16px; 792 font-size: 1rem; 793 display: block; 794 margin-bottom: 0.4em; 795 padding: 0.2em; } 796 #buddypress #message-threads.sitewide-notices td a { 797 display: inline-block; 798 line-height: initial; } 799 #buddypress #message-threads.sitewide-notices td:first-child { 800 display: none; } 801 #buddypress #message-threads.sitewide-notices td:first-child + td + td { 802 border-bottom: 0; } 803 #buddypress #message-threads.sitewide-notices td:first-child + td + td span { 804 line-height: 1; } 805 #buddypress #message-threads.sitewide-notices td:last-child { 806 border-bottom-color: rgba(0, 0, 0, 0.2); 807 line-height: 1; 808 text-align: left; } 809 #buddypress #message-threads.sitewide-notices td:last-child a:last-child { 810 line-height: 0; 811 margin-right: 0.7em; 812 text-indent: -999em; } 813 #buddypress #message-threads.sitewide-notices td:last-child a:last-child::after { 814 content: attr(title); 815 display: block; 816 line-height: initial; 817 text-indent: 0; } 775 818 776 819 /** -
trunk/src/bp-templates/bp-legacy/css/twentyfourteen.css
r9872 r9880 57 57 58 58 .buddypress .site-content { 59 padding-bottom: 20px; 59 60 padding-top: 4%; } 60 61 @media screen and (min-width: 59.6875em) { … … 169 170 border-left: 0; 170 171 border-right: 0; 171 margin: 0 -20px 40px; }172 margin: 0 -20px 20px; } 172 173 #buddypress #item-body #subnav li:focus, #buddypress #item-body #subnav li:hover { 173 174 background: #bebebe; } … … 250 251 #buddypress ul.item-list li .item { 251 252 float: left; 252 width: 60%; }253 width: 55%; } 253 254 #buddypress ul.item-list li .item div.item-desc { 254 255 margin: 0; … … 406 407 /* groups & user account page entry title */ 407 408 .single-item.groups .entry-title, .bp-user .entry-title { 408 background: # 333333;409 background: #4d4d4d; 409 410 color: #fff; 410 411 font-size: 22px; … … 429 430 clear: both; 430 431 margin-bottom: 5px; 431 padding-top: 20px; }432 padding-top: 10px; } 432 433 #buddypress div#item-header #message p { 433 434 margin-bottom: 0; } … … 528 529 /** 529 530 *------------------------------------------------- 530 * @subsection 6.2.1 - item-body: groups531 * @subsection 6.2.1 - item-body: Groups 531 532 *------------------------------------------------- 532 533 */ … … 536 537 *------------------------------ 537 538 */ 538 /* manage members */ 539 /* Settings */ 540 #group-settings-form .radio strong, #create-group-form .radio strong { 541 font-size: 18px; 542 font-size: 1.125rem; } 543 #group-settings-form .radio ul, #create-group-form .radio ul { 544 color: #777777; } 545 #group-settings-form #group-creation-previous, #create-group-form #group-creation-previous { 546 margin: 10px 0; } 547 548 /* Manage Members */ 539 549 .groups.manage-members #group-settings-form h4 { 540 550 margin-top: 40px; } … … 569 579 /** 570 580 *------------------------------ 571 * 6.2.1.2 - Group members list581 * 6.2.1.2 - Group Members List 572 582 *------------------------------ 573 583 */ … … 688 698 */ 689 699 #buddypress { 690 /* Read Single thread */ } 700 /* Read Single thread */ 701 /* Sitewide Notices loop */ } 691 702 #buddypress table#message-threads { 692 703 border-left: 1px solid rgba(0, 0, 0, 0.2); … … 765 776 width: 30px; } 766 777 #buddypress #message-thread #message-subject { 767 background: # 333333;778 background: #4d4d4d; 768 779 color: #fff; 769 780 padding: 0.5em; } … … 773 784 clear: left; 774 785 margin-left: 0; } 786 #buddypress #message-threads.sitewide-notices td { 787 width: 100%; } 788 #buddypress #message-threads.sitewide-notices td strong { 789 background: #4d4d4d; 790 color: #fff; 791 font-size: 16px; 792 font-size: 1rem; 793 display: block; 794 margin-bottom: 0.4em; 795 padding: 0.2em; } 796 #buddypress #message-threads.sitewide-notices td a { 797 display: inline-block; 798 line-height: initial; } 799 #buddypress #message-threads.sitewide-notices td:first-child { 800 display: none; } 801 #buddypress #message-threads.sitewide-notices td:first-child + td + td { 802 border-bottom: 0; } 803 #buddypress #message-threads.sitewide-notices td:first-child + td + td span { 804 line-height: 1; } 805 #buddypress #message-threads.sitewide-notices td:last-child { 806 border-bottom-color: rgba(0, 0, 0, 0.2); 807 line-height: 1; 808 text-align: right; } 809 #buddypress #message-threads.sitewide-notices td:last-child a:last-child { 810 line-height: 0; 811 margin-left: 0.7em; 812 text-indent: -999em; } 813 #buddypress #message-threads.sitewide-notices td:last-child a:last-child::after { 814 content: attr(title); 815 display: block; 816 line-height: initial; 817 text-indent: 0; } 775 818 776 819 /** -
trunk/src/bp-templates/bp-legacy/css/twentyfourteen.scss
r9872 r9880 119 119 // titles dark backgrounds 120 120 @mixin title-background-dark() { 121 background: lighten($dark-background, 20%);121 background: lighten($dark-background, 30%); 122 122 color: $dark-back-text-color; 123 123 } … … 222 222 223 223 .site-content { 224 padding-bottom: $spacing-val-md; 224 225 padding-top: 4%; 225 226 … … 238 239 } 239 240 240 #buddypress { margin-bottom: $spacing-val-lg; } 241 } // .article 242 } // .content 241 #buddypress { 242 margin-bottom: $spacing-val-lg; 243 } 244 245 } // .article 246 } // .content 243 247 } // .buddypress ( body class ) 244 248 … … 430 434 border-left: 0; 431 435 border-right: 0; 432 margin: 0 (-$spacing-val-md) $spacing-val- lg;436 margin: 0 (-$spacing-val-md) $spacing-val-md; 433 437 434 438 li:focus, … … 588 592 .item { 589 593 float: left; 590 width: 60%;594 width: 55%; 591 595 592 596 div.item-desc { … … 899 903 clear: both; 900 904 margin-bottom: $spacing-val-xs; 901 padding-top: $spacing-val- md;905 padding-top: $spacing-val-sm; 902 906 903 907 p {margin-bottom: 0;} … … 1067 1071 /** 1068 1072 *------------------------------------------------- 1069 * @subsection 6.2.1 - item-body: groups1073 * @subsection 6.2.1 - item-body: Groups 1070 1074 *------------------------------------------------- 1071 1075 */ … … 1077 1081 */ 1078 1082 1079 /* manage members */ 1083 /* Settings */ 1084 1085 #group-settings-form, 1086 #create-group-form { 1087 1088 .radio { 1089 strong { 1090 @include font-size(18); 1091 } 1092 1093 ul { 1094 color: lighten($body-text, 30%); 1095 } 1096 } 1097 1098 #group-creation-previous {margin: $spacing-val-sm 0;} 1099 } 1100 1101 /* Manage Members */ 1080 1102 .groups.manage-members { 1081 1103 #group-settings-form { … … 1127 1149 /** 1128 1150 *------------------------------ 1129 * 6.2.1.2 - Group members list1151 * 6.2.1.2 - Group Members List 1130 1152 *------------------------------ 1131 1153 */ … … 1474 1496 } 1475 1497 1498 /* Sitewide Notices loop */ 1499 #message-threads.sitewide-notices { 1500 td { 1501 width: 100%; 1502 1503 strong { 1504 @include title-background-dark(); 1505 @include font-size(16); 1506 display: block; 1507 margin-bottom: 0.4em; 1508 padding: 0.2em; 1509 } 1510 1511 a { 1512 display: inline-block; 1513 line-height: initial; 1514 } 1515 } 1516 1517 td:first-child { 1518 display: none; 1519 } 1520 1521 td:first-child + td + td { 1522 // notice date 1523 border-bottom: 0; 1524 1525 span { 1526 line-height: 1; 1527 } 1528 } 1529 1530 td:last-child { 1531 // notice actions 1532 border-bottom-color: $border-med; 1533 line-height: 1; 1534 text-align: right; 1535 1536 a:last-child { 1537 // hide the 'x' text 1538 line-height: 0; 1539 margin-left: 0.7em; 1540 text-indent: -999em; 1541 } 1542 1543 a:last-child::after { 1544 content: attr(title); 1545 display: block; 1546 line-height: initial; 1547 text-indent: 0; 1548 } 1549 } 1550 } 1551 1476 1552 } // close #buddypress - user acounts item-body 1477 1553
Note: See TracChangeset
for help on using the changeset viewer.