File: nitime.css

package info (click to toggle)
nitime 0.12.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,532 kB
  • sloc: python: 10,162; makefile: 110; sh: 41
file content (22 lines) | stat: -rw-r--r-- 271 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@import url("./sphinxdoc.css");

body {
    background-color: #E5E2E2;
}

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

h1 {
    color: #2F83C8;
}

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


div.body {
    background-color: white;
}