Changeset 11581
- Timestamp:
- 06/08/2017 04:52:41 PM (9 years ago)
- Location:
- trunk/src/bp-templates/bp-legacy/css
- Files:
-
- 2 edited
-
buddypress-rtl.css (modified) (4 diffs)
-
buddypress.css (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/buddypress-rtl.css
r11564 r11581 1785 1785 border-collapse: separate; 1786 1786 border-radius: 1px; 1787 -webkit-box-shadow: -1px 1px 0px 1px rgba(132,132,132,0.3);1788 -moz-box-shadow: -1px 1px 0px 1px rgba(132,132,132,0.3);1789 1787 box-shadow: -1px 1px 0px 1px rgba(132,132,132,0.3); 1790 color: # 333;1788 color: #000; 1791 1789 content: attr(data-bp-tooltip); 1792 1790 display: none; … … 1796 1794 letter-spacing: normal; 1797 1795 line-height: 1.5; 1798 margin-top: 5px;1796 margin-top: 10px; 1799 1797 max-width: 200px; 1800 1798 opacity: 0; … … 1808 1806 top: 100%; 1809 1807 transform: translateX(-50%); 1810 -webkit-transform: translateX(-50%);1808 transition: opacity 2s ease-out; 1811 1809 white-space: pre; 1812 1810 word-wrap: break-word; 1813 1811 z-index: 998; 1814 }1815 1816 .bp-tooltip::before {1817 border: 5px solid transparent;1818 bottom: -5px;1819 content: "";1820 color: #333;1821 display: none;1822 height: 0;1823 margin-left: -5px;1824 opacity: 0;1825 position: absolute;1826 left: 50%;1827 top: auto;1828 width: 0;1829 z-index: 999;1830 }1831 1832 @-webkit-keyframes tooltip-show {1833 from {1834 opacity: 0;1835 }1836 to {1837 opacity: 1;1838 }1839 }1840 1841 @keyframes tooltip-show {1842 from {1843 opacity: 0;1844 }1845 to {1846 opacity: 1;1847 }1848 1812 } 1849 1813 … … 1855 1819 .bp-tooltip:focus::after { 1856 1820 display: inline-block; 1821 opacity: 1; 1857 1822 overflow: visible; 1858 1823 text-decoration: none; 1859 -webkit-animation-name: tooltip-show;1860 animation-name: tooltip-show;1861 -webkit-animation-duration: 0.1s;1862 animation-duration: 0.1s;1863 -webkit-animation-fill-mode: forwards;1864 animation-fill-mode: forwards;1865 -webkit-animation-timing-function: ease-in;1866 animation-timing-function: ease-in;1867 -webkit-animation-delay: 0.4s;1868 animation-delay: 0.4s;1869 1824 z-index: 999; 1870 1825 } -
trunk/src/bp-templates/bp-legacy/css/buddypress.css
r11564 r11581 1785 1785 border-collapse: separate; 1786 1786 border-radius: 1px; 1787 -webkit-box-shadow: 1px 1px 0px 1px rgba(132,132,132,0.3);1788 -moz-box-shadow: 1px 1px 0px 1px rgba(132,132,132,0.3);1789 1787 box-shadow: 1px 1px 0px 1px rgba(132,132,132,0.3); 1790 color: # 333;1788 color: #000; 1791 1789 content: attr(data-bp-tooltip); 1792 1790 display: none; … … 1796 1794 letter-spacing: normal; 1797 1795 line-height: 1.5; 1798 margin-top: 5px;1796 margin-top: 10px; 1799 1797 max-width: 200px; 1800 1798 opacity: 0; … … 1808 1806 top: 100%; 1809 1807 transform: translateX(50%); 1810 -webkit-transform: translateX(50%);1808 transition: opacity 2s ease-out; 1811 1809 white-space: pre; 1812 1810 word-wrap: break-word; 1813 1811 z-index: 998; 1814 }1815 1816 .bp-tooltip::before {1817 border: 5px solid transparent;1818 bottom: -5px;1819 content: "";1820 color: #333;1821 display: none;1822 height: 0;1823 margin-right: -5px;1824 opacity: 0;1825 position: absolute;1826 right: 50%;1827 top: auto;1828 width: 0;1829 z-index: 999;1830 }1831 1832 @-webkit-keyframes tooltip-show {1833 from {1834 opacity: 0;1835 }1836 to {1837 opacity: 1;1838 }1839 }1840 1841 @keyframes tooltip-show {1842 from {1843 opacity: 0;1844 }1845 to {1846 opacity: 1;1847 }1848 1812 } 1849 1813 … … 1855 1819 .bp-tooltip:focus::after { 1856 1820 display: inline-block; 1821 opacity: 1; 1857 1822 overflow: visible; 1858 1823 text-decoration: none; 1859 -webkit-animation-name: tooltip-show;1860 animation-name: tooltip-show;1861 -webkit-animation-duration: 0.1s;1862 animation-duration: 0.1s;1863 -webkit-animation-fill-mode: forwards;1864 animation-fill-mode: forwards;1865 -webkit-animation-timing-function: ease-in;1866 animation-timing-function: ease-in;1867 -webkit-animation-delay: 0.4s;1868 animation-delay: 0.4s;1869 1824 z-index: 999; 1870 1825 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)