Changeset 129 for trunk


Ignore:
Timestamp:
10/12/07 06:31:49 (5 years ago)
Author:
guyru
Message:

seo layout reorganization of website

Location:
trunk/www/htdocs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/htdocs/andreas01.css

    r113 r129  
    2424margin: 20px 0 0 0; 
    2525padding: 0; 
    26 height: 45px; 
     26height: 210px; 
     27background: url('top2.gif') no-repeat center; 
    2728} 
    2829 
     
    9596} 
    9697 
     98#rightside { 
     99float: right; 
     100width: 600px; 
     101} 
     102 
    97103#extras { 
    98104float: right; 
     
    109115 
    110116#content { 
    111 margin: 0 110px 20px 160px; 
     117margin: 0 10px 20px 0px; 
    112118border-left: 1px solid #f0f0f0; 
    113119border-right: 1px solid #f0f0f0; 
     
    115121line-height: 1.6em; 
    116122text-align: left; 
     123width: 468px; 
     124float: left; 
    117125} 
    118126 
  • trunk/www/htdocs/template.php

    r105 r129  
    3636</div> 
    3737 
    38 <img style="margin-left:85px;" id="frontphoto" src="top2.gif" width="600" height="175" alt="" /> 
     38<div id="rightside"> 
     39<div id="content"> 
    3940 
    40 <div id="avmenu"> 
    41 <h2 class="hide">Menu:</h2> 
    42 <ul> 
    43 <li><a href="index.php">Home Page</a></li> 
    44 <li><a href="download.php">Download</a></li> 
    45 <li><a href="news.php">News</a></li> 
    46 <li><a href="index.php#features">Features</a></li> 
    47 <li><a href="screenshots.php">Screenshots</a></li> 
    48 <li><a href="http://sourceforge.net/projects/openyahtzee">SF Project Page</a></li> 
    49 </ul> 
     41<?php print $this->content; ?> 
    5042 
    51 <div class="announce"> 
    52 <strong>Latest Stable Version:</strong> 
    53 <p>Open Yahtzee 1.8</p> 
    54 <p class="textright"><a href="http://sourceforge.net/project/showfiles.php?group_id=175453">Download...</a></p> 
    55 </div><!--End of announce div --> 
    56  
    57 </div><!--End of avmenu div --> 
    58  
     43</div><!--End of content div --> 
    5944<div id="extras"> 
    6045<h3>Short About:</h3> 
     
    6853 
    6954</div><!--End of extras div --> 
     55</div><!--End of rightside div--> 
    7056 
    71 <div id="content"> 
     57<div id="avmenu"> 
     58        <h2 class="hide">Menu:</h2> 
     59        <ul> 
     60                <li><a href="index.php">Home Page</a></li> 
     61                <li><a href="download.php">Download</a></li> 
     62                <li><a href="news.php">News</a></li> 
     63                <li><a href="index.php#features">Features</a></li> 
     64                <li><a href="screenshots.php">Screenshots</a></li> 
     65                <li><a href="http://sourceforge.net/projects/openyahtzee">SF Project Page</a></li> 
     66        </ul> 
    7267 
    73 <?php print $this->content; ?> 
    74  
    75 </div><!--End of content div --> 
     68        <div class="announce"> 
     69                <strong>Latest Stable Version:</strong> 
     70                <p>Open Yahtzee 1.8</p> 
     71                <p class="textright"> 
     72                        <a href="http://sourceforge.net/project/showfiles.php?group_id=175453">Download...</a> 
     73                </p> 
     74        </div><!--End of announce div --> 
     75</div><!--End of avmenu div --> 
    7676 
    7777<div id="footer"> 
Note: See TracChangeset for help on using the changeset viewer.