~ubuntu-branches/ubuntu/gutsy/libapache2-mod-python/gutsy

« back to all changes in this revision

Viewing changes to doc-html/modpython.css

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ożarowski
  • Date: 2007-04-12 20:52:05 UTC
  • mfrom: (1.2.4 upstream) (1.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20070412205205-j4qlsw3o4tl615iq
Tags: 3.3.1-1
* New upstream release
* Remove configure and mod_python.h files in clean rule to make the diff.gz
  file smaller
* Current Python version in libapache2-mod-pythonX.Y package name (Provides:
  field) filled in automatically.
* Added XS-Vcs-Browser field

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
body                    { color: #000000;
39
39
                          background-color: #ffffff; }
40
40
 
41
 
a:active                { color: #ff0000; }
 
41
a:link:active           { color: #ff0000; }
42
42
a:link:hover            { background-color: #bbeeff; }
43
43
a:visited:hover         { background-color: #bbeeff; }
44
44
a:visited               { color: #551a8b; }
50
50
h2                      { font-size: 150%; }
51
51
h3, h4                  { font-size: 120%; }
52
52
 
 
53
/* These are section titles used in navigation links, so make sure we
 
54
 * match the section header font here, even it not the weight.
 
55
 */
 
56
.sectref                { font-family: avantgarde, sans-serif; }
 
57
/* And the label before the titles in navigation: */
 
58
.navlabel               { font-size: 85%; }
 
59
 
 
60
 
53
61
/* LaTeX2HTML insists on inserting <br> elements into headers which
54
62
 * are marked with \label.  This little bit of CSS magic ensures that
55
63
 * these elements don't cause spurious whitespace to be added.
63
71
                          font-style: italic;
64
72
                          font-weight: normal; }
65
73
 
 
74
.Unix                   { font-variant: small-caps; }
 
75
 
66
76
.typelabel              { font-family: lucida, sans-serif; }
67
77
 
68
78
.navigation td          { background-color: #99ccff;
89
99
div.note .label         { margin-right: 0.5em;
90
100
                          font-family: sans-serif; }
91
101
 
92
 
.release-info           { font-style: italic; }
 
102
address                 { font-size: 80%; }
 
103
.release-info           { font-style: italic;
 
104
                          font-size: 80%; }
93
105
 
94
106
.titlegraphic           { vertical-align: top; }
95
107
 
108
120
                          padding: 0.05in; }
109
121
.grammar-footer         { padding: 0.05in;
110
122
                          font-size: 85%; }
 
123
.grammartoken           { font-family: "lucida typewriter", lucidatypewriter,
 
124
                                       monospace; }
111
125
 
112
126
.productions                  { background-color: #bbeeff; }
113
127
.productions a:active         { color: #ff0000; }
115
129
.productions a:visited:hover  { background-color: #99ccff; }
116
130
.productions a:visited        { color: #551a8b; }
117
131
.productions a:link           { color: #0000bb; }
118
 
.productions table            { vertical-align: baseline; }
 
132
.productions table            { vertical-align: baseline;
 
133
                                empty-cells: show; }
 
134
.productions > table td,
 
135
.productions > table th       { padding: 2px; }
 
136
.productions > table td:first-child,
 
137
.productions > table td:last-child {
 
138
                                font-family: "lucida typewriter",
 
139
                                             lucidatypewriter,
 
140
                                             monospace;
 
141
                                }
 
142
/* same as the second selector above, but expressed differently for Opera */
 
143
.productions > table td:first-child + td + td {
 
144
                                font-family: "lucida typewriter",
 
145
                                             lucidatypewriter,
 
146
                                             monospace;
 
147
                                vertical-align: baseline;
 
148
                                }
 
149
.productions > table td:first-child + td {
 
150
                                padding-left: 1em;
 
151
                                padding-right: 1em;
 
152
                                }
 
153
.productions > table tr       { vertical-align: baseline; }
119
154
 
120
155
.email                  { font-family: avantgarde, sans-serif; }
121
156
.mailheader             { font-family: avantgarde, sans-serif; }
123
158
.newsgroup              { font-family: avantgarde, sans-serif; }
124
159
.url                    { font-family: avantgarde, sans-serif; }
125
160
.file                   { font-family: avantgarde, sans-serif; }
126
 
.menuselection          { font-family: avantgarde, sans-serif; }
 
161
.guilabel               { font-family: avantgarde, sans-serif; }
127
162
 
128
 
.tableheader            { background-color: #99ccff;
129
 
                          font-family: avantgarde, sans-serif; }
 
163
.realtable              { border-collapse: collapse;
 
164
                          border-color: black;
 
165
                          border-style: solid;
 
166
                          border-width: 0px 0px 2px 0px;
 
167
                          empty-cells: show;
 
168
                          margin-left: auto;
 
169
                          margin-right: auto;
 
170
                          padding-left: 0.4em;
 
171
                          padding-right: 0.4em;
 
172
                          }
 
173
.realtable tbody        { vertical-align: baseline; }
 
174
.realtable tfoot        { display: table-footer-group; }
 
175
.realtable thead        { background-color: #99ccff;
 
176
                          border-width: 0px 0px 2px 1px;
 
177
                          display: table-header-group;
 
178
                          font-family: avantgarde, sans-serif;
 
179
                          font-weight: bold;
 
180
                          vertical-align: baseline;
 
181
                          }
 
182
.realtable thead :first-child {
 
183
                          border-width: 0px 0px 2px 0px;
 
184
                          }
 
185
.realtable thead th     { border-width: 0px 0px 2px 1px }
 
186
.realtable td,
 
187
.realtable th           { border-color: black;
 
188
                          border-style: solid;
 
189
                          border-width: 0px 0px 1px 1px;
 
190
                          padding-left: 0.4em;
 
191
                          padding-right: 0.4em;
 
192
                          }
 
193
.realtable td:first-child,
 
194
.realtable th:first-child {
 
195
                          border-left-width: 0px;
 
196
                          vertical-align: baseline;
 
197
                          }
 
198
.center                 { text-align: center; }
 
199
.left                   { text-align: left; }
 
200
.right                  { text-align: right; }
130
201
 
131
202
.refcount-info          { font-style: italic; }
132
203
.refcount-info .value   { font-weight: bold;
141
212
                          border: thin solid black;
142
213
                          padding: 0pt 1em 4pt 1em; }
143
214
 
144
 
.seealso .heading       { font-size: 110%; }
 
215
.seealso > .heading     { font-size: 110%;
 
216
                          font-weight: bold; }
145
217
 
146
218
/*
147
219
 * Class 'availability' is used for module availability statements at
151
223
 
152
224
 
153
225
/*
 
226
 * Additional styles for the distutils package.
 
227
 */
 
228
.du-command             { font-family: monospace; }
 
229
.du-option              { font-family: avantgarde, sans-serif; }
 
230
.du-filevar             { font-family: avantgarde, sans-serif;
 
231
                          font-style: italic; }
 
232
.du-xxx:before          { content: "** ";
 
233
                          font-weight: bold; }
 
234
.du-xxx:after           { content: " **";
 
235
                          font-weight: bold; }
 
236
 
 
237
 
 
238
/*
154
239
 * Some specialization for printed output.
155
240
 */
156
241
@media print {