---
sourceDocument: Xanadu ServiceNow AI Platform user interface
sourceDocumentLink: https://www.servicenow.com/docs/r/xanadu/platform-user-interface

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu ServiceNow AI Platform user interface

ft:clusterId :

    - platux

bundleId :

    - platux

workflow :

    - Platform


---

# Style in Content Management

# Style in Content Management {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Content pages can be styled with CSS, just like any HTML website.  
Three elements control CSS styles:

* [Style Sheets](https://www.servicenow.com/docs/BFw9iLiSoIzPHCE5hgynGA "Styles sheets are standard Cascading Style Sheets (CSS) that define the look and feel of all elements within the interface.") are records containing CSS declarations.
* [Themes](https://www.servicenow.com/docs/8CeMyTff6QZa6syZwqlOFA "Design themes are the convergence of structure and styling, making them a critical tool for creating a powerful user interface.") are groups of style sheets that can be invoked together.
* [Frames](https://www.servicenow.com/docs/NyghGtetlBmxPTEUIUhGXA "Frames provide a way to manage decorative containers for content blocks and any other elements within the site. For example, one frame can be a container, made of div or span tags, that is styled with rounded corners.") are UI macros that define the outer border of individual content blocks as they appear on a content page. Frames work by calling on particular definitions in the style sheets.
{#c_StyleInContentManagement__ul_sy2_m1p_wq}
* **[Style sheets](https://www.servicenow.com/docs/BFw9iLiSoIzPHCE5hgynGA)**   
  Styles sheets are standard Cascading Style Sheets (CSS) that define the look and feel of all elements within the interface.
* **[Design themes](https://www.servicenow.com/docs/8CeMyTff6QZa6syZwqlOFA)**   
  Design themes are the convergence of structure and styling, making them a critical tool for creating a powerful user interface.
* **[Doctypes](https://www.servicenow.com/docs/wht0eO6Yd4MjYGMqF10Oew)**   
  The view_content html page template on which all CMS is based defaults to `doctype=html`.
* **[Format a frame](https://www.servicenow.com/docs/NyghGtetlBmxPTEUIUhGXA)**   
  Frames provide a way to manage decorative containers for content blocks and any other elements within the site. For example, one frame can be a container, made of div or span tags, that is styled with rounded corners.

**Related concepts**   

* [Content sites](https://www.servicenow.com/docs/0~g1PIevFxGIOfwYOzVaRA "A content site is a group of related content pages that have the same basic theme, layout, and URL suffix.")
* [Content pages in CMS](https://www.servicenow.com/docs/Y7haHgucVKu2WIFrRmi9wg "Content pages are the core of the Content Management System. A content page is a web page that displays blocks of content.")
* [Content Management templates](https://www.servicenow.com/docs/MgmDw1oTnL0rtCeh4CW4QQ "Templates are content pages that are reused to provide a consistent look and feel.")
* [Content types](https://www.servicenow.com/docs/gAsbAqcdO66O8K4UGW4FcA "Content types provide site-specific control of how system data defined by templates is rendered.")
* [Content blocks](https://www.servicenow.com/docs/10IBm6HPSkM1sg4lE0xKOg "A block is a defined piece of content within the system that can be reused.")
* [Content Management meta tags](https://www.servicenow.com/docs/djSMOBDUTtTujiXOmTB6Pw "Meta tags are special tags in web pages that contain information about the page but are not rendered with the page. You can define custom meta tags for content pages.")  
**Related tasks**   

* [Define a frame in a style sheet](https://www.servicenow.com/docs/6lcwJbQoe7D4jdxrU8ttxg "Add style definitions for any custom frame UI macro you create.")
* [Create a frame UI macro](https://www.servicenow.com/docs/hmF~YYsrN8jrPs2fo73wSQ "Copy an existing frame UI macro to display content in a custom frame.")

