aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/include/downloads.php2
-rw-r--r--web/include/home.php8
-rw-r--r--web/index.php6
-rw-r--r--web/ioq3.css37
4 files changed, 32 insertions, 21 deletions
diff --git a/web/include/downloads.php b/web/include/downloads.php
index 016772a..bebb545 100644
--- a/web/include/downloads.php
+++ b/web/include/downloads.php
@@ -21,7 +21,7 @@ $downloads = array(
<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@suse.de">Ludwig
Nussel</a>.</em></p>',
"mac" => '<h3 class="apple">Mac OS X (Intel, PowerPC)</h3>
diff --git a/web/include/home.php b/web/include/home.php
index d84d887..14c46f8 100644
--- a/web/include/home.php
+++ b/web/include/home.php
@@ -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>
diff --git a/web/index.php b/web/index.php
index c36cd24..c11606b 100644
--- a/web/index.php
+++ b/web/index.php
@@ -18,8 +18,9 @@ ob_start();
<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 @@ foreach ($navlist as $file => $alias) {
?>
<li><a href="http://svn.icculus.org/quake3/trunk">Subversion Web</a></li>
</ul>
+ </div>
<div id="content">
<?php include_safe("$page.php"); ?>
</div>
diff --git a/web/ioq3.css b/web/ioq3.css
index 04c1cc2..4cebad2 100644
--- a/web/ioq3.css
+++ b/web/ioq3.css
@@ -6,6 +6,14 @@ body, html {
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 @@ body, html {
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 @@ body, html {
}
#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 @@ body, html {
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 @@ tt, .shell {
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 {