Update of /cvsroot/phpcvsview/phpcvsview/Themes/Default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6412/Themes/Default
Modified Files:
theme.css theme.php
Log Message:
- Adjustments to the Default theme to make it more like that which would be used.
Index: theme.php
===================================================================
RCS file: /cvsroot/phpcvsview/phpcvsview/Themes/Default/theme.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** theme.php 19 Dec 2004 04:51:37 -0000 1.5
--- theme.php 19 Dec 2004 09:45:10 -0000 1.6
***************
*** 12,19 ****
**/
! $FolderIcon = "Themes/Default/Images/folder.gif";
! $FileIcon = "Themes/Default/Images/file.gif";
! $ParentIcon = "Themes/Default/Images/parent.gif";
! $ModuleIcon = "Themes/Default/Images/module.gif";
function GetPageHeader($Title="", $Heading="") {
--- 12,19 ----
**/
! $FolderIcon = "Themes/Default/Images/folder.png";
! $FileIcon = "Themes/Default/Images/file.png";
! $ParentIcon = "Themes/Default/Images/parent.png";
! $ModuleIcon = "Themes/Default/Images/module.png";
function GetPageHeader($Title="", $Heading="") {
***************
*** 171,175 ****
$DateTime = strtotime($File["Revisions"][$File["Head"]]["date"]);
$AGE = CalculateDateDiff($DateTime, strtotime(gmdate("M d Y H:i:s")));
! echo " <tr class=\"$RowClass\" valign=\"top\">\n";
echo " <td align=\"center\"><a href=\"$HREF&fh\"><img alt=\"FILE\" src=\"".$env['script_path']."/$FileIcon\" /></a></td>\n";
echo " <td><a href=\"$HREF&fh\">".$File["Name"]."</a></td>\n";
--- 171,175 ----
$DateTime = strtotime($File["Revisions"][$File["Head"]]["date"]);
$AGE = CalculateDateDiff($DateTime, strtotime(gmdate("M d Y H:i:s")));
! echo " <tr class=\"$RowClass\">\n";
echo " <td align=\"center\"><a href=\"$HREF&fh\"><img alt=\"FILE\" src=\"".$env['script_path']."/$FileIcon\" /></a></td>\n";
echo " <td><a href=\"$HREF&fh\">".$File["Name"]."</a></td>\n";
Index: theme.css
===================================================================
RCS file: /cvsroot/phpcvsview/phpcvsview/Themes/Default/theme.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** theme.css 19 Dec 2004 03:14:24 -0000 1.5
--- theme.css 19 Dec 2004 09:45:09 -0000 1.6
***************
*** 6,13 ****
margin-right: 3px;
padding:0px;
! font-family: Verdana, arial, sans-serif;
font-size: 10pt;
! background-color: #000000;
! color: #ffff99;
}
img
--- 6,13 ----
margin-right: 3px;
padding:0px;
! font-family: Tahoma, arial, sans-serif;
font-size: 10pt;
! background-color: #ffffff;
! color: #000000;
}
img
***************
*** 17,41 ****
a:link,a:active,a:visited
{
! color: #9999ff;
text-decoration: none;
- font-weight: bold;
}
a:hover
{
! color: #ff99ff;
text-decoration: underline;
- font-weight: bold;
}
.head
{
! background-color: #666677;
}
.row1
{
! background-color: #000011;
}
.row2
{
! background-color: #222233;
}
.footer
--- 17,39 ----
a:link,a:active,a:visited
{
! color: #000099;
text-decoration: none;
}
a:hover
{
! color: #000099;
text-decoration: underline;
}
.head
{
! background-color: #bbbbff;
}
.row1
{
! background-color: #eeeeee;
}
.row2
{
! background-color: #ddddff;
}
.footer
***************
*** 56,60 ****
font-weight: bold;
font-style: italic;
! color: white;
}
table
--- 54,58 ----
font-weight: bold;
font-style: italic;
! color: black;
}
table
***************
*** 71,83 ****
}
-
-
-
-
- /* GeSHi (c) Nigel McNie 2004 (http://qbnz.com/highlighter) */
.geshi .de1,
.geshi .de2
{
font-family: 'Courier New', Courier, monospace;
font-weight: normal;
}
--- 69,77 ----
}
.geshi .de1,
.geshi .de2
{
font-family: 'Courier New', Courier, monospace;
+ font-size: 12px;
font-weight: normal;
}
***************
*** 96,100 ****
.geshi .kw2
{
! color: #ffffff;
font-weight: bold;
}
--- 90,94 ----
.geshi .kw2
{
! color: #000000;
font-weight: bold;
}
|