1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-2">
<title>$title</title>
<link href="$relpath$doxygen.css" rel="stylesheet" type="text/css">
<link href="$relpath$tabs.css" rel="stylesheet" type="text/css">
<style>
h1, h2 {
text-align: left;
}
body {
margin-top: 6ex;
margin-bottom: 6ex;
}
#topbar {
position: fixed;
top: 0;
left: 0;
height: 3ex;
margin: 0;
padding: 1ex;
background-color: #e8eef2;
border-bottom: 1px solid #84B0C7;
width: 100%;
}
#topbar a {
font-size: 140%;
font-weight: bold;
color: darkred;
}
#topbar a:visited {
font-size: 140%;
font-weight: bold;
color: darkred;
}
#botbar {
position: fixed;
bottom: 0;
left: 0;
height: 3ex;
margin: 0;
padding: 1ex;
background-color: #e8eef2;
border-top: 1px solid #84B0C7;
width: 100%;
text-align: center;
}
hr {
border-top: 1px solid #84B0C7;
height: 1px;
}
</style>
</head><body>
<div id="topbar">
<a href="index.html">$projectname</a> — <span>developer's documentation</span>
</div>
|