From 873a7d002c0bbafe0ddbd3dcac425bb0feddf70e Mon Sep 17 00:00:00 2001 From: rich Date: Fri, 22 Oct 2004 17:17:42 +0000 Subject: [PATCH] Added the images to the various menu links. --- html/_css/standard.css | 53 +++++++++++++++++++++++++++++++++++++++++++++++++- templates/footer.html | 10 +++++----- templates/page.html | 30 ++++++++++++++-------------- 3 files changed, 72 insertions(+), 21 deletions(-) diff --git a/html/_css/standard.css b/html/_css/standard.css index f58adc3..77fe8ed 100644 --- a/html/_css/standard.css +++ b/html/_css/standard.css @@ -1,5 +1,5 @@ /* Stylesheet for COCANWIKI. - * $Id: standard.css,v 1.20 2004/10/21 20:44:53 rich Exp $ + * $Id: standard.css,v 1.21 2004/10/22 17:17:42 rich Exp $ */ /* Based on the basic stylesheet. */ @@ -170,6 +170,57 @@ ul#footer { font-size: 70%; } +/* Graphics on the menu items. */ +li.edit_li a { + padding-left: 16px; + background: url(/_graphics/edit.png) center left no-repeat; +} + +li.files_li a { + padding-left: 18px; + background: url(/_graphics/files.png) center left no-repeat; +} + +li.home_li a { + padding-left: 16px; + background: url(/_graphics/home.png) center left no-repeat; +} + +li.images_li a { + padding-left: 18px; + background: url(/_graphics/images.png) center left no-repeat; +} + +li.maillist_li a { + padding-left: 18px; + background: url(/_graphics/maillist.png) center left no-repeat; +} + +li.recent_li a { + padding-left: 16px; + background: url(/_graphics/recent.png) center left no-repeat; +} + +li.sitemap_li a { + padding-left: 18px; + background: url(/_graphics/sitemap.png) center left no-repeat; +} + +li.recent_li a { + padding-left: 18px; + background: url(/_graphics/recent.png) center left no-repeat; +} + +li.versions_li a { + padding-left: 18px; + background: url(/_graphics/versions.png) center left no-repeat; +} + +li.wlh_li a { + padding-left: 18px; + background: url(/_graphics/wlh.png) center left no-repeat; +} + /* Sitemap page. */ ul#sitemap { list-style: none; diff --git a/templates/footer.html b/templates/footer.html index f7d8606..d8ff69a 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,15 +1,15 @@ diff --git a/templates/page.html b/templates/page.html index 97efd3d..03974ad 100644 --- a/templates/page.html +++ b/templates/page.html @@ -42,13 +42,13 @@ @@ -57,24 +57,24 @@
  • ::if(is_homepage)::::else::::end::Home page::if(is_homepage)::::else::::end::
  • ::table(sitemenu)::
  • ::if(is_linked)::::end::::label_html::::if(is_linked)::::end::
  • ::end:: -
  • Sitemap
  • +
  • Sitemap