~ubuntu-branches/debian/squeeze/python-imaging/squeeze

« back to all changes in this revision

Viewing changes to Doc/pythondoc.css

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-08-28 23:14:10 UTC
  • mfrom: (2.1.5 edgy)
  • Revision ID: james.westby@ubuntu.com-20060828231410-lca9enmne3ecmkup
Tags: 1.1.5-11
* python-imaging-sane: Depend on python-numarray. Closes: #382190.
* Add dependencies on ${shlibs:Depends}, lost in -6. Closes: #378596.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
/* $Id: //people/fredrik/xmltoys/pythondoc.py#6 $ */
3
 
/* quick pythondoc.css, based on the standard effbot.org style */
4
 
 
5
 
BODY {
6
 
    font: 10pt Georgia, Times, serif;
7
 
    background: white; color: black;
8
 
    margin-left: 100px; margin-right: 100px;
9
 
}
10
 
 
11
 
CODE, PRE {
12
 
    font: 10pt "Courier New", Courier, Monaco, monospace;
13
 
    color: #008040;
14
 
}
15
 
 
16
 
H1, H2, H3 {
17
 
    font-family: Georgia, Times, serif;
18
 
    color: #008040; margin-left: -80px; margin-right: -80px;
19
 
}
20
 
 
21
 
H4, H5, H6 {
22
 
    font-family: Georgia, Times, serif;
23
 
    color: #008040;
24
 
}
25
 
 
26
 
.text {
27
 
    font: 10pt/18pt Georgia, Times, serif;
28
 
}
29
 
 
30
 
A:link, A:hover { color: #008040; }
31
 
A:visited { color: #404040; }
32
 
 
33
 
.title { margin-bottom: 2px; color: #008040;
34
 
         margin-left: -80px; margin-right: -80px
35
 
        }
36
 
.info { font-size: 80%; margin: 0; color: #008040; margin-left: -80px; }
37
 
.highlight { background: #ccffcc; }
38
 
 
39
 
.navigate { color: #008040; background: #e0e0e0;
40
 
            margin-left: -80px; margin-right: -80px; }
41
 
 
42
 
.bluebox { color: #008040; margin-top: 10px; }
43
 
 
44
 
.mark { color: #008040; }
45
 
.small { font-size: 80%; }
46
 
.display { background: #e0e0e0; padding: 20px; }