diff options
| author | Zhanna Tsitkov <tsitkova@mit.edu> | 2012-04-25 19:10:41 +0000 |
|---|---|---|
| committer | Zhanna Tsitkov <tsitkova@mit.edu> | 2012-04-25 19:10:41 +0000 |
| commit | 7236ee4f4fe6ec48d9d9e7a2cf0f22a7e2ee1119 (patch) | |
| tree | bb69fc558e09f8793819c749b5788d6d7bc18e12 /doc/rst_source/_static | |
| parent | f469d77cc53c43a2e85f80ab3cf68caa82c4d24b (diff) | |
Use "agogo" HTML theme (with some modifications) for the Sphinx documentation. Do not show the ReST source files
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25823 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/rst_source/_static')
| -rw-r--r-- | doc/rst_source/_static/kerb.css | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/doc/rst_source/_static/kerb.css b/doc/rst_source/_static/kerb.css new file mode 100644 index 000000000..93c1340fe --- /dev/null +++ b/doc/rst_source/_static/kerb.css @@ -0,0 +1,62 @@ +/* + * kerb.css + * ~~~~~~~~~~~ + * + * Sphinx stylesheet -- modification to agogo theme. + * + */ +div.body { + padding-right: 2em; + text-align: left; +} + +/* Page layout */ + +div.header-wrapper { + background: #59121e; + border-bottom: 3px solid #2e3436; + border-top: 3px solid #2e3436; +} + +/* Header */ + +div.header div.right a { + color: #fcaf3e; + letter-spacing: .1em; + text-transform: lowercase; + float: right; +} + +/* Content */ + +div.document div.section h1 { + margin-bottom: 20px; + padding: 1px; + line-height: 130%; +} + +div.document div.section dl { + margin-top: 15px; + margin-bottom: 5px; + padding: 1px; + text-align: left; +} + +/* Sidebar */ + +div.sidebar ul { + list-style-type: none; + padding: 1px; + margin-left: 1em; +} + +div.sidebar li.toctree-l3.current a { + border-right: 5px solid #fcaf3e; + font-weight: bold; +} + +/* Other body styles */ + +dt:target, .highlighted { + background-color: #c1c1c1; +} |
