~ubuntu-branches/ubuntu/wily/pymongo/wily-proposed

« back to all changes in this revision

Viewing changes to doc/pydoctheme/static/pydoctheme.css

  • Committer: Package Import Robot
  • Author(s): Federico Ceratto
  • Date: 2015-04-26 22:43:13 UTC
  • mfrom: (24.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20150426224313-0hga2jphvf0rrmfe
Tags: 3.0.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@import url("default.css");
 
2
 
 
3
body {
 
4
    background-color: white;
 
5
    margin-left: 1em;
 
6
    margin-right: 1em;
 
7
}
 
8
 
 
9
div.related {
 
10
    margin-bottom: 1.2em;
 
11
    padding: 0.5em 0;
 
12
    border-top: 1px solid #ccc;
 
13
    margin-top: 0.5em;
 
14
}
 
15
 
 
16
div.related a:hover {
 
17
    color: #0095C4;
 
18
}
 
19
 
 
20
div.related:first-child {
 
21
    border-top: 0;
 
22
    border-bottom: 1px solid #ccc;
 
23
}
 
24
 
 
25
div.sphinxsidebar {
 
26
    background-color: #eeeeee;
 
27
    border-radius: 5px;
 
28
    line-height: 130%;
 
29
    font-size: smaller;
 
30
}
 
31
 
 
32
div.sphinxsidebar h3, div.sphinxsidebar h4 {
 
33
    margin-top: 1.5em;
 
34
}
 
35
 
 
36
div.sphinxsidebarwrapper > h3:first-child {
 
37
    margin-top: 0.2em;
 
38
}
 
39
 
 
40
div.sphinxsidebarwrapper > ul > li > ul > li {
 
41
    margin-bottom: 0.4em;
 
42
}
 
43
 
 
44
div.sphinxsidebar a:hover {
 
45
    color: #0095C4;
 
46
}
 
47
 
 
48
div.sphinxsidebar input {
 
49
    font-family: 'Lucida Grande',Arial,sans-serif;
 
50
    border: 1px solid #999999;
 
51
    font-size: smaller;
 
52
    border-radius: 3px;
 
53
}
 
54
 
 
55
div.sphinxsidebar input[type=text] {
 
56
    max-width: 150px;
 
57
}
 
58
 
 
59
div.body {
 
60
    padding: 0 0 0 1.2em;
 
61
}
 
62
 
 
63
div.body p {
 
64
    line-height: 140%;
 
65
}
 
66
 
 
67
div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 {
 
68
    margin: 0;
 
69
    border: 0;
 
70
    padding: 0.3em 0;
 
71
}
 
72
 
 
73
div.body hr {
 
74
    border: 0;
 
75
    background-color: #ccc;
 
76
    height: 1px;
 
77
}
 
78
 
 
79
div.body pre {
 
80
    border-radius: 3px;
 
81
    border: 1px solid #ac9;
 
82
}
 
83
 
 
84
div.body div.admonition, div.body div.impl-detail {
 
85
    border-radius: 3px;
 
86
}
 
87
 
 
88
div.body div.impl-detail > p {
 
89
    margin: 0;
 
90
}
 
91
 
 
92
div.body div.seealso {
 
93
    border: 1px solid #dddd66;
 
94
}
 
95
 
 
96
div.body a {
 
97
    color: #0072aa;
 
98
}
 
99
 
 
100
div.body a:visited {
 
101
    color: #6363bb;
 
102
}
 
103
 
 
104
div.body a:hover {
 
105
    color: #00B0E4;
 
106
}
 
107
 
 
108
tt, code, pre {
 
109
    font-family: monospace, sans-serif;
 
110
    font-size: 96.5%;
 
111
}
 
112
 
 
113
div.body tt, div.body code {
 
114
    border-radius: 3px;
 
115
}
 
116
 
 
117
div.body tt.descname, div.body code.descname {
 
118
    font-size: 120%;
 
119
}
 
120
 
 
121
div.body tt.xref, div.body a tt, div.body code.xref, div.body a code {
 
122
    font-weight: normal;
 
123
}
 
124
 
 
125
.deprecated {
 
126
    border-radius: 3px;
 
127
}
 
128
 
 
129
table.docutils {
 
130
    border: 1px solid #ddd;
 
131
    min-width: 20%;
 
132
    border-radius: 3px;
 
133
    margin-top: 10px;
 
134
    margin-bottom: 10px;
 
135
}
 
136
 
 
137
table.docutils td, table.docutils th {
 
138
    border: 1px solid #ddd !important;
 
139
    border-radius: 3px;
 
140
}
 
141
 
 
142
table p, table li {
 
143
    text-align: left !important;
 
144
}
 
145
 
 
146
table.docutils th {
 
147
    background-color: #eee;
 
148
    padding: 0.3em 0.5em;
 
149
}
 
150
 
 
151
table.docutils td {
 
152
    background-color: white;
 
153
    padding: 0.3em 0.5em;
 
154
}
 
155
 
 
156
table.footnote, table.footnote td {
 
157
    border: 0 !important;
 
158
}
 
159
 
 
160
div.footer {
 
161
    line-height: 150%;
 
162
    margin-top: -2em;
 
163
    text-align: right;
 
164
    width: auto;
 
165
    margin-right: 10px;
 
166
}
 
167
 
 
168
div.footer a:hover {
 
169
    color: #0095C4;
 
170
}
 
171
 
 
172
.refcount {
 
173
    color: #060;
 
174
}
 
175
 
 
176
.stableabi {
 
177
    color: #229;
 
178
}