Code changes version 1.06
-------------------------------------------
Changes to global.css
-------------------------------------------
-------------------
Before
-------------------
body {min-width:552px; font:62.5%/170% Arial, sans-serif; color:#565656; background:#444444 url(http://www.sfsu.edu/template/images/bgbody.png) repeat-y left center;}
-------------------
After
-------------------
body {min-width:552px; font:67.5%/175% Arial, sans-serif; color:#565656; background:#444444 url(http://www.sfsu.edu/template/images/bgbody.png) repeat-y left center;}
-------------------
Before
-------------------
#main ol li {font-size:110%;}
-------------------
After
-------------------
#main ol li {font-size:120%;}
#main ul li ul li,#main ul li ol li,#main ol li ul li {font-size:100%;}
-------------------
Before
-------------------
#main ul li {padding-left:10px; list-style-type:none; font-size:120%; background:url(http://www.sfsu.edu/template/images/bulletpurple.png) no-repeat left 7px;}
-------------------
After
-------------------
#main ul li {padding-left:10px; list-style-type:none; font-size:120%; background:url(http://www.sfsu.edu/template/images/bulletpurple.png) no-repeat left 7px;}
#main ul li ul li {font-size:100%;}
-------------------
New
-------------------
#main form {margin:0;padding:0;font-size:100%;}
#main fieldset {margin:1em 0;border:none;border-top:1px solid #ccc;}
#main legend {margin:1em 0;padding:0 .5em;color:#505066;background:transparent;font-weight:bold;}
#main div label {float:left;width:15em;padding:0 2em; text-align:right;}
#main label,#main input {padding:0 .5em;}
#main input {margin:5px 0;}
#main input:focus,
textarea:focus {border:1px solid #cccccc; color:#565656;}
#main select {padding:4px; margin:0 0 5px 0; color:#666600;font-size:90%; }
-------------------
Before
-------------------
#attention {background-color:#ffffcc;color:#000; width:90%; border:1px solid #ffcc33;padding:5px; margin:5px;}
#attention h2 {font-size:200%; float:left; padding:10px 5px 5px 10px ;line-height:110%;}
#attention p {font-size:110%; line-height:120%;}
-------------------
After
-------------------
#attention {background-color:#ffffcc;color:#000; width:87%; border:.10em solid #999;padding:5px; margin:5px 5px 5px 20px;}
#attention h2 {font-size:150%; padding:0 0 0 5px;}
#attention p {font-size:120%; padding:0 0 0 5px;color:#333333;line-height:110%;}
-------------------
Before
-------------------
#nav a:hover,
#nav a:focus {color:#999900;}
#sidebar a:focus,
#sidebar a:hover {color:#999900;}
#main a:hover {color:#999900;}
#main li a:hover {color:#999900;}
#main table a:hover {color:#999900;}
#main .brief h2 a:focus,
#main .brief h2 a:hover {color:#999900;}
#main .top a:focus,
#main .localnav a:hover,
#main .top a:hover {color:#999900;}
-------------------
After
-------------------
#nav a:hover,
#nav a:focus {color:#333300;}
#sidebar a:focus,
#sidebar a:hover {color:#333300;}
#main a:hover {color:#333300;}
#main a.skip:focus,
#main a.skip:hover {color:#333300; border-bottom:1px solid #ddddcc;}
#main li a:hover,
#main ul li ul li a:hover {color:#333300;}
#main ul li a:hover {color:#333300;}
#main table a:focus,
#main table a:hover {color:#333300;}
#main .brief h2 a:focus,
#main .brief h2 a:hover {color:#333300;}
#main .localnav a:hover {color:#333300;}
#main a:hover {color:#333300;}
#main .top a:hover {color:#333300;}
-------------------
Before
-------------------
#main a:visited {color:#545454;}
-------------------
After
-------------------
#main a:visited {color:#666600;}
#main li a:visited {color:#666600;}
#main .brief h2 a:visited {color:#666600;}
-------------------------------------------
Changes to global.css
-------------------------------------------
-------------------
New
-------------------
#utilitystripe .skiplinks {display:none;}
#main ul li,#sidebar ul li {list-style-type: disc !important;}
-------------------------------------------
Changes to Search and Go button; Added Submit button
-------------------------------------------
-------------------
Before Search button
-------------------
-------------------
After
-------------------
-------------------
Before Go button
-------------------
-------------------
After
-------------------
-------------------
New Submit
-------------------
-------------------------------------------
Update search to be define for new search format
-------------------------------------------
-------------------
Before
-------------------
-------------------
After
-------------------
-------------------------------------------
Changes to Template preview page
-------------------------------------------
1. Added sample of nested list
2. Added sample form
3. Added sample imgcap and large image in main div
4. Added initials to last updated date in sidebar
5. Updated sidebar image and added caption
6. Updated search, go and submit buttons