[Phpfreechat-svn] SF.net SVN: phpfreechat: [504] trunk/themes/default/images
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-05-25 11:45:15
|
Revision: 504 Author: kerphi Date: 2006-05-25 04:44:58 -0700 (Thu, 25 May 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=504&view=rev Log Message: ----------- add a grey shade background for the default theme Modified Paths: -------------- trunk/themes/default/templates/style.css.tpl.php Added Paths: ----------- trunk/themes/default/images/shade.gif Added: trunk/themes/default/images/shade.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/default/images/shade.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: trunk/themes/default/templates/style.css.tpl.php =================================================================== --- trunk/themes/default/templates/style.css.tpl.php 2006-05-25 11:44:26 UTC (rev 503) +++ trunk/themes/default/templates/style.css.tpl.php 2006-05-25 11:44:58 UTC (rev 504) @@ -8,9 +8,12 @@ <?php if ($width!="") { ?>width: <?php echo $width; ?>;<?php } ?> border: 1px solid #555; color: #000; - background-color: #FFF; padding: 10px; min-height: 20px; + background-color: #FFF; + background-image: url(<?php echo $c->getFileUrlFromTheme('images/shade.gif'); ?>); + background-position: right; + background-repeat: repeat-y; } #<?php echo $prefix; ?>minmax { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |