~ubuntu-branches/ubuntu/utopic/python-traitsui/utopic

« back to all changes in this revision

Viewing changes to docs/api.css

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2011-07-09 13:57:39 UTC
  • Revision ID: james.westby@ubuntu.com-20110709135739-x5u20q86huissmn1
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
/* Body color */ 
 
3
body               {background: #ffffff; color: #000000; 
 
4
                    font-family: "Lucida Sans", Verdana, Arial, sans-serif;} 
 
5
/* Tables */ 
 
6
table.summary, table.details, table.index
 
7
                   { background: #e8f0f8; color: #000000; } 
 
8
tr.summary, tr.details, tr.index
 
9
                   { background: #70b0f0; color: #000000;  
 
10
                     text-align: left; font-size: 120%; } 
 
11
tr.group           { background: #c0e0f8; color: #000000;
 
12
                     text-align: left; font-size: 120%;
 
13
                     font-style: italic; } 
 
14
 
 
15
/* Documentation page titles */
 
16
h2.module          { margin-top: 0.2em; }
 
17
h2.class           { margin-top: 0.2em; }
 
18
 
 
19
/* Headings */
 
20
h1.heading         {
 
21
        font-size: +125%;
 
22
        font-style: italic;
 
23
        font-weight: bold;
 
24
}
 
25
h2.heading         {
 
26
        font-size: +110%;
 
27
        font-style: italic;
 
28
        font-weight: bold;
 
29
}
 
30
h3.heading         {
 
31
        font-style: italic;
 
32
        font-weight: normal;
 
33
}
 
34
                    
 
35
/* Base tree */
 
36
pre.base-tree      { font-size: 80%; margin: 0; }
 
37
 
 
38
/* Details Sections */
 
39
table.func-details { background: #e8f0f8; color: #000000;
 
40
                     border: 2px groove #c0d0d0;
 
41
                     padding: 0 1em 0 1em; margin: 0.4em 0 0 0; }
 
42
h3.func-detail     { background: transparent; color: #000000;
 
43
                     margin: 0 0 1em 0; }
 
44
 
 
45
table.var-details  { background: #e8f0f8; color: #000000;
 
46
                     border: 2px groove #c0d0d0;
 
47
                     padding: 0 1em 0 1em; margin: 0.4em 0 0 0; }
 
48
h3.var-details     { background: transparent; color: #000000;
 
49
                     margin: 0 0 1em 0; }
 
50
 
 
51
/* Function signatures */
 
52
.sig               {
 
53
        background: transparent;
 
54
        color: #000000;
 
55
        font-weight: bold;
 
56
        font-size: +125%;
 
57
}  
 
58
.sig-name          { background: transparent; color: #006080; }  
 
59
.sig-arg, .sig-kwarg, .sig-vararg
 
60
                   { background: transparent; color: #008060; }  
 
61
.sig-default       { background: transparent; color: #602000; }  
 
62
.summary-sig       { background: transparent; color: #000000; }  
 
63
.summary-sig-name  {    background: transparent; color: #204080; }
 
64
.summary-sig-arg, .summary-sig-kwarg, .summary-sig-vararg
 
65
                   { background: transparent; color: #008060; }  
 
66
 
 
67
/* Doctest blocks */
 
68
.py-src            { background: transparent; color: #000000; }
 
69
.py-prompt         { background: transparent; color: #005050;
 
70
                     font-weight: bold;}
 
71
.py-string         { background: transparent; color: #006030; }
 
72
.py-comment        { background: transparent; color: #003060; }
 
73
.py-keyword        { background: transparent; color: #600000; }
 
74
.py-output         { background: transparent; color: #404040; }
 
75
pre.doctest-block   { background: #f4faff; color: #000000; 
 
76
                     padding: .5em; margin: 1em;
 
77
                     border: 1px solid #708890; }
 
78
table pre.doctest-block
 
79
                   { background: #dce4ec; color: #000000; 
 
80
                     padding: .5em; margin: 1em;
 
81
                     border: 1px solid #708890; }
 
82
 
 
83
/* Variable values */
 
84
pre.variable       { background: #dce4ec; color: #000000;
 
85
                     padding: .5em; margin: 0;
 
86
                     border: 1px solid #708890; }
 
87
.variable-linewrap { background: transparent; color: #604000; }
 
88
.variable-ellipsis { background: transparent; color: #604000; }
 
89
.variable-quote    { background: transparent; color: #604000; }
 
90
.re                { background: transparent; color: #000000; }
 
91
.re-char           { background: transparent; color: #006030; }
 
92
.re-op             { background: transparent; color: #600000; }
 
93
.re-group          { background: transparent; color: #003060; }
 
94
.re-ref            { background: transparent; color: #404040; }
 
95
 
 
96
/* Navigation bar */ 
 
97
table.navbar       { background: #a0c0ff; color: #0000ff;
 
98
                     border: 2px groove #c0d0d0; }
 
99
th.navbar          { background: #a0c0ff; color: #0000ff; } 
 
100
th.navselect       { background: #70b0ff; color: #000000; } 
 
101
.nomargin          { margin: 0; }
 
102
 
 
103
/* Links */ 
 
104
a:link             { background: transparent; color: #0000ff; }  
 
105
a:visited          { background: transparent; color: #204080; }  
 
106
a.navbar:link      { background: transparent; color: #0000ff; 
 
107
                     text-decoration: none; }  
 
108
a.navbar:visited   { background: transparent; color: #204080; 
 
109
                     text-decoration: none; }  
 
110
 
 
111
code {
 
112
        font-family: "Lucida Console", "Courier New", Courier, monospace;
 
113
}
 
114
pre {
 
115
        font-family: "Lucida Console", "Courier New", Courier, monospace;
 
116
}
 
117
.pre {
 
118
        font-family: "Lucida Console", "Courier New", Courier, monospace;
 
119
}
 
120
pre.literal-block {
 
121
        margin-left: 1em;
 
122
}
 
 
b'\\ No newline at end of file'