File: big_toc_css.rst

package info (click to toggle)
scikit-learn 0.11.0-2%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 13,900 kB
  • sloc: python: 34,740; ansic: 8,860; cpp: 8,849; pascal: 230; makefile: 211; sh: 14
file content (44 lines) | stat: -rw-r--r-- 718 bytes parent folder | download | duplicates (4)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
..  
    File to ..include in a document with a big table of content, to give
    it 'style'

.. raw:: html

  <style type="text/css">
    div.bodywrapper blockquote {
        margin: 0 ;
    }

    div.toctree-wrapper ul {
	margin-top: 0 ;
	margin-bottom: 0 ;
	padding-left: 10px ;
    }

    li.toctree-l1 {
        padding: 0 0 0.5em 0 ;
        list-style-type: none;
        font-size: 150% ;
	font-weight: bold;
        }

    li.toctree-l1 ul {
	padding-left: 40px ;
    }

    li.toctree-l2 {
        font-size: 70% ;
        list-style-type: square;
	font-weight: normal;
        }

    li.toctree-l3 {
        font-size: 85% ;
        list-style-type: circle;
	font-weight: normal;
        }
 
  </style>