~ubuntu-branches/ubuntu/wily/sip4/wily

« back to all changes in this revision

Viewing changes to doc/html/_static/default.css

  • Committer: Package Import Robot
  • Author(s): Dmitry Shachnev
  • Date: 2014-06-01 12:38:17 UTC
  • mto: (1.5.1)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: package-import@ubuntu.com-20140601123817-dbefxopt3wv1ocr9
Tags: upstream-4.16+dfsg
ImportĀ upstreamĀ versionĀ 4.16+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * The stylesheet (based on the Sphinx default).
3
 
 */
4
 
 
5
 
@import url("basic.css");
6
 
 
7
 
/* -- page layout ----------------------------------------------------------- */
8
 
 
9
 
body {
10
 
    font-family: 100% Verdana, Arial, Helvetica, sans-serif;
11
 
    font-size: 12px;
12
 
    background-color: white;
13
 
    color: black;
14
 
    margin: 0;
15
 
    padding: 0;
16
 
}
17
 
 
18
 
div.document {
19
 
    background-color: white;
20
 
}
21
 
 
22
 
div.documentwrapper {
23
 
    float: left;
24
 
    width: 100%;
25
 
}
26
 
 
27
 
div.bodywrapper {
28
 
    margin: 0 0 0 230px;
29
 
}
30
 
 
31
 
div.body {
32
 
    background-color: white;
33
 
    color: black;
34
 
    padding: 0 20px 30px 20px;
35
 
}
36
 
 
37
 
/* "footer" contains the copyright notice and the Sphinx link. */
38
 
div.footer {
39
 
    color: black;
40
 
    background-color: white;
41
 
    width: 100%;
42
 
    padding: 9px 0 9px 0;
43
 
    text-align: center;
44
 
    font-size: 75%;
45
 
}
46
 
 
47
 
div.footer a {
48
 
    color: black;
49
 
    text-decoration: underline;
50
 
}
51
 
 
52
 
/* "related" contains the title and the previous/next/modules/index links. */
53
 
div.related {
54
 
    background-color: white;
55
 
    line-height: 30px;
56
 
    color: black;
57
 
}
58
 
 
59
 
div.related a {
60
 
    color: #4186cb;
61
 
}
62
 
 
63
 
div.sphinxsidebar {
64
 
}
65
 
 
66
 
div.sphinxsidebar h3 {
67
 
    font-family: 'Trebuchet MS', sans-serif;
68
 
    color: black;
69
 
    font-size: 1.4em;
70
 
    font-weight: normal;
71
 
    margin: 0;
72
 
    padding: 0;
73
 
}
74
 
 
75
 
div.sphinxsidebar h3 a {
76
 
    color: black;
77
 
}
78
 
 
79
 
div.sphinxsidebar h4 {
80
 
    font-family: 'Trebuchet MS', sans-serif;
81
 
    color: black;
82
 
    font-size: 1.3em;
83
 
    font-weight: normal;
84
 
    margin: 5px 0 0 0;
85
 
    padding: 0;
86
 
}
87
 
 
88
 
div.sphinxsidebar p {
89
 
    color: black;
90
 
}
91
 
 
92
 
div.sphinxsidebar p.topless {
93
 
    margin: 5px 10px 10px 10px;
94
 
}
95
 
 
96
 
div.sphinxsidebar ul {
97
 
    margin: 10px;
98
 
    padding: 0;
99
 
    color: black;
100
 
}
101
 
 
102
 
div.sphinxsidebar a {
103
 
    color: #4186cb;
104
 
}
105
 
 
106
 
div.sphinxsidebar input {
107
 
    border: 1px solid #4186cb;
108
 
    font-family: sans-serif;
109
 
    font-size: 1em;
110
 
}
111
 
 
112
 
/* -- body styles ----------------------------------------------------------- */
113
 
 
114
 
a {
115
 
    color: #4186cb;
116
 
    text-decoration: none;
117
 
}
118
 
 
119
 
a:hover {
120
 
    text-decoration: underline;
121
 
}
122
 
 
123
 
div.body p, div.body dd, div.body li {
124
 
    text-align: justify;
125
 
    line-height: 130%;
126
 
}
127
 
 
128
 
div.body h1 {
129
 
    font-size: 180%;
130
 
    font-weight: bold;
131
 
    border-left-width: 1px;
132
 
    border-right-width: 1px;
133
 
    border-top-width: 1px;
134
 
    border-bottom-width: 2px;
135
 
    color: white;
136
 
    background-color: #4186cb;
137
 
    padding: 5px;
138
 
    margin-top: 20px;
139
 
    -moz-border-radius: 5px;
140
 
    -webkit-border-radius: 5px;
141
 
    -khtml-border-radius: 5px;
142
 
}
143
 
 
144
 
div.body h2 {
145
 
    font-size: 140%;
146
 
    font-weight: normal;
147
 
    border-left-width: 1px;
148
 
    border-right-width: 1px;
149
 
    border-top-width: 1px;
150
 
    border-bottom-width: 2px;
151
 
    color: white;
152
 
    background-color: #4186cb;
153
 
    padding: 5px;
154
 
    margin-top: 20px;
155
 
    -moz-border-radius: 5px;
156
 
    -webkit-border-radius: 5px;
157
 
    -khtml-border-radius: 5px;
158
 
}
159
 
 
160
 
h1 a, h2 a {
161
 
    color: white;
162
 
    text-decoration: none;
163
 
}
164
 
 
165
 
div.body h3 {
166
 
    font-size: 130%;
167
 
    font-weight: bold;
168
 
    color: black;
169
 
}
170
 
 
171
 
a.headerlink {
172
 
    color: white;
173
 
    font-size: 0.8em;
174
 
    padding: 0 4px 0 4px;
175
 
    text-decoration: none;
176
 
}
177
 
 
178
 
div.body p, div.body dd, div.body li {
179
 
    text-align: justify;
180
 
    line-height: 130%;
181
 
}
182
 
 
183
 
div.admonition p.admonition-title + p {
184
 
    display: inline;
185
 
}
186
 
 
187
 
div.admonition p {
188
 
    margin-bottom: 5px;
189
 
}
190
 
 
191
 
div.admonition pre {
192
 
    margin-bottom: 5px;
193
 
}
194
 
 
195
 
div.admonition ul, div.admonition ol {
196
 
    margin-bottom: 5px;
197
 
}
198
 
 
199
 
div.note {
200
 
    background-color: #eee;
201
 
    border: 1px solid #ccc;
202
 
}
203
 
 
204
 
div.seealso {
205
 
    background-color: #ffc;
206
 
    border: 1px solid #ff6;
207
 
}
208
 
 
209
 
div.topic {
210
 
    background-color: #eee;
211
 
}
212
 
 
213
 
div.warning {
214
 
    background-color: #ffe4e4;
215
 
    border: 1px solid #f66;
216
 
}
217
 
 
218
 
p.admonition-title {
219
 
    display: inline;
220
 
}
221
 
 
222
 
p.admonition-title:after {
223
 
    content: ":";
224
 
}
225
 
 
226
 
pre {
227
 
    padding: 5px;
228
 
    /*
229
 
     * Note that this isn't our standard "sun" colour which doesn't contrast
230
 
     * too well with the pygments defaults.
231
 
     */
232
 
    background-color: #fff4c0;
233
 
    color: black;
234
 
    line-height: 120%;
235
 
    border: 1px solid #ac9;
236
 
    border-left: none;
237
 
    border-right: none;
238
 
}
239
 
 
240
 
tt {
241
 
    background-color: #ecf0f3;
242
 
    padding: 0 1px 0 1px;
243
 
    font-size: 0.95em;
244
 
}
245
 
 
246
 
.warning tt {
247
 
    background: #efc2c2;
248
 
}
249
 
 
250
 
.note tt {
251
 
    background: #d6d6d6;
252
 
}