~ubuntu-branches/ubuntu/trusty/python-babel/trusty

« back to all changes in this revision

Viewing changes to docs/_themes/babel/static/small_babel.css

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-10-28 10:11:31 UTC
  • mfrom: (4.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20131028101131-zwbmm8sc29iemmlr
Tags: 1.3-2ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/rules: Run the testsuite during builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * small_babel.css_t
 
3
 * ~~~~~~~~~~~~~~~~~
 
4
 *
 
5
 * :copyright: Copyright 2010 by Armin Ronacher.
 
6
 * :license: Flask Design License, see LICENSE for details.
 
7
 */
 
8
 
 
9
body {
 
10
    margin: 0;
 
11
    padding: 20px 30px;
 
12
}
 
13
 
 
14
div.documentwrapper {
 
15
    float: none;
 
16
    background: white;
 
17
}
 
18
 
 
19
div.sphinxsidebar {
 
20
    display: block;
 
21
    float: none;
 
22
    width: 102.5%;
 
23
    margin: 50px -30px -20px -30px;
 
24
    padding: 10px 20px;
 
25
    background: #333;
 
26
    color: white;
 
27
}
 
28
 
 
29
div.sphinxsidebar h3, div.sphinxsidebar h4, div.sphinxsidebar p,
 
30
div.sphinxsidebar h3 a {
 
31
    color: white;
 
32
}
 
33
 
 
34
div.sphinxsidebar a {
 
35
    color: #aaa;
 
36
}
 
37
 
 
38
div.sphinxsidebar p.logo {
 
39
    display: none;
 
40
}
 
41
 
 
42
div.document {
 
43
    width: 100%;
 
44
    margin: 0;
 
45
}
 
46
 
 
47
div.related {
 
48
    display: block;
 
49
    margin: 0;
 
50
    padding: 10px 0 20px 0;
 
51
}
 
52
 
 
53
div.related ul,
 
54
div.related ul li {
 
55
    margin: 0;
 
56
    padding: 0;
 
57
}
 
58
 
 
59
div.footer {
 
60
    display: none;
 
61
}
 
62
 
 
63
div.bodywrapper {
 
64
    margin: 0;
 
65
}
 
66
 
 
67
div.body {
 
68
    min-height: 0;
 
69
    padding: 0;
 
70
}