Making WordPress.org

Ticket #6085: 6085.diff

File 6085.diff, 6.9 KB (added by aezazshekh, 3 years ago)

Added patch ( I have changed the style globally in all sites )

  • wordpress.org/public_html/style/trac/wp-trac.css

    diff --git a/wordpress.org/public_html/style/trac/wp-trac.css b/wordpress.org/public_html/style/trac/wp-trac.css
    index 96925f32f..dcb455bc3 100644
    a b footer :link, footer :visited, footer :link:hover, footer :visited:hover, 
    9090}
    9191#headline .menu a,
    9292#headline .menu a:visited {
    93         color: rgba(255, 255, 255, 0.8);
     93        color: rgba(255, 255, 255, 0.9);
    9494}
    9595#headline .menu a:hover,
    9696#headline .menu a:active {
    h3.change a { 
    181181#metanav.nav a,
    182182#metanav.nav a:visited,
    183183#metanav form.trac-logout button {
    184         color: rgba(255, 255, 255, 0.8);
     184        color: rgba(255, 255, 255, 0.9);
    185185        background: inherit;
    186186        border: inherit;
    187187}
  • wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/style.css

    diff --git a/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/style.css b/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/style.css
    index a47f06412..73b16c790 100644
    a b p.site-title a { 
    9999}
    100100
    101101.site-description {
    102         color: rgba(255, 255, 255, 0.8);
     102        color: rgba(255, 255, 255, 0.9);
    103103        font-size: 1.25rem;
    104104        font-weight: 300;
    105105        margin: -0.4rem auto 2rem;
    p.site-title a { 
    165165}
    166166
    167167.navigation-main a {
    168         color: rgba(255, 255, 255, 0.8);
     168        color: rgba(255, 255, 255, 0.9);
    169169        font-size: 14px;
    170170}
    171171
  • wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css

    diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css b/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
    index f41921070..c7fcb5eb9 100644
  • wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss

    @@ -232,7 +238,7 @@ input[type="submit"] {
     
     .navigation-main a,
     .navigation-main a:visited {
    -	color: rgba(255, 255, 255, 0.8);
    +	color: rgba(255, 255, 255, 0.9);
     	font-size: 14px;
     }
     
    diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss b/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
    index 4e13b705b..61add183c 100644
    a b  
    17601760        }
    17611761
    17621762        a {
    1763                 color: rgba(255, 255, 255, 0.8);
     1763                color: rgba(255, 255, 255, 0.9);
    17641764                display: block;
    17651765                text-decoration: none;
    17661766                font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  • wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css

    diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css b/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css
    index 7bdc52426..4a2b4ab10 100644
    a b input { 
    21212121}
    21222122
    21232123.site-header.home .site-description {
    2124   color: rgba(255, 255, 255, 0.8);
     2124  color: rgba(255, 255, 255, 0.9);
    21252125  font-size: 2.25rem;
    21262126  font-weight: 300;
    21272127  text-align: center;
    input { 
    21472147}
    21482148
    21492149.menu-container a {
    2150   color: rgba(255, 255, 255, 0.8);
     2150  color: rgba(255, 255, 255, 0.9);
    21512151  display: block;
    21522152  text-decoration: none;
    21532153  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  • wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/css/vendor/_legacy-styles.scss

    diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/css/vendor/_legacy-styles.scss b/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/css/vendor/_legacy-styles.scss
    index b92c5dddf..af52985e6 100644
    a b body, #pagebody { 
    28192819# .site-description
    28202820--------------------------------------------------------------*/
    28212821.site-description {
    2822         color: rgba(255, 255, 255, 0.8);
     2822        color: rgba(255, 255, 255, 0.9);
    28232823        font-size: 1.25rem;
    28242824        font-weight: 300;
    28252825        margin: -0.4rem auto 2rem;
    body, #pagebody { 
    28792879}
    28802880
    28812881.main-navigation a {
    2882         color: rgba(255, 255, 255, 0.8);
     2882        color: rgba(255, 255, 255, 0.9);
    28832883        display: block;
    28842884        font-size: 14px;
    28852885        text-decoration: none;
  • wordpress.org/public_html/wp-content/themes/pub/wporg-learn/dist

    diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-learn/dist b/wordpress.org/public_html/wp-content/themes/pub/wporg-learn/dist
    index e281a9a4a..e5d81bc45 100644
    a b p a:not(.button):hover { 
    13631363}
    13641364
    13651365.main-navigation a {
    1366   color: rgba(255, 255, 255, 0.8);
     1366  color: rgba(255, 255, 255, 0.9);
    13671367  display: block;
    13681368  font-size: 12.8px;
    13691369  font-size: 0.8rem;
    p a:not(.button):hover { 
    14931493}
    14941494
    14951495.site-description {
    1496   color: rgba(255, 255, 255, 0.8);
     1496  color: rgba(255, 255, 255, 0.9);
    14971497  font-size: 20px;
    14981498  font-size: 1.25rem;
    14991499  font-weight: 300;
  • wordpress.org/public_html/wp-content/themes/pub/wporg-support/style-rtl.css

    diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style-rtl.css b/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style-rtl.css
    index 7d4b60cf9..2730ea83e 100644
    a b body, #pagebody { 
    29612961# .site-description
    29622962--------------------------------------------------------------*/
    29632963.site-description {
    2964         color: rgba(255, 255, 255, 0.8);
     2964        color: rgba(255, 255, 255, 0.9);
    29652965        font-size: 1.25rem;
    29662966        font-weight: 300;
    29672967        margin: -0.4rem auto 2rem;
    body, #pagebody { 
    30213021}
    30223022
    30233023.main-navigation a {
    3024         color: rgba(255, 255, 255, 0.8);
     3024        color: rgba(255, 255, 255, 0.9);
    30253025        display: block;
    30263026        font-size: 0.8rem;
    30273027        text-decoration: none;
  • wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css

    diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css b/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css
    index 471cc2915..b1df07342 100644
    a b body, #pagebody { 
    29632963# .site-description
    29642964--------------------------------------------------------------*/
    29652965.site-description {
    2966         color: rgba(255, 255, 255, 0.8);
     2966        color: rgba(255, 255, 255, 0.9);
    29672967        font-size: 1.25rem;
    29682968        font-weight: 300;
    29692969        margin: -0.4rem auto 2rem;
    body, #pagebody { 
    30233023}
    30243024
    30253025.main-navigation a {
    3026         color: rgba(255, 255, 255, 0.8);
     3026        color: rgba(255, 255, 255, 0.9);
    30273027        display: block;
    30283028        font-size: 0.8rem;
    30293029        text-decoration: none;