r644 - in trunk/web: . include

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Mar 14 19:36:48 EST 2006


Author: floam
Date: 2006-03-14 19:36:47 -0500 (Tue, 14 Mar 2006)
New Revision: 644

Modified:
   trunk/web/include/downloads.php
   trunk/web/include/home.php
   trunk/web/index.php
   trunk/web/ioq3.css
Log:
Random changes, including a fairly significant css/layout change.


Modified: trunk/web/include/downloads.php
===================================================================
--- trunk/web/include/downloads.php	2006-03-14 22:26:35 UTC (rev 643)
+++ trunk/web/include/downloads.php	2006-03-15 00:36:47 UTC (rev 644)
@@ -21,7 +21,7 @@
 				<p><a href="http://icculus.org/~zakk/q3run/ioquake3-1.33_SVN629-0.1.ippc.run">
 				Download for PowerPC</a>, 2.7MB.</p>
 				<p>( Built from Subversion revision 629. )<br />
-				<em>Thanks to <a href="http://angst.cynapses.org/">Ludwig
+				<em>Thanks to <a href="mailto:ludwig.nussel at suse.de">Ludwig
 				Nussel</a>.</em></p>',
 
  "mac"		=>	'<h3 class="apple">Mac OS X (Intel, PowerPC)</h3>

Modified: trunk/web/include/home.php
===================================================================
--- trunk/web/include/home.php	2006-03-14 22:26:35 UTC (rev 643)
+++ trunk/web/include/home.php	2006-03-15 00:36:47 UTC (rev 644)
@@ -1,8 +1,6 @@
-<p>Quake 3 source code was released on August 20th by the fine folks at id Software.
-We thank them for that, and are continuing the mission of producing a Quake 3 that is
-without fault.</p>
-<p class="angryzakk">The Quake 3 engine is open source, this does <strong>not</strong> mean that
-Quake 3 Arena the game is free. You must purchase the game to use the data!</p>
+<p>Quake 3 source code was released on August 20, 2005 by the fine folks at id Software.
+We thank them for that, and are continuing the mission of producing a Quake 3 that
+is without fault.</p>
 <img src="images/quake3_logo_web.png" class="right" alt="Logo" />
 
 <h2>What's the point?</h2>

Modified: trunk/web/index.php
===================================================================
--- trunk/web/index.php	2006-03-14 22:26:35 UTC (rev 643)
+++ trunk/web/index.php	2006-03-15 00:36:47 UTC (rev 644)
@@ -18,8 +18,9 @@
 	<link rel="icon" type="image/png" href="images/icon.png"/>
 </head>
 <body>
-	<h1>icculus.org/quake3</h1>
-	<ul id="navigation">
+	<div id="header">
+		<h1>icculus.org/quake3</h1>
+		<ul id="navigation">
 <?php
 foreach ($navlist as $file => $alias) {
 	echo "<li>";
@@ -30,6 +31,7 @@
 ?>
 		<li><a href="http://svn.icculus.org/quake3/trunk">Subversion Web</a></li>
 	</ul>
+	</div>
 	<div id="content">
 <?php include_safe("$page.php"); ?>
 	</div>

Modified: trunk/web/ioq3.css
===================================================================
--- trunk/web/ioq3.css	2006-03-14 22:26:35 UTC (rev 643)
+++ trunk/web/ioq3.css	2006-03-15 00:36:47 UTC (rev 644)
@@ -6,6 +6,14 @@
 	margin: 0;
 }
 
+#header {
+	background-color: #aaaaaa;
+	float: left;
+	border-bottom: 2px solid black;
+	padding: .2em;
+	padding-bottom: .4em;
+}
+
 #content {
 	float: left;
 	clear: left;
@@ -17,7 +25,7 @@
 	clear: left;
 	color: #4d4d4d;
 	margin-top: .2em;
-	border-top: 1px dashed #222222;
+	border-top: 1px dashed #4b4b4b;
 	font-size: .8em;
 	padding: .35em;
 }
@@ -31,23 +39,16 @@
 }
 
 #navigation {
-	position: absolute;
-	right: 0;
 	float: right;
 	list-style: none;
-	display: inline;
 	background-color: #aaaaaa;
 	color: black;
-	margin-top: 0;
-	padding-left: 0;
-	padding-bottom: .2em;
-	border-left: 1px solid #222222;
-	border-bottom: 1px solid #222222;
+	margin-bottom: 0;
 }
 
 #navigation li {
 	display: inline;
-	padding: .2em;
+	padding: .3em;
 }
 
 :link, :visited {
@@ -55,17 +56,20 @@
 	font-weight: bold;
 	text-decoration: underline;
 }
+
+#content :link:hover, #content :visited:hover {
+	background-color: #a2a2a2;
+}
 
 h1, :link:hover, :visited:hover {
 	color: maroon;
+	margin: 0;
 }
 
 h1 {
 	float: left;
 	font-size: 1.75em;
 	padding-left: .25em;
-	margin-bottom: 0;
-	margin-top: 1em;
 }
 
 h2 {
@@ -135,15 +139,22 @@
 	font-family: "smoothansi", "Bitstream Vera Sans Mono", "Terminal", monospace;
 }
 
+acronym, dfn {
+	border-bottom: 1px dotted black;
+	cursor: help;
+}
+
 .angryzakk {
 	color: black;
-	background-color: #aaaaaa;
+	background-color: #a0a0a0;
+	border: 1px solid #909090;
 	font-style: italic;
 	font-size: 1.2em;
 }
 
 .current {
 	font-weight: bold;
+	color: maroon;
 }
 
 h3.windows, h3.linux, h3.apple {




More information about the quake3-commits mailing list