From: Tim Bishop Date: Tue, 23 Mar 2004 19:08:56 +0000 (+0000) Subject: More changes, mostly simple ones in look and feel. X-Git-Url: http://git.i-scream.org/?a=commitdiff_plain;h=1e0c69668bf11979381e7b2ab023e8cf582c01db;p=www.i-scream.org.git More changes, mostly simple ones in look and feel. --- diff --git a/www/cms/index.shtml b/www/cms/index.shtml index f92ad18..a863605 100644 --- a/www/cms/index.shtml +++ b/www/cms/index.shtml @@ -89,7 +89,7 @@

Old Builds (from project completion)

These builds were completed at the end of the project itself. diff --git a/www/cms/index.xhtml b/www/cms/index.xhtml index f92ad18..a863605 100644 --- a/www/cms/index.xhtml +++ b/www/cms/index.xhtml @@ -89,7 +89,7 @@

Old Builds (from project completion)

These builds were completed at the end of the project itself. diff --git a/www/index.shtml b/www/index.shtml index c7ae98c..2bbba1a 100644 --- a/www/index.shtml +++ b/www/index.shtml @@ -1,7 +1,4 @@ - - - + i-scream homepage @@ -28,11 +25,14 @@ -

News

+

News

- [21 March 2004] pystatgrab 0.1 released + Sunday 21 March 2004

+

+ pystatgrab 0.1 released +

pystatgrab 0.1 has been released. This is the first release of pystatgrab; a set of Python bindings for @@ -40,8 +40,11 @@

- [10 March 2004] libstatgrab 0.9 released + Wednesday 10 March 2004

+

+ libstatgrab 0.9 released +

libstatgrab 0.9 has been released and includes new features and support for new @@ -49,16 +52,22 @@

- [11 February 2004] libstatgrab 0.8.2 released + Wednesday 11 February 2004

+

+ libstatgrab 0.8.2 released +

libstatgrab version 0.8.2 brings further platform support and Python bindings.

- [15 July 2003] i-scream support changes + Tuesday 15 July 2003

+

+ i-scream support changes +

We have moved the i-scream support and bug tracking to a new facility on the i-scream server. For further details please @@ -67,19 +76,17 @@

- [08 June 2003] server move + Sunday 8 June 2003

+

+ server move +

The i-scream website, email, and CVS facilities are now all run from a FreeBSD server.

-

- - Powered By FreeBSD - -

-

Projects

+

Projects

libstatgrab @@ -150,7 +157,7 @@ and we'll hopefully produce are far superior product.

-

About

+

About

The i-scream group is a causual team of individuals with a @@ -164,13 +171,14 @@ We Are webpage.

-

Search

+

Search

Use this form to search the whole i-scream website, courtesy of Google.

+

Google @@ -179,6 +187,7 @@ +

diff --git a/www/index.xhtml b/www/index.xhtml index c7ae98c..2bbba1a 100644 --- a/www/index.xhtml +++ b/www/index.xhtml @@ -1,7 +1,4 @@ - - - + i-scream homepage @@ -28,11 +25,14 @@ -

News

+

News

- [21 March 2004] pystatgrab 0.1 released + Sunday 21 March 2004

+

+ pystatgrab 0.1 released +

pystatgrab 0.1 has been released. This is the first release of pystatgrab; a set of Python bindings for @@ -40,8 +40,11 @@

- [10 March 2004] libstatgrab 0.9 released + Wednesday 10 March 2004

+

+ libstatgrab 0.9 released +

libstatgrab 0.9 has been released and includes new features and support for new @@ -49,16 +52,22 @@

- [11 February 2004] libstatgrab 0.8.2 released + Wednesday 11 February 2004

+

+ libstatgrab 0.8.2 released +

libstatgrab version 0.8.2 brings further platform support and Python bindings.

- [15 July 2003] i-scream support changes + Tuesday 15 July 2003

+

+ i-scream support changes +

We have moved the i-scream support and bug tracking to a new facility on the i-scream server. For further details please @@ -67,19 +76,17 @@

- [08 June 2003] server move + Sunday 8 June 2003

+

+ server move +

The i-scream website, email, and CVS facilities are now all run from a FreeBSD server.

-

- - Powered By FreeBSD - -

-

Projects

+

Projects

libstatgrab @@ -150,7 +157,7 @@ and we'll hopefully produce are far superior product.

-

About

+

About

The i-scream group is a causual team of individuals with a @@ -164,13 +171,14 @@ We Are webpage.

-

Search

+

Search

Use this form to search the whole i-scream website, courtesy of Google.

+

Google @@ -179,6 +187,7 @@ +

diff --git a/www/menu.inc b/www/menu.inc index eec74c7..dc97a84 100644 --- a/www/menu.inc +++ b/www/menu.inc @@ -25,6 +25,7 @@

CVS Repository
+ Wiki

Mailing Lists
Support
diff --git a/www/styles/style.css b/www/styles/style.css index 5a4c3bf..c389229 100644 --- a/www/styles/style.css +++ b/www/styles/style.css @@ -1,11 +1,6 @@ -html { - margin: 0; - padding: 0; -} - -body { - background: white; - color: black; +html,body { + background: #ffffff; + color: #000000; font-family: sans-serif; font-size: small; margin: 0; @@ -25,6 +20,7 @@ body { left: 0px; width: 150px; background: #eeeeFF; + color: #000000; border-right: 1px solid #000066; border-bottom: 1px solid #000066; } @@ -34,7 +30,7 @@ body { } #menu .heading { background: #000066; - color: white; + color: #ffffff; margin: 0px; padding: 3px; } @@ -80,7 +76,7 @@ body { #contents h1 { padding: 5px; margin: 30px -15px 20px -15px; - background-color: #eeeeff; + background: #eeeeff; border-bottom: 5px solid #000066; color: #000066; text-align: right; @@ -88,7 +84,8 @@ body { #contents h2 { padding: 4px; margin: 20px -10px 20px -10px; - background-color: #eeeeff; + background: #eeeeff; + color: #000000; border-bottom: 2px solid #000066; } #contents h3 { @@ -97,17 +94,19 @@ body { border-bottom: 1px solid #000066; } #contents pre { - border-left: 2px solid red; + border-left: 2px solid #ffffff; margin-left: 5px; padding-left: 5px; - background-color: #f0f0f0; + background: #f0f0f0; + color: #000000; font-size: larger; } #topnav { margin: -15px -10px 0 0; padding: 0px; text-align: right; - background-color: transparent; + background: transparent; + color: #000000; } #topnav ul { padding-left: 0;