From: <m_h...@us...> - 2006-05-27 00:53:33
|
Revision: 8 Author: m_hildebrand Date: 2006-05-26 17:53:13 -0700 (Fri, 26 May 2006) ViewCVS: http://svn.sourceforge.net/tcdb/?rev=8&view=rev Log Message: ----------- Cleaned up the Python theme logo a little bit. Still needs some work though. Modified Paths: -------------- Graphics/Python/TCDB 2006 Logo.psd Graphics/Python/TCDB-2006-Logo-on-Blue.gif Graphics/Python/TCDB-2006-Logo-on-White.gif WebPrototype/App_Themes/Python/Images/Thumbs.db WebPrototype/App_Themes/Python/python.css WebPrototype/MasterPage.master Added Paths: ----------- WebPrototype/App_Themes/Python/Images/ArrowDown.gif WebPrototype/App_Themes/Python/Images/ArrowUp.gif WebPrototype/App_Themes/Python/Images/Header-Background.gif WebPrototype/App_Themes/Python/Images/TCDB-2006-Logo-on-Blue.gif WebPrototype/App_Themes/Python/Images/reddot.gif Removed Paths: ------------- WebPrototype/App_Themes/Python/Images/background.gif Modified: Graphics/Python/TCDB 2006 Logo.psd =================================================================== (Binary files differ) Modified: Graphics/Python/TCDB-2006-Logo-on-Blue.gif =================================================================== (Binary files differ) Modified: Graphics/Python/TCDB-2006-Logo-on-White.gif =================================================================== (Binary files differ) Copied: WebPrototype/App_Themes/Python/Images/ArrowDown.gif (from rev 6, Graphics/Python/ArrowDown.gif) =================================================================== (Binary files differ) Copied: WebPrototype/App_Themes/Python/Images/ArrowUp.gif (from rev 6, Graphics/Python/ArrowUp.gif) =================================================================== (Binary files differ) Copied: WebPrototype/App_Themes/Python/Images/Header-Background.gif (from rev 6, Graphics/Python/Header-Background.gif) =================================================================== (Binary files differ) Copied: WebPrototype/App_Themes/Python/Images/TCDB-2006-Logo-on-Blue.gif (from rev 6, Graphics/Python/TCDB-2006-Logo-on-Blue.gif) =================================================================== (Binary files differ) Modified: WebPrototype/App_Themes/Python/Images/Thumbs.db =================================================================== (Binary files differ) Deleted: WebPrototype/App_Themes/Python/Images/background.gif =================================================================== (Binary files differ) Copied: WebPrototype/App_Themes/Python/Images/reddot.gif (from rev 6, Graphics/Python/reddot.gif) =================================================================== (Binary files differ) Modified: WebPrototype/App_Themes/Python/python.css =================================================================== --- WebPrototype/App_Themes/Python/python.css 2006-05-26 19:12:46 UTC (rev 7) +++ WebPrototype/App_Themes/Python/python.css 2006-05-27 00:53:13 UTC (rev 8) @@ -1,6 +1,6 @@ .master { - background-image: url(images/background.gif); + background-image: url(images/Header-Background.gif); background-repeat: repeat-x; margin: 0; padding: 0; @@ -14,7 +14,7 @@ #header { - background-image: url(images/background.gif); + background-image: url(images/Header-Background.gif); background-repeat: repeat-x; } Modified: WebPrototype/MasterPage.master =================================================================== --- WebPrototype/MasterPage.master 2006-05-26 19:12:46 UTC (rev 7) +++ WebPrototype/MasterPage.master 2006-05-27 00:53:13 UTC (rev 8) @@ -10,7 +10,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="left" valign="top"> - <a href="Default.aspx"><img src="images/logo.gif" alt="Logo" class="logo" style="padding-top: 7px; padding-left: 10px" /></a></td> + <a href="Default.aspx"><img src="App_Themes/Python/Images/TCDB-2006-Logo-on-Blue.gif" alt="Logo" class="logo" style="padding-top: 4px; padding-left: 10px" /></a></td> <td align="right" style="padding-right: 10px" width="500" valign="middle"> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |