svnweb-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Svnweb-commits] r755 - in static/trunk/fsforg/css: . img


From: sysadmin
Subject: [Svnweb-commits] r755 - in static/trunk/fsforg/css: . img
Date: Wed, 14 Oct 2009 17:32:51 -0400

Author: mattl
Date: Wed Oct 14 17:32:51 2009
New Revision: 755

Log:
updated

Added:
   static/trunk/fsforg/css/img/
   static/trunk/fsforg/css/img/arrowDownAlternative.gif   (contents, props 
changed)
   static/trunk/fsforg/css/img/bullet.gif   (contents, props changed)
   static/trunk/fsforg/css/img/document_icon.gif   (contents, props changed)
   static/trunk/fsforg/css/img/entry_icon.gif   (contents, props changed)
   static/trunk/fsforg/css/img/event_icon.gif   (contents, props changed)
   static/trunk/fsforg/css/img/fcFolder_icon.gif   (contents, props changed)
   static/trunk/fsforg/css/img/file_icon.gif   (contents, props changed)
   static/trunk/fsforg/css/img/folder_icon.gif   (contents, props changed)
   static/trunk/fsforg/css/img/image_icon.gif   (contents, props changed)
   static/trunk/fsforg/css/img/link_icon.gif   (contents, props changed)
   static/trunk/fsforg/css/img/mail_icon.gif   (contents, props changed)
   static/trunk/fsforg/css/img/newsitem_icon.gif   (contents, props changed)
   static/trunk/fsforg/css/img/print_icon.gif   (contents, props changed)
   static/trunk/fsforg/css/img/simpleblog_icon.gif   (contents, props changed)
   static/trunk/fsforg/css/img/topic_icon.gif   (contents, props changed)
   static/trunk/fsforg/css/img/trio.png   (contents, props changed)
Modified:
   static/trunk/fsforg/css/plone.css

Added: static/trunk/fsforg/css/img/arrowDownAlternative.gif
==============================================================================
Binary file. No diff available.

Added: static/trunk/fsforg/css/img/bullet.gif
==============================================================================
Binary file. No diff available.

Added: static/trunk/fsforg/css/img/document_icon.gif
==============================================================================
Binary file. No diff available.

Added: static/trunk/fsforg/css/img/entry_icon.gif
==============================================================================
Binary file. No diff available.

Added: static/trunk/fsforg/css/img/event_icon.gif
==============================================================================
Binary file. No diff available.

Added: static/trunk/fsforg/css/img/fcFolder_icon.gif
==============================================================================
Binary file. No diff available.

Added: static/trunk/fsforg/css/img/file_icon.gif
==============================================================================
Binary file. No diff available.

Added: static/trunk/fsforg/css/img/folder_icon.gif
==============================================================================
Binary file. No diff available.

Added: static/trunk/fsforg/css/img/image_icon.gif
==============================================================================
Binary file. No diff available.

Added: static/trunk/fsforg/css/img/link_icon.gif
==============================================================================
Binary file. No diff available.

Added: static/trunk/fsforg/css/img/mail_icon.gif
==============================================================================
Binary file. No diff available.

Added: static/trunk/fsforg/css/img/newsitem_icon.gif
==============================================================================
Binary file. No diff available.

Added: static/trunk/fsforg/css/img/print_icon.gif
==============================================================================
Binary file. No diff available.

Added: static/trunk/fsforg/css/img/simpleblog_icon.gif
==============================================================================
Binary file. No diff available.

Added: static/trunk/fsforg/css/img/topic_icon.gif
==============================================================================
Binary file. No diff available.

Added: static/trunk/fsforg/css/img/trio.png
==============================================================================
Binary file. No diff available.

Modified: static/trunk/fsforg/css/plone.css
==============================================================================
--- static/trunk/fsforg/css/plone.css   Wed Oct 14 17:25:57 2009        (r754)
+++ static/trunk/fsforg/css/plone.css   Wed Oct 14 17:32:51 2009        (r755)
@@ -133,7 +133,7 @@
     list-style-type: square;
     margin: 0.5em 0 0 1.5em;
     padding: 0;
-    list-style-image: url(http://www.fsf.org/bullet.gif);
+    list-style-image: url(http://static.fsf.org/fsforg/css/img/bullet.gif);
 }
 
 ol {
@@ -255,7 +255,7 @@
 /* Logo properties */
  
 #portal-logo {
-    background: url(http://www.fsf.org/logo.jpg) no-repeat;
+    background: url(http://static.fsf.org/common/img/logo-new.png) no-repeat;
     border: 0;
     margin: 0.75em 0em 0.75em 1.5em;
     padding: 0;
@@ -380,7 +380,7 @@
     list-style: none;
 }
 #portal-personaltools .portalUser {
-    background: transparent url(http://www.fsf.org/user.gif) center left 
no-repeat;
+    background: transparent url(http://static.fsf.org/fsforg/css/img/user.gif) 
center left no-repeat;
     padding-left: 15px;
 }
 
@@ -392,7 +392,7 @@
 } /* Used on all descriptions relevant to those not logged in */
  
 #portal-personaltools li {
-    background: transparent url(http://www.fsf.org/linkOpaque.gif) center left 
no-repeat;
+    background: transparent 
url(http://static.fsf.org/fsforg/css/img/linkOpaque.gif) center left no-repeat;
     padding-left: 8px;
     color: #660000;
     margin-left: 1em;
@@ -492,7 +492,7 @@
 }
 .contentActions li {
     float: right;
-    background-image: url(http://www.fsf.org/arrowDownAlternative.gif);
+    background-image: 
url(http://static.fsf.org/fsforg/css/img/arrowDownAlternative.gif);
     background-repeat: no-repeat;
     background-position: center right;
     z-index: 4;
@@ -747,7 +747,7 @@
 
 .standalone,
 .documentEditable * .standalone {
-    background: #d4cfcb url(http://www.fsf.org/linkOpaque.gif) 9px 1px 
no-repeat;
+    background: #d4cfcb 
url(http://static.fsf.org/fsforg/css/img/linkOpaque.gif) 9px 1px no-repeat;
     cursor: pointer;
     font-size: 80%;
     margin-bottom: 1em;
@@ -756,7 +756,7 @@
 }
 .context,
 .documentEditable * .context {
-    background: transparent url(http://www.fsf.org/linkTransparent.gif) 9px 
1px no-repeat;
+    background: transparent 
url(http://static.fsf.org/fsforg/css/img/linkTransparent.gif) 9px 1px no-repeat;
     cursor: pointer;
     font-size: 80%;
     margin-bottom: 1em;
@@ -765,7 +765,7 @@
 }
 .destructive,
 .documentEditable * .destructive {
-    background: #c7bbb5 url(http://www.fsf.org/linkTransparent.gif) 9px 1px 
no-repeat;
+    background: #c7bbb5 
url(http://static.fsf.org/fsforg/css/img/linkTransparent.gif) 9px 1px no-repeat;
     border: 1px solid #000000;  
     cursor: pointer;
     font-size: 80%;
@@ -808,7 +808,7 @@
 }
 
 .fieldRequired {
-    background: url(http://www.fsf.org/required.gif) center left no-repeat;
+    background: url(http://static.fsf.org/fsforg/css/img/required.gif) center 
left no-repeat;
     padding: 0 0 0 8px;
     color: White;
 } 
@@ -1194,53 +1194,53 @@
 
 .link-parent {
     display: block;
-    background: transparent url(http://www.fsf.org/arrowUp.gif) 4px 5px 
no-repeat;
+    background: transparent 
url(http://static.fsf.org/fsforg/css/img/arrowUp.gif) 4px 5px no-repeat;
     padding: 1px 0px 1px 16px;
     font-size: 80%;
 }
 
 .link-user {
-    background: transparent url(http://www.fsf.org/user.gif) 0 1px no-repeat;
+    background: transparent url(http://static.fsf.org/fsforg/css/img/user.gif) 
0 1px no-repeat;
     padding: 1px 0px 1px 16px;
 }
 
 .link-external {
-    background: transparent url(http://www.fsf.org/link_icon.gif) 0px 1px 
no-repeat;
+    background: transparent 
url(http://static.fsf.org/fsforg/css/img/link_icon.gif) 0px 1px no-repeat;
     padding: 1px 0px 1px 16px;
 }
 
 .link-https {
-    background: transparent url(http://www.fsf.org/lock_icon.gif) 0px 1px 
no-repeat;
+    background: transparent 
url(http://static.fsf.org/fsforg/css/img/lock_icon.gif) 0px 1px no-repeat;
     padding: 1px 0px 1px 16px;
 }
 
 .link-mailto {
-    background: transparent url(http://www.fsf.org/mail_icon.gif) 0px 1px 
no-repeat;
+    background: transparent 
url(http://static.fsf.org/fsforg/css/img/mail_icon.gif) 0px 1px no-repeat;
     padding: 1px 0px 1px 16px;
 }
 
 .link-news {
-    background: transparent url(http://www.fsf.org/topic_icon.gif) 0px 1px 
no-repeat;
+    background: transparent 
url(http://static.fsf.org/fsforg/css/img/topic_icon.gif) 0px 1px no-repeat;
     padding: 1px 0px 1px 16px;
 }
 
 .link-ftp {
-    background: transparent url(http://www.fsf.org/file_icon.gif) 0px 1px 
no-repeat;
+    background: transparent 
url(http://static.fsf.org/fsforg/css/img/file_icon.gif) 0px 1px no-repeat;
     padding: 1px 0px 1px 16px;
 }
 
 .link-irc {
-    background: transparent url(http://www.fsf.org/discussionitem_icon.gif) 
0px 1px no-repeat;
+    background: transparent 
url(http://static.fsf.org/fsforg/css/img/discussionitem_icon.gif) 0px 1px 
no-repeat;
     padding: 1px 0px 1px 16px;
 }
 
 .link-callto {
-    background: transparent url(http://www.fsf.org/phone_icon.gif) 0px 1px 
no-repeat;
+    background: transparent 
url(http://static.fsf.org/fsforg/css/img/phone_icon.gif) 0px 1px no-repeat;
     padding: 1px 0px 1px 16px;
 }
 
 .link-comment {
-    background: transparent url(http://www.fsf.org/discussionitem_icon.gif) 
center left no-repeat;
+    background: transparent 
url(http://static.fsf.org/fsforg/css/img/discussionitem_icon.gif) center left 
no-repeat;
     padding: 1px 0px 1px 16px !important;
 }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]