SKIP navigation
Buildit
Buildit

This page's main content:

buildit documentation

palette class fonts.intermediate topic

more css magic.

There are special 'pal' classes of selected fonts that align the color of those classes with the palette in use. For example, if you select the font class 'head_100pal', that class' color will change depending upon the 'palette.css' that you have chosen (find out about 'palette.css' color schemes under 'inside.>More>Color Schemes'). Try the links below and see how the font colors below them change (note, these are the only 'pal' classes) Note also that for the red palette, the 'pal' classed text does not change — that is because red text is reserved for use with links only. Other page elements may also change color as explained under 'inside.>More>Color Schemes').:

Gray (unomaha.edu default), Green, Orange, Purple, Yellow, Blue

head_77pal

head_80pal

head_100pal

variable palette class fonts.advanced topic

If you want to be really advanced, use the 'palette_var' file to alter your sitewide color scheme and 'pal' fonts by just changing one file. For an in depth discussion of the 'palettete_var' CSS file, look under 'inside.>More>Color Schemes'). Something like this perhaps (do not copy and paste):

/* var pallette */
.head_100pal {
color: #0D54A8;
}
.head_80pal {
color: #0D54A8;
}
.head_77pal {
color: #0D54A8;
}