Ticket #3995: meta-sites.patch
File meta-sites.patch, 11.4 KB (added by , 6 years ago) |
---|
-
sites/trunk/browsehappy.com/public_html/style.css
122 122 margin: 0 auto; 123 123 display: block; 124 124 color: #efefef; 125 text-shadow: 0 1px 0 # ;125 text-shadow: 0 1px 0 #324B4B; 126 126 } 127 127 128 128 #i18n-alert p a { -
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style-bbpress.css
46 46 background-image: -webkit-linear-gradient(top, #00aa66 0%,#008800 100%); 47 47 background-image: -o-linear-gradient(top, #00aa66 0%,#008800 100%); 48 48 background-image: -ms-linear-gradient(top, #00aa66 0%,#008800 100%); 49 background-image: linear-gradient(to p, #00aa66 0%,#008800 100%);49 background-image: linear-gradient(to top, #00aa66 0%,#008800 100%); 50 50 51 51 -moz-box-shadow: inset 0 1px 0 #00aa66, inset 0 2px 0 rgba(120,230,120,0.7); 52 52 -webkit-box-shadow: inset 0 1px 0 #00aa66, inset 0 2px 0 rgba(120,230,120,0.7); … … 56 56 } 57 57 58 58 .button { 59 text-shadow: 0 -1px 2 rgba(0,162,116,1);59 text-shadow: 0 -1px 2px rgba(0,162,116,1); 60 60 border: 1px solid #1d6422; 61 61 62 62 background-color: #009933; … … 64 64 background-image: -webkit-linear-gradient(top, #009933 0%,#008800 100%); 65 65 background-image: -ms-linear-gradient(top, #009933 0%,#008800 100%); 66 66 background-image: -o-linear-gradient(top, #009933 0%,#008800 100%); 67 background-image: linear-gradient(to p, #009933 0%,#008800 100%);67 background-image: linear-gradient(to top, #009933 0%,#008800 100%); 68 68 69 69 -moz-box-shadow: inset 0 1px 0 #009933, inset 0 2px 0 rgba(120,230,120,0.5); 70 70 -webkit-box-shadow: inset 0 1px 0 #009933, inset 0 2px 0 rgba(120,230,120,0.5); … … 81 81 background-image: -webkit-linear-gradient(top, #009933 0%,#008800 100%); 82 82 background-image: -o-linear-gradient(top, #009933 0%,#008800 100%); 83 83 background-image: -ms-linear-gradient(top, #009933 0%,#008800 100%); 84 background-image: linear-gradient(to p, #009933 0%,#008800 100%);84 background-image: linear-gradient(to top, #009933 0%,#008800 100%); 85 85 86 86 -moz-box-shadow: inset 0 1px 5px #328C00, inset 0 -1px 0 #009933; 87 87 -webkit-box-shadow: inset 0 1px 5px #328C00, inset 0 -1px 0 #009933; -
sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-base-v2/style.css
231 231 background: -webkit-linear-gradient(top, #fafafa 60%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */ 232 232 background: -o-linear-gradient(top, #fafafa 60%,#e6e6e6 100%); /* Opera 11.10+ */ 233 233 background: -ms-linear-gradient(top, #fafafa 60%,#e6e6e6 100%); /* IE10+ */ 234 background: linear-gradient(to p, #fafafa 60%,#e6e6e6 100%); /* W3C */234 background: linear-gradient(to top, #fafafa 60%,#e6e6e6 100%); /* W3C */ 235 235 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */ 236 236 box-shadow: inset 0 2px 1px #fff; 237 237 color: rgba(0,0,0,.8); … … 252 252 background: -webkit-linear-gradient(top, #f5f5f5 60%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */ 253 253 background: -o-linear-gradient(top, #f5f5f5 60%,#dcdcdc 100%); /* Opera 11.10+ */ 254 254 background: -ms-linear-gradient(top, #f5f5f5 60%,#dcdcdc 100%); /* IE10+ */ 255 background: linear-gradient(to p, #f5f5f5 60%,#dcdcdc 100%); /* W3C */255 background: linear-gradient(to top, #f5f5f5 60%,#dcdcdc 100%); /* W3C */ 256 256 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */ 257 257 border-color: #bbb #bbb #aaa #bbb; 258 258 } -
sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/style.css
356 356 background-image: -moz-linear-gradient(top, rgb(255, 213, 0), rgb(255, 187, 0)); 357 357 background-image: -o-linear-gradient(top, rgb(255, 213, 0), rgb(255, 187, 0)); 358 358 background-image: -ms-linear-gradient(top, rgb(255, 213, 0), rgb(255, 187, 0)); 359 background-image: linear-gradient(to p, rgb(255, 213, 0), rgb(255, 187, 0));359 background-image: linear-gradient(to top, rgb(255, 213, 0), rgb(255, 187, 0)); 360 360 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffd500', EndColorStr='#ffbb00'); 361 361 362 362 font-family: adelle, "Georgia", serif; … … 389 389 background-image: -moz-linear-gradient(top, rgb(255, 197, 80), rgb(230, 164, 0)); 390 390 background-image: -o-linear-gradient(top, rgb(255, 197, 80), rgb(230, 164, 0)); 391 391 background-image: -ms-linear-gradient(top, rgb(255, 197, 80), rgb(230, 164, 0)); 392 background-image: linear-gradient(to p, rgb(255, 197, 80), rgb(230, 164, 0));392 background-image: linear-gradient(to top, rgb(255, 197, 80), rgb(230, 164, 0)); 393 393 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffc550', EndColorStr='#e6a400'); 394 394 } 395 395 … … 423 423 background-image: -moz-linear-gradient(top, rgb(0, 161, 200), rgb(0, 116, 168)); 424 424 background-image: -o-linear-gradient(top, rgb(0, 161, 200), rgb(0, 116, 168)); 425 425 background-image: -ms-linear-gradient(top, rgb(0, 161, 200), rgb(0, 116, 168)); 426 background-image: linear-gradient(to p, rgb(0, 161, 200), rgb(0, 116, 168));426 background-image: linear-gradient(to top, rgb(0, 161, 200), rgb(0, 116, 168)); 427 427 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#00a1c8', EndColorStr='#0074a8'); 428 428 429 429 font-family: adelle, "Georgia", serif; … … 456 456 background-image: -moz-linear-gradient(top, rgb(0, 170, 206), rgb(0, 104, 160)); 457 457 background-image: -o-linear-gradient(top, rgb(0, 170, 206), rgb(0, 104, 160)); 458 458 background-image: -ms-linear-gradient(top, rgb(0, 170, 206), rgb(0, 104, 160)); 459 background-image: linear-gradient(to p, rgb(0, 170, 206), rgb(0, 104, 160));459 background-image: linear-gradient(to top, rgb(0, 170, 206), rgb(0, 104, 160)); 460 460 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#00aace', EndColorStr='#0068a0'); 461 461 } 462 462 … … 994 994 background-image: -moz-linear-gradient(top, rgb(210, 241, 244), rgb(179, 231, 236)); 995 995 background-image: -o-linear-gradient(top, rgb(210, 241, 244), rgb(179, 231, 236)); 996 996 background-image: -ms-linear-gradient(top, rgb(210, 241, 244), rgb(179, 231, 236)); 997 background-image: linear-gradient(to p, rgb(210, 241, 244), rgb(179, 231, 236));997 background-image: linear-gradient(to top, rgb(210, 241, 244), rgb(179, 231, 236)); 998 998 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d2f1f4', EndColorStr='#b3e7ec'); 999 999 1000 1000 border-radius: 0; -
sites/trunk/wordpress.org/public_html/style/blog-wp4.css
84 84 } 85 85 } 86 86 87 .col 87 .col-9 { 88 88 margin-left: 7px; 89 89 } 90 90 -
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css
1590 1590 font-style: normal; 1591 1591 vertical-align: top; 1592 1592 -webkit-transition: color .1s ease-in 0; 1593 transition: color .1s ease-in 0 ;1593 transition: color .1s ease-in 0s; 1594 1594 text-align: center; 1595 1595 color: #777; 1596 1596 } -
sites/trunk/wordpress.org/public_html/style/wp4.css
419 419 padding: 1px; 420 420 text-shadow: none; 421 421 -webkit-transition: color .1s ease-in 0; 422 transition: color .1s ease-in 0 ;422 transition: color .1s ease-in 0s; 423 423 -webkit-appearance: none; 424 424 -webkit-font-smoothing: antialiased; 425 425 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-apps/style.css
1785 1785 */ 1786 1786 .gallery-columns-2 .gallery-item { 1787 1787 width: 49%; 1788 margin-right: 2 ;1788 margin-right: 2%; 1789 1789 } 1790 1790 1791 1791 .gallery-columns-2 .gallery-item:nth-of-type(2n - 2) { … … 1795 1795 1796 1796 .gallery-columns-3 .gallery-item { 1797 1797 width: 32%; 1798 margin-right: 2 ;1798 margin-right: 2%; 1799 1799 } 1800 1800 1801 1801 .gallery-columns-3 .gallery-item:nth-of-type(3n - 3) { … … 1805 1805 1806 1806 .gallery-columns-4 .gallery-item { 1807 1807 width: 23.5%; 1808 margin-right: 2 ;1808 margin-right: 2%; 1809 1809 } 1810 1810 1811 1811 .gallery-columns-4 .gallery-item:nth-of-type(4n - 4) { … … 1815 1815 1816 1816 .gallery-columns-5 .gallery-item { 1817 1817 width: 18.4%; 1818 margin-right: 2 ;1818 margin-right: 2%; 1819 1819 } 1820 1820 1821 1821 .gallery-columns-5 .gallery-item:nth-of-type(5n - 5) { … … 1825 1825 1826 1826 .gallery-columns-6 .gallery-item { 1827 1827 width: 15%; 1828 margin-right: 2 ;1828 margin-right: 2%; 1829 1829 } 1830 1830 1831 1831 .gallery-columns-6 .gallery-item:nth-of-type(6n - 6) { … … 1835 1835 1836 1836 .gallery-columns-7 .gallery-item { 1837 1837 width: 12.57143%; 1838 margin-right: 2 ;1838 margin-right: 2%; 1839 1839 } 1840 1840 1841 1841 .gallery-columns-7 .gallery-item:nth-of-type(7n - 7) { … … 1845 1845 1846 1846 .gallery-columns-8 .gallery-item { 1847 1847 width: 10.75%; 1848 margin-right: 2 ;1848 margin-right: 2%; 1849 1849 } 1850 1850 1851 1851 .gallery-columns-8 .gallery-item:nth-of-type(8n - 8) { … … 1855 1855 1856 1856 .gallery-columns-9 .gallery-item { 1857 1857 width: 9.33333%; 1858 margin-right: 2 ;1858 margin-right: 2%; 1859 1859 } 1860 1860 1861 1861 .gallery-columns-9 .gallery-item:nth-of-type(9n - 9) { -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css
4000 4000 } 4001 4001 4002 4002 .topic-resolved label { 4003 vertical-align: none;4003 vertical-align: baseline; 4004 4004 } 4005 4005 4006 4006 .topic-resolved select { -
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/style.css
992 992 993 993 .thevideo .ui-tabs a:hover span, 994 994 .thevideo .ui-tabs a:focus span { 995 background-color: none!important;995 background-color: transparent !important; 996 996 } 997 997 998 998 .thevideo .showarrow {