- Timestamp:
- 10/12/07 06:31:49 (5 years ago)
- Location:
- trunk/www/htdocs
- Files:
-
- 2 edited
-
andreas01.css (modified) (4 diffs)
-
template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/htdocs/andreas01.css
r113 r129 24 24 margin: 20px 0 0 0; 25 25 padding: 0; 26 height: 45px; 26 height: 210px; 27 background: url('top2.gif') no-repeat center; 27 28 } 28 29 … … 95 96 } 96 97 98 #rightside { 99 float: right; 100 width: 600px; 101 } 102 97 103 #extras { 98 104 float: right; … … 109 115 110 116 #content { 111 margin: 0 1 10px 20px 160px;117 margin: 0 10px 20px 0px; 112 118 border-left: 1px solid #f0f0f0; 113 119 border-right: 1px solid #f0f0f0; … … 115 121 line-height: 1.6em; 116 122 text-align: left; 123 width: 468px; 124 float: left; 117 125 } 118 126 -
trunk/www/htdocs/template.php
r105 r129 36 36 </div> 37 37 38 <img style="margin-left:85px;" id="frontphoto" src="top2.gif" width="600" height="175" alt="" /> 38 <div id="rightside"> 39 <div id="content"> 39 40 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; ?> 50 42 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 --> 59 44 <div id="extras"> 60 45 <h3>Short About:</h3> … … 68 53 69 54 </div><!--End of extras div --> 55 </div><!--End of rightside div--> 70 56 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> 72 67 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 --> 76 76 77 77 <div id="footer">
Note: See TracChangeset
for help on using the changeset viewer.
