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

CSS Classes

Base CSS Classes

CSS ClassDescription
.RadTileRadTile Main Wrapper element
.RadTile divStyles DIV elements wrapped into Tile
.RadTile div:hover, .RadTile div:active, .RadTile div:focusStyles DIV elements wrapped into Tile hovered, active and focused states
.RadTile.rtileSquareStyles square tile
.RadTile.rtileWideStyles wide tile
.RadTile.rtileSelectedStyles selected tile
.RadTile.rtileSelected .rtileSelectedIconStyles selected tile selected icon
.RadTile.RadTextTile .rtileContentStyles TextTile content
.RadTile .rtileNavigation:hover
.RadTile .rtileSelectIntention .rtileSelectedIcon
.RadTile .rtileTopContentStyles Tile top content
.RadTile.RadImageAndTextTile .rtileTopContentStyles ImageAndTextTile top content
.RadTile.RadIconTile .rtileTopContentStyles IconTile top content
.RadTile .rtileTopContent .rtileIconImageStyles top content icon image
.RadTile .rtileTextWrapStyles Tile text wrap
.RadTile .rtileBottomContentStyles Tile bottom content
.RadTile .rtileBottomContent.rtileTitleIndentStyles bottom content Title indent
.RadTile .rtileBottomContent.rtileBadgeIndentStyles bottom content Badge indent
.RadTile .rtileBottomContent.rtileTitleIndent.rtileBadgeIndentStyles bottom content when have both Title and Badge
.RadTile.rtileSquare .rtileBottomContentStyles square tile bottom content
.RadTile.rtileSquare .rtileBottomContent.rtileTitleIndentStyles square title bottom content title indent
.RadTile.rtileSquare .rtileBottomContent.rtileBadgeIndentStyles square title bottom content badge indent
.RadTile.rtileSquare .rtileBottomContent.rtileTitleIndent.rtileBadgeIndentStyles square tile when have both title and badge
.RadTile .rtileTitleIndent .rtileTitleStyles title indent
.RadTile .rtileTitleIndent .rtileBadgeIndentStyles badge indent
.RadTile .rtileTitleIndent img.rtileTitleStyles image title indent
.RadTile h6.rtileTitleStyles H6 Tile title
.RadTile div.rtileWrapper h6.rtileTitleStyles H6 Tile title
.RadTile img.rtileTitleStyles image Tile title
.RadTile .rtileBadgeStyles tile badge
.RadTile .rtileBadgeIconStyles tile Icon Badge
.RadTile .rtileActivityBadge, .RadTile .rtileAlertBadge, .RadTile .rtileAvailableBadge, .RadTile .rtileAwayBadge, .RadTile .rtileBusyBadge, .RadTile .rtileUnavailableBadge, .RadTile .rtileNewMessageBadge, .RadTile .rtilePausedBadge, .RadTile .rtilePlayingBadge, .RadTile .rtileErrorBadge, .RadTile .rtileAttentionBadgeStyles predefined badges states
.RadTile.rtileRtl .rtileImageWrap
.RadTile.rtileRtl .rtileSelectedTile .rtileSelectedIcon
.RadTile.rtileRtl .rtileTitleStyles Tile title in RTL mode
.RadTile.rtileRtl img.rtileTitleStyles image Tile image title in RTL mode
.RadTile.rtileRtl .rtileBadgeStyles Tile Badge in RTL mode
.RadTile.rtileLoadingStyles loading elements when it is placed on the wrapper element
.RadTile .rtileLoadingStyles loading element when it is placed inside the wrapper element

Skin Specific CSS Classes

CSS ClassDescription
.RadTile_DefaultStyles main wrapper element
.RadTile_Default.rtileSelectedStyles selected tile
.RadTile_Default.rtileHoveredStyles hovered tile
.RadTile_Default.rtileSelected.rtileHoveredStyles selected hovered tile
.RadTile_Default.rtileSelected .rtileSelectedIconStyles selected tile selected icon
html .RadTile_Default.RadTile h6.rtileTitleStyles tile h6 title
.RadTile_Default .rtilePeekContentStyles Peek Content
.RadTile_Default.rtileLoadingStyles loading elements when it is placed on the wrapper element
.RadTile_Default .rtileLoadingStyles loading element when it is placed inside the wrapper element

See Also