~akopytov/percona-xtrabackup/xtrabackup-1.6-copy-diagnostics

« back to all changes in this revision

Viewing changes to doc/source/percona-theme/static/default.css_t

  • Committer: Hrvoje Matijakovic
  • Date: 2012-02-16 17:05:16 UTC
  • Revision ID: hrvoje.matijakovic@percona.com-20120216170516-s3b0nk7x6av63b7t
imported the sphinx docs from the current trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * default.css_t
 
3
 * ~~~~~~~~~~~~~
 
4
 *
 
5
 * Sphinx stylesheet -- default theme.
 
6
 *
 
7
 * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
 
8
 * :license: BSD, see LICENSE for details.
 
9
 *
 
10
 */
 
11
 
 
12
@import url("basic.css");
 
13
 
 
14
/* -- page layout ----------------------------------------------------------- */
 
15
 
 
16
body {
 
17
    font-family: Arial,Helvetica,sans-serif;
 
18
    font-size: 14px;
 
19
    background-color: #fff;
 
20
    color: #333333;
 
21
    line-height: 20px;
 
22
    margin: 0;
 
23
    padding: 0;
 
24
 
 
25
}
 
26
 
 
27
div.document {
 
28
    background-color: #fff;
 
29
    margin: 0 auto;
 
30
    overflow: hidden;
 
31
    padding: 30px 0;
 
32
    width: 960px;
 
33
}
 
34
 
 
35
div.documentwrapper {
 
36
     /* float: left; */
 
37
     /* width: 100%; */
 
38
 
 
39
}
 
40
 
 
41
div.bodywrapper {
 
42
   margin: 10 0 0 0px;
 
43
   width: 660px;
 
44
   float:right;
 
45
}
 
46
 
 
47
div.body {
 
48
    background-color: #fff;
 
49
    color: #333333;
 
50
    padding: 0 0 20px;
 
51
}
 
52
 
 
53
{%- if theme_rightsidebar|tobool %}
 
54
div.bodywrapper {
 
55
    margin: 0 {{ theme_sidebarwidth }}px 0 0;
 
56
}
 
57
{%- endif %}
 
58
 
 
59
div.footer {
 
60
    /* color: {{ theme_footertextcolor }}; */
 
61
    /* width: 100%; */
 
62
    /* padding: 9px 0 9px 0; */
 
63
    /* text-align: center; */
 
64
    /* font-size: 75%; */
 
65
    font: 80% "Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif;   
 
66
    background: none repeat scroll 0 0 #333333;
 
67
    border-top: 2px solid #D95200;
 
68
    overflow: hidden;
 
69
}
 
70
 
 
71
div.footer a {
 
72
    color: {{ theme_footertextcolor }};
 
73
    text-decoration: underline;
 
74
}
 
75
 
 
76
div.related {
 
77
   background-color: #ccc;
 
78
   line-height: 30px;
 
79
   color: #333;
 
80
   background: none repeat scroll 0 0 #F8F8F8;
 
81
   border: 1px solid #E0E0E0;
 
82
   clear: both;
 
83
   padding: 10px;
 
84
   width: 635px;
 
85
   margin-bottom: 5px;
 
86
}
 
87
 
 
88
div.related a {
 
89
    color: #999;
 
90
}
 
91
 
 
92
div.sphinxsidebar {
 
93
    margin-left: 0px;
 
94
    margin-right: 30px;
 
95
    color: #eee;
 
96
    font-family: Arial,Helvetica,sans-serif;
 
97
    width: 260px;
 
98
    {%- if theme_stickysidebar|tobool %}
 
99
    top: 30px;
 
100
    bottom: 0;
 
101
    margin: 0;
 
102
    position: fixed;
 
103
    overflow: auto;
 
104
    height: auto;
 
105
    {%- endif %}
 
106
    {%- if theme_rightsidebar|tobool %}
 
107
    float: right;
 
108
    {%- if theme_stickysidebar|tobool %}
 
109
    right: 0;
 
110
    {%- endif %}
 
111
    {%- endif %}
 
112
}
 
113
 
 
114
{%- if theme_stickysidebar|tobool %}
 
115
/* this is nice, but it it leads to hidden headings when jumping
 
116
   to an anchor */
 
117
/*
 
118
div.related {
 
119
    position: fixed;
 
120
}
 
121
 
 
122
div.documentwrapper {
 
123
    margin-top: 30px;
 
124
}
 
125
*/
 
126
{%- endif %}
 
127
 
 
128
div.sphinxsidebar h3 {
 
129
    /* font-family: {{ theme_headfont }}; */
 
130
    color: #999;
 
131
    font-size: 18px;
 
132
    line-height: 15px;
 
133
    font-weight: 400;
 
134
    margin-left: 5px;
 
135
    padding: 0;
 
136
}
 
137
 
 
138
div.sphinxsidebar h3 a {
 
139
    color: #333;
 
140
}
 
141
 
 
142
div.sphinxsidebar a:hover {
 
143
    /* color: #333; */
 
144
}
 
145
 
 
146
div.sphinxsidebar h4 {
 
147
    /* font-family: {{ theme_headfont }}; */
 
148
    color: #666;
 
149
    font-size: 18px;
 
150
    font-weight: normal;
 
151
    margin: 5px 0 0 5px;
 
152
    padding: 0;
 
153
}
 
154
 
 
155
div.sphinxsidebar p {
 
156
   color: #333;
 
157
   margin-bottom: 5px;
 
158
   margin-left: 5px;
 
159
}
 
160
 
 
161
div.sphinxsidebar p.topless {
 
162
    margin: 5px 10px 10px 10px;
 
163
}
 
164
 
 
165
div.sphinxsidebar ul {
 
166
    margin: 10px;
 
167
    padding-left: 5px;
 
168
    color: #333;
 
169
}
 
170
 
 
171
div.sphinxsidebar a {
 
172
    color: #D12907;
 
173
}
 
174
 
 
175
div.sphinxsidebar input {
 
176
    border: 1px solid #999;
 
177
    font-family: sans-serif;
 
178
    font-size: 1em;
 
179
}
 
180
 
 
181
{% if theme_collapsiblesidebar|tobool %}
 
182
/* for collapsible sidebar */
 
183
div#sidebarbutton {
 
184
    background-color: {{ theme_sidebarbtncolor }};
 
185
}
 
186
{% endif %}
 
187
 
 
188
/* -- hyperlink styles ------------------------------------------------------ */
 
189
 
 
190
a {
 
191
   color: #D12907;
 
192
   text-decoration: underline;
 
193
   border: medium none;
 
194
   cursor: pointer;
 
195
}
 
196
 
 
197
a:visited {
 
198
    color: #D12907;
 
199
    text-decoration: underline;
 
200
}
 
201
 
 
202
a:hover {
 
203
   color: #D12907;
 
204
   text-decoration: underline;
 
205
}
 
206
 
 
207
{% if theme_externalrefs|tobool %}
 
208
a.external {
 
209
   text-decoration: none;
 
210
   border-bottom: 1px dashed {{ theme_linkcolor }};
 
211
}
 
212
 
 
213
a.external:hover {
 
214
   text-decoration: none;
 
215
   border-bottom: none;
 
216
}
 
217
 
 
218
a.external:visited {
 
219
    text-decoration: none;
 
220
    border-bottom: 1px dashed {{ theme_visitedlinkcolor }};
 
221
}
 
222
{% endif %}
 
223
 
 
224
/* -- body styles ----------------------------------------------------------- */
 
225
 
 
226
div.body h1,
 
227
div.body h2,
 
228
div.body h3,
 
229
div.body h4,
 
230
div.body h5,
 
231
div.body h6 {
 
232
   font-family: Arial,Helvetica,sans-serif;
 
233
   background-color: #fff;
 
234
   font-weight: 400;
 
235
 
 
236
   /* border-bottom: 1px solid #ccc; */
 
237
   /* margin: 20px -20px 10px -20px; */
 
238
   /* padding: 0; */
 
239
  /*  padding: 3px 0 3px 10px; */
 
240
   text-decoration: none !important;
 
241
 
 
242
   border-bottom: 1px solid #E0E0E0;
 
243
   font-size: 20px;
 
244
   line-height: 20px;
 
245
   margin: 30px 0 15px;
 
246
   padding: 0 0 3px;
 
247
   color: #000;
 
248
}
 
249
 
 
250
div.body h1 {
 
251
   font-size: 32px;
 
252
   color: #D12907;
 
253
   line-height: 40px;
 
254
   margin: 10px 0 20px 0;
 
255
   text-decoration: none !important;
 
256
   border-bottom: none;
 
257
   margin-top: 35px;
 
258
}
 
259
 
 
260
div.body h2 { font-size: 150%; }
 
261
div.body h3 { font-size: 140%; }
 
262
div.body h4 { font-size: 120%; }
 
263
div.body h5 { font-size: 110%; }
 
264
div.body h6 { font-size: 100%; }
 
265
 
 
266
a.headerlink {
 
267
    color: {{ theme_headlinkcolor }};
 
268
    font-size: 0.8em;
 
269
    padding: 0 4px 0 4px;
 
270
    text-decoration: none;
 
271
}
 
272
 
 
273
a.headerlink:hover {
 
274
    background-color: {{ theme_headlinkcolor }};
 
275
    color: white;
 
276
}
 
277
 
 
278
div.body dd, div.body li {
 
279
   text-align: justify;
 
280
}
 
281
 
 
282
div.body dt {
 
283
    list-style-type: square;
 
284
    /* margin: 8px 0 8px 30px; */
 
285
    padding: 0 4px 0 5px;
 
286
 
 
287
}
 
288
 
 
289
div.body p {
 
290
   text-align: justify;
 
291
/*    line-height: 130%;*/
 
292
   margin: 10px 0;
 
293
}
 
294
 
 
295
/* div.body ul, */
 
296
div.body li {
 
297
    list-style-type: square;
 
298
    margin: 8px 0 8px 30px;
 
299
    padding: 0 4px 0 5px;
 
300
}
 
301
 
 
302
.reference em {
 
303
   font-style: normal;
 
304
}
 
305
 
 
306
.std-term {
 
307
   font-style: normal;
 
308
   font-weight: 400;
 
309
   color: #FF7400
 
310
}
 
311
 
 
312
div.admonition p.admonition-title + p {
 
313
    display: inline;
 
314
}
 
315
 
 
316
div.admonition p {
 
317
    margin-bottom: 5px;
 
318
}
 
319
 
 
320
div.admonition pre {
 
321
    margin-bottom: 5px;
 
322
}
 
323
 
 
324
div.admonition ul, div.admonition ol {
 
325
    margin-bottom: 5px;
 
326
}
 
327
 
 
328
div.note {
 
329
    background-color: #eee;
 
330
    border: 1px solid #ccc;
 
331
}
 
332
 
 
333
div.seealso {
 
334
    background-color: #ffc;
 
335
    border: 1px solid #ff6;
 
336
}
 
337
 
 
338
div.topic {
 
339
    background-color: #eee;
 
340
}
 
341
 
 
342
div.warning {
 
343
    background-color: #ffe4e4;
 
344
    border: 1px solid #f66;
 
345
}
 
346
 
 
347
p.admonition-title {
 
348
    display: inline;
 
349
}
 
350
 
 
351
p.admonition-title:after {
 
352
    content: ":";
 
353
}
 
354
 
 
355
pre {
 
356
    padding: 10px;
 
357
    background-color: #F0E6D9/* {{ theme_codebgcolor }} */;
 
358
    color: {{ theme_codetextcolor }};
 
359
    line-height: 120%;
 
360
    border: 1px dashed #ED9821;
 
361
    font-size: 80%;
 
362
    overflow: auto;
 
363
    /* border-left: none; */
 
364
    /* border-right: none; */
 
365
}
 
366
 
 
367
tt {
 
368
/*    background-color: #ecf0f3;
 
369
    padding: 0 1px 0 1px;
 
370
    font-size: 0.95em;*/
 
371
   font-weight: 400;
 
372
}
 
373
 
 
374
div.body td {
 
375
   text-align: none;
 
376
}
 
377
 
 
378
table.docutils th {
 
379
   background-color: #DEE7EC;
 
380
   border: 1px solid #8CACBB;
 
381
   padding: 3px;
 
382
   text-align: center;
 
383
   font-style: normal;
 
384
   font-weight: 400;
 
385
}
 
386
 
 
387
table.docutils td {
 
388
   border: 1px solid #8CACBB;
 
389
   padding: 3px;
 
390
   line-height: 16px;
 
391
   vertical-align: middle;
 
392
}
 
393
 
 
394
.warning tt {
 
395
    background: #efc2c2;
 
396
}
 
397
 
 
398
.note tt {
 
399
    background: #d6d6d6;
 
400
}
 
401
 
 
402
.viewcode-back {
 
403
    font-family: {{ theme_bodyfont }};
 
404
}
 
405
 
 
406
div.viewcode-block:target {
 
407
    background-color: #f4debf;
 
408
    border-top: 1px solid #ac9;
 
409
    border-bottom: 1px solid #ac9;
 
410
}
 
411
 
 
412
.file-bugs {
 
413
    background: none repeat scroll 0 0 #E8E8E8;
 
414
    border: 1px solid #E0E0E0;
 
415
    clear: both;
 
416
    color: #333333;
 
417
    padding: 10px;
 
418
    text-align: center;
 
419
    font-size: 90%;
 
420
}
 
421
 
 
422
div.footer .footer {
 
423
   margin: 0 auto;
 
424
   overflow: hidden;
 
425
   padding: 10px 0;
 
426
   width: 960px;
 
427
   border-top: none;
 
428
}
 
429
 
 
430
div.footer .footer .logo {
 
431
    float: left;
 
432
    overflow: hidden;
 
433
    padding: 17px 0 0;
 
434
}
 
435
 
 
436
div.footer .footer .text {
 
437
    color: #E0E0E0;
 
438
    float: right;
 
439
    font-family: Arial,Helvetica,sans-serif;
 
440
    font-size: 11px;
 
441
    line-height: 15px;
 
442
    overflow: hidden;
 
443
    text-align: right;
 
444
}
 
445
 
 
446
div.license {
 
447
    font-size: 80%;
 
448
    /* padding: 0.5em; */
 
449
    text-align: center;
 
450
    margin: 13px 0 -15px;
 
451
}
 
452
 
 
453
#sidenavi.noborder {
 
454
    border-right: medium none;
 
455
    border-top: medium none;
 
456
    margin: 0;
 
457
}
 
458
 
 
459
#sidenavi {
 
460
    color: #333333;
 
461
    /* float: left; */
 
462
    font-family: Arial,Helvetica,sans-serif;
 
463
    font-size: 18px;
 
464
    line-height: 25px;
 
465
    overflow: hidden;
 
466
    padding: 10px 0 8px 0px;
 
467
    width: 255px;
 
468
}
 
469