Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/25/2015 02:59:16 PM (11 years ago)
Author:
hnla
Message:

Update twentyfourteen/twentyfifteen companion styles

Commit updates and corrects stylefile header comments.

  • Re-write overload file guidance for child themes
  • Copy comment block to 2014 sheet
  • Add readmore link to newly created codex page for more info

Fixes #6454 Props imath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/css/twentyfifteen.scss

    r9894 r9895  
    142142$unread:             #dce5ff;
    143143
    144 /*--------------------------------------------------------------
     144/*------------------------------------------------------------------------------
    145145
    146146This is the BuddyPress companion stylesheet for
     
    149149This sheet supports the primary BuddyPress styles in buddypress.css
    150150
    151 The Rulesets shadow the BP default stylesheet sectioning
    152 to maintain uniformity.
    153 
    154 If you are running as a child theme of twentyfifteen and wish to use
    155 this stylesheet then please copy it to buddypress/css/ or community/css/
    156 in your child theme root and rename the file to match your child theme name
    157 i.e. in child theme named 'twentyfifteen-child', twentyfifteen.css would become
    158 'twentyfifteen-child.css'
    159 
    160 ----------------------------------------------------------------
     151If you are running as a child theme of twentyfifteen this stylesheet will be
     152loaded by default. If you want to modify the styles the normal BP Theme Compat
     153hierarchy works and you can copy the file to buddypress/css/ or community/css/
     154in your child themes root & either start over or modify the rulesets.
     155
     156If you do not require the styles you can dequeue them from the themes functions file.
     157
     158Please see this codex article for more information:
     159http://codex.buddypress.org/themes/buddypress-companion-stylesheets/
     160
     161--------------------------------------------------------------------------------
    161162>>> TABLE OF CONTENTS:
    162 ----------------------------------------------------------------
     163--------------------------------------------------------------------------------
    1631641.0 Theme Structural Elements & overrides
    1641652.0 - Navigation - General
     
    1941959.0 - Error / Success Messages
    19519610.0 - Ajax Loading, Widgets, General classes
    196 --------------------------------------------------------------*/
     197------------------------------------------------------------------------------*/
    197198
    198199/**
Note: See TracChangeset for help on using the changeset viewer.