Making WordPress.org

Ticket #4472: 4472.patch

File 4472.patch, 6.9 KB (added by imath, 6 years ago)
  • buddypress.org/public_html/wp-content/themes/bb-base/style-buddypress.css

    diff --git buddypress.org/public_html/wp-content/themes/bb-base/style-buddypress.css buddypress.org/public_html/wp-content/themes/bb-base/style-buddypress.css
    index 00c4734b3..b3f2c606b 100644
     
    11/* =Site Style
    22-------------------------------------------------------------- */
    33
    4 #header {
     4#header,
     5#wporg-header {
    56        background-color: #be3631;
    67        border-bottom: 1px solid #9e1611;
    78}
    89
    910#header h1 a,
    10 #header h1 :link,
    11 #header h1 :link:hover {
     11#wporg-header h1 :link,
     12#wporg-header h1 :link:hover {
    1213        width: 265px;
    1314        background: url('../buddypress-org/images/buddypress-logo.png') no-repeat 0 0;
    1415        position: relative;
    div.free-page div.standard { 
    4950-------------------------------------------------------------- */
    5051
    5152#nav li a:hover,
    52 #header #nav li :link:hover {
     53#wporg-header #wporg-header-menu li :link:hover {
    5354        background-color: #cf4944;
    5455        color: rgba(255,255,255,0.9);
    5556}
    input.submit:hover { 
    101102@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
    102103
    103104        #header h1 a,
    104         #header h1 :link,
    105         #header h1 :link:hover {
     105        #wporg-header h1 :link,
     106        #wporg-header h1 :link:hover {
    106107                background-image: url('../buddypress-org/images/buddypress-logo-2x.png');
    107108                background-size: 269px 65px;
    108109        }
  • buddypress.org/public_html/wp-content/themes/bb-base/style.css

    diff --git buddypress.org/public_html/wp-content/themes/bb-base/style.css buddypress.org/public_html/wp-content/themes/bb-base/style.css
    index cde2e214d..df462542a 100644
    body { 
    4545        margin: 0;
    4646        color: #222;
    4747}
    48 #header {
     48#header,
     49#wporg-header {
    4950        border-bottom: 1px solid #252;
    5051        position: fixed;
    5152        width: 100%;
    body.page-template-page-homepage-php #header { 
    6667        height: 80px;
    6768        padding: 0;
    6869}
    69 #header h1 {
     70#header h1,
     71#wporg-header h1 {
    7072        text-indent: -9999px;
    7173}
    72 #header h1 a {
     74#header h1 a,
     75#wporg-header h1 a {
    7376        margin-top: 8px;
    7477        width: 220px;
    7578        height: 62px;
    div.single-post table tr.alt td { 
    332335/* =Navigation
    333336-------------------------------------------------------------- */
    334337
    335 #bb-menu-icon {
     338#bb-menu-icon,
     339#mobile-menu-button {
    336340        display: none;
    337341}
    338342
    339 #bb-menu-icon:before {
     343#bb-menu-icon:before,
     344#mobile-menu-button:before {
    340345        font: normal 16px/1 'dashicons';
    341346        color: #000;
    342347        content: '\f349'
    343348}
    344349
    345 #nav {
     350#nav,
     351#wporg-header-menu {
    346352        float: right;
    347353        margin: 30px 0 0 0;
    348354        line-height: 20px;
    349355}
    350 #nav li {
     356#nav li,
     357#wporg-header #wporg-header-menu li {
    351358        display: inline;
    352359        float: left;
    353360        margin: 0 3px 0 3px;
    354361        list-style: none;
    355362}
    356363#nav li a,
    357 #header #nav li :link,
    358 #header #nav li :visited {
     364#wporg-header #wporg-header-menu li :link,
     365#wporg-header #wporg-header-menu li :visited {
    359366        text-decoration: none;
    360367        color: #fff;
    361368        height: auto;
    div.single-post table tr.alt td { 
    369376        border-radius: 3px;
    370377        border: 1px solid transparent;
    371378}
    372 #nav li a:hover {
     379#nav li a:hover,
     380#wporg-header-menu li :link:hover {
    373381        color: #ddeedd;
    374382}
    375383#nav li a.active {
    376384        color: #fff;
    377385}
    378386
    379 #subnav {
     387#subnav,
     388body.buddypress.trac #subnav {
    380389        background: #eee;
    381390        border-bottom: #ddd solid 1px;
    382391        font-size: 12px;
    body.trac .attachment { 
    16521661                float: none;
    16531662                margin: 10px 0;
    16541663        }
    1655         #bb-menu-icon {
     1664        #bb-menu-icon,
     1665        #mobile-menu-button {
    16561666                display: block;
    16571667                position: absolute;
    16581668                right: 0;
    16591669                padding: 33px 20px 33px 33px;
    16601670                text-decoration: none;
    16611671        }
    1662         #header #nav {
     1672        #header #nav,
     1673        #wporg-header #wporg-header-menu {
    16631674                margin: 0;
    16641675                float: right;
    16651676                overflow: visible;
    16661677        }
    1667         #header #bb-nav {
     1678        #header #bb-nav,
     1679        #wporg-header #wporg-header-menu {
    16681680                position: absolute;
    16691681                width: 100%;
    16701682                right: 0;
    16711683                top: 81px;
    16721684                border-bottom: 1px solid #aaa;
    16731685        }
    1674         #header #bb-nav li {
     1686        #header #bb-nav li,
     1687        #wporg-header #wporg-header-menu li {
    16751688                width: 100%;
    16761689                text-align: center;
    16771690                margin: 0;
    16781691                padding: 0;
    16791692        }
    1680         #header #nav #bb-nav li a {
     1693        #header #nav #bb-nav li a,
     1694        #wporg-header #wporg-header-menu li :link,
     1695        #wporg-header #wporg-header-menu li :visited {
    16811696                display: block;
    16821697                margin: 0;
    16831698                padding: 20px;
    body.trac .attachment { 
    16911706        }
    16921707        #header #bb-nav,
    16931708        #bbpress-forums .bbp-pagination-count,
    1694         .bbp-topic-meta {
     1709        .bbp-topic-meta,
     1710        #wporg-header #wporg-header-menu {
    16951711                display: none;
    16961712        }
    16971713        #header #nav:hover #bb-nav,
    1698         #header #nav:focus #bb-nav {
     1714        #header #nav:focus #bb-nav,
     1715        #wporg-header #wporg-header-menu.toggled {
    16991716                background-color: #eee;
    17001717                display: block !important;
    17011718        }
     1719        #wporg-header #wporg-header-menu.toggled {
     1720                background: #eee;
     1721        }
    17021722        #header #nav:hover #bb-menu-icon:before,
    1703         #header #nav:focus #bb-menu-icon:before {
     1723        #header #nav:focus #bb-menu-icon:before,
     1724        #wporg-header #mobile-menu-button[aria-expanded="true"]:before {
    17041725                color: #fff;
    17051726        }
    17061727        #wp-admin-bar-my-account img.avatar {
  • trac.wordpress.org/templates/buddypress/wporg-header.html

    diff --git trac.wordpress.org/templates/buddypress/wporg-header.html trac.wordpress.org/templates/buddypress/wporg-header.html
    index bc89b97a3..f53dd4215 100644
     
    77        <dt>Skip to:</dt>
    88        <dd><a href="#content" title="Skip to content">Content</a></dd>
    99    </dl>
    10     <div id="header">
     10    <div id="wporg-header">
    1111        <div id="header-inner">
    12             <ul id="nav" class="menu">
    13                 <li><a href="http://buddypress.org/about/">About</a></li>
    14                 <li><a href="http://buddypress.org/plugins/">Plugins</a></li>
    15                 <li><a href="http://buddypress.org/themes/">Themes</a></li>
    16                 <li><a href="http://codex.buddypress.org/">Documentation</a></li>
    17                 <li><a href="http://buddypress.org/blog/">Blog</a></li>
    18                 <li><a href="http://buddypress.org/support/">Support</a></li>
    19                 <li class="download"><a href="http://buddypress.org/download/">Download</a></li>
     12            <button id="mobile-menu-button" aria-expanded="false"><span class="screen-reader-text">Toggle Menu</span></button>
     13            <ul id="wporg-header-menu">
     14                <li><a href="https://buddypress.org/about/">About</a></li>
     15                <li><a href="https://buddypress.org/plugins/">Plugins</a></li>
     16                <li><a href="https://buddypress.org/themes/">Themes</a></li>
     17                <li><a href="https://codex.buddypress.org/">Documentation</a></li>
     18                <li><a href="https://buddypress.org/blog/">Blog</a></li>
     19                <li><a href="https://buddypress.org/support/">Support</a></li>
     20                <li class="download"><a href="https://buddypress.org/download/">Download</a></li>
    2021            </ul>
    2122
    22             <h1><a href="http://buddypress.org">BuddyPress.org</a></h1>
     23            <h1><a href="https://buddypress.org">BuddyPress.org</a></h1>
    2324        </div>
    2425    </div>
    2526