File: documentation.css

package info (click to toggle)
django-haystack 3.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,504 kB
  • sloc: python: 23,475; xml: 1,708; sh: 74; makefile: 71
file content (29 lines) | stat: -rw-r--r-- 1,326 bytes parent folder | download | duplicates (2)
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
a, a:link, a:hover { background-color: transparent !important; color: #CAECFF; outline-color: transparent !important; text-decoration: underline; }
dl dt { text-decoration: underline; }
dl.class dt, dl.method dt { background-color: #444444; padding: 5px; text-decoration: none; }
tt.descname { font-weight: normal; }
dl.method dt span.optional { font-weight: normal; }
div#header { margin-bottom: 0px; }
div.document, div.related, div.footer { width: 900px; margin: 0 auto; }
div.document { margin-top: 10px; }
div.related { background-color: #262511; padding-left: 10px; padding-right: 10px; }
div.documentwrapper { width:640px; float:left;}
div.body h1,
div.body h2,
div.body h3,
div.body h4,
div.body h5,
div.body h6 {
    background-color: #053211;
    font-weight: normal;
    border-bottom: 2px solid #262511;
    margin: 20px -20px 10px -20px;
    padding: 3px 0 3px 10px;
}
div.sphinxsidebar { width:220px; float:right;}
div.sphinxsidebar ul { padding-left: 10px; }
div.sphinxsidebar ul ul { padding-left: 10px; margin-left: 10px; }
div.bodywrapper { margin: 0px; }
div.highlight-python, div.highlight { background-color: #262511; margin-bottom: 10px; padding: 10px; }
div.footer { background-color:#262511; font-size: 90%; padding: 10px; }
table thead { background-color: #053211; border-bottom: 1px solid #262511; }