~ubuntu-branches/debian/sid/sqlalchemy/sid

« back to all changes in this revision

Viewing changes to doc/build/static/docs.css

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski
  • Date: 2014-06-27 20:17:13 UTC
  • mfrom: (1.4.28)
  • Revision ID: package-import@ubuntu.com-20140627201713-g6p1kq8q1qenztrv
Tags: 0.9.6-1
* New upstream release
* Remove Python 3.X build tag files, thanks to Matthias Urlichs for the
  patch (closes: #747852)
* python-fdb isn't in the Debian archive yet so default dialect for firebird://
  URLs is changed to obsolete kinterbasdb, thanks to Russell Stuart for the
  patch (closes: #752145)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* global */
2
2
 
 
3
.body-background {
 
4
  background-color: #FDFBFC;
 
5
}
 
6
 
3
7
body {
4
8
  background-color: #FDFBFC;
5
 
  margin:38px;
 
9
  margin:0 38px;
6
10
  color:#333333;
7
11
}
8
12
 
61
65
 
62
66
#docs-container {
63
67
  max-width:1000px;
 
68
  margin: 0 auto;
 
69
  position: relative;
64
70
}
65
71
 
66
72
 
77
83
  font-family:Verdana,sans-serif;
78
84
 
79
85
  font-size:.9em;
80
 
 
 
86
  position: relative;
81
87
}
82
88
 
83
 
#docs-top-navigation,
84
 
#docs-bottom-navigation {
 
89
#docs-sidebar-popout,
 
90
#docs-bottom-navigation,
 
91
#index-nav {
85
92
  font-family: Verdana, sans-serif;
86
93
  background-color: #FBFBEE;
87
94
  border: solid 1px #CCC;
88
 
  padding:10px;
89
95
  font-size:.8em;
90
96
}
91
97
 
92
 
#docs-top-navigation {
93
 
  margin:10px 0px 10px 0px;
94
 
  line-height:1.2em;
 
98
#docs-bottom-navigation,
 
99
#index-nav {
 
100
  padding:10px;
 
101
}
 
102
 
 
103
#docs-sidebar-popout {
 
104
  font-size:.75em;
 
105
}
 
106
 
 
107
#docs-sidebar-popout p,
 
108
#docs-sidebar-popout form {
 
109
  margin:5px 0 5px 0px;
 
110
}
 
111
 
 
112
#docs-sidebar-popout h3 {
 
113
  margin:0 0 10px 0;
 
114
}
 
115
 
 
116
 
 
117
#docs-version-header {
 
118
  position: absolute;
 
119
  right: 0;
 
120
  bottom: 0;
95
121
}
96
122
 
97
123
.docs-navigation-links {
120
146
    font-size:1.6em;
121
147
}
122
148
 
123
 
#docs-search {
124
 
    float:right;
125
 
}
126
 
 
127
149
#docs-top-page-control {
128
 
  float:right;
129
 
  width:350px;
 
150
  position: absolute;
 
151
  right: 20px;
 
152
  bottom: 14px;
130
153
}
131
154
 
132
155
#docs-top-page-control ul {
149
172
/* content container, sidebar */
150
173
 
151
174
#docs-body-container {
152
 
  background-color:#EFEFEF;
153
 
  border: solid 1px #CCC;
154
175
}
155
176
 
156
177
#docs-body,
157
 
#docs-sidebar
 
178
#docs-sidebar,
 
179
#index-nav
158
180
 {
159
181
  /*font-family: helvetica, arial, sans-serif;
160
182
  font-size:.9em;*/
173
195
  font-size:.85em;
174
196
}
175
197
 
 
198
#fixed-sidebar {
 
199
  position: relative;
 
200
}
 
201
 
 
202
#fixed-sidebar.withsidebar {
 
203
  float: left;
 
204
  width:224px;
 
205
}
 
206
 
 
207
#fixed-sidebar.preautomated {
 
208
    position: fixed;
 
209
    float: none;
 
210
    top:0;
 
211
    bottom: 0;
 
212
}
 
213
 
 
214
#fixed-sidebar.automated {
 
215
    position: fixed;
 
216
    float: none;
 
217
    top: 120px;
 
218
    min-height: 0;
 
219
}
 
220
 
 
221
 
176
222
#docs-sidebar {
177
 
  float:left;
178
 
  width:212px;
179
 
  padding: 10px 0 0 15px;
180
223
  font-size:.85em;
 
224
 
 
225
  border: solid 1px #CCC;
 
226
 
 
227
  z-index: 3;
 
228
  background-color: #EFEFEF;
 
229
}
 
230
 
 
231
#index-nav {
 
232
  position: relative;
 
233
  margin-top:10px;
 
234
  padding:0 10px;
 
235
}
 
236
 
 
237
#index-nav form {
 
238
  padding-top:10px;
 
239
  float:right;
 
240
}
 
241
 
 
242
#sidebar-paginate {
 
243
  position: absolute;
 
244
  bottom: 4.5em;
 
245
  left: 10px;
 
246
}
 
247
 
 
248
#sidebar-topnav {
 
249
  position: absolute;
 
250
  bottom: 3em;
 
251
  left: 10px;
 
252
}
 
253
 
 
254
#sidebar-search {
 
255
  position: absolute;
 
256
  bottom: 1em;
 
257
  left: 10px;
 
258
}
 
259
 
 
260
#docs-sidebar {
 
261
  top: 132px;
 
262
  bottom: 0;
 
263
  min-height: 0;
 
264
  overflow-y: auto;
 
265
  margin-top:5px;
 
266
  width:212px;
 
267
  padding-left:10px;
 
268
}
 
269
 
 
270
#docs-sidebar-popout {
 
271
  height:120px;
 
272
  max-height: 120px;
 
273
  width:212px;
 
274
  padding-left:10px;
 
275
  padding-top:10px;
 
276
  position: relative;
 
277
}
 
278
 
 
279
 
 
280
#fixed-sidebar.preautomated #docs-sidebar,
 
281
#fixed-sidebar.preautomated #docs-sidebar-popout {
 
282
  position:absolute;
 
283
}
 
284
 
 
285
#fixed-sidebar.preautomated #docs-sidebar:after {
 
286
  content: " ";
 
287
  display:block;
 
288
  height: 150px;
181
289
}
182
290
 
183
291
#docs-sidebar h3, #docs-sidebar h4 {
187
295
    font-size: 1.1em;
188
296
    font-weight: normal;
189
297
    margin: 10px 0 0 -15px;
190
 
    padding: 5px 10px 5px 10px;
 
298
    padding: 5px 10px 5px 15px;
191
299
    text-shadow: 1px 1px 0 white;
192
 
    width:210px;
 
300
    /*width:210px;*/
 
301
}
 
302
 
 
303
#docs-sidebar h3:first-child {
 
304
  margin-top: 0px;
193
305
}
194
306
 
195
307
#docs-sidebar h3 a, #docs-sidebar h4 a {
209
321
    margin-left: 20px;
210
322
}
211
323
 
 
324
 
 
325
 
 
326
 
212
327
#docs-body {
213
328
  background-color:#FFFFFF;
214
329
  padding:1px 10px 10px 10px;
 
330
 
 
331
  border: solid 1px #CCC;
 
332
  margin-top:10px;
215
333
}
216
334
 
217
335
#docs-body.withsidebar {
218
 
  margin: 0 0 0 230px;
219
 
  border-left:3px solid #DFDFDF;
 
336
  margin-left: 230px;
220
337
}
221
338
 
 
339
 
222
340
#docs-body h1,
223
341
#docs-body h2,
224
342
#docs-body h3,
226
344
  font-family:Helvetica, Arial, sans-serif;
227
345
}
228
346
 
229
 
#docs-body h1 {
 
347
#docs-body #sqlalchemy-documentation h1 {
230
348
  /* hide the <h1> for each content section. */
231
349
  display:none;
232
350
  font-size:2.0em;
233
351
}
234
352
 
 
353
 
235
354
#docs-body h2 {
236
355
  font-size:1.8em;
237
356
  border-top:1px solid;
323
442
}
324
443
 
325
444
div.section {
326
 
  clear:right;
327
445
}
 
446
 
328
447
div.note, div.warning, p.deprecated, div.topic, div.admonition  {
329
448
    background-color:#EEFFEF;
330
449
}
349
468
    box-shadow: 2px 2px 3px #DFDFDF;
350
469
}
351
470
 
352
 
 
353
471
div.sidebar {
354
472
    background-color: #FFFFEE;
355
473
    border: 1px solid #DDDDBB;
405
523
dl.class > dt,
406
524
dl.exception > dt
407
525
{
408
 
    background-color:#F0F0F0;
 
526
    background-color: #EFEFEF;
409
527
    margin:25px -10px 10px 10px;
410
528
    padding: 0px 10px;
411
529
}
412
530
 
 
531
 
413
532
dl.glossary > dt {
414
533
  font-weight:bold;
415
534
  font-size:1.1em;