American Society of Radiologic Technologists (ASRT) logo 

Web Style Guide

Base

Global CSS includes helpful resets to ensure consistent styling across browsers

Base uses a normalize snippet to reset browsers. The main stylesheet contains normalize, general, grid, typography and many other commonly used styles across the CMS. It is organized by a table of content such as this:

  1. General
  2. Sections & Layout 
  3. Typography & Lists 
  4. Colours 
  5. Links 
  6. Images & Icons 
  7. Multimedia (Video) 
  8. CSS Buttons 
  9. Forms 
  10. Navigation 
  11. Containers 
  12. Tables 
  13. Interface Components 
  14. Custom Sections 
  15. Advertising 
  16. Display Content Control (Hide/Show) 
  17. Grid 
  18. Transformations 
  19. Print 

Note upon inspecting CMS code, any CSS class preceding with .sf may have been modified to overwrite Sitefinity's basic theme.

Quick Links



Web Team Notes 2018.10.08

Scripts, Web Fonts, and certain CSS files are located on the media server for CMS and APPS to share. Go to "asrtmedialive > global "

Notify the Web Team immediately if you are updating the CMS main stylesheet and in the CSS line 4 update the date and add your initials.

Normalize

Snippet from the main stylesheet. Always refer to the actual stylesheet for most current version.

CSS

General

Snippet from the main stylesheet. Always refer to the actual stylesheet for most current version.

CSS