Changeset 8852
- Timestamp:
- 05/23/2019 03:56:08 PM (6 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
r8841 r8852 55 55 56 56 // Version of CSS 57 $version = '2019052 00002';57 $version = '201905230001'; 58 58 59 59 // Base theme styling -
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style.css
r8850 r8852 1656 1656 text-decoration: none; 1657 1657 } 1658 # nav {1658 #header #nav { 1659 1659 margin: 0; 1660 1660 float: right; 1661 1661 overflow: visible; 1662 1662 } 1663 # bb-nav {1663 #header #bb-nav { 1664 1664 position: absolute; 1665 1665 width: 100%; … … 1668 1668 border-bottom: 1px solid #aaa; 1669 1669 } 1670 # bb-nav li {1670 #header #bb-nav li { 1671 1671 width: 100%; 1672 1672 text-align: center; … … 1674 1674 padding: 0; 1675 1675 } 1676 # bb-nav li a {1676 #header #nav #bb-nav li a { 1677 1677 display: block; 1678 1678 margin: 0; 1679 1679 padding: 20px; 1680 1680 color: #000; 1681 text-shadow: none !important;1682 border-radius: 0 !important;1683 } 1684 # bb-nav,1681 text-shadow: none; 1682 border-radius: 0; 1683 } 1684 #header #bb-nav, 1685 1685 #bbpress-forums .bbp-pagination-count, 1686 1686 .bbp-topic-meta { 1687 1687 display: none; 1688 1688 } 1689 # nav:hover #bb-nav,1690 # nav:focus #bb-nav {1689 #header #nav:hover #bb-nav, 1690 #header #nav:focus #bb-nav { 1691 1691 background-color: #eee; 1692 1692 display: block !important; 1693 1693 } 1694 # nav:hover #bb-menu-icon:before,1695 # nav:focus #bb-menu-icon:before {1694 #header #nav:hover #bb-menu-icon:before, 1695 #header #nav:focus #bb-menu-icon:before { 1696 1696 color: #fff; 1697 1697 }
Note: See TracChangeset
for help on using the changeset viewer.