mirror of
https://git.code.sf.net/p/quake/website
synced 2025-01-31 20:50:53 +00:00
Misc. updates.
This commit is contained in:
parent
c900b71eae
commit
19f269050c
2 changed files with 27 additions and 13 deletions
|
@ -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
|
||||
?>
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue