mirror of
https://gh.wpcy.net/https://github.com/buddypress/buddypress.git
synced 2026-06-01 05:49:21 +08:00
git-svn-id: https://buddypress.svn.wordpress.org/trunk@2039 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
27 lines
No EOL
934 B
CSS
27 lines
No EOL
934 B
CSS
/*
|
|
Theme Name: BuddyPress Default
|
|
Theme URI: http://buddypress.org/extend/themes/
|
|
Description: The default theme for BuddyPress.
|
|
Version: 1.1.1
|
|
Author: BuddyPress.org
|
|
Author URI: http://buddypress.org
|
|
Tags: buddypress, three-columns, white, orange, flexible-width
|
|
Template: bp-sn-parent
|
|
*/
|
|
|
|
/* Font styles */
|
|
@import url( ../bp-sn-parent/_inc/css/fonts/12px.css );
|
|
|
|
/* Layout styles for home page, internal pages and blog/directory pages */
|
|
@import url( ../bp-sn-parent/_inc/css/layout/home-page/3c-right.css );
|
|
@import url( ../bp-sn-parent/_inc/css/layout/internal-pages/3c-left.css );
|
|
@import url( ../bp-sn-parent/_inc/css/layout/blog-dir-pages/2c-right.css );
|
|
|
|
/* Default theme admin bar styles */
|
|
@import url( _inc/css/adminbar.css );
|
|
|
|
/* Default theme styles */
|
|
@import url( _inc/css/screen.css );
|
|
|
|
/* Uncomment the following line and add your custom styles to '_inc/css/custom.css' */
|
|
/* @import url( _inc/css/custom.css ); */ |