@import url("default.css");
+/* These style tweaks are probably going to turn out to be a little fragile.
+ They're currently based on the default theme from sphinx 1.0.7.
+*/
+
div.body h1,
div.body h2,
div.body h3,
div.sphinxsidebar h3,
div.sphinxsidebar h4 {
font-weight: bold;
+ border-bottom: none;
}
pre {
th.field-name {
background: #fff;
+}
+
+/* "related" = top header */
+div.related {
+ position: fixed;
+}
+
+/* body settings copied from div.sphinxsidebar so following a link to a
+ specific object positions that object below the fixed header */
+div.body {
+ top: 30px;
+ bottom: 0;
+ margin: 0;
+ position: fixed;
+ overflow: auto;
+ height: auto;
+}
+
+div.related, div.sphinxsidebar {
+ font-family: Calibri, sans-serif;
}
\ No newline at end of file