mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
commited the new index. rewritten from scratch
This commit is contained in:
parent
44d3ba3706
commit
0e84f4bca9
|
@ -42,8 +42,20 @@ a:active {
|
|||
font-size: 12px;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
}
|
||||
.style16 {color: #666666; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 20px; font-style: italic; }
|
||||
.style19 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #627E27; font-size: 14px;}
|
||||
.style16 {
|
||||
color: #666666;
|
||||
font-size: 12px;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
line-height: 20px;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.style19 {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
color: #627E27;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.style20 {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
color: #000000;
|
||||
|
|
|
@ -32,12 +32,12 @@
|
|||
<ul class="style16">
|
||||
<li>An earlier version client cannot connect to a current version server, and vice versa.</li>
|
||||
<li>Windows binaries are not tested under Microsoft Vista.</li>
|
||||
<li>MacOS X PowerPC and Linux binaries are currently unavailable.</li>
|
||||
</ul>
|
||||
<p> </p>
|
||||
<table width="687" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td width="281" valign="top"><table border="0" cellpadding="0" cellspacing="0">
|
||||
<!--
|
||||
<tr>
|
||||
<td width="244" height="111" background="gfx/tee_windows.png"><table width="224" height="63" border="0" cellspacing="0">
|
||||
<tr>
|
||||
|
@ -92,11 +92,13 @@
|
|||
</table></td>
|
||||
</tr>
|
||||
</table>
|
||||
<p> </p></td>
|
||||
<p> </p>
|
||||
-->
|
||||
</td>
|
||||
<td width="406" valign="top"><table width="406" border="0" cellspacing="0">
|
||||
<tr>
|
||||
<td width="248"><p class="style6">Teewars Version 0.2.0</p></td>
|
||||
<td width="162"><div align="right"><span class="style16">Released 2007-08-04</span></div></td>
|
||||
<td width="162"><div align="right"><span class="style16">Released 2007-08-05</span></div></td>
|
||||
</tr>
|
||||
</table>
|
||||
<p class="brod">Release notes</p>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<table width="679" height="94" border="0" align="center" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td width="326"><p class="style6">TEEWARS 0.2.0 RELEASED</p>
|
||||
<p class="style16">2007-08-04 21:49</p>
|
||||
<p class="style16">2007-08-05</p>
|
||||
<p class="brod">The long sought-after update of Teewars has finally arrived! The highligts of version 0.2.0 include:</p>
|
||||
<ul>
|
||||
<li class="brod">Much improved network stability</li>
|
||||
|
@ -33,7 +33,7 @@
|
|||
<li class="brod">A proper options screen</li>
|
||||
<li class="brod">New death match maps </li>
|
||||
</ul>
|
||||
<p class="brod">Any support-related questions or bug reports can be given either on IRC (#teewars at quakenet) or in the almighty forum.</p>
|
||||
<p class="brod">Any support-related questions or bug reports can be given either on IRC (#teewars at quakenet) or in the almighty forum (look under support).</p>
|
||||
<p class="brod">Enjoy the new release!</p>
|
||||
<p align="right" class="style16">The Teewars Team</p></td>
|
||||
<td width="353" valign="bottom"><div align="right"><img src="gfx/teeattack_placeholder.png" width="326" height="323" /></div></td>
|
||||
|
|
89
other/website/new_default.css
Normal file
89
other/website/new_default.css
Normal file
|
@ -0,0 +1,89 @@
|
|||
body {
|
||||
margin-top: 0px;
|
||||
background-image: url(gfx/sun_bg.png);
|
||||
background-repeat: no-repeat;
|
||||
background-color: #82CDFF;
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
margin-bottom: 0px;
|
||||
|
||||
color: #666666;
|
||||
font-size: 12px;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
div#outer
|
||||
{
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 820px;
|
||||
}
|
||||
|
||||
.page_header {
|
||||
margin-top: 0px;
|
||||
background-image: url(gfx/top_logo_sun.png);
|
||||
background-repeat: no-repeat;
|
||||
padding-left: 370px;
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.page_body_top {
|
||||
background: url(gfx/main_bg_sun_top.png) no-repeat top left;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.page_body {
|
||||
background: url(gfx/main_bg_sun.png) repeat-y top left;
|
||||
height: auto;
|
||||
padding-top: 40px;
|
||||
padding-left: 70px;
|
||||
padding-right: 70px;
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
|
||||
|
||||
.page_image {
|
||||
margin-left: 30px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
p {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.topic {
|
||||
font-size: 18px;
|
||||
color: #627E27;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
.date {
|
||||
color: #666666;
|
||||
font-size: 12px;
|
||||
line-height: 20px;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
||||
.sign {
|
||||
color: #666666;
|
||||
font-size: 12px;
|
||||
line-height: 20px;
|
||||
font-style: italic;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
a:link img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
a:visited img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
a:hover img {
|
||||
border: none;
|
||||
}
|
55
other/website/new_index.html
Normal file
55
other/website/new_index.html
Normal file
|
@ -0,0 +1,55 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<title>Teewars</title>
|
||||
<link href="new_default.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="outer">
|
||||
<div class="page_header">
|
||||
<a href="index.html"><img src="gfx/menu_home_sun.png"/></a>
|
||||
<a href="download.html"><img src="gfx/menu_download_sun.png"/></a>
|
||||
<a href="support.html"><img src="gfx/menu_support_sun.png"/></a>
|
||||
<a href="team.html"><img src="gfx/menu_team_sun.png"/></a>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div class="page_body_top"> </div>
|
||||
<div class="page_body">
|
||||
|
||||
<div class="page_image">
|
||||
<img src="gfx/teeattack_placeholder.png"/>
|
||||
</div>
|
||||
|
||||
<p class="topic">TEEWARS 0.2.0 RELEASED <span class="date">2007-08-05</span></p>
|
||||
<p>The long sought-after update of Teewars has finally arrived!
|
||||
The highligts of version 0.2.0 include:</p>
|
||||
|
||||
<ul>
|
||||
<li>Much improved network stability</li>
|
||||
<li>Time- and frag limits</li>
|
||||
<li>A proper options screen</li>
|
||||
<li>New death match maps</li>
|
||||
</ul>
|
||||
|
||||
<p>Any support-related questions or bug reports can be given either on
|
||||
IRC (#teewars at quakenet) or in the almighty forum (look under support).</p>
|
||||
|
||||
<p>Enjoy the new release!</p>
|
||||
<p class="sign">The Teewars Team</p>
|
||||
|
||||
<p class="topic">WHAT IS THIS, THEN?</p>
|
||||
<p>Teewars is a multiplayer 2D shooter, drawing its inspiration not only from
|
||||
the old classics, but also incorporating the advancements that FPS games brought
|
||||
in when the torch was handed over.</p>
|
||||
|
||||
<p>The game features 3D-accelerated sprite graphics, mouse-aiming, a grappling
|
||||
hook, some rather weird weaponry and a built-in multiplayer server. You can play
|
||||
it on Windows, MacOS X and any Linux flavor that can draw stuff on a screen.</p>
|
||||
|
||||
<p>More info about the game can be found under the support section.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
|
@ -38,7 +38,6 @@
|
|||
<td><img src="gfx/main_bg_sun_bottom.png" width="817" height="40" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
<p align="center"> </p></td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue