~tempo-openerp/+junk/loewert-report-name

« back to all changes in this revision

Viewing changes to addons/web/doc/_themes/flask/static/small_flask.css

  • Committer: jbe at tempo-consulting
  • Date: 2013-08-21 08:48:11 UTC
  • Revision ID: jbe@tempo-consulting.fr-20130821084811-913uo4l7b5ayxq8m
[NEW] Création de la branche trunk Loewert

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * small_flask.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
}