Changeset 3655
- Timestamp:
- 01/08/2012 11:00:16 PM (13 years ago)
- Location:
- branches/plugin/bbp-themes/bbp-twentyten
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-themes/bbp-twentyten/bbpress/content-single-user.php
r3651 r3655 16 16 <?php bbp_get_template_part( 'bbpress/user', 'details' ); ?> 17 17 18 <hr />19 20 18 <?php bbp_get_template_part( 'bbpress/user', 'subscriptions' ); ?> 21 19 22 <hr />23 24 20 <?php bbp_get_template_part( 'bbpress/user', 'favorites' ); ?> 25 26 <hr />27 21 28 22 <?php bbp_get_template_part( 'bbpress/user', 'topics-created' ); ?> -
branches/plugin/bbp-themes/bbp-twentyten/css/bbpress-rtl.css
r3653 r3655 12 12 #container hr { 13 13 margin: 0 0 24px 0; 14 }15 #entry-author-info {16 margin: 10px 0 0 0;17 border-bottom: 1px solid #fff;18 14 } 19 15 … … 68 64 border: 1px solid #eee; 69 65 margin-bottom: 20px; 66 clear: both; 70 67 } 71 68 … … 83 80 padding: 8px; 84 81 text-align: center; 85 clear: both;86 82 } 87 83 … … 94 90 } 95 91 96 #bbpress-forums li.bbp-header li, 97 #bbpress-forums li.bbp-footer li { 98 float: right; 92 #bbpress-forums li.bbp-header .bbp-reply-author, 93 #bbpress-forums li.bbp-footer .bbp-reply-author { 94 float: right; 95 width: 120px; 96 } 97 98 #bbpress-forums li.bbp-header .bbp-reply-content, 99 #bbpress-forums li.bbp-footer .bbp-reply-content { 100 margin-right: 140px; 101 text-align: right; 99 102 } 100 103 … … 107 110 #bbpress-forums .bbp-reply-content img { 108 111 max-width: 100%; 112 } 113 114 #bbpress-forums .bbp-topic-content ul, 115 #bbpress-forums .bbp-reply-content ul { 116 list-style: square; 117 padding-right: 15px; 109 118 } 110 119 … … 143 152 } 144 153 145 div.bbp-topic-author,146 div.bbp-reply-author {147 float: right;148 text-align: center;149 }150 151 div.bbp-topic-content,152 div.bbp-reply-content {153 margin-right: 140px;154 text-align: right;155 }156 157 154 li.bbp-header div.bbp-topic-content span#subscription-toggle, 158 155 li.bbp-header div.bbp-topic-content span#favorite-toggle, … … 164 161 li.bbp-body div.bbp-topic-author, 165 162 li.bbp-body div.bbp-reply-author { 166 padding: 12px; 167 vertical-align: top; 163 float: right; 164 text-align: center; 165 width: 115px; 166 } 167 168 li.bbp-body div.bbp-topic-author img.avatar, 169 li.bbp-body div.bbp-reply-author img.avatar { 170 border: 0; 171 max-width: 80px; 172 padding: 12px 20px 0 12px; 173 } 174 175 li.bbp-body div.bbp-topic-author a.bbp-author-name, 176 li.bbp-body div.bbp-reply-author a.bbp-author-name { 177 padding-right: 12px; 178 padding-left: 20px; 179 word-wrap: break-word; 168 180 } 169 181 170 182 li.bbp-body div.bbp-topic-content, 171 183 li.bbp-body div.bbp-reply-content { 184 margin-right: 140px; 172 185 padding: 12px 12px 12px 0px; 173 vertical-align: top;186 text-align: right; 174 187 } 175 188 … … 418 431 float: left; 419 432 clear: none; 433 margin-right: 25px; 420 434 } 421 435 … … 759 773 .activity-list li.bbp_topic_create .activity-content .activity-inner, 760 774 .activity-list li.bbp_reply_create .activity-content .activity-inner { 761 border-right: 2px solid # EAEAEA;775 border-right: 2px solid #eaeaea; 762 776 margin-right: 5px; 763 777 padding-right: 10px; 764 778 } 779 780 /* =User Pages 781 -------------------------------------------------------------- */ 782 783 #bbpress-forums h1 { 784 clear: none; 785 font-size: 1.8em; 786 line-height: 1em; 787 padding-bottom: 10px; 788 } 789 790 #bbpress-forums h2.entry-title { 791 font-size: 1.4em; 792 margin-bottom: 0; 793 padding-bottom: 10px; 794 padding-top: 0px; 795 } 796 797 #bbpress-forums #entry-author-info { 798 margin: 10px 0 20px 0; 799 overflow: hidden; 800 } 801 802 #bbpress-forums #entry-author-info #author-avatar { 803 float: right; 804 margin-left: 0; 805 width: 60px; 806 } 807 808 #bbpress-forums #entry-author-info #author-avatar img.avatar { 809 max-width: 60px; 810 } 811 812 #bbpress-forums #entry-author-info #author-description { 813 float: none; 814 margin-right: 100px; 815 } 816 817 #bbp-author-subscriptions, 818 #bbp-author-favorites, 819 #bbp-author-topics-started { 820 border-top: 1px solid #ccc; 821 clear: both; 822 margin-bottom: 20px; 823 padding-top: 20px; 824 } 825 826 827 /* =BuddyPress Group Forums 828 -------------------------------------------------------------- */ 829 830 body.groups #bbpress-forums { 831 margin: -19px -19px 0 -19px; 832 } 833 834 body.groups #bbpress-forums ul.bbp-forums, 835 body.groups #bbpress-forums ul.bbp-topics, 836 body.groups #bbpress-forums ul.bbp-forums { 837 border: none; 838 } 839 840 #bbpress-forums div.row-actions { 841 font-size: 11px; 842 visibility: hidden; 843 } 844 845 #bbpress-forums li:hover > div.row-actions { 846 visibility: visible; 847 } -
branches/plugin/bbp-themes/bbp-twentyten/css/bbpress.css
r3654 r3655 12 12 #container hr { 13 13 margin: 0 0 24px 0; 14 }15 #entry-author-info {16 margin: 10px 0 0 0;17 border-bottom: 1px solid #fff;18 14 } 19 15 … … 94 90 } 95 91 96 #bbpress-forums li.bbp-header li, 97 #bbpress-forums li.bbp-footer li { 98 float: left; 92 #bbpress-forums li.bbp-header .bbp-reply-author, 93 #bbpress-forums li.bbp-footer .bbp-reply-author { 94 float: left; 95 width: 120px; 96 } 97 98 #bbpress-forums li.bbp-header .bbp-reply-content, 99 #bbpress-forums li.bbp-footer .bbp-reply-content { 100 margin-left: 140px; 101 text-align: left; 99 102 } 100 103 … … 107 110 #bbpress-forums .bbp-reply-content img { 108 111 max-width: 100%; 112 } 113 114 #bbpress-forums .bbp-topic-content ul, 115 #bbpress-forums .bbp-reply-content ul { 116 list-style: square; 117 padding-left: 15px; 109 118 } 110 119 … … 143 152 } 144 153 145 div.bbp-topic-author,146 div.bbp-reply-author {147 float: left;148 text-align: center;149 }150 151 div.bbp-topic-content,152 div.bbp-reply-content {153 margin-left: 140px;154 text-align: left;155 }156 157 154 li.bbp-header div.bbp-topic-content span#subscription-toggle, 158 155 li.bbp-header div.bbp-topic-content span#favorite-toggle, … … 164 161 li.bbp-body div.bbp-topic-author, 165 162 li.bbp-body div.bbp-reply-author { 166 padding: 12px; 167 vertical-align: top; 163 float: left; 164 text-align: center; 165 width: 115px; 166 } 167 168 li.bbp-body div.bbp-topic-author img.avatar, 169 li.bbp-body div.bbp-reply-author img.avatar { 170 border: 0; 171 max-width: 80px; 172 padding: 12px 20px 0 12px; 173 } 174 175 li.bbp-body div.bbp-topic-author a.bbp-author-name, 176 li.bbp-body div.bbp-reply-author a.bbp-author-name { 177 padding-left: 12px; 178 padding-right: 20px; 179 word-wrap: break-word; 168 180 } 169 181 170 182 li.bbp-body div.bbp-topic-content, 171 183 li.bbp-body div.bbp-reply-content { 184 margin-left: 140px; 172 185 padding: 12px 12px 12px 0px; 173 vertical-align: top;186 text-align: left; 174 187 } 175 188 … … 760 773 .activity-list li.bbp_topic_create .activity-content .activity-inner, 761 774 .activity-list li.bbp_reply_create .activity-content .activity-inner { 762 border-left: 2px solid # EAEAEA;775 border-left: 2px solid #eaeaea; 763 776 margin-left: 5px; 764 777 padding-left: 10px; 765 778 } 779 780 /* =User Pages 781 -------------------------------------------------------------- */ 782 783 #bbpress-forums h1 { 784 clear: none; 785 font-size: 1.8em; 786 line-height: 1em; 787 padding-bottom: 10px; 788 } 789 790 #bbpress-forums h2.entry-title { 791 font-size: 1.4em; 792 margin-bottom: 0; 793 padding-bottom: 10px; 794 padding-top: 0px; 795 } 796 797 #bbpress-forums #entry-author-info { 798 margin: 10px 0 20px 0; 799 overflow: hidden; 800 } 801 802 #bbpress-forums #entry-author-info #author-avatar { 803 float: left; 804 margin-right: 0; 805 width: 60px; 806 } 807 808 #bbpress-forums #entry-author-info #author-avatar img.avatar { 809 max-width: 60px; 810 } 811 812 #bbpress-forums #entry-author-info #author-description { 813 float: none; 814 margin-left: 100px; 815 } 816 817 #bbp-author-subscriptions, 818 #bbp-author-favorites, 819 #bbp-author-topics-started { 820 border-top: 1px solid #ccc; 821 clear: both; 822 margin-bottom: 20px; 823 padding-top: 20px; 824 } 825 766 826 767 827 /* =BuddyPress Group Forums
Note: See TracChangeset
for help on using the changeset viewer.