This theme sandbox provides a visual catalog for many of the theming elements that Elgg uses. The primary css selector is listed with each theme element. The preview is divided into sections that are listed in the page menu (usually in the sidebar but depends on your current theme).

'Advanced Settings', 'href' => 'admin/settings/advanced', 'is_trusted' => true )); $developers = elgg_view('output/url', array( 'text' => 'Developers\' Plugin Settings', 'href' => 'admin/developers/settings', 'is_trusted' => true )); $body = "Caches are enabled. Changes you make to CSS and views might not appear. It is always recommended to disable caches while developing themes and plugins. To disable caches, visit the $advanced or $developers pages."; echo elgg_view_module('info', 'Warning', $body); } ?>

elgg_echo('theme_preview:breakout'), 'href' => current_page_url(), 'target' => '_parent', 'is_trusted' => true, )); ?>