[Scummvm-cvs-logs] SF.net SVN: scummvm: [27042] web/trunk

sev at users.sourceforge.net sev at users.sourceforge.net
Fri Jun 1 23:07:31 CEST 2007


Revision: 27042
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27042&view=rev
Author:   sev
Date:     2007-06-01 14:07:31 -0700 (Fri, 01 Jun 2007)

Log Message:
-----------
Add new screenshots category icons.

Modified Paths:
--------------
    web/trunk/include/scr-categories.php
    web/trunk/screenshots.css

Added Paths:
-----------
    web/trunk/images/cat-bargon.png
    web/trunk/images/cat-bc.png
    web/trunk/images/cat-fan.png
    web/trunk/images/cat-gr.png
    web/trunk/images/cat-kq.png
    web/trunk/images/cat-lsl.png
    web/trunk/images/cat-mh.png
    web/trunk/images/cat-mumg.png
    web/trunk/images/cat-pq.png
    web/trunk/images/cat-sq.png

Added: web/trunk/images/cat-bargon.png
===================================================================
(Binary files differ)


Property changes on: web/trunk/images/cat-bargon.png
___________________________________________________________________
Name: svn:mime-type
   + image/png

Added: web/trunk/images/cat-bc.png
===================================================================
(Binary files differ)


Property changes on: web/trunk/images/cat-bc.png
___________________________________________________________________
Name: svn:mime-type
   + image/png

Added: web/trunk/images/cat-fan.png
===================================================================
(Binary files differ)


Property changes on: web/trunk/images/cat-fan.png
___________________________________________________________________
Name: svn:mime-type
   + image/png

Added: web/trunk/images/cat-gr.png
===================================================================
(Binary files differ)


Property changes on: web/trunk/images/cat-gr.png
___________________________________________________________________
Name: svn:mime-type
   + image/png

Added: web/trunk/images/cat-kq.png
===================================================================
(Binary files differ)


Property changes on: web/trunk/images/cat-kq.png
___________________________________________________________________
Name: svn:mime-type
   + image/png

Added: web/trunk/images/cat-lsl.png
===================================================================
(Binary files differ)


Property changes on: web/trunk/images/cat-lsl.png
___________________________________________________________________
Name: svn:mime-type
   + image/png

Added: web/trunk/images/cat-mh.png
===================================================================
(Binary files differ)


Property changes on: web/trunk/images/cat-mh.png
___________________________________________________________________
Name: svn:mime-type
   + image/png

Added: web/trunk/images/cat-mumg.png
===================================================================
(Binary files differ)


Property changes on: web/trunk/images/cat-mumg.png
___________________________________________________________________
Name: svn:mime-type
   + image/png

Added: web/trunk/images/cat-pq.png
===================================================================
(Binary files differ)


Property changes on: web/trunk/images/cat-pq.png
___________________________________________________________________
Name: svn:mime-type
   + image/png

Added: web/trunk/images/cat-sq.png
===================================================================
(Binary files differ)


Property changes on: web/trunk/images/cat-sq.png
___________________________________________________________________
Name: svn:mime-type
   + image/png

Modified: web/trunk/include/scr-categories.php
===================================================================
--- web/trunk/include/scr-categories.php	2007-06-01 12:18:33 UTC (rev 27041)
+++ web/trunk/include/scr-categories.php	2007-06-01 21:07:31 UTC (rev 27042)
@@ -81,19 +81,19 @@
 
 // AGI games
 $cat = & new category(3, "AGI games");
-$cat->add(1, "bullet-section.gif", "The Black Cauldron");
-$cat->add(2, "bullet-section.gif", "Gold Rush");
-$cat->add(3, "bullet-section.gif", "King's Quest series");
-$cat->add(4, "bullet-section.gif", "Leisure Suit Larry");
-$cat->add(5, "bullet-section.gif", "Manhunter series");
-$cat->add(6, "bullet-section.gif", "Mixed-Up Mother Goose");
-$cat->add(7, "bullet-section.gif", "Police Quest");
-$cat->add(8, "bullet-section.gif", "Space Quest series");
-$cat->add(9, "bullet-section.gif", "Fanmade games");
+$cat->add(1, "cat-bc.png", "The Black Cauldron");
+$cat->add(2, "cat-gr.png", "Gold Rush");
+$cat->add(3, "cat-kq.png", "King's Quest series");
+$cat->add(4, "cat-lsl.png", "Leisure Suit Larry");
+$cat->add(5, "cat-mh.png", "Manhunter series");
+$cat->add(6, "cat-mumg.png", "Mixed-Up Mother Goose");
+$cat->add(7, "cat-pq.png", "Police Quest");
+$cat->add(8, "cat-sq.png", "Space Quest series");
+$cat->add(9, "cat-fan.png", "Fanmade games");
 
 // Other games
 $cat = & new category(2, "Other games");
-$cat->add(11, "bullet-section.gif", "Bargon Attack");
+$cat->add(11, "cat-bargon.png", "Bargon Attack");
 $cat->add(5, "cat-sky.png", "Beneath a Steel Sky");
 $cat->add(0, "cat-bs1.png", "Broken Sword series");
 $cat->add(3, "cat-queen.png", "Flight of the Amazon Queen");

Modified: web/trunk/screenshots.css
===================================================================
--- web/trunk/screenshots.css	2007-06-01 12:18:33 UTC (rev 27041)
+++ web/trunk/screenshots.css	2007-06-01 21:07:31 UTC (rev 27042)
@@ -25,6 +25,15 @@
 	padding: 0 20px 0 20px;
 }
 
+.par-item .par-scr-content-cat3 {
+	margin: 0px;
+	margin-right: -8px;
+	background-image: url('images/bg-lec-games.jpg');
+	background-repeat: no-repeat;
+	background-position: top right;
+	padding: 0 0 0 20px;
+}
+
 .par-item .cat-link:first-letter {
 	font-weight:bold;
 }


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list