mirror of
https://gh.wpcy.net/https://github.com/buddypress/buddypress.git
synced 2026-05-31 05:04:29 +08:00
git-svn-id: https://buddypress.svn.wordpress.org/branches/1.1@2060 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
22 lines
No EOL
910 B
CSS
22 lines
No EOL
910 B
CSS
/*
|
|
Theme Name: BuddyPress Social Network Parent Theme
|
|
Theme URI: http://buddypress.org/extend/themes/
|
|
Description: The social network parent theme for BuddyPress. This theme should not be activated and used directly. BuddyPress themes can be downloaded at: <a href="http://buddypress.org/extend/themes/">http://buddypress.org/extend/themes/</a>
|
|
Version: 1.1.2
|
|
Author: BuddyPress.org
|
|
Author URI: http://buddypress.org
|
|
*/
|
|
|
|
/* 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 ); |