Ticket #7188: 7188-simplify.patch
| File 7188-simplify.patch, 4.1 KB (added by , 9 years ago) |
|---|
-
src/bp-templates/bp-legacy/css/buddypress-rtl.css
1784 1784 border: 1px solid #aaa; 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; 1793 1791 font-family: sans-serif; … … 1795 1793 font-weight: normal; 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; 1801 1799 padding: 3px 6px; … … 1807 1805 text-transform: none; 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 1812 } 1815 1813 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 }1849 1850 1814 .bp-tooltip:hover::before, 1851 1815 .bp-tooltip:hover::after, 1852 1816 .bp-tooltip:active::before, … … 1854 1818 .bp-tooltip:focus::before, 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 } 1871 1826 -
src/bp-templates/bp-legacy/css/buddypress.css
1784 1784 border: 1px solid #aaa; 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; 1793 1791 font-family: sans-serif; … … 1795 1793 font-weight: normal; 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; 1801 1799 padding: 3px 6px; … … 1807 1805 text-transform: none; 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 1812 } 1815 1813 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 }1849 1850 1814 .bp-tooltip:hover::before, 1851 1815 .bp-tooltip:hover::after, 1852 1816 .bp-tooltip:active::before, … … 1854 1818 .bp-tooltip:focus::before, 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 } 1871 1826
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)