File: nibabel.css

package info (click to toggle)
nibabel 5.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 69,232 kB
  • sloc: python: 39,851; makefile: 276; ansic: 202; sh: 99
file content (42 lines) | stat: -rw-r--r-- 629 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
@import url("./sphinxdoc.css");

body {
    background-color: #E5E2E2;
}

div.sphinxsidebar {
    position: relative;
}

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

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

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

table {
    margin: 0 0 0 0;
}

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


div.body {
    background-color: white;
}

.sphinxsidebarwrapper {
    /* don't let anything exceed sidebar boundaries */
    overflow: hidden;
}