updated paths to icons
authorGabriel Wicke <gwicke@users.mediawiki.org>
Tue, 23 Mar 2004 19:23:32 +0000 (19:23 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Tue, 23 Mar 2004 19:23:32 +0000 (19:23 +0000)
stylesheets/DaVinci.css

index a85665a..c9e5cb3 100644 (file)
@@ -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;
 }