diff --git a/buttons/calendar.png b/buttons/calendar.png new file mode 100644 index 0000000..f2ec1be Binary files /dev/null and b/buttons/calendar.png differ diff --git a/buttons/calendar.xcf b/buttons/calendar.xcf new file mode 100644 index 0000000..251b394 Binary files /dev/null and b/buttons/calendar.xcf differ diff --git a/buttons/clubs.png b/buttons/clubs.png new file mode 100644 index 0000000..b4fe204 Binary files /dev/null and b/buttons/clubs.png differ diff --git a/buttons/csc.png b/buttons/csc.png new file mode 100644 index 0000000..555c0a6 Binary files /dev/null and b/buttons/csc.png differ diff --git a/buttons/csc.xcf b/buttons/csc.xcf new file mode 100644 index 0000000..d956720 Binary files /dev/null and b/buttons/csc.xcf differ diff --git a/buttons/docs.png b/buttons/docs.png new file mode 100644 index 0000000..a75b3a0 Binary files /dev/null and b/buttons/docs.png differ diff --git a/buttons/docs.xcf b/buttons/docs.xcf new file mode 100644 index 0000000..0bd14bb Binary files /dev/null and b/buttons/docs.xcf differ diff --git a/buttons/gallery.png b/buttons/gallery.png new file mode 100644 index 0000000..00a327b Binary files /dev/null and b/buttons/gallery.png differ diff --git a/buttons/gerbil.png b/buttons/gerbil.png new file mode 100644 index 0000000..1b4fe23 Binary files /dev/null and b/buttons/gerbil.png differ diff --git a/buttons/gitweb.png b/buttons/gitweb.png new file mode 100644 index 0000000..16ae8d5 Binary files /dev/null and b/buttons/gitweb.png differ diff --git a/buttons/gopher.png b/buttons/gopher.png new file mode 100644 index 0000000..0fc14c3 Binary files /dev/null and b/buttons/gopher.png differ diff --git a/buttons/home.png b/buttons/home.png new file mode 100644 index 0000000..ffa3502 Binary files /dev/null and b/buttons/home.png differ diff --git a/buttons/homepage.png b/buttons/homepage.png new file mode 100644 index 0000000..9aa89ba Binary files /dev/null and b/buttons/homepage.png differ diff --git a/buttons/horde.png b/buttons/horde.png new file mode 100644 index 0000000..428d054 Binary files /dev/null and b/buttons/horde.png differ diff --git a/buttons/library.png b/buttons/library.png new file mode 100644 index 0000000..d7f2f58 Binary files /dev/null and b/buttons/library.png differ diff --git a/buttons/mm-icon.png b/buttons/mm-icon.png new file mode 100644 index 0000000..10f5940 Binary files /dev/null and b/buttons/mm-icon.png differ diff --git a/buttons/office.png b/buttons/office.png new file mode 100644 index 0000000..94e8f6a Binary files /dev/null and b/buttons/office.png differ diff --git a/buttons/office.xcf b/buttons/office.xcf new file mode 100644 index 0000000..65ca0bb Binary files /dev/null and b/buttons/office.xcf differ diff --git a/buttons/package_multimedia.png b/buttons/package_multimedia.png new file mode 100644 index 0000000..97edf2f Binary files /dev/null and b/buttons/package_multimedia.png differ diff --git a/buttons/services.png b/buttons/services.png new file mode 100644 index 0000000..2d9803c Binary files /dev/null and b/buttons/services.png differ diff --git a/buttons/stats.png b/buttons/stats.png new file mode 100644 index 0000000..c11a5d6 Binary files /dev/null and b/buttons/stats.png differ diff --git a/buttons/stats.xcf b/buttons/stats.xcf new file mode 100644 index 0000000..60a0426 Binary files /dev/null and b/buttons/stats.xcf differ diff --git a/buttons/sunflower.png b/buttons/sunflower.png new file mode 100644 index 0000000..ad350c6 Binary files /dev/null and b/buttons/sunflower.png differ diff --git a/cscweb.xsl b/cscweb.xsl index 682ba14..0845e61 100644 --- a/cscweb.xsl +++ b/cscweb.xsl @@ -36,6 +36,7 @@ + diff --git a/default.css b/default.css index 83531bd..a40b29b 100644 --- a/default.css +++ b/default.css @@ -143,6 +143,46 @@ div.template-header { padding-top: 5px; } +div.menubar { + background-color: white; + padding-top: 12px; + margin: 0 auto; + text-align: center; + height: 75px; + vertical-align: middle; + font-size: 11px; + text-transform: uppercase; +} + +div.menuitem { + margin: 0; + padding: 0; + text-align: center; + float: left; +} + +div.menuitem a { + display: block; + text-align: center; + padding: 5px; + margin: 0; + text-decoration: none; + font-weight: 400; + font-family: 'Lucida Grande', Sans, Sans-serif; +} + +div.menuitem a:hover { + font-weight: 700; + color: black; + background-color: #eee; + border: 1px solid #ccc; +} + +div.menuitem p { + margin: 0; + padding: 0; +} + div.webtitle { height: 46px; width: 750px; diff --git a/menu.xml b/menu.xml new file mode 100644 index 0000000..38d361b --- /dev/null +++ b/menu.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/xsl/common.xsl b/xsl/common.xsl index 189f49a..a449bbd 100644 --- a/xsl/common.xsl +++ b/xsl/common.xsl @@ -18,7 +18,7 @@ - + @@ -85,6 +85,7 @@