Color & Background Changes
Background Graphics
You need access to the template source code to change the background color (actually a gradient) of your CSS template.
You will find code near the top of the document (around line 20) similar
to the following. Each template has six backgrounds that you may use for
a variation of your page. As exemplified below, this template allows the
designer to use the following graphics:
bg-1.jpg,
bg-2.jpg, bg-3.jpg, bg-4.jpg, bg-5.jpg, and bg-6.jpg.
/****************** -- Extension Coding That Can Be Changed -- ******************/
/* -- Background can be changed to one of the following six options for
this color set:
(bg-1.jpg, bg-2.jpg, bg-3.jpg, bg-4.jpg, bg-5.jpg, bg-6.jpg) -- */
body {
background: url(http://ext.wsu.edu/extensionnav/extimages/background/bg-1.jpg)
repeat-x 760px 0px fixed #fff;
}
Use of other background graphics is unauthorized.
Site ID Graphic
You can change the Site ID graphic, but you have to access the source code to do so. A layered version of the graphic is included in the Zip file; you may edit this to customize the Site ID graphic. You can find instructions on replacing the graphic at the Marketing Communications Tips & Tricks page. Do not change the height or width of the graphic.
Toolbar & Footer
You can change the color of the toolbar and the footer in the template source code. Display of the toolbar is controlled by the second digit in the key code. Change the digit to 0, and the toolbar disappears. Change the digit to 1, and the toolbar appears.
Note the following source code:
#toolbar {
background-color: #b2cdcc;#localfooter {
background-color: #b2cdcc;
Secondary content using h2 tag. Column 2
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Heading using the h3tag
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.