summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-01-20 03:55:10 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-01-20 03:55:10 +0000
commit36da0459e4d0b12ab46f0e2090d107a22f68844a (patch)
tree2a48cd656230a6c4b8dd26fcc3aa2097c130d255 /docs
parent10378919d76a6ad4bc4fbb921424807cb469d791 (diff)
Use a simple CSS style sheet.
Diffstat (limited to 'docs')
-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 0ace15138ea..d255f4292c9 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 eded6a79de5..3611f8c6fb7 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 aca9aa21d93..f867786b845 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 a5cfdeb813b..e9beba6fa98 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 be8e129e0e5..40104d7d857 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 cc07c58ae48..98df3d0f4f7 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 cdefa7d210d..2df62f56ea3 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 6e189458c21..b4a2cc5e366 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 498b713e5c2..9fcd8cf5358 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 54c5d972c6e..b30b98ff9be 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 12e44e288a9..fbcea56cc9f 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 b4906ec1fe3..dbb8ebadaf2 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 c9081c9aaad..7ae65e63c2f 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 06277f5655f..18b0ca815e7 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 5ed799866c1..dcf5cf2d018 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 804b2c11b99..b49950eb9e1 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 e3c9189b460..108ea1c35c3 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 b9434d0c034..44b906741f0 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 0edf4325223..0fe3a6f11b8 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 d2ad3ea0a1e..a0962cc32a2 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 db8f25f3e00..c0871165fce 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 a7faab613d3..ce0ee70e693 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 475baaaa9c6..3831425b54e 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 2c97d88a1b4..09f903d40a3 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 5aafcb2a68f..cb19e7568a5 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 00000000000..190fd56de99
--- /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 db2c8c18132..20f88554de5 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 c33c619354d..313b98fc6cb 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 6ed3c5e710d..6feb8df52a0 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 68a5e3ed033..25991015558 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 89f6eae75c9..ee9c4b117de 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 9696a4542ab..166d33d8281 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 6556f7e3ca0..bef9e1511e8 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 6baac215641..f55cf31241e 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 c388769d4c3..a5248d988d7 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 487e721c98f..dd1d742a821 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 46661d6042f..01d994e4023 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 8ed3dbc9963..73fa6819503 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 db2febae8e9..4693639b8a6 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 e419fbf874c..c7cad0114bb 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 6ab101eb14e..e645b90ba19 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>