File: repoze.css

package info (click to toggle)
python-venusian 1.0a6-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 428 kB
  • sloc: python: 1,229; makefile: 69
file content (33 lines) | stat: -rw-r--r-- 509 bytes parent folder | download | duplicates (18)
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
@import url('default.css');
body {
    background-color: #006339;
}
 
div.document {
    background-color: #dad3bd;
}

div.sphinxsidebar h3, h4, h5, a {
    color: #127c56 !important;
}

div.related {
    color: #dad3bd !important;
    background-color: #00744a;
}
 
div.related a {
    color: #dad3bd !important;
}

/* override the justify text align of the default */

div.body p {
    text-align: left !important;
}

/* fix google chrome <pre> tag renderings */

pre {
   line-height: normal !important;
}