Update of /cvsroot/wxlua/website
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv18958
Modified Files:
header.inc.php style.css
Log Message:
changed colour for the header
Index: header.inc.php
===================================================================
RCS file: /cvsroot/wxlua/website/header.inc.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** header.inc.php 19 Dec 2006 23:03:22 -0000 1.13
--- header.inc.php 19 Dec 2006 23:28:06 -0000 1.14
***************
*** 19,30 ****
<!-- ##### Header ##### -->
<div id="header">
! <table border="0" style="width:100%; vertical-align: middle;"><tr style="vertical-align: middle;">
! <td style="width:50%">
! <a href="http://wxlua.sourceforge.net"><img src="images/wxlualogo.png" style="border:0; float:left" alt="The wxLua logo"/></a>
! </td>
! <td style="width:50%; vertical-align: middle;">
! <h1 class="headerTitle">wxLua<span> - <a href="http://www.wxwidgets.org">wxWidgets</a> bindings for <a href="http://www.lua.org">Lua</a></span></h1>
! </td>
! </tr></table>
<?php
--- 19,36 ----
<!-- ##### Header ##### -->
<div id="header">
! <table border="0" style="width:100%; vertical-align: middle;">
! <tr style="vertical-align: middle;">
! <td style="width:50%">
! <a href="http://wxlua.sourceforge.net">
! <img src="images/wxlualogo.png" style="border:0; float:left" alt="The wxLua logo"/>
! </a>
! </td>
! <td style="width:50%; vertical-align: middle;">
! <h1 class="headerTitle">
! wxLua<span> - <a href="http://www.wxwidgets.org">wxWidgets</a> bindings for <a href="http://www.lua.org">Lua</a></span>
! </h1>
! </td>
! </tr>
! </table>
<?php
Index: style.css
===================================================================
RCS file: /cvsroot/wxlua/website/style.css,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** style.css 2 Jun 2006 13:51:31 -0000 1.17
--- style.css 19 Dec 2006 23:28:06 -0000 1.18
***************
*** 71,78 ****
font-size: 25px;
vertical-align: middle;
}
.headerTitle a {
! color: rgb(100,100,255);
background-color: transparent;
text-decoration: underline;
--- 71,79 ----
font-size: 25px;
vertical-align: middle;
+ color: white;
}
.headerTitle a {
! color: rgb(100,255,100);
background-color: transparent;
text-decoration: underline;
***************
*** 81,85 ****
.headerTitle span {
! color: blue;
background-color: transparent;
font-weight: normal;
--- 82,86 ----
.headerTitle span {
! color: green;
background-color: transparent;
font-weight: normal;
|