/* Theme Name: BuddyPress Widget Theme Theme URI: http://buddypress.org Description: Widgetized home page for default BuddyPress theme. Version: 1.2.1 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 ); /* Wide Thin Thin */ #first-section { margin-right: 560px; } #second-section { float: right; width: 260px; margin-right: 20px; } #third-section { float: right; width: 260px; } /*Thin Wide Thin */ #first-section-2 { width: 250px; float: left; position: relative; } #second-section-2 { max-width: 650px; float: left; left: 275px; position: absolute; right: 275px; } #third-section-2 { width: 250px; float: right; position: relative; } .widget { margin-bottom: 20px; } h3.widgettitle { background: rgb(234, 234, 234); font-size: 12px; padding: 5px 15px; color: #444444; } .padderHome { padding: 20px; } #col-wrap { position: relative; clear: both; float: left; width: 100%; overflow: hidden; } .widget .avatar-block { min-height: 50px; } .post-content img { max-width: 550px; } .new_forum_post .activity-inner img { width: 150px; height: 150px; }