From 121e96f4103de8bd466289fd572670355a6b2c3f Mon Sep 17 00:00:00 2001 From: floam Date: Wed, 2 Nov 2005 04:56:06 +0000 Subject: * Moved things around, added footer. * CSS now doesn't give warnings in W3C's validator. git-svn-id: svn://svn.icculus.org/quake3/trunk@213 edf5b092-35ff-0310-97b2-ce42778d08ea --- web/images/quake3.jpg | Bin 0 -> 28458 bytes web/images/w3ccss.gif | Bin 0 -> 704 bytes web/images/w3cxhtml.gif | Bin 0 -> 897 bytes web/index.html | 18 ++++++++++++++---- web/ioq3.css | 27 ++++++++++++++++++++++++--- web/quake3.jpg | Bin 28458 -> 0 bytes 6 files changed, 38 insertions(+), 7 deletions(-) create mode 100644 web/images/quake3.jpg create mode 100644 web/images/w3ccss.gif create mode 100644 web/images/w3cxhtml.gif delete mode 100644 web/quake3.jpg diff --git a/web/images/quake3.jpg b/web/images/quake3.jpg new file mode 100644 index 0000000..9ab814a Binary files /dev/null and b/web/images/quake3.jpg differ diff --git a/web/images/w3ccss.gif b/web/images/w3ccss.gif new file mode 100644 index 0000000..f6522d3 Binary files /dev/null and b/web/images/w3ccss.gif differ diff --git a/web/images/w3cxhtml.gif b/web/images/w3cxhtml.gif new file mode 100644 index 0000000..d53d7b4 Binary files /dev/null and b/web/images/w3cxhtml.gif differ diff --git a/web/index.html b/web/index.html index f57dff2..020e735 100644 --- a/web/index.html +++ b/web/index.html @@ -17,7 +17,7 @@ pie-rat, or borrow Quake 3/Team Arena data. Do not file bugs or show your face in the IRC channel if you've acquired the game data illegally!

-

Quake3

+

Quake3 Screenshot

What works:

@@ -25,7 +25,7 @@
  • Everything.
  • x86_64 support (including movies, native and interpreted vm mods!)
  • PowerPC, we think.
  • -
  • SDL input/joysticks/window handling/etc
  • +
  • SDL input, joysticks, window handling, etc.
  • SDL sound, so ALSA should work now.
  • Win32 compiles and runs fine with current SVN.
  • mingw support.
  • @@ -49,7 +49,7 @@ mods that use Quake 3 maps/textures/models/etc.)
  • Security fixes.
  • Bug fixes.
  • -
  • New architectures (x86-64/AmigaOS/BeOS/DOS/PSP, whatever.)
  • +
  • New architectures (x86-64, AmigaOS, BeOS, DOS, PSP, whatever.)
  • OpenAL (for better support of ALSA and such) at some point
  • @@ -104,5 +104,15 @@ Do NOT contact us for copies of the game. Otherwise, if you aren't sending us patches, or good feedback, don't contact us at all.

    - + + diff --git a/web/ioq3.css b/web/ioq3.css index d22a31c..a830d44 100644 --- a/web/ioq3.css +++ b/web/ioq3.css @@ -1,30 +1,50 @@ body, html { font-family: "Trebuchet Sans MS", "Bitstream Vera Sans", sans-serif; font-size: 10pt; + color: black; background-color: #888; } -:link, :visited { +#footer { + color: #aaa; + background-color: transparent; + border-top: .1em dashed #222; + padding-top: .3em; + font-size: .8em; +} + +#footer a { + color: #aaa; + background-color: transparent; +} + +:link, :visited { color: black; + background-color: transparent; font-weight: bold; text-decoration: underline; } -:link:hover, :visited:hover { +h1, :link:hover, :visited:hover { color: maroon; + background-color: transparent; } h1 { - color: maroon; font-size: 1.75em; } h2 { color: #440000; + background-color: transparent; font-size: 1.25em; } img { + border: 0; +} + +.right { float: right; } @@ -33,6 +53,7 @@ img { } .angryzakk { + color: black; background-color: #aaa; font-style: italic; font-size: 1.2em; diff --git a/web/quake3.jpg b/web/quake3.jpg deleted file mode 100644 index 9ab814a..0000000 Binary files a/web/quake3.jpg and /dev/null differ -- cgit v1.2.3