The template heavily relies on cascading style sheets to apply color, typography, and layout to the UVM Web Template. Some major tags are already preconfigured for use with the template. Here are some examples:
Note heading 1 is generally reserved for The University of Vermont
.
Note heading 2 is generally reserved for your site's title, but is also recommended for use in the content area when no banner option is used.
This is sample default text. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex.
This is sample default text. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex.
This is sample default text. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex.
This is sample default text. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex.
You can also use our pre-configured styles for some main design elements.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
The alpha bar style can be created using <p class="alpha"> </p>.
| Table Heading 1 | Table Heading 2 | Table Heading 3 |
|---|---|---|
| contents | contents | contents |
| contents | contents | contents |
This table design can be created using <table class="uvmtable"> </table>.
This is the caption for this text wrapped image
There are many occasions when a descriptive photograph or illustration can contribute to the value of text content. You can effectively link the two elements together by wrapping the text around the image with the image either on the left or the right of the text. Wrapped images can also be accompanied by a caption.
Implementing this feature is easy. Our stylesheet contains the information to make the wrapping and captions look and function correctly. All you need to do is follow the directions below to create proper html tags.
<img src="image.jpg" class="imageleft" alt="Placeholder image " height="120" width="140" />
or like this for an image on the right side of the text:
<img src="image.jpg" class="imageright" alt="Placeholder image " height="120" width="140" />
This is the placeholder caption
<p class="with_captionright sm_caption"> <img src="image.jpg" class="imageright" alt="Placeholder image" height="120" width="160" /> This is the placeholder caption</p>
You may use your own style sheets to your template site as you see fit. You can also apply an external style sheet to your entire template site by attaching it to the zero line of your defaultmenu.html or to your configuration file using the call: stylesheet=mystyle.css where mystyle.css represents the file name of your style sheet.
Using your own stylesheet you can also override some of the template default visual settings. The following is a list of settings most commonly changed and the corresponding CSS call. Note: If you use multiple parameters, you will separate each item in the series with a comma with no space after it.
Consult the main UVM template stylesheet to see more styles that you can alter in your own stylesheet.
Last modified September 25 2008 02:25 PM