summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/bugs.html4
-rw-r--r--docs/conform.html4
-rw-r--r--docs/contents.html22
-rw-r--r--docs/custom.html4
-rw-r--r--docs/cvs_access.html4
-rw-r--r--docs/cvs_branches.html4
-rw-r--r--docs/debugging.html4
-rw-r--r--docs/demos.html4
-rw-r--r--docs/devinfo.html4
-rw-r--r--docs/download.html4
-rw-r--r--docs/envvars.html4
-rw-r--r--docs/extensions.html4
-rw-r--r--docs/faq.html4
-rw-r--r--docs/fbdev-dri.html4
-rw-r--r--docs/games.html4
-rw-r--r--docs/glfbdev-driver.html4
-rw-r--r--docs/glu.html4
-rw-r--r--docs/helpwanted.html4
-rw-r--r--docs/index.html5
-rw-r--r--docs/install.html4
-rw-r--r--docs/intro.html4
-rw-r--r--docs/libraries.html4
-rw-r--r--docs/license.html4
-rw-r--r--docs/lists.html4
-rw-r--r--docs/mangling.html4
-rw-r--r--docs/mesa.css35
-rw-r--r--docs/modelers.html4
-rw-r--r--docs/news.html6
-rw-r--r--docs/osmesa.html4
-rw-r--r--docs/pbuffers.html4
-rw-r--r--docs/perf.html4
-rw-r--r--docs/precompiled.html4
-rw-r--r--docs/relnotes.html4
-rw-r--r--docs/science.html4
-rw-r--r--docs/sourcedocs.html4
-rw-r--r--docs/subset.html4
-rw-r--r--docs/systems.html4
-rw-r--r--docs/thanks.html4
-rw-r--r--docs/utilities.html4
-rw-r--r--docs/utility.html4
-rw-r--r--docs/webmaster.html4
41 files changed, 171 insertions, 45 deletions
diff --git a/docs/bugs.html b/docs/bugs.html
index 0ace15138e..d255f4292c 100644
--- a/docs/bugs.html
+++ b/docs/bugs.html
@@ -2,7 +2,9 @@
<TITLE>Mesa Bug Reporting</TITLE>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<H1>Bug Database</H1>
diff --git a/docs/conform.html b/docs/conform.html
index eded6a79de..3611f8c6fb 100644
--- a/docs/conform.html
+++ b/docs/conform.html
@@ -2,7 +2,9 @@
<TITLE>Conformance</TITLE>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<H1>Conformance</H1>
diff --git a/docs/contents.html b/docs/contents.html
index aca9aa21d9..f867786b84 100644
--- a/docs/contents.html
+++ b/docs/contents.html
@@ -2,7 +2,26 @@
<title>Contents</title>
-<body text="#ffffff" bgcolor="#119955" link="#ffffff" vlink="#dddddd" alink="#ffffff">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<body bgcolor="#119955">
+
+<!--Override a few values from the style sheet: -->
+<style>
+<!--
+body {
+ background-color: #119955;
+ color: white;
+}
+a:link {
+ color: #fff;
+}
+a:visited {
+ color: #ccc;
+}
+-->
+</style>
+
<b>Documentation</b>
<ul>
@@ -53,7 +72,6 @@
<li><a href="utilities.html" target="MainFrame">Utilities</a>
<li><a href="helpwanted.html" target="MainFrame">Help Wanted</a>
<li><a href="devinfo.html" target="MainFrame">Development Notes</a>
-<li><a href="drivers.html" target="MainFrame">Writing Device Drivers</a>
<li><a href="sourcedocs.html" target="MainFrame">Source Documentation</a>
<li><a href="subset.html" target="MainFrame">Subset Information</a>
<li><a href="fbdev-dri.html" target="MainFrame">fbdev/DRI Environment</a>
diff --git a/docs/custom.html b/docs/custom.html
index a5cfdeb813..e9beba6fa9 100644
--- a/docs/custom.html
+++ b/docs/custom.html
@@ -2,7 +2,9 @@
<TITLE>Custom Development</TITLE>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<H1>Custom Development</H1>
diff --git a/docs/cvs_access.html b/docs/cvs_access.html
index be8e129e0e..40104d7d85 100644
--- a/docs/cvs_access.html
+++ b/docs/cvs_access.html
@@ -2,7 +2,9 @@
<TITLE>CVS Access</TITLE>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<h1>CVS Access</h1>
diff --git a/docs/cvs_branches.html b/docs/cvs_branches.html
index cc07c58ae4..98df3d0f4f 100644
--- a/docs/cvs_branches.html
+++ b/docs/cvs_branches.html
@@ -2,7 +2,9 @@
<TITLE>CVS Branches</TITLE>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<H1>CVS Branch Information</H1>
diff --git a/docs/debugging.html b/docs/debugging.html
index cdefa7d210..2df62f56ea 100644
--- a/docs/debugging.html
+++ b/docs/debugging.html
@@ -2,7 +2,9 @@
<TITLE>Debugging Tips</TITLE>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<H1>Debugging Tips</H1>
diff --git a/docs/demos.html b/docs/demos.html
index 6e189458c2..b4a2cc5e36 100644
--- a/docs/demos.html
+++ b/docs/demos.html
@@ -2,7 +2,9 @@
<TITLE>Demos</TITLE>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<H1>Demos</H1>
diff --git a/docs/devinfo.html b/docs/devinfo.html
index 498b713e5c..9fcd8cf535 100644
--- a/docs/devinfo.html
+++ b/docs/devinfo.html
@@ -2,7 +2,9 @@
<TITLE>Development Notes</TITLE>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<H1>Development Notes</H1>
diff --git a/docs/download.html b/docs/download.html
index 54c5d972c6..b30b98ff9b 100644
--- a/docs/download.html
+++ b/docs/download.html
@@ -2,7 +2,9 @@
<TITLE>Getting Mesa</TITLE>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<H1>Downloading / Unpacking</H1>
diff --git a/docs/envvars.html b/docs/envvars.html
index 12e44e288a..fbcea56cc9 100644
--- a/docs/envvars.html
+++ b/docs/envvars.html
@@ -2,7 +2,9 @@
<TITLE>Environment Variables</TITLE>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<H1>Environment Variables</H1>
diff --git a/docs/extensions.html b/docs/extensions.html
index b4906ec1fe..dbb8ebadaf 100644
--- a/docs/extensions.html
+++ b/docs/extensions.html
@@ -2,7 +2,9 @@
<TITLE>Mesa Extensions</TITLE>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<H1>Mesa Extensions</H1>
diff --git a/docs/faq.html b/docs/faq.html
index c9081c9aaa..7ae65e63c2 100644
--- a/docs/faq.html
+++ b/docs/faq.html
@@ -2,7 +2,9 @@
<head><title>Mesa FAQ</title></head>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<center>
diff --git a/docs/fbdev-dri.html b/docs/fbdev-dri.html
index 06277f5655..18b0ca815e 100644
--- a/docs/fbdev-dri.html
+++ b/docs/fbdev-dri.html
@@ -2,7 +2,9 @@
<TITLE>Mesa fbdev/DRI Environment</TITLE>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<center><H1>Mesa fbdev/DRI Drivers</H1></center>
diff --git a/docs/games.html b/docs/games.html
index 5ed799866c..dcf5cf2d01 100644
--- a/docs/games.html
+++ b/docs/games.html
@@ -2,7 +2,9 @@
<TITLE>Games</TITLE>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<H1>Games</H1>
diff --git a/docs/glfbdev-driver.html b/docs/glfbdev-driver.html
index 804b2c11b9..b49950eb9e 100644
--- a/docs/glfbdev-driver.html
+++ b/docs/glfbdev-driver.html
@@ -2,7 +2,9 @@
<TITLE>Mesa glFBDev Driver</TITLE>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<center><H1>Mesa glFBDev Driver</H1></center>
diff --git a/docs/glu.html b/docs/glu.html
index e3c9189b46..108ea1c35c 100644
--- a/docs/glu.html
+++ b/docs/glu.html
@@ -2,7 +2,9 @@
<TITLE>SGI GLU</TITLE>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<H1>SGI SI GLU</H1>
diff --git a/docs/helpwanted.html b/docs/helpwanted.html
index b9434d0c03..44b906741f 100644
--- a/docs/helpwanted.html
+++ b/docs/helpwanted.html
@@ -2,7 +2,9 @@
<TITLE>Help Wanted</TITLE>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<H1>Help Wanted</H1>
diff --git a/docs/index.html b/docs/index.html
index 0edf432522..0fe3a6f11b 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -13,10 +13,7 @@
<noframes>
-<BODY>
-
-<P>
-
+<body>
</body>
</noframes>
diff --git a/docs/install.html b/docs/install.html
index d2ad3ea0a1..a0962cc32a 100644
--- a/docs/install.html
+++ b/docs/install.html
@@ -2,7 +2,9 @@
<TITLE>Compilation and Installation</TITLE>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<H1>Compilation and Installation</H1>
diff --git a/docs/intro.html b/docs/intro.html
index db8f25f3e0..c0871165fc 100644
--- a/docs/intro.html
+++ b/docs/intro.html
@@ -2,7 +2,9 @@
<TITLE>Mesa Introduction</TITLE>
-<BODY text="#000000" bgcolor="#55bbff">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<H1>Introduction</H1>
diff --git a/docs/libraries.html b/docs/libraries.html
index a7faab613d..ce0ee70e69 100644
--- a/docs/libraries.html
+++ b/docs/libraries.html
@@ -2,7 +2,9 @@
<TITLE>Libraries and Toolkits</TITLE>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<H1>Libraries and Toolkits</H1>
diff --git a/docs/license.html b/docs/license.html
index 475baaaa9c..3831425b54 100644
--- a/docs/license.html
+++ b/docs/license.html
@@ -2,7 +2,9 @@
<TITLE>License / Cppyright Information</TITLE>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<H1>License / Copyright Information</H1>
diff --git a/docs/lists.html b/docs/lists.html
index 2c97d88a1b..09f903d40a 100644
--- a/docs/lists.html
+++ b/docs/lists.html
@@ -2,7 +2,9 @@
<TITLE>Mesa Mailing Lists</TITLE>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<H1>Mailing Lists</H1>
diff --git a/docs/mangling.html b/docs/mangling.html
index 5aafcb2a68..cb19e7568a 100644
--- a/docs/mangling.html
+++ b/docs/mangling.html
@@ -2,7 +2,9 @@
<TITLE>Function Name Mangling</TITLE>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<H1>Function Name Mangling</H1>
diff --git a/docs/mesa.css b/docs/mesa.css
new file mode 100644
index 0000000000..190fd56de9
--- /dev/null
+++ b/docs/mesa.css
@@ -0,0 +1,35 @@
+/* Mesa CSS */
+body {
+ background-color: #55bbff;
+ font: 14px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
+ color: black;
+ link: #111188;
+}
+
+h1 {
+ background-color: #55bbff;
+ font: 24px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
+ font-weight: bold;
+ color: black;
+}
+
+h2 {
+ background-color: #55bbff;
+ font: 18px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif, bold;
+ font-weight: bold;
+ color: black;
+}
+
+code {
+ font-family: monospace;
+ font-size: 10pt;
+ color: black;
+}
+
+
+pre {
+ /*font-family: monospace;*/
+ font-size: 10pt;
+ /*color: black;*/
+}
+
diff --git a/docs/modelers.html b/docs/modelers.html
index db2c8c1813..20f88554de 100644
--- a/docs/modelers.html
+++ b/docs/modelers.html
@@ -2,7 +2,9 @@
<TITLE>Modelers, Renderers and Viewers</TITLE>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<H1>Modelers, Renderers and Viewers</H1>
diff --git a/docs/news.html b/docs/news.html
index c33c619354..313b98fc6c 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -2,7 +2,9 @@
<TITLE>Mesa News</TITLE>
-<BODY text="#000000" bgcolor="#55bbff">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<H1>News</H1>
@@ -958,6 +960,6 @@ source code</a>.</p>
<hr>
-$Id: news.html,v 3.16 2004/12/09 23:21:36 brianp Exp $
+$Id: news.html,v 3.17 2005/01/20 03:55:10 brianp Exp $
</body>
</html> \ No newline at end of file
diff --git a/docs/osmesa.html b/docs/osmesa.html
index 6ed3c5e710..6feb8df52a 100644
--- a/docs/osmesa.html
+++ b/docs/osmesa.html
@@ -2,7 +2,9 @@
<TITLE>Off-screen Rendering</TITLE>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<H1>Off-screen Rendering</H1>
diff --git a/docs/pbuffers.html b/docs/pbuffers.html
index 68a5e3ed03..2599101555 100644
--- a/docs/pbuffers.html
+++ b/docs/pbuffers.html
@@ -2,7 +2,9 @@
<TITLE>PBuffer Rendering</TITLE>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<H1>PBuffer Rendering</H1>
diff --git a/docs/perf.html b/docs/perf.html
index 89f6eae75c..ee9c4b117d 100644
--- a/docs/perf.html
+++ b/docs/perf.html
@@ -2,7 +2,9 @@
<TITLE>Performance Tips</TITLE>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<H1>Performance Tips</H1>
diff --git a/docs/precompiled.html b/docs/precompiled.html
index 9696a4542a..166d33d828 100644
--- a/docs/precompiled.html
+++ b/docs/precompiled.html
@@ -2,7 +2,9 @@
<TITLE>Precompiled libraries</TITLE>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<H1>Precompiled Libraries</H1>
diff --git a/docs/relnotes.html b/docs/relnotes.html
index 6556f7e3ca..bef9e1511e 100644
--- a/docs/relnotes.html
+++ b/docs/relnotes.html
@@ -2,7 +2,9 @@
<TITLE>Mesa Release Notes</TITLE>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<H1>Release Notes</H1>
diff --git a/docs/science.html b/docs/science.html
index 6baac21564..f55cf31241 100644
--- a/docs/science.html
+++ b/docs/science.html
@@ -2,7 +2,9 @@
<TITLE>Science and Technical</TITLE>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<H1>Science and Technical</H1>
diff --git a/docs/sourcedocs.html b/docs/sourcedocs.html
index c388769d4c..a5248d988d 100644
--- a/docs/sourcedocs.html
+++ b/docs/sourcedocs.html
@@ -2,7 +2,9 @@
<TITLE>Source Code Documentation</TITLE>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<H1>Source Code Documentation</H1>
diff --git a/docs/subset.html b/docs/subset.html
index 487e721c98..dd1d742a82 100644
--- a/docs/subset.html
+++ b/docs/subset.html
@@ -2,7 +2,9 @@
<TITLE>Mesa Subset</TITLE>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<H1>Mesa Subset</H1>
diff --git a/docs/systems.html b/docs/systems.html
index 46661d6042..01d994e402 100644
--- a/docs/systems.html
+++ b/docs/systems.html
@@ -2,7 +2,9 @@
<TITLE>Supported Systems and Drivers</TITLE>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<H1>Supported Systems and Drivers</H1>
diff --git a/docs/thanks.html b/docs/thanks.html
index 8ed3dbc996..73fa681950 100644
--- a/docs/thanks.html
+++ b/docs/thanks.html
@@ -4,7 +4,9 @@
<TITLE>Acknowledgements</TITLE>
</HEAD>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<H1>Acknowledgments</H1>
diff --git a/docs/utilities.html b/docs/utilities.html
index db2febae8e..4693639b8a 100644
--- a/docs/utilities.html
+++ b/docs/utilities.html
@@ -2,7 +2,9 @@
<TITLE>Development Utilities</TITLE>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<H1>Development Utilities</H1>
diff --git a/docs/utility.html b/docs/utility.html
index e419fbf874..c7cad0114b 100644
--- a/docs/utility.html
+++ b/docs/utility.html
@@ -2,7 +2,9 @@
<TITLE>Utilities</TITLE>
-<BODY text="#000000" bgcolor="#55bbff" link="#111188">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<H1>Utilities</H1>
diff --git a/docs/webmaster.html b/docs/webmaster.html
index 6ab101eb14..e645b90ba1 100644
--- a/docs/webmaster.html
+++ b/docs/webmaster.html
@@ -2,7 +2,9 @@
<TITLE>Mesa Introduction</TITLE>
-<BODY text="#000000" bgcolor="#55bbff">
+<link rel="stylesheet" type="text/css" href="mesa.css"></head>
+
+<BODY>
<H1>Webmaster</font></H1>