Head Writer
TGS
20 Aug 2025
All color names used follow those from the color palette defined at https://www.uc.edu/about/marketing-communications/brand-guide/visual-identity/color.html
Background gradients are defined here: https://www.uc.edu/about/marketing-communications/brand-guide/visual-identity/gradients-textures.html
The official UC red gradient background can be added to a slide in Quarto through the official-uc-red-gradient class:
UC’s secondary gradient, called “beyond black”, can be added to a slide in Quarto through the beyond-black-gradient class:
UC’s other secondary gradient, called “white”, can be added to a slide in Quarto through the white-gradient class:
A flat UC red background can be added to a slide in Quarto through the uc-red-flat class:
A flat black background can be added to a slide in Quarto through the uc-black-flat class:
Without applying any of the custom classes to the slides, the ucinci style package will give you slides with a white background, black text, and red secondary elements. If you need a slide that has no red elements, you can invoke the black-and-white class.
To use your own background on the title slide, the title-slide-background can be defined in your Quarto document’s YAML header. The file location should be relative to your main document. Included within the resources folder is the picture of Baldwin Hall used in the College of Engineering and Applied Science official PowerPoint template as a webp file:
title-slide-background: "_extensions/ucinci/images/baldwin.webp"
The additional available parameters (and defaults) are:
title-slide-background-size: cover
title-slide-background-position: center
title-slide-background-repeat: no-repeat
title-slide-background-opacity: 1
The text and navigation colors on the title slide can be controlled through the title-slide-classes property in the YAML header. The available classes to use are those background options described in previous slides: title-slide-classes: [official-uc-red-gradient]
Additional custom classes could be added by modifying ucinci.scss.
When using a background image with transparency, you can control the background color within the UC color schema with these same classes. For example, title-slide-background: "_extensions/ucinci/images/baldwin.webp" title-slide-classes: [beyond-black-gradient] will render Baldwin Hall with a black background instead of UC red.
The package places a UC logo on each page except for the title page. A logo can be placed on the title slide using the YAML parameter title-slide-logo. This enables different logos to be used depending on the title slide appearance, and enables different unit lockups to be used. title-slide-logo: "_extensions/ucinci/images/my_unit_lockup.png"
The resources folder contains a logo for UC and lockups for the College of Engineering and Applied Science and the Department of Mechanical and Materials Engineering. title-slide-logo: "_extensions/ucinci/images/UC_MME_STACKED-04-05.png"
title-slide partial renders an ORCID symbol and link next to the authors’ names when provided in the document yaml.jobtitle, can be supplied under author. This will render the job title between the author’s name and affiliation, following the CEAS PowerPoint template.[This text should be white with a black background]{style="color: var(--white); background-color: var(--uc-black);"}. The following options exist:
The color names are identical to those defined in the UC color palette. I don’t know why the decision was made to call regular black UC black but regular white is not UC white. I don’t know why grey is spelled according to the UK dictionary either, since the US had an English language spelling reform in 1828.
When you have a source that you want to cite on a slide, you can add the .source-citation class to a div to place it in the bottom right of the slide. For example, [This is a source citation]{.source-citation}
or
will place “This is a source citation” in tiny gray font at the bottom of the slide. This way we can give credit where credit is due without distracting from the main content of the slide. The styling of this element can be modified by changing the .source-citation class in revealjs-supplement.css.
This is a source citation. Isn’t that useful?
The background images in this section come from the CEAS PowerPoint template, enabling the user to recreate this template in Revealjs presentations. They are provided in the resources folder.
The _extensions/ucinci/images/logo-shadow.jpg background works well with the .uc-red.flat or .official-uc-red-gradient classes. To use logo-shadow.jpg as a background, apply the background-image attribute with a class that changes the text color from the default like this:
The _extensions/ucinci/images/baldwin-alt.jpg background is included for completeness. This is part of the CEAS powerpoint template and differs from the other picture of Baldwin Hall through transparency in the bottom left triangular region.
Use of this background is not recommended at this time because it differs in color display from baldwin.webp, the image used for the title slide. In the case of baldwin.webp, I have modified it such that the image is formed by an alpha layer overlaid on the correct UC red web color, #E00122. If you really want to use the original PowerPoint background image rather than the one with improved colors, you can find it in the resources folder as baldwin-orig.jpg.