Go To ↓ Navigation & Information Other Information

Nicholls HTML & CSS Notes

The foundation for building Nicholls websites comes from code created in HTML and CSS. Most of the really complex code is used to create the page view layout and elements, but some of the code can be used to create structure inside of the pages. These notes are for Nicholls website creators that are creating websites based on the templates and code developed by the Nicholls Website Manager.

CSS Name Description
float-left Special Class used with column shortcode. Forces column or other element to float left.
float-right Special Class used with column shortcode. Forces column or other element to float right.
width-50, width-49, width-47, width-46 Special Class used with column shortcode. Sets width of element to specified percentage.
width-right-default, width-default Special Class used with column shortcode. Sets width to a default percentage. Has special use case, but is currently less than 50%.
pattern-light-grey This displays the light grey pattern similar to the red pattern shown in the sidebar.
border-1-top, border-1-right, border-1-bottom, border-1-left, border-1-all Simple class to make 1 pixel wide solid border. The border-1-all makes border for all sides.
border-2-top, border-2-right, border-2-bottom, border-2-left, border-2-all Simple class to make 2 pixel wide solid border. The border-2-all makes border for all sides.
border-red Makes the border color using the Nicholls red.
Go To ↑ Top