Changeset 9278
- Timestamp:
- 11/15/2019 06:53:39 AM (5 years ago)
- Location:
- sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/functions.php
r9156 r9278 55 55 56 56 // Version of CSS 57 $version = '2019 09300003';57 $version = '201911150001'; 58 58 59 59 // Base theme styling -
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style.css
r9156 r9278 1302 1302 max-width: 100px; 1303 1303 max-height: 100px; 1304 border-radius: 20%; 1304 1305 } 1305 1306 … … 1764 1765 } 1765 1766 } 1767 1768 /* Mobile */ 1769 @media only screen and (max-width: 480px) { 1770 #bbpress-forums div.bbp-topic-author img.avatar, 1771 #bbpress-forums div.bbp-reply-author img.avatar { 1772 width: 100px; 1773 height: 100px; 1774 max-width: 100px; 1775 max-height: 100px; 1776 } 1777 1778 #bbpress-forums .bbp-author-role { 1779 border: none; 1780 background: transparent; 1781 padding: 0; 1782 margin: 0; 1783 } 1784 1785 #bbpress-forums p.bbp-topic-post-date, 1786 #bbpress-forums p.bbp-reply-post-date { 1787 position: absolute; 1788 right: -15px; 1789 top: -15px; 1790 font-size: 10px; 1791 } 1792 1793 #bbpress-forums div.bbp-topic-author .bbp-author-avatar + br, 1794 #bbpress-forums div.bbp-topic-author .bbp-author-avatar + br, 1795 #bbpress-forums div.bbp-topic-ip, 1796 #bbpress-forums div.bbp-reply-ip { 1797 display: none; 1798 } 1799 1800 #bbpress-forums li.bbp-body div.type-topic:hover span.bbp-admin-links, 1801 #bbpress-forums li.bbp-body div.type-reply:hover span.bbp-admin-links { 1802 display: block; 1803 border-top: 1px dotted #ddd; 1804 margin: 10px; 1805 padding: 5px 0; 1806 } 1807 }
Note: See TracChangeset
for help on using the changeset viewer.