| 1 | /*-------------------------------------------------------------- |
| 2 | |
| 3 | This is the BuddyPress Companion stylesheet for |
| 4 | the WordPress Twentyfifteen theme. |
| 5 | |
| 6 | This sheet supports the primary BuddyPress styles in buddypress.css |
| 7 | |
| 8 | The Rulesets shadow the BP default stylesheet sectioning |
| 9 | to maintain uniformity. |
| 10 | |
| 11 | ---------------------------------------------------------------- |
| 12 | >>> TABLE OF CONTENTS: |
| 13 | ---------------------------------------------------------------- |
| 14 | 1.0 - Navigation |
| 15 | 1.1 - Nav - General/Common tabs, links |
| 16 | 1.2 - Pagination |
| 17 | 2.0 - Images |
| 18 | 3.0 - BuddyPress |
| 19 | 3.1 - Activity |
| 20 | 3.1.1 - Activity Listing |
| 21 | 3.1.2 - Activity Comments |
| 22 | 3.2 - Toolbar |
| 23 | 3.3 - Directories - Members, Groups, Blogs, Forums |
| 24 | 3.4 - Error / Success Messages |
| 25 | 3.5 - Forms |
| 26 | 3.6 - Ajax Loading |
| 27 | 3.7 - Topics and Tables - Forums and General |
| 28 | 3.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums |
| 29 | 3.9 - Private Messaging Threads |
| 30 | 3.10 - Extended Profiles |
| 31 | 3.11 - Widgets |
| 32 | --------------------------------------------------------------*/ |
| 33 | /*-------------------------------------------------------------- |
| 34 | 1 - Navigation |
| 35 | --------------------------------------------------------------*/ |
| 36 | /*-------------------------------------------------------------- |
| 37 | 1.1 - Nav - General/Common tabs, links |
| 38 | --------------------------------------------------------------*/ |
| 39 | /* line 49, twentyfifteen.scss */ |
| 40 | .buddypress #buddypress .item-list-tabs a, |
| 41 | .buddypress #buddypress .activity-header a, |
| 42 | .buddypress #buddypress .activity-inner a, |
| 43 | .buddypress #buddypress .activity-comments a, |
| 44 | .buddypress #buddypress .load-more a { |
| 45 | border-bottom: 0; |
| 46 | } |
| 47 | /* line 53, twentyfifteen.scss */ |
| 48 | .buddypress #buddypress .pagination-links a, |
| 49 | .buddypress #buddypress .pagination-links span { |
| 50 | border-bottom: 0; |
| 51 | } |
| 52 | |
| 53 | /*-------------------------------------------------------------- |
| 54 | 1.2 - Pagination |
| 55 | --------------------------------------------------------------*/ |
| 56 | /* line 61, twentyfifteen.scss */ |
| 57 | #buddypress div.pagination { |
| 58 | box-shadow: none; |
| 59 | } |
| 60 | /* line 63, twentyfifteen.scss */ |
| 61 | #buddypress div.pagination .pagination-links { |
| 62 | margin-right: 0; |
| 63 | } |
| 64 | /* line 66, twentyfifteen.scss */ |
| 65 | #buddypress div.pagination .pagination-links span, |
| 66 | #buddypress div.pagination .pagination-links a { |
| 67 | height: auto; |
| 68 | line-height: 1; |
| 69 | padding: 5px; |
| 70 | } |
| 71 | /* line 72, twentyfifteen.scss */ |
| 72 | #buddypress div.pagination .pagination-links .prev, |
| 73 | #buddypress div.pagination .pagination-links .next { |
| 74 | background-color: transparent; |
| 75 | color: inherit; |
| 76 | overflow: visible; |
| 77 | width: auto; |
| 78 | } |
| 79 | /* line 77, twentyfifteen.scss */ |
| 80 | #buddypress div.pagination .pagination-links .prev:before, |
| 81 | #buddypress div.pagination .pagination-links .next:before { |
| 82 | display: none; |
| 83 | } |
| 84 | /* line 79, twentyfifteen.scss */ |
| 85 | #buddypress div.pagination .pagination-links .prev { |
| 86 | position: static; |
| 87 | left: auto; |
| 88 | } |
| 89 | /* line 83, twentyfifteen.scss */ |
| 90 | #buddypress div.pagination .pagination-links .next { |
| 91 | position: static; |
| 92 | right: auto; |
| 93 | } |
| 94 | |
| 95 | /*-------------------------------------------------------------- |
| 96 | 3.0 - BuddyPress |
| 97 | --------------------------------------------------------------*/ |
| 98 | /*-------------------------------------------------------------- |
| 99 | 3.1 - Activity |
| 100 | --------------------------------------------------------------*/ |
| 101 | /*-------------------------------------------------------------- |
| 102 | 3.1.1 - Activity Listing |
| 103 | --------------------------------------------------------------*/ |
| 104 | /* line 105, twentyfifteen.scss */ |
| 105 | #buddypress .activity-list .activity-content { |
| 106 | margin-top: -12px; |
| 107 | } |
| 108 | /* line 108, twentyfifteen.scss */ |
| 109 | #buddypress .activity-list .activity-content .activity-header img.avatar { |
| 110 | display: inline-block; |
| 111 | } |