Making WordPress.org

Ticket #4601: 4601.4.patch

File 4601.4.patch, 1.8 KB (added by imath, 6 years ago)
  • trunk/buddypress.org/public_html/wp-content/themes/bporg-developer/css/style.css

    diff --git trunk/buddypress.org/public_html/wp-content/themes/bporg-developer/css/style.css trunk/buddypress.org/public_html/wp-content/themes/bporg-developer/css/style.css
    index 222b242..2aa27f2 100644
    html { 
    99        width: 100%;
    1010        z-index: 99;
    1111        font-size: 13px;
     12        position: fixed;
     13        top: 0;
    1214}
    1315
    1416body.admin-bar header#masthead {
    1517        margin-top: 124px;
    1618}
    1719
     20#wp-toolbar, #header-inner {
     21    margin: 0 auto;
     22}
     23
     24#header-inner {
     25        width: 100%;
     26        height: 80px;
     27        padding: 0;
     28}
     29
     30#wp-admin-bar-my-account img.avatar {
     31    border-radius: 50%;
     32}
     33
    1834#header #network-title {
    1935        text-indent: -9999px;
    2036        width: 265px;
    body .meta a, 
    336352                color: #fff;
    337353        }
    338354}
     355
     356@media screen and (min-width: 960px) {
     357    #header-inner, #footer, #wp-toolbar {
     358        max-width: 960px;
     359    }
     360}
     361
     362@media screen and (max-width: 600px) {
     363    #wpadminbar {
     364        position: fixed;
     365    }
     366}
  • trunk/buddypress.org/public_html/wp-content/themes/bporg-developer/functions.php

    diff --git trunk/buddypress.org/public_html/wp-content/themes/bporg-developer/functions.php trunk/buddypress.org/public_html/wp-content/themes/bporg-developer/functions.php
    index db2ecab..6024cf4 100644
    defined( 'ABSPATH' ) || exit; 
    1616 * @since 1.0.0
    1717 */
    1818function bporg_developer_enqueue_styles() {
    19         wp_enqueue_style( 'bb-base', content_url( 'themes' ) . '/bb-base/style.css' );
    2019        wp_enqueue_style( 'wporg-developer', get_template_directory_uri() . '/style.css' );
    2120        wp_enqueue_style( 'bporg-developer-main',
    2221                get_stylesheet_directory_uri() . '/css/style.css',