Making WordPress.org

Ticket #3995: meta-sites.patch

File meta-sites.patch, 11.4 KB (added by man4toman, 6 years ago)
  • sites/trunk/browsehappy.com/public_html/style.css

     
    122122        margin: 0 auto;
    123123        display: block;
    124124        color: #efefef;
    125         text-shadow: 0 1px 0 #;
     125        text-shadow: 0 1px 0 #324B4B;
    126126}
    127127
    128128#i18n-alert p a {
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style-bbpress.css

     
    4646        background-image: -webkit-linear-gradient(top, #00aa66 0%,#008800 100%);
    4747        background-image: -o-linear-gradient(top, #00aa66 0%,#008800 100%);
    4848        background-image: -ms-linear-gradient(top, #00aa66 0%,#008800 100%);
    49         background-image: linear-gradient(top, #00aa66 0%,#008800 100%);
     49        background-image: linear-gradient(to top, #00aa66 0%,#008800 100%);
    5050
    5151        -moz-box-shadow: inset 0 1px 0 #00aa66, inset 0 2px 0 rgba(120,230,120,0.7);
    5252        -webkit-box-shadow: inset 0 1px 0 #00aa66, inset 0 2px 0 rgba(120,230,120,0.7);
     
    5656}
    5757
    5858.button {
    59         text-shadow: 0 -1px 2 rgba(0,162,116,1);
     59        text-shadow: 0 -1px 2px rgba(0,162,116,1);
    6060        border: 1px solid #1d6422;
    6161
    6262        background-color: #009933;
     
    6464        background-image: -webkit-linear-gradient(top, #009933 0%,#008800 100%);
    6565        background-image: -ms-linear-gradient(top, #009933 0%,#008800 100%);
    6666        background-image: -o-linear-gradient(top, #009933 0%,#008800 100%);
    67         background-image: linear-gradient(top, #009933 0%,#008800 100%);
     67        background-image: linear-gradient(to top, #009933 0%,#008800 100%);
    6868
    6969        -moz-box-shadow: inset 0 1px 0 #009933, inset 0 2px 0 rgba(120,230,120,0.5);
    7070        -webkit-box-shadow: inset 0 1px 0 #009933, inset 0 2px 0 rgba(120,230,120,0.5);
     
    8181        background-image: -webkit-linear-gradient(top, #009933 0%,#008800 100%);
    8282        background-image: -o-linear-gradient(top, #009933 0%,#008800 100%);
    8383        background-image: -ms-linear-gradient(top, #009933 0%,#008800 100%);
    84         background-image: linear-gradient(top, #009933 0%,#008800 100%);
     84        background-image: linear-gradient(to top, #009933 0%,#008800 100%);
    8585
    8686        -moz-box-shadow: inset 0 1px 5px #328C00, inset 0 -1px 0 #009933;
    8787        -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

     
    231231        background: -webkit-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
    232232        background: -o-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Opera 11.10+ */
    233233        background: -ms-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* IE10+ */
    234         background: linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* W3C */
     234        background: linear-gradient(to top,  #fafafa 60%,#e6e6e6 100%); /* W3C */
    235235        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
    236236        box-shadow: inset 0 2px 1px #fff;
    237237        color: rgba(0,0,0,.8);
     
    252252        background: -webkit-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
    253253        background: -o-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Opera 11.10+ */
    254254        background: -ms-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* IE10+ */
    255         background: linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* W3C */
     255        background: linear-gradient(to top,  #f5f5f5 60%,#dcdcdc 100%); /* W3C */
    256256        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
    257257        border-color: #bbb #bbb #aaa #bbb;
    258258}
  • sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/style.css

     
    356356        background-image: -moz-linear-gradient(top, rgb(255, 213, 0), rgb(255, 187, 0));
    357357        background-image: -o-linear-gradient(top, rgb(255, 213, 0), rgb(255, 187, 0));
    358358        background-image: -ms-linear-gradient(top, rgb(255, 213, 0), rgb(255, 187, 0));
    359         background-image: linear-gradient(top, rgb(255, 213, 0), rgb(255, 187, 0));
     359        background-image: linear-gradient(to top, rgb(255, 213, 0), rgb(255, 187, 0));
    360360        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffd500', EndColorStr='#ffbb00');
    361361
    362362        font-family: adelle, "Georgia", serif;
     
    389389        background-image: -moz-linear-gradient(top, rgb(255, 197, 80), rgb(230, 164, 0));
    390390        background-image: -o-linear-gradient(top, rgb(255, 197, 80), rgb(230, 164, 0));
    391391        background-image: -ms-linear-gradient(top, rgb(255, 197, 80), rgb(230, 164, 0));
    392         background-image: linear-gradient(top, rgb(255, 197, 80), rgb(230, 164, 0));
     392        background-image: linear-gradient(to top, rgb(255, 197, 80), rgb(230, 164, 0));
    393393        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffc550', EndColorStr='#e6a400');
    394394}
    395395
     
    423423        background-image: -moz-linear-gradient(top, rgb(0, 161, 200), rgb(0, 116, 168));
    424424        background-image: -o-linear-gradient(top, rgb(0, 161, 200), rgb(0, 116, 168));
    425425        background-image: -ms-linear-gradient(top, rgb(0, 161, 200), rgb(0, 116, 168));
    426         background-image: linear-gradient(top, rgb(0, 161, 200), rgb(0, 116, 168));
     426        background-image: linear-gradient(to top, rgb(0, 161, 200), rgb(0, 116, 168));
    427427        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#00a1c8', EndColorStr='#0074a8');
    428428
    429429        font-family: adelle, "Georgia", serif;
     
    456456        background-image: -moz-linear-gradient(top, rgb(0, 170, 206), rgb(0, 104, 160));
    457457        background-image: -o-linear-gradient(top, rgb(0, 170, 206), rgb(0, 104, 160));
    458458        background-image: -ms-linear-gradient(top, rgb(0, 170, 206), rgb(0, 104, 160));
    459         background-image: linear-gradient(top, rgb(0, 170, 206), rgb(0, 104, 160));
     459        background-image: linear-gradient(to top, rgb(0, 170, 206), rgb(0, 104, 160));
    460460        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#00aace', EndColorStr='#0068a0');
    461461}
    462462
     
    994994        background-image: -moz-linear-gradient(top, rgb(210, 241, 244), rgb(179, 231, 236));
    995995        background-image: -o-linear-gradient(top, rgb(210, 241, 244), rgb(179, 231, 236));
    996996        background-image: -ms-linear-gradient(top, rgb(210, 241, 244), rgb(179, 231, 236));
    997         background-image: linear-gradient(top, rgb(210, 241, 244), rgb(179, 231, 236));
     997        background-image: linear-gradient(to top, rgb(210, 241, 244), rgb(179, 231, 236));
    998998        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d2f1f4', EndColorStr='#b3e7ec');
    999999
    10001000        border-radius: 0;
  • sites/trunk/wordpress.org/public_html/style/blog-wp4.css

     
    8484        }
    8585}
    8686
    87 .col 9 {
     87.col-9 {
    8888        margin-left: 7px;
    8989}
    9090
  • sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css

     
    15901590        font-style: normal;
    15911591        vertical-align: top;
    15921592        -webkit-transition: color .1s ease-in 0;
    1593         transition: color .1s ease-in 0;
     1593        transition: color .1s ease-in 0s;
    15941594        text-align: center;
    15951595        color: #777;
    15961596}
  • sites/trunk/wordpress.org/public_html/style/wp4.css

     
    419419        padding: 1px;
    420420        text-shadow: none;
    421421        -webkit-transition: color .1s ease-in 0;
    422         transition: color .1s ease-in 0;
     422        transition: color .1s ease-in 0s;
    423423        -webkit-appearance: none;
    424424        -webkit-font-smoothing: antialiased;
    425425}
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-apps/style.css

     
    17851785*/
    17861786.gallery-columns-2 .gallery-item {
    17871787  width: 49%;
    1788   margin-right: 2;
     1788  margin-right: 2%;
    17891789}
    17901790
    17911791.gallery-columns-2 .gallery-item:nth-of-type(2n - 2) {
     
    17951795
    17961796.gallery-columns-3 .gallery-item {
    17971797  width: 32%;
    1798   margin-right: 2;
     1798  margin-right: 2%;
    17991799}
    18001800
    18011801.gallery-columns-3 .gallery-item:nth-of-type(3n - 3) {
     
    18051805
    18061806.gallery-columns-4 .gallery-item {
    18071807  width: 23.5%;
    1808   margin-right: 2;
     1808  margin-right: 2%;
    18091809}
    18101810
    18111811.gallery-columns-4 .gallery-item:nth-of-type(4n - 4) {
     
    18151815
    18161816.gallery-columns-5 .gallery-item {
    18171817  width: 18.4%;
    1818   margin-right: 2;
     1818  margin-right: 2%;
    18191819}
    18201820
    18211821.gallery-columns-5 .gallery-item:nth-of-type(5n - 5) {
     
    18251825
    18261826.gallery-columns-6 .gallery-item {
    18271827  width: 15%;
    1828   margin-right: 2;
     1828  margin-right: 2%;
    18291829}
    18301830
    18311831.gallery-columns-6 .gallery-item:nth-of-type(6n - 6) {
     
    18351835
    18361836.gallery-columns-7 .gallery-item {
    18371837  width: 12.57143%;
    1838   margin-right: 2;
     1838  margin-right: 2%;
    18391839}
    18401840
    18411841.gallery-columns-7 .gallery-item:nth-of-type(7n - 7) {
     
    18451845
    18461846.gallery-columns-8 .gallery-item {
    18471847  width: 10.75%;
    1848   margin-right: 2;
     1848  margin-right: 2%;
    18491849}
    18501850
    18511851.gallery-columns-8 .gallery-item:nth-of-type(8n - 8) {
     
    18551855
    18561856.gallery-columns-9 .gallery-item {
    18571857  width: 9.33333%;
    1858   margin-right: 2;
     1858  margin-right: 2%;
    18591859}
    18601860
    18611861.gallery-columns-9 .gallery-item:nth-of-type(9n - 9) {
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css

     
    40004000}
    40014001
    40024002.topic-resolved label {
    4003         vertical-align: none;
     4003        vertical-align: baseline;
    40044004}
    40054005
    40064006.topic-resolved select {
  • sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/style.css

     
    992992
    993993.thevideo .ui-tabs a:hover span,
    994994.thevideo .ui-tabs a:focus span {
    995         background-color: none !important;
     995        background-color: transparent !important;
    996996}
    997997
    998998.thevideo .showarrow {