Misc. updates.

This commit is contained in:
Jeff Teunissen 2001-08-02 19:30:21 +00:00
parent c900b71eae
commit 19f269050c
2 changed files with 27 additions and 13 deletions

View file

@ -5,23 +5,24 @@
function screenshot ($name, $caption)
{
echo '<TR>' .
' <TD>';
echo '<P align="center"><A href="/img/screenshots/' . $name . '.png">';
echo '<IMG src="/img/screenshots/' . $name . '.jpg" alt="View at full size" border="1">';
echo '</A>';
echo "<P>$caption";
echo ' </TD>' .
echo '<TR vAlign="middle">' .
' <TD align="center">' .
' <P class="centered">' .
' <A href="/img/screenshots/' . $name . '.png"><IMG src="/img/screenshots/' . $name . '.jpg" alt="View at full size" border="1"></A>' .
' </P>' .
" <P>$caption</P>" .
' </TD>' .
'</TR>';
}
?>
<P>Here are some screen captures of QuakeForge in action, showing off
some of the things we've done to this beast. None of these shots are
gamma-modified or doctored, they are what you actually see in the game.
<P>
Here are some screen captures of QuakeForge in action, showing off
some of the things we've done to this beast. None of these shots are
gamma-modified or doctored, they are what you actually see in the game.
</P>
<P>
<TABLE width="100%" cellSpacing="0" cellPadding="0" border="0">
<TABLE width="100%" cellSpacing="0" cellPadding="1" border="0">
<TR vAlign="top">
<TD><?
tableBoxHeader (featureBgColor, featureHeadColor);
@ -38,6 +39,7 @@ gamma-modified or doctored, they are what you actually see in the game.
?></TD>
</TR>
</TABLE>
</P>
<?
require "parts/postamble.php"; // Finish this sucker up
?>

View file

@ -4,11 +4,23 @@ BODY {
color: white;
}
OL,UL,P,BODY,TD,TR,TH,FORM,SPAN {
OL,UL,BODY,TD,TR,TH,FORM,SPAN {
font-family: Arial, Helvetica, sans-serif;
color: white;
}
P {
font-family: Arial, Helvetica, sans-serif;
color: white;
text-align: justify;
}
P.centered {
font-family: Arial, Helvetica, sans-serif;
color: white;
text-align: center;
}
TD.featureBox {
font-size: small;
background: rgb(38,40,51);