tornado/website/static/sphinx.css

63 lines
1.1 KiB
CSS
Raw Normal View History

@import url("default.css");
2011-06-19 19:05:28 +00:00
/* 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.body h4,
div.body h5,
div.body h6,
div.sphinxsidebar h3,
div.sphinxsidebar h4 {
font-weight: bold;
2011-06-19 19:05:28 +00:00
border-bottom: none;
}
pre {
line-height: 14pt;
margin: 17pt;
padding-left: 1em;
border: none;
border-left: 1px solid #ccc;
}
div.body p, div.body dd, div.body li {
text-align: left;
}
.highlight {
background: #fff !important;
2011-06-17 07:16:40 +00:00
}
th.field-name {
background: #fff;
2011-06-19 19:05:28 +00:00
}
2012-05-28 03:41:48 +00:00
tt {
background: #fff;
}
2011-06-19 19:05:28 +00:00
/* "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;
right: 0;
left: 230px;
2011-06-19 19:05:28 +00:00
margin: 0;
position: fixed;
overflow: auto;
height: auto;
}
div.related, div.sphinxsidebar {
font-family: Calibri, sans-serif;
}