~ubuntu-branches/debian/jessie/sqlalchemy/jessie

« back to all changes in this revision

Viewing changes to doc/_static/docs.css

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski, Jakub Wilk, Piotr Ożarowski
  • Date: 2013-07-06 20:53:52 UTC
  • mfrom: (1.4.23) (16.1.17 experimental)
  • Revision ID: package-import@ubuntu.com-20130706205352-ryppl1eto3illd79
Tags: 0.8.2-1
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.

[ Piotr Ożarowski ]
* New upstream release
* Upload to unstable
* Build depend on python3-all instead of -dev, extensions are not built for
  Python 3.X 

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
}
8
8
 
9
9
a {
10
 
    font-weight:normal; 
 
10
    font-weight:normal;
11
11
    text-decoration:none;
12
12
}
13
13
 
29
29
 
30
30
/* paragraph links after sections.
31
31
   These aren't visible until hovering
32
 
   over the <h> tag, then have a 
 
32
   over the <h> tag, then have a
33
33
   "reverse video" effect over the actual
34
34
   link
35
35
 */
226
226
#docs-body h1 {
227
227
  /* hide the <h1> for each content section. */
228
228
  display:none;
 
229
  font-size:2.0em;
 
230
}
 
231
 
 
232
#docs-body h2 {
229
233
  font-size:1.8em;
230
 
}
231
 
 
232
 
#docs-body h2 {
233
 
  font-size:1.6em;
234
 
}
235
 
 
 
234
  border-top:1px solid;
 
235
  /*border-bottom:1px solid;*/
 
236
  padding-top:20px;
 
237
}
 
238
 
 
239
#sqlalchemy-documentation h2 {
 
240
  border-top:none;
 
241
  padding-top:0;
 
242
}
236
243
#docs-body h3 {
237
244
  font-size:1.4em;
238
245
}
252
259
}
253
260
 
254
261
#docs-container pre {
255
 
  background-color: #f0f0f0;  
 
262
  background-color: #f0f0f0;
256
263
  border: solid 1px #ccc;
257
264
  box-shadow: 2px 2px 3px #DFDFDF;
258
265
  padding:10px;
284
291
  line-height:1.2em;
285
292
}
286
293
 
287
 
#docs-container a.sql_link, 
 
294
#docs-container a.sql_link,
288
295
#docs-container .sql_link
289
296
{
290
297
    text-decoration: none;
298
305
    background-color: #900;
299
306
}
300
307
 
 
308
/* changeset stuff */
 
309
 
 
310
#docs-container a.changeset-link {
 
311
    font-size: 0.8em;
 
312
    padding: 0 4px 0 4px;
 
313
    text-decoration: none;
 
314
}
 
315
 
301
316
/* docutils-specific elements */
302
317
 
303
318
th.field-name {
304
319
    text-align:right;
305
320
}
306
321
 
307
 
div.note, div.warning, p.deprecated, div.topic  {
 
322
div.note, div.warning, p.deprecated, div.topic, div.admonition  {
308
323
    background-color:#EEFFEF;
309
324
}
310
325
 
313
328
    border:1px solid #CCCCCC;
314
329
    padding:5px 10px;
315
330
    font-size:.9em;
 
331
    margin-top:5px;
 
332
    box-shadow: 2px 2px 3px #DFDFDF;
 
333
}
 
334
 
 
335
div.inherited-member {
 
336
    border:1px solid #CCCCCC;
 
337
    padding:5px 5px;
 
338
    font-size:.9em;
316
339
    box-shadow: 2px 2px 3px #DFDFDF;
317
340
}
318
341
 
351
374
dl.glossary > dt {
352
375
  font-weight:bold;
353
376
  font-size:1.1em;
 
377
  padding-top:10px;
354
378
}
355
379
 
 
380
 
356
381
dt:target, span.highlight {
357
382
    background-color:#FBE54E;
358
383
}
404
429
.go {color:#804049;}
405
430
 
406
431
 
407
 
/* special "index page" sections 
 
432
/* special "index page" sections
408
433
   with specific formatting
409
434
*/
410
435