/* Theme Name: BuddyPress Widget Theme Theme URI: http://buddypress.org Description: Widgetized home page for default BuddyPress theme. Version: 1.2 Author: modemlooper Author URI: http://twitter.com/modemlooper Template: bp-default Tags: buddypress, three-columns */ /* Inherit the default theme styles */ @import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css ); /* Inherit the default theme adminbar styles */ @import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css ); /* widget columns */ #first-section { margin-right: 560px; } #second-section { float: right; width: 260px; margin-right: 20px; } #third-section { float: right; width: 260px; } .widget { margin-bottom: 20px; } h3.widgettitle { background: rgb(234, 234, 234); font-size: 12px; padding: 5px 15px; } .padderHome { padding: 20px; } .widget .avatar-block { min-height: 50px; }