mirror of
https://gh.wpcy.net/https://github.com/buddypress/buddypress.git
synced 2026-06-13 08:00:41 +08:00
git-svn-id: https://buddypress.svn.wordpress.org/trunk@2352 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
29 lines
No EOL
1.1 KiB
CSS
29 lines
No EOL
1.1 KiB
CSS
/*
|
|
Theme Name: BuddyPress Classic Parent
|
|
Theme URI: http://buddypress.org/extend/themes/
|
|
Description: The parent for the classic BuddyPress theme from version 1.1 and earlier. This theme should not be activated directly.
|
|
Version: 1.2-rare
|
|
Author: BuddyPress.org
|
|
Author URI: http://buddypress.org
|
|
|
|
** IMPORTANT - DO NOT COPY THIS THEME **
|
|
If you want to make a custom theme based on this theme, DO NOT copy and edit it. By
|
|
doing this you will make upgrades and maintainence much harder for yourself.
|
|
Instead, please read this codex page on how to build a BuddyPress child theme:
|
|
|
|
http://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
|
|
*/
|
|
|
|
/* Font styles */
|
|
@import url( _inc/css/fonts/12px.css );
|
|
|
|
/* Layout styles for home page, internal pages and blog/directory pages */
|
|
@import url( _inc/css/layout/home-page/3c-right.css );
|
|
@import url( _inc/css/layout/internal-pages/3c-left.css );
|
|
@import url( _inc/css/layout/blog-dir-pages/2c-right.css );
|
|
|
|
/* Admin bar styles */
|
|
@import url( _inc/css/adminbar.css );
|
|
|
|
/* Default example styles -- these should be your own styles in a child theme */
|
|
@import url( _inc/css/screen.css ); |