Style Name Description
portlet-font-dim Font attributes similar to portlet-font, but color is lighter. Should be used for currently irrelevant or less-relevant information (i.e. greyed-out)

Examples:

HTML Code Display
<p class="portlet-font-dim">Dim Text</p>

Dim Text

<div class="portlet-font-dim">Dim Text</div>
Dim Text
<span class="portlet-font-dim">Dim Text</span> Dim Text
<label class="portlet-font-dim">Dim Text</label>

<div class="portlet-font-dim" 
            style="font-size:larger">
            Larger Dim Text
</div>
                
Larger Dim Text

<span class="portlet-font-dim" 
      style="font-size:80%">
      Smaller Dim Text
</span>
Smaller Dim Text