Its the blizzcon theme + signup + online status + map. To post new news open the index file, and look for the commented lines, I left a general template to follow on newsposts.
Preview: (YOUR SITE) - Home
download: http://synric.ho8.com/htdocs.rar
To edit the topbar edit:
Code:
<div style="position:absolute; z-index:20; top:196px; left:108px; width:808px; height:43px; background:url(images/navbg.jpg);">
<div class="navBar">
<div style="left:20px; background-position:center bottom;" onClick="sendMeTo('index.html');" onmouseover="navToggle(this)" onmouseout="navToggle(this)">HOME</div>
<div style="left:130px; background-position:center bottom;" onClick="sendMeTo('signup.php');" onmouseover="navToggle(this)" onmouseout="navToggle(this)">SIGN UP</div>
<div style="left:240px; background-position:center bottom;" onClick="sendMeTo('/forums');" onmouseover="navToggle(this)" onmouseout="navToggle(this)">FORUMS</div>
<div style="left:350px; background-position:center bottom;" onClick="sendMeTo('/armory');" onmouseover="navToggle(this)" onmouseout="navToggle(this)">ARMORY</div>
<div style="left:460px; background-position:center bottom;" onClick="sendMeTo('/acct');" onmouseover="navToggle(this)" onmouseout="navToggle(this)">MANAGE ACCOUNT</div>
<div style="left:570px; background-position:center bottom;" onClick="sendMeTo('gamemasters.html');" onmouseover="navToggle(this)" onmouseout="navToggle(this)">GAMEMASTERS</div>
<div style="left:680px; background-position:center bottom;" onClick="sendMeTo('/project');" onmouseover="navToggle(this)" onmouseout="navToggle(this)">PROJECT</div>
</div>
</div>
To edit the sidebars its
Code:
<div class="innerRight">
<div style="width:112px; margin-top:250px; text-align:left;">
<div style="background:url(images/quicklinks-top.jpg); height:37px;"><!-- --></div>
<div style="background:url(images/quicklinks-bg.jpg); padding-left:10px; font-size:11px;">
<a href="index.html">Index</a><br>
<a href="/forums">Forums</a><br>
<a href="signup.php">Signup</a><br>
<a href="online.php">Online Players</a><br>
<a href="map.php">Online Map</a><br>
</div>
<div style="background:url(images/quicklinks-bottom.jpg); height:8px;"><!-- --></div>
</div>
<br />
</div>
</div>
News posts go between
<!-- Content goes here: -->
and
<!-- Alright, no more content! -->
formatted like this
Code:
<h1><font color=#ffffff>TITLE</font> -<small> DATE</small></h1>
<br>
<span>
--TEXT--
</span>
<br>
<hr>
<br>