From 2e412153d27a377960055cbc5a0c5c87e9ff138b Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Tue, 23 Mar 2004 19:23:32 +0000 Subject: [PATCH] updated paths to icons --- stylesheets/DaVinci.css | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/stylesheets/DaVinci.css b/stylesheets/DaVinci.css index a85665a25c..c9e5cb380f 100644 --- a/stylesheets/DaVinci.css +++ b/stylesheets/DaVinci.css @@ -174,7 +174,7 @@ ul { list-style-type: square; margin: 0.2em 0 0 1.5em; padding:0; - list-style-image: url("bullet.gif"); + list-style-image: url("davinci/bullet.gif"); } ol { @@ -463,7 +463,7 @@ pre { .portlet ul { list-style-type: square - list-style-image: url("bullet.gif"); + list-style-image: url("davinci/bullet.gif"); font-size:105%; } .portlet li { @@ -507,7 +507,7 @@ pre { display: block; height: 155px; width: 135px; - background: url(wiki.png) no-repeat; + background: url(davinci/wiki.png) no-repeat; background-repeat: no-repeat; } @@ -529,7 +529,7 @@ input.searchButton { margin-top:1px; /* font-size: 100%; margin-bottom: 1px ! important; - background: White url(search_icon.gif) 2px 1px no-repeat; + background: White url(davinci/search_icon.gif) 2px 1px no-repeat; cursor: pointer; padding: 1px 1px 1px 15px; text-transform: lowercase;*/ @@ -632,7 +632,7 @@ input.searchButton { /* the icon in front of the user name */ li#personaltools-userpage, li#personaltools-login{ - background: transparent url(user.gif) center left no-repeat; + background: transparent url(davinci/user.gif) center left no-repeat; background-repeat: no-repeat; padding-left: 20px; } @@ -825,13 +825,13 @@ table.rimage { .link-parent { display: block; - background: transparent url("arrowUp.gif") 4px 5px no-repeat; + background: transparent url(davinci/"arrowUp.gif") 4px 5px no-repeat; padding: 1px 0px 1px 16px; font-size: 80%; } .link-user { - background: transparent url("user.gif") 0 1px no-repeat; + background: transparent url(davinci/"user.gif") 0 1px no-repeat; padding: 1px 0px 1px 16px; } @@ -839,7 +839,7 @@ table.rimage { /* .link-external, html*.external{ - background: transparent url("link_icon.gif") 0px 1px no-repeat; + background: transparent url(davinci/"link_icon.gif") 0px 1px no-repeat; background-repeat: no-repeat; padding: 1px 0px 1px 16px; }*/ @@ -848,28 +848,28 @@ html*.external{ } .link-https { - background: transparent url("lock_icon.gif") 0px 1px no-repeat; + background: transparent url("davinci/lock_icon.gif") 0px 1px no-repeat; padding: 1px 0px 1px 16px; } .link-mailto { - background: transparent url("mail_icon.gif") 0px 1px no-repeat; + background: transparent url("davinci/mail_icon.gif") 0px 1px no-repeat; padding: 1px 0px 1px 16px; } .link-ftp { - background: transparent url("file_icon.gif") 0px 1px no-repeat; + background: transparent url("davinci/file_icon.gif") 0px 1px no-repeat; padding: 1px 0px 1px 16px; } .link-irc { - background: transparent url("discussionitem_icon.gif") 0px 1px no-repeat; + background: transparent url("davinci/discussionitem_icon.gif") 0px 1px no-repeat; padding: 1px 0px 1px 16px; } .link-comment { - background: transparent url("discussionitem_icon.gif") center left no-repeat; + background: transparent url("davinci/discussionitem_icon.gif") center left no-repeat; padding: 1px 0px 1px 16px !important; } -- 2.20.1