[Phpfreechat-svn] SF.net SVN: phpfreechat: [694] trunk/themes/blune
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-08-22 14:29:58
|
Revision: 694 Author: kerphi Date: 2006-08-22 07:29:51 -0700 (Tue, 22 Aug 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=694&view=rev Log Message: ----------- fix the blune theme Added Paths: ----------- trunk/themes/blune/style.css Removed Paths: ------------- trunk/themes/blune/templates/ Added: trunk/themes/blune/style.css =================================================================== --- trunk/themes/blune/style.css (rev 0) +++ trunk/themes/blune/style.css 2006-08-22 14:29:51 UTC (rev 694) @@ -0,0 +1,59 @@ + +div#pfc_container { + color: #2A4064; + background-color: #BEC5D0; + background-image: url("proxy.php?p=default/images/shade.gif"); +} + +div.pfc_chat { + background-color:#CED4DF; +} + +div.pfc_message { + background-color:#CED4DF; +} + +div.pfc_oldmsg { + /*background-image: none; + background-color:#DCDEE4;*/ +} + +span.pfc_nick { + color:#2A4064; +} + +div.pfc_btn img:hover { + border: 1px solid #000; +} + +p#pfc_errors { + display: none; + margin-top: 5px; + padding: 2px; + height: 18px; + + border: #555 solid 1px; + color: #EC4A1F; + background-color: #BEC5D0; + text-align: center; + font-style: italic; + font-weight: bold; +} + +ul#pfc_channels_list li div { + background-color: #bec5d0; + border-bottom: 1px solid #bec5d0; +} +ul#pfc_channels_list li.selected div { + background-color: #CED4DF; + border-bottom: 1px solid #CED4DF; + color: #000; + font-weight: bold; +} +ul#pfc_channels_list li > div:hover { + background-color: #CED4DF; + border-bottom: 1px solid #CED4DF; +} +ul#pfc_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. |