[Phpfreechat-svn] SF.net SVN: phpfreechat: [618] trunk/themes/blune/templates/style.css.tpl.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-06-17 18:33:34
|
Revision: 618 Author: kerphi Date: 2006-06-17 11:33:29 -0700 (Sat, 17 Jun 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=618&view=rev Log Message: ----------- adapte the blune to the new 1.x branche Modified Paths: -------------- trunk/themes/blune/templates/style.css.tpl.php Modified: trunk/themes/blune/templates/style.css.tpl.php =================================================================== --- trunk/themes/blune/templates/style.css.tpl.php 2006-06-17 18:20:22 UTC (rev 617) +++ trunk/themes/blune/templates/style.css.tpl.php 2006-06-17 18:33:29 UTC (rev 618) @@ -5,7 +5,7 @@ background-image: url(<?php echo $c->getFileUrlFromTheme('images/shade.gif'); ?>); } -div#<?php echo $prefix; ?>chat { +div.<?php echo $prefix; ?>chat { background-color:#CED4DF; } @@ -14,6 +14,7 @@ } div.<?php echo $prefix; ?>oldmsg { + background-image: none; background-color:#DCDEE4; } @@ -25,24 +26,34 @@ border: 1px solid #000; } -div#<?php echo $prefix; ?>online { - height: 48%; -} - -div#<?php echo $prefix; ?>smileys { - height: 48%; -} - p#<?php echo $prefix; ?>errors { display: none; margin-top: 5px; padding: 2px; height: 18px; - border: black solid 1px; + border: #555 solid 1px; color: #EC4A1F; background-color: #BEC5D0; text-align: center; font-style: italic; font-weight: bold; -} \ No newline at end of file +} + +ul#<?php echo $prefix; ?>channels_list li div { + background-color: #bec5d0; + border-bottom: 1px solid #bec5d0; +} +ul#<?php echo $prefix; ?>channels_list li.selected div { + background-color: #CED4DF; + border-bottom: 1px solid #CED4DF; + color: #000; + font-weight: bold; +} +ul#<?php echo $prefix; ?>channels_list li > div:hover { + background-color: #CED4DF; + border-bottom: 1px solid #CED4DF; +} +ul#<?php echo $prefix; ?>channels_list li.selected > div:hover { + background-color: #CED4DF; +} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |