New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

CSS Classes

Main CSS classes

 

NameDescription
.RadTagCloudMain wrapping element of RadTagCloud Control
.RadTagCloud .rtcTagListMain wrapping element for the tags list itself. It is an unordered list
.RadTagCloud .rtcTagList .rtcTagItemThe list item in the RadTagCloud – a LI element
.RadTagCloud .rtcTagList .rtcTagItem:hoverSets the style of the LI element when hovered
.RadTagCloud .rtcTagList .rtcTagItem aSets the style of the anchor in RadTagCloud list's normal state
.RadTagCloud .rtcTagList .rtcTagItem a:hoverSets the style of the anchor in RadTagCloud list's hovered state
.RadTagCloud .rtcTagList .rtcTagItem spanSet the style for the tag cloud span where tag weight is placed
.rtcRtlThe class applies Right to Left support
div.rtcRtl .rtcTagList .rtcTagItem spanSets the style for tag cloud span where tag weight is placed in Right to Left support mode
div.rtcDisabled .rtcTagList .rtcTagItemSets the style for the List element when disabled state=”true”
div.rtcDisabled .rtcTagList .rtcTagItem:hoverSets the style for hovered List element when disabled state=”true”
div.rtcDisabled .rtcTagList .rtcTagItem aSets the style for the Anchor element when disabled state=”true”
div.rtcDisabled .rtcTagList .rtcTagItem a:hoverSets the style for hovered Anchor element when disabled state=”true”

Skin - specific CSS Classes

 

NameDescription
.RadTagCloud_DefaultSets the style of the main wrapping element
.RadTagCloud_Default .rtcTagList .rtcTagItemSet the style of the LI element
.RadTagCloud_Default .rtcTagList .rtcTagItem:hoverSet the style of the LI element when hovered
.RadTagCloud_Default .rtcTagList .rtcTagItem aSet the style of the TagCloud anchor
.RadTagCloud_Default .rtcTagList .rtcTagItem a:hoverSet the style of the TagCloud anchor when hovered