From 4fcb2180428ac96b603b888b21c54412dc9db4e8 Mon Sep 17 00:00:00 2001 From: floam Date: Thu, 3 Nov 2005 06:38:00 +0000 Subject: More minor stuff git-svn-id: svn://svn.icculus.org/quake3/trunk@247 edf5b092-35ff-0310-97b2-ce42778d08ea --- web/include/instruc.php | 37 ++++++++++++++++++++++++++++++------- web/ioq3.css | 14 +++++++++++++- web/newindex.php | 8 ++------ 3 files changed, 45 insertions(+), 14 deletions(-) diff --git a/web/include/instruc.php b/web/include/instruc.php index 3643adf..68361db 100644 --- a/web/include/instruc.php +++ b/web/include/instruc.php @@ -1,11 +1,34 @@ -

How to check out and build:

+

Check out and build from Subversion

    -
  1. Step 1
  2. -
  3. Step 2
  4. -
  5. Step 3
  6. -
  7. Step 4
  8. -
  9. Step 5
  10. -
  11. Step etc
  12. +
  13. Change into a directory that you want the tree to be kept in.
  14. +
  15. Check out the source tree:
    + svn co svn://svn.icculus.org/quake3/trunk quake3 +
    + (You can check out a specific revision with the -r option, like this: + svn co svn://svn.icculus.org/quake3/trunk quake3 -r100) +
  16. +
  17. Read the readme file. Really. Do it.
  18. +
  19. Compile and install Quake III. +
      +
    • Linux and friends

      +
        +
      1. Change into the top level directory (it contains the + ui and code + directories.)
      2. +
      3. Run make
      4. +
      5. Create a directory to install Quake3 into:
        + mkdir /usr/local/games/quake3
      6. +
      7. Copy + +
      +
    • +
    • Windows

      +
        +
      1. +
      +
    • +
    +

How to submit your changes:

rules rules rules, angry zakk-style text rules rules rules, angry zakk-style text rules rules rules, angry zakk-style text rules rules rules, angry zakk-style text rules rules rules, angry zakk-style text rules rules rules, angry zakk-style textrules rules rules, angry zakk-style text

diff --git a/web/ioq3.css b/web/ioq3.css index 35e1444..7f67154 100644 --- a/web/ioq3.css +++ b/web/ioq3.css @@ -27,6 +27,11 @@ body, html { background-color: transparent; } +#footer a:hover { + color: black; + background-color: transparent; +} + #navigation { float: right; list-style: none; @@ -35,7 +40,7 @@ body, html { color: black; margin-top: 0; padding-left: 0; - padding-bottom: .1em; + padding-bottom: .2em; border-left: 1px dashed #222; border-bottom: 1px dashed #222; } @@ -69,6 +74,13 @@ h2 { font-size: 1.25em; } +h3 { + color: #440000; + background-color: transparent; + font-size: 1em; + margin: .5em 0 .5em 0; +} + img { border: 0; } diff --git a/web/newindex.php b/web/newindex.php index 14dfdc3..c0f4da6 100644 --- a/web/newindex.php +++ b/web/newindex.php @@ -29,12 +29,8 @@ ob_start();