[Phpfreechat-svn] SF.net SVN: phpfreechat: [608] trunk/themes/default/images
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-06-16 21:02:24
|
Revision: 608 Author: kerphi Date: 2006-06-16 14:02:15 -0700 (Fri, 16 Jun 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=608&view=rev Log Message: ----------- change the default style for the oldmsg Modified Paths: -------------- trunk/themes/default/templates/pfcgui.js.tpl.php trunk/themes/default/templates/style.css.tpl.php Added Paths: ----------- trunk/themes/default/images/oldmsg.gif Added: trunk/themes/default/images/oldmsg.gif =================================================================== (Binary files differ) Property changes on: trunk/themes/default/images/oldmsg.gif ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Modified: trunk/themes/default/templates/pfcgui.js.tpl.php =================================================================== --- trunk/themes/default/templates/pfcgui.js.tpl.php 2006-06-16 20:40:30 UTC (rev 607) +++ trunk/themes/default/templates/pfcgui.js.tpl.php 2006-06-16 21:02:15 UTC (rev 608) @@ -108,7 +108,7 @@ cc.setAttribute('id', '<?php echo $prefix; ?>chat_'+tabid); Element.addClassName(cc, '<?php echo $prefix; ?>chat'); cc.style.display = "block"; // needed by IE6 to show the online div at startup (first loaded page) - cc.style.marginLeft = "5px"; + // cc.style.marginLeft = "5px"; this.chatcontent[tabid] = cc; return cc; Modified: trunk/themes/default/templates/style.css.tpl.php =================================================================== --- trunk/themes/default/templates/style.css.tpl.php 2006-06-16 20:40:30 UTC (rev 607) +++ trunk/themes/default/templates/style.css.tpl.php 2006-06-16 21:02:15 UTC (rev 608) @@ -32,7 +32,7 @@ border-right: 1px solid #555; border-left: 1px solid #555; border-bottom: 1px solid #555; - background-color: #FAFAFA; + background-color: #FFF; margin-top: 5px; } div.<?php echo $prefix; ?>content { @@ -60,13 +60,13 @@ background-color: #DDD; } ul#<?php echo $prefix; ?>channels_list li.selected div { - background-color: #FAFAFA; - border-bottom: 1px solid #FAFAFA; + background-color: #FFF; + border-bottom: 1px solid #FFF; color: #000; font-weight: bold; } ul#<?php echo $prefix; ?>channels_list li > div:hover { - background-color: #FAFAFA; + background-color: #FFF; } ul#<?php echo $prefix; ?>channels_list li a { color: #000; @@ -89,7 +89,7 @@ position: absolute; top: 0; left: 0; - width: 79.5%; + width: 79.9%; height: 100%; overflow: auto; } @@ -132,14 +132,16 @@ } div.<?php echo $prefix; ?>message { - margin: 0; } .<?php echo $prefix; ?>words { font-size: 90%; } div.<?php echo $prefix; ?>oldmsg { - color: #AAA; + background-image: url("<?php echo $c->getFileUrlFromTheme('images/oldmsg.gif'); ?>"); + background-position: right; + background-repeat: repeat-y; + } span.<?php echo $prefix; ?>heure, span.<?php echo $prefix; ?>date { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |