File: dipy.css

package info (click to toggle)
dipy 0.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 43,276 kB
  • ctags: 9,823
  • sloc: python: 22,407; makefile: 260; pascal: 155; sh: 15; ansic: 11
file content (49 lines) | stat: -rw-r--r-- 641 bytes parent folder | download | duplicates (3)
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
45
46
47
48
49
@import url("./sphinxdoc.css");

body {
    background-color: #FFFFFF;
}

div.sphinxsidebar h4, div.sphinxsidebar h3 {
    background-color: #000000;
}

h1,h2,h3,h4,h5 {
    color: #000000;
}

h1 { margin-top: 10px; font-size: 160%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }
h5 { font-size: 90%; }
h6 { font-size: 80%; }

table {
    margin: 0 0 0 0;
}

div.footer {
    background-color: #000000;
}


div.body {
    background-color: white;
}


tt {
    background-color: transparent;
}


div.leftside {
    width: 614px;
    padding: 0px 3px 0px 0px;
    float: left;
}

div.rightside {
    float: right;
}