altos: Remove pdclib bits from Makefile
[fw/altos] / doc / am.css
index 2461e11145cbf00e79e9b56aa40ee46d94ea1034..393ef81b5f961c93c28e458a5a679aa67ecb5824 100644 (file)
@@ -2,9 +2,65 @@
   CSS stylesheet for XHTML produced by DocBook XSL stylesheets.
 */
 
+@font-face {
+    font-family: 'Open Sans';
+    src: url('fonts/OpenSans-Regular.ttf');
+    font-weight: normal;
+    font-style: normal;
+}
+
+@font-face {
+    font-family: 'Open Sans';
+    src: url('fonts/OpenSans-Italic.ttf');
+    font-weight: normal;
+    font-style: italic;
+}
+
+@font-face {
+    font-family: 'Open Sans';
+    src: url('fonts/OpenSans-Semibold.ttf');
+    font-weight: bold;
+    font-style: normal;
+}
+
+@font-face {
+    font-family: 'Open Sans';
+    src: url('fonts/OpenSans-SemiboldItalic.ttf');
+    font-weight: bold;
+    font-style: italic;
+}
+
+@font-face {
+    font-family: 'DejaVu Sans Mono';
+    src: url('fonts/DejaVuSansMono.ttf');
+    font-weight: normal;
+    font-style: normal;
+}
+
+@font-face {
+    font-family: 'DejaVu Sans Mono';
+    src: url('fonts/DejaVuSansMono-Oblique.ttf');
+    font-weight: normal;
+    font-style: oblique;
+}
+
+@font-face {
+    font-family: 'DejaVu Sans Mono';
+    src: url('fonts/DejaVuSansMono-Bold.ttf');
+    font-weight: bold;
+    font-style: normal;
+}
+
+@font-face {
+    font-family: 'DejaVu Sans Mono';
+    src: url('fonts/DejaVuSansMono-BoldOblique.ttf');
+    font-weight: bold;
+    font-style: oblique;
+}
+
 body {
-    font-family: "Frutiger LT Std 45 Light",sans-serif;
-    font-size: 14pt;
+    font-family: "Open Sans",sans-serif;
+    font-size: 12pt;
 }
 
 code, pre {
@@ -31,17 +87,17 @@ body div {
 }
 
 a:link {
-    color: #0080ff;
+    color: #78079a;
 }
 
 a:visited {
-    color: #0080ff;
+    color: #78079a;
 }
 
 h1, h2, h3, h4, h5, h6
 {
-  color: #0080ff;
-  font-family: "Frutiger LT Std 45 Light",sans-serif;
+  color: #78079a;
+  font-family: "Open Sans",sans-serif;
 }
 
 div.revhistory table {
@@ -54,29 +110,118 @@ div titlepage {
     border-top: 2px;
 }
 
-div.toc p:first-child,
-div.list-of-figures p:first-child,
-div.list-of-tables p:first-child,
-div.list-of-examples p:first-child,
+div.warning h1, div.warning h2, div.warning h3, div.warning h4, div.warning h5, div.warning h6 {
+    color: #ff2020;
+}
+
+div.warning p, div.note p, div.error p {
+    margin-left: 5%;
+    margin-left: 5%;
+}
+
+h3.corpauthor img {
+    position: fixed;
+    left: 0px;
+    top: 0px;
+    width: 410px;
+    height: 90px;
+    border-right: 2px solid #808080;
+    border-bottom: 2px solid #808080;
+}
+
+div.toc {
+    position: fixed;
+    left: 0px;
+    top: 92px;
+    bottom: 0;
+    width: 390px;
+    margin-right: 0;
+    margin-left: 0;
+    padding-left: 10px;
+    padding-right: 10px;
+    float: left;
+    border-right: 2px solid #808080;
+    border-collapse: collapse;
+    overflow: auto;
+}
+
+div.toc p,
+div.list-of-figures p,
+div.list-of-tables p,
+div.list-of-examples p,
+div.toc a
+{
+    color: black;
+}
+
+div.toc p {
+    color: black;
+}
+
+div.toc a:link {
+    text-decoration: none;
+}
+
+div.toc a:visited {
+    text-decoration: none;
+}
+
+div.toc a:hover {
+    text-decoration: underline;
+}
+
+div.toc a:active {
+    text-decoration: underline;
+}
+
+div.book {
+    margin-left: 25em;
+}
+
+div.list-of-figures {
+    display: none;
+}
+
+div.list-of-tables {
+    display: none;
+}
+
+div.figure p {
+    text-align: center;
+}
+div.figure img {
+    display: block;
+    margin: auto;
+}
+
+div.table p.title {
+    text-align: center;
+}
+
+div.table-contents table {
+    margin-left: auto;
+    margin-right: auto;
+}
+
 div.example p.title,
 div.sidebar p.title
 {
   font-weight: normal;
-  color: #0080ff;
-  font-family: "Frutiger LT Std 45 Light",sans-serif;
+  color: #78079a;
+  font-family: "Open Sans",sans-serif;
   margin-bottom: 0.2em;
 }
 
 body h1 {
   margin: .0em 0 0 -4%;
   line-height: 1.3;
-  border-bottom: 2px solid silver;
+  border-bottom: 2px solid #808080;
 }
 
 body h2 {
   margin: 0.5em 0 0 -4%;
   line-height: 1.3;
-  border-bottom: 2px solid silver;
+  border-bottom: 2px solid #808080;
 }
 
 body h3 {
@@ -87,7 +232,7 @@ body h3 {
 body h4 {
   margin: .8em 0 0 -3%;
   line-height: 1.3;
-  border-top: 2px solid silver;goog
+  border-top: 2px solid #808080;
 }
 
 body h5 {
@@ -104,14 +249,14 @@ body hr {
   border: none; /* Broken on IE6 */
 }
 div.footnotes hr {
-  border: 1px solid silver;
+  border: 1px solid #808080;
 }
 
 div.navheader th, div.navheader td, div.navfooter td {
-    font-family: "Frutiger LT Std 45 Light",sans-serif;
-    font-size: 14pt;
+    font-family: "Open Sans",sans-serif;
+    font-size: 12pt;
     font-weight: normal;
-    color: #0080ff;
+    color: #78079a;
 }
 div.navheader img, div.navfooter img {
   border-style: none;
@@ -120,7 +265,7 @@ div.navheader a, div.navfooter a {
   font-weight: normal;
 }
 div.navfooter hr {
-  border: 1px solid silver;
+  border: 1px solid #808080;
 }
 
 body td {
@@ -157,7 +302,7 @@ tt.literal, code.literal {
 }
 
 .programlisting, .screen {
-  border: 1px solid silver;
+  border: 1px solid #808080;
   background: #f4f4f4;
   margin: 0.5em 10% 0.5em 0;
   padding: 0.5em 1em;
@@ -167,7 +312,7 @@ div.sidebar {
   background: #ffffee;
   margin: 1.0em 10% 0.5em 0;
   padding: 0.5em 1em;
-  border: 1px solid silver;
+  border: 1px solid #808080;
 }
 div.sidebar * { padding: 0; }
 div.sidebar div { margin: 0; }
@@ -197,7 +342,7 @@ dt {
 }
 
 dt span.term {
-  font-style: normal;
+  font-weight: bold;
 }
 
 div.variablelist dd p {
@@ -224,27 +369,18 @@ div.variablelist p.title
   margin-bottom: -0.8em;
 }
 
-table {
-    border: none;
-}
-
 div.revhistory {
     border-style: none;
 }
 
-div.revhistory table, th, td, tr {
-    margin-top: 1em;
-    border-width: 1px;
+div.revhistory table, div.revhistory th, div.revhistory td {
     border-collapse: collapse;
-    border-top: 1px;
-    border-bottom: 1px;
-    border-left: 1px;
-    border-right: 1px;
-    border: 1px solid black;
+    border: 1px solid #808080;
+    padding: 0.25em;
 }
+
 div.revhistory th {
-  color: #0080ff;
-  font-family: "Frutiger LT Std 45 Light",sans-serif;
+    color: black;
 }
 
 /* Keep TOC and index lines close together. */
@@ -262,28 +398,12 @@ div.indexdiv dl, div.indexdiv dt
   Table styling does not work because of overriding attributes in
   generated HTML.
 */
-div.table table,
-div.informaltable table
-{
-    margin-left: 0;
-    margin-right: 5%;
-    margin-bottom: 0.8em;
-}
-div.informaltable table
+div.table-contents p,
+div.informaltable p
 {
-    margin-top: 0.4em
-}
-div.table thead,
-div.table tfoot,
-div.table tbody,
-div.informaltable thead,
-div.informaltable tfoot,
-div.informaltable tbody
-{
-    /* No effect in IE6. */
-    border-top: 3px solid #527bbd;
-    border-bottom: 3px solid #527bbd;
+    margin: 0px;
 }
+
 div.table thead, div.table tfoot,
 div.informaltable thead, div.informaltable tfoot
 {