[Scummvm-cvs-logs] CVS: web index.php,1.3,1.4 styles.css,1.1.1.1,1.2

Jeremy Newman laxdragon at users.sourceforge.net
Fri Apr 12 14:11:01 CEST 2002


Update of /cvsroot/scummvm/web
In directory usw-pr-cvs1:/tmp/cvs-serv30225

Modified Files:
	index.php styles.css 
Log Message:
- Tweaked the Look of the site
- ATTACK OF THE GRADIENTS! heh. :-)
- updated the logo, the old one was too dark
- added my gimp source files to images/save/


Index: index.php
===================================================================
RCS file: /cvsroot/scummvm/web/index.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** index.php	8 Mar 2002 20:00:49 -0000	1.3
--- index.php	12 Apr 2002 21:09:33 -0000	1.4
***************
*** 44,53 ****
  	  <td width="100%">
  		<p>
! 		  <big><b>What is ScummVM?</b></big><br>
  		  <? echo html_line(); ?>
  		</p>
  
  		<p>
! 		ScummVM is an implementation of LucasArts S.C.U.M.M. (<i>Script Creation Utility for Maniac Mansion</i>)
  		interpreter, used in games such as Monkey Island, Indiana Jones, Day Of The Tentacle,
  		Sam and Max, and many more. Some things are still missing, and some games cannot be completeted yet.
--- 44,54 ----
  	  <td width="100%">
  		<p>
! 		  <big><b>What is <font color=green>Scumm</font>VM?</b></big><br>
  		  <? echo html_line(); ?>
  		</p>
  
  		<p>
! 		ScummVM is an implementation of LucasArts <font color=green>S.C.U.M.M.</font>
! 		<font color="#666666">(<i>Script Creation Utility for Maniac Mansion</i>)</font>
  		interpreter, used in games such as Monkey Island, Indiana Jones, Day Of The Tentacle,
  		Sam and Max, and many more. Some things are still missing, and some games cannot be completeted yet.
***************
*** 111,115 ****
  			    html_frame_td(
  			    		   display_xml($file_root."/news/".$item,'IMG').
! 					   "<p><big><b>".display_xml($file_root."/news/".$item,'DATE').": ".
  					   display_xml($file_root."/news/".$item,'NAME')."</b></big><br>\n".
  					   html_line()."</p>\n"."<blockquote>\n".
--- 112,116 ----
  			    html_frame_td(
  			    		   display_xml($file_root."/news/".$item,'IMG').
! 					   "<p><big><b><font color=\"#666666\">".display_xml($file_root."/news/".$item,'DATE')."</font>: ".
  					   display_xml($file_root."/news/".$item,'NAME')."</b></big><br>\n".
  					   html_line()."</p>\n"."<blockquote>\n".

Index: styles.css
===================================================================
RCS file: /cvsroot/scummvm/web/styles.css,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** styles.css	5 Mar 2002 21:39:36 -0000	1.1.1.1
--- styles.css	12 Apr 2002 21:09:33 -0000	1.2
***************
*** 32,37 ****
  .menuTitle	{ font-family: Helvetica, Arial; font-size: 8pt; color: #ffffff; font-weight: bold; }
  .menuItem 	{ font-family: Helvetica, Arial; font-size: 10pt; color: #ffffff; }
! .topMenu	{ background-color: #73106b; }
! .sideMenu	{ background-color: #52208b; }
  
  /* Misc */
--- 32,37 ----
  .menuTitle	{ font-family: Helvetica, Arial; font-size: 8pt; color: #ffffff; font-weight: bold; }
  .menuItem 	{ font-family: Helvetica, Arial; font-size: 10pt; color: #ffffff; }
! .topMenu	{ background-color: #73106b; background-image: url('images/topmenu_bg.png'); }
! .sideMenu	{ background-color: #52208b; background-image: url('images/sidebar_bg.png'); }
  
  /* Misc */
***************
*** 44,52 ****
  /* Generic Buttons */
  .button		{ background-color: #666666; color: #ffffff; font-family: Helvetica, Arial; font-size: 10pt;
!                    groove #000000; padding: 0; }
  
  /* Hidden Field */
  .hiddenfield	{ background-color: #ffffff; color: #666666; font-family: Helvetica, Arial; font-size: 10pt;
!                   groove #ffffff; padding: 0; }
  
  /* Percentage Colors */
--- 44,52 ----
  /* Generic Buttons */
  .button		{ background-color: #666666; color: #ffffff; font-family: Helvetica, Arial; font-size: 10pt;
!                    groove: #000000; padding: 0; }
  
  /* Hidden Field */
  .hiddenfield	{ background-color: #ffffff; color: #666666; font-family: Helvetica, Arial; font-size: 10pt;
!                   groove: #ffffff; padding: 0; }
  
  /* Percentage Colors */





More information about the Scummvm-git-logs mailing list