mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-27 12:14:10 +08:00
Use a simple CSS style sheet.
This commit is contained in:
parent
10378919d7
commit
36da0459e4
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -13,10 +13,7 @@
|
||||
|
||||
<noframes>
|
||||
|
||||
<BODY>
|
||||
|
||||
<P>
|
||||
|
||||
<body>
|
||||
</body>
|
||||
|
||||
</noframes>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
35
docs/mesa.css
Normal file
35
docs/mesa.css
Normal file
@ -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;*/
|
||||
}
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user