---
sourceDocument: Yokohama ServiceNow AI Platform user interface
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/yokohama/platform-user-interface

 Release :

    - yokohama

ft:locale :

    - en-US

ft:publication_title :

    - Yokohama ServiceNow AI Platform user interface

ft:clusterId :

    - platux

bundleId :

    - platux

workflow :

    - Platform


---

# Style in Content Management

# Style in Content Management {#ariaid-title1}

Release version: Yokohama  
Updated January 30, 2025  
![](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://servicenow-prod.fluidtopics.net/ZhYfGsZM6ac4vH9N1EnVqQ "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://servicenow-prod.fluidtopics.net/_9AfgM3_UD3v63K3dplUzQ "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://servicenow-prod.fluidtopics.net/LndED9by2mz2lgd2_~ZdlQ "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://servicenow-prod.fluidtopics.net/ZhYfGsZM6ac4vH9N1EnVqQ)**   
  Styles sheets are standard Cascading Style Sheets (CSS) that define the look and feel of all elements within the interface.
* **[Design themes](https://servicenow-prod.fluidtopics.net/_9AfgM3_UD3v63K3dplUzQ)**   
  Design themes are the convergence of structure and styling, making them a critical tool for creating a powerful user interface.
* **[Doctypes](https://servicenow-prod.fluidtopics.net/dUh~dYuU3qBSL7yRJyb4bg)**   
  The view_content html page template on which all CMS is based defaults to `doctype=html`.
* **[Format a frame](https://servicenow-prod.fluidtopics.net/LndED9by2mz2lgd2_~ZdlQ)**   
  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://servicenow-prod.fluidtopics.net/mq6_IyfPFv_Cc9gx~ROIlw "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://servicenow-prod.fluidtopics.net/dKEuxeoaCvmTBJP3WyECLg "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://servicenow-prod.fluidtopics.net/QLuE3NybQ3Knh~qXmg3wnw "Templates are content pages that are reused to provide a consistent look and feel.")
* [Content types](https://servicenow-prod.fluidtopics.net/L5TewMFO4C9Y7ZdZ64qNww "Content types provide site-specific control of how system data defined by templates is rendered.")
* [Content blocks](https://servicenow-prod.fluidtopics.net/RCtvau9Z4KVPUaVH~0m07A "A block is a defined piece of content within the system that can be reused.")
* [Content Management meta tags](https://servicenow-prod.fluidtopics.net/SL3zabP_xvGfSZ1BM5N~lg "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://servicenow-prod.fluidtopics.net/nzJE4a8bt52X8wjHiYZJDg "Add style definitions for any custom frame UI macro you create.")
* [Create a frame UI macro](https://servicenow-prod.fluidtopics.net/0gblje8v8aUuKDLLY6dqcg "Copy an existing frame UI macro to display content in a custom frame.")

