Highlights
These styles can be used when you're aiming to highlight sections of content on your page.
Simply add the relevant <div> element using a RichText / HTML paragraph.
Project Callouts
These styles are intended be used to callout pieces of information in your project overview, typically at the top of the page.
<div class="proj_callout">
This text is a "callout" <span class="highlight">with Highlighted options</span> for use to add emphasis for taglines and such.
</div>
<div class="proj_callout-sub">
This is created using the RichText / HTML paragraph and specific CSS.
</div>
Project Definitions
This is useful if you want to draw attention to a block of content on your page.
<div class="proj_define">
On 6th February 2008, <a href="http://labs.jboss.com/developers/#MarkNewton">Mark Newton</a> caught up with <a href="http://labs.jboss.com/developers/#AlesJustin">Ales Justin</a> - Core Developer for JBoss Microcontainer, JBoss AS 5, and Seam integration specialist. Member of the 'JSR-291 Dynamic Component Support for Java SE' and 'OSGi' expert groups. Here's what he had to say.
</div>