2012-06-12 09:05:03 +02:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
|
|
|
<html lang="en">
|
2005-05-05 14:18:31 +00:00
|
|
|
<head>
|
2012-06-12 09:05:03 +02:00
|
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
|
|
|
<title>Banner</title>
|
2012-06-12 09:05:36 +02:00
|
|
|
<style type="text/css" >
|
2012-06-12 09:05:03 +02:00
|
|
|
<!--
|
2012-06-12 09:05:36 +02:00
|
|
|
body { background: black; color: white } table { width: 94%; text-align: left; }
|
|
|
|
|
td { vertical-align: top }
|
|
|
|
|
h1 {
|
|
|
|
|
font: x-large sans-serif; text-align: center;
|
|
|
|
|
height: 75px; margin-left: 100px; margin-right: 100px }
|
|
|
|
|
.gears { width: 100px; height: 73px; float: left; background: url('gears.png') right no-repeat }
|
|
|
|
|
div + .gears { float: right; background-position: left }
|
2012-03-14 08:05:44 -06:00
|
|
|
/*
|
|
|
|
|
This should happen in the future instead:
|
2012-06-12 09:05:36 +02:00
|
|
|
h1 {
|
|
|
|
|
border-left: 71px solid #c11800; border-right: 71px solid #00c130;
|
|
|
|
|
border-top: 0px; border-bottom: 0px;
|
|
|
|
|
border-image: url(gears.png) 100%; -webkit-border-image: url(gears.png) 100%;
|
2012-03-14 08:05:44 -06:00
|
|
|
}
|
|
|
|
|
*/
|
2012-06-12 09:05:03 +02:00
|
|
|
-->
|
2012-06-12 09:05:36 +02:00
|
|
|
</style >
|
2005-05-05 14:18:31 +00:00
|
|
|
</head>
|
2012-06-12 09:05:36 +02:00
|
|
|
<body ><div class="gears" ></div ><div class="gears" ></div ><h1 >The
|
|
|
|
|
Mesa 3D Graphics Library</h1 >
|
2003-03-08 17:38:57 +00:00
|
|
|
</body>
|
2005-05-05 14:18:31 +00:00
|
|
|
</html>
|