You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by si...@apache.org on 2011/11/08 23:15:06 UTC

svn commit: r1199489 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css

Author: simonetripodi
Date: Tue Nov  8 22:15:06 2011
New Revision: 1199489

URL: http://svn.apache.org/viewvc?rev=1199489&view=rev
Log:
theme updated to use new icons

Modified:
    maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css

Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css?rev=1199489&r1=1199488&r2=1199489&view=diff
==============================================================================
--- maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css (original)
+++ maven/sandbox/trunk/skin/maven-fluido-skin/src/main/resources/css/maven-theme.css Tue Nov  8 22:15:06 2011
@@ -21,22 +21,22 @@
 
 /*IE6/7 don't support selectors*/
 a.externalLink{background: url('../images/external.png') right center no-repeat;padding-right: 18px;}
-a.newWindow{background: url('../images/newwindow.png') right center no-repeat;padding-right: 18px;}
+a.newWindow{background: url('../images/window-new.png') right center no-repeat;padding-right: 18px;}
 
-a.externalLink[href^=http]{background: url('../images/external.png') right center no-repeat;padding-right: 18px;}
-a.externalLink[href$=".asc"]{background: url('../images/key.png') right center no-repeat;padding-right: 18px;}
+a.externalLink[href^=http]{background: url('../images/text-html.png') right center no-repeat;padding-right: 18px;}
+a.externalLink[href$=".asc"]{background: url('../images/accessories-text-editor.png') right center no-repeat;padding-right: 18px;}
 a.externalLink[href$=".jpg"],
 a.externalLink[href$=".jpeg"],
 a.externalLink[href$=".gif"],
-a.externalLink[href$=".png"]{background: url('../images/image.png') right center no-repeat;padding-right: 18px;}
+a.externalLink[href$=".png"]{background: url('../images/image-x-generic.png') right center no-repeat;padding-right: 18px;}
 a.externalLink[href$=".tar.gz"],
-a.externalLink[href$=".zip"]{background: url('../images/box.png') right center no-repeat;padding-right: 18px;}
+a.externalLink[href$=".zip"]{background: url('../images/package-x-generic.png') right center no-repeat;padding-right: 18px;}
 a.externalLink[href$=".md5"],
-a.externalLink[href$=".sha1"]{background: url('../images/wrench.png') right center no-repeat;padding-right: 18px;}
-a.externalLink[href^=https]{background: url('../images/https.png') right center no-repeat;padding-right: 18px;}
-a.externalLink[href^=file]{background: url('../images/file.png') right center no-repeat;padding-right: 18px;}
-a.externalLink[href^=ftp]{background: url('../images/ftp.png') right center no-repeat;padding-right: 18px;}
-a.externalLink[href^=mailto]{background: url('../images/at.png') right center no-repeat;padding-right: 18px;}
+a.externalLink[href$=".sha1"]{background: url('../images/document-properties.png') right center no-repeat;padding-right: 18px;}
+a.externalLink[href^=https]{background: url('../images/application-certificate.png') right center no-repeat;padding-right: 18px;}
+a.externalLink[href^=file]{background: url('../images/drive-harddisk.png') right center no-repeat;padding-right: 18px;}
+a.externalLink[href^=ftp]{background: url('../images/network-server.png') right center no-repeat;padding-right: 18px;}
+a.externalLink[href^=mailto]{background: url('../images/contact-new.png') right center no-repeat;padding-right: 18px;}
 
 li.none{list-style: none;}
 li.expanded{list-style-image: url('../images/expanded.png');}