New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

CSS Classes

Main CSS classes

 

Name Description
.RadTagCloud Main wrapping element of RadTagCloud Control
.RadTagCloud .rtcTagList Main wrapping element for the tags list itself. It is an unordered list
.RadTagCloud .rtcTagList .rtcTagItem The list item in the RadTagCloud – a LI element
.RadTagCloud .rtcTagList .rtcTagItem:hover Sets the style of the LI element when hovered
.RadTagCloud .rtcTagList .rtcTagItem a Sets the style of the anchor in RadTagCloud list's normal state
.RadTagCloud .rtcTagList .rtcTagItem a:hover Sets the style of the anchor in RadTagCloud list's hovered state
.RadTagCloud .rtcTagList .rtcTagItem span Set the style for the tag cloud span where tag weight is placed
.rtcRtl The class applies Right to Left support
div.rtcRtl .rtcTagList .rtcTagItem span Sets the style for tag cloud span where tag weight is placed in Right to Left support mode
div.rtcDisabled .rtcTagList .rtcTagItem Sets the style for the List element when disabled state=”true”
div.rtcDisabled .rtcTagList .rtcTagItem:hover Sets the style for hovered List element when disabled state=”true”
div.rtcDisabled .rtcTagList .rtcTagItem a Sets the style for the Anchor element when disabled state=”true”
div.rtcDisabled .rtcTagList .rtcTagItem a:hover Sets the style for hovered Anchor element when disabled state=”true”

Skin - specific CSS Classes

 

Name Description
.RadTagCloud_Default Sets the style of the main wrapping element
.RadTagCloud_Default .rtcTagList .rtcTagItem Set the style of the LI element
.RadTagCloud_Default .rtcTagList .rtcTagItem:hover Set the style of the LI element when hovered
.RadTagCloud_Default .rtcTagList .rtcTagItem a Set the style of the TagCloud anchor
.RadTagCloud_Default .rtcTagList .rtcTagItem a:hover Set the style of the TagCloud anchor when hovered
In this article