[Phpfreechat-svn] SF.net SVN: phpfreechat: [449] trunk/demo/demo5_customized_style_data/mytheme/temp
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-04-18 08:38:42
|
Revision: 449 Author: kerphi Date: 2006-04-18 01:38:36 -0700 (Tue, 18 Apr 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=449&view=rev Log Message: ----------- report 0.x branche change Modified Paths: -------------- trunk/demo/demo5_customized_style_data/mytheme/templates/style.css.tpl.php Modified: trunk/demo/demo5_customized_style_data/mytheme/templates/style.css.tpl.php =================================================================== --- trunk/demo/demo5_customized_style_data/mytheme/templates/style.css.tpl.php 2006-04-18 08:37:11 UTC (rev 448) +++ trunk/demo/demo5_customized_style_data/mytheme/templates/style.css.tpl.php 2006-04-18 08:38:36 UTC (rev 449) @@ -7,6 +7,9 @@ color: black; margin: auto; } +div#<?php echo $prefix; ?>chat { + background-color: #FFF; +} div#<?php echo $prefix; ?>content { border: none; @@ -52,3 +55,12 @@ border: 1px solid #000; background-color: #CCC; } + + +/* commands */ +.<?php echo $prefix; ?>cmd_notice { + color: red; +} +.<?php echo $prefix; ?>cmd_msg { + color: #555; +} \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |