~ubuntu-branches/ubuntu/utopic/python-traitsui/utopic

« back to all changes in this revision

Viewing changes to docs/source/_static/default.css

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2011-07-09 13:57:39 UTC
  • Revision ID: james.westby@ubuntu.com-20110709135739-x5u20q86huissmn1
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**
 
2
 * Sphinx Doc Design
 
3
 */
 
4
 
 
5
body {
 
6
    font-family: 'Verdana', 'Helvetica', 'Arial', sans-serif;
 
7
    font-size: 100%;
 
8
    background-color: #333333;
 
9
    color: #000;
 
10
    margin: 0;
 
11
    padding: 0;
 
12
}
 
13
 
 
14
/* :::: LAYOUT :::: */
 
15
 
 
16
div.document {
 
17
    background-color: #24326e;
 
18
}
 
19
 
 
20
div.documentwrapper {
 
21
    float: left;
 
22
    width: 100%;
 
23
}
 
24
 
 
25
div.bodywrapper {
 
26
    margin: 0 0 0 230px;
 
27
}
 
28
 
 
29
div.body {
 
30
    background-color: white;
 
31
    padding: 0 20px 30px 20px;
 
32
}
 
33
 
 
34
div.sphinxsidebarwrapper {
 
35
    padding: 10px 5px 0 10px;
 
36
}
 
37
 
 
38
div.sphinxsidebar {
 
39
    float: left;
 
40
    width: 230px;
 
41
    margin-left: -100%;
 
42
    font-size: 90%;
 
43
}
 
44
 
 
45
p.logo {
 
46
    text-align: center;
 
47
}    
 
48
 
 
49
div.clearer {
 
50
    clear: both;
 
51
}
 
52
 
 
53
div.footer {
 
54
    color: #fff;
 
55
    width: 100%;
 
56
    padding: 9px 0 9px 0;
 
57
    text-align: center;
 
58
    font-size: 75%;
 
59
}
 
60
 
 
61
div.footer a {
 
62
    color: #fff;
 
63
    text-decoration: underline;
 
64
}
 
65
 
 
66
div.related {
 
67
    background-color: #24326e;
 
68
    color: #fff;
 
69
    width: 100%;
 
70
    height: 30px;
 
71
    line-height: 30px;
 
72
    font-size: 90%;
 
73
}
 
74
 
 
75
div.related h3 {
 
76
    display: none;
 
77
}
 
78
 
 
79
div.related ul {
 
80
    margin: 0;
 
81
    padding: 0 0 0 10px;
 
82
    list-style: none;
 
83
}
 
84
 
 
85
div.related li {
 
86
    display: inline;
 
87
}
 
88
 
 
89
div.related li.right {
 
90
    float: right;
 
91
    margin-right: 5px;
 
92
}
 
93
 
 
94
div.related a {
 
95
    color: white;
 
96
}
 
97
 
 
98
/* ::: TOC :::: */
 
99
div.sphinxsidebar h3 {
 
100
    font-family: 'Verdana', 'Helvetica', 'Arial', sans-serif;
 
101
    color: #acafb3;
 
102
    font-size: 1.4em;
 
103
    font-weight: normal;
 
104
    margin: 0;
 
105
    padding: 0;
 
106
}
 
107
 
 
108
div.sphinxsidebar h4 {
 
109
    font-family: 'Verdana', 'Helvetica', 'Arial', sans-serif;
 
110
    color: #acafb3;
 
111
    font-size: 1.3em;
 
112
    font-weight: normal;
 
113
    margin: 5px 0 0 0;
 
114
    padding: 0;
 
115
}
 
116
 
 
117
div.sphinxsidebar p {
 
118
    color: white;
 
119
}
 
120
 
 
121
div.sphinxsidebar p.topless {
 
122
    margin: 5px 10px 10px 10px;
 
123
}
 
124
 
 
125
div.sphinxsidebar ul {
 
126
    margin: 10px;
 
127
    padding: 0;
 
128
    list-style: none;
 
129
    color: white;
 
130
}
 
131
 
 
132
div.sphinxsidebar ul ul,
 
133
div.sphinxsidebar ul.want-points {
 
134
    margin-left: 20px;
 
135
    list-style: square;
 
136
}
 
137
 
 
138
div.sphinxsidebar ul ul {
 
139
    margin-top: 0;
 
140
    margin-bottom: 0;
 
141
}
 
142
 
 
143
div.sphinxsidebar a {
 
144
    color: #fff;
 
145
}
 
146
 
 
147
div.sphinxsidebar form {
 
148
    margin-top: 10px;
 
149
}
 
150
 
 
151
div.sphinxsidebar input {
 
152
    border: 1px solid #9bbde2;
 
153
    font-family: 'Verdana', 'Helvetica', 'Arial', sans-serif;
 
154
    font-size: 1em;
 
155
}
 
156
 
 
157
/* :::: MODULE CLOUD :::: */
 
158
div.modulecloud {
 
159
    margin: -5px 10px 5px 10px;
 
160
    padding: 10px;
 
161
    line-height: 160%;
 
162
    border: 1px solid #666666;
 
163
    background-color: #dddddd;
 
164
}
 
165
 
 
166
div.modulecloud a {
 
167
    padding: 0 5px 0 5px;
 
168
}
 
169
 
 
170
/* :::: SEARCH :::: */
 
171
ul.search {
 
172
    margin: 10px 0 0 20px;
 
173
    padding: 0;
 
174
}
 
175
 
 
176
ul.search li {
 
177
    padding: 5px 0 5px 20px;
 
178
    background-image: url(file.png);
 
179
    background-repeat: no-repeat;
 
180
    background-position: 0 7px;
 
181
}
 
182
 
 
183
ul.search li a {
 
184
    font-weight: bold;
 
185
}
 
186
 
 
187
ul.search li div.context {
 
188
    color: #666;
 
189
    margin: 2px 0 0 30px;
 
190
    text-align: left;
 
191
}
 
192
 
 
193
ul.keywordmatches li.goodmatch a {
 
194
    font-weight: bold;
 
195
}
 
196
 
 
197
/* :::: COMMON FORM STYLES :::: */
 
198
 
 
199
div.actions {
 
200
    padding: 5px 10px 5px 10px;
 
201
    border-top: 1px solid #598ec0;
 
202
    border-bottom: 1px solid #598ec0;
 
203
    background-color: #9bbde2;
 
204
}
 
205
 
 
206
form dl {
 
207
    color: #333;
 
208
}
 
209
 
 
210
form dt {
 
211
    clear: both;
 
212
    float: left;
 
213
    min-width: 110px;
 
214
    margin-right: 10px;
 
215
    padding-top: 2px;
 
216
}
 
217
 
 
218
input#homepage {
 
219
    display: none;
 
220
}
 
221
 
 
222
div.error {
 
223
    margin: 5px 20px 0 0;
 
224
    padding: 5px;
 
225
    border: 1px solid #db7d46;
 
226
    font-weight: bold;
 
227
}
 
228
 
 
229
/* :::: INLINE COMMENTS :::: */
 
230
 
 
231
div.inlinecomments {
 
232
    position: absolute;
 
233
    right: 20px;
 
234
}
 
235
 
 
236
div.inlinecomments a.bubble {
 
237
    display: block;
 
238
    float: right;
 
239
    background-image: url(style/comment.png);
 
240
    background-repeat: no-repeat;
 
241
    width: 25px;
 
242
    height: 25px;
 
243
    text-align: center;
 
244
    padding-top: 3px;
 
245
    font-size: 0.9em;
 
246
    line-height: 14px;
 
247
    font-weight: bold;
 
248
    color: black;
 
249
}
 
250
 
 
251
div.inlinecomments a.bubble span {
 
252
    display: none;
 
253
}
 
254
 
 
255
div.inlinecomments a.emptybubble {
 
256
    background-image: url(style/nocomment.png);
 
257
}
 
258
 
 
259
div.inlinecomments a.bubble:hover {
 
260
    background-image: url(style/hovercomment.png);
 
261
    text-decoration: none;
 
262
    color: #598ec0;
 
263
}
 
264
 
 
265
div.inlinecomments div.comments {
 
266
    float: right;
 
267
    margin: 25px 5px 0 0;
 
268
    max-width: 50em;
 
269
    min-width: 30em;
 
270
    border: 1px solid #598ec0;
 
271
    background-color: #9bbde2;
 
272
    z-index: 150;
 
273
}
 
274
 
 
275
div#comments {
 
276
    border: 1px solid #598ec0;
 
277
    margin-top: 20px;
 
278
}
 
279
 
 
280
div#comments div.nocomments {
 
281
    padding: 10px;
 
282
    font-weight: bold;
 
283
}
 
284
 
 
285
div.inlinecomments div.comments h3,
 
286
div#comments h3 {
 
287
    margin: 0;
 
288
    padding: 0;
 
289
    background-color: #598ec0;
 
290
    color: white;
 
291
    border: none;
 
292
    padding: 3px;
 
293
}
 
294
 
 
295
div.inlinecomments div.comments div.actions {
 
296
    padding: 4px;
 
297
    margin: 0;
 
298
    border-top: none;
 
299
}
 
300
 
 
301
div#comments div.comment {
 
302
    margin: 10px;
 
303
    border: 1px solid #598ec0;
 
304
}
 
305
 
 
306
div.inlinecomments div.comment h4,
 
307
div.commentwindow div.comment h4,
 
308
div#comments div.comment h4 {
 
309
    margin: 10px 0 0 0;
 
310
    background-color: #2eabb0;
 
311
    color: white;
 
312
    border: none;
 
313
    padding: 1px 4px 1px 4px;
 
314
}
 
315
 
 
316
div#comments div.comment h4 {
 
317
    margin: 0;
 
318
}
 
319
 
 
320
div#comments div.comment h4 a {
 
321
    color: #9bbde2;
 
322
}
 
323
 
 
324
div.inlinecomments div.comment div.text,
 
325
div.commentwindow div.comment div.text,
 
326
div#comments div.comment div.text {
 
327
    margin: -5px 0 -5px 0;
 
328
    padding: 0 10px 0 10px;
 
329
}
 
330
 
 
331
div.inlinecomments div.comment div.meta,
 
332
div.commentwindow div.comment div.meta,
 
333
div#comments div.comment div.meta {
 
334
    text-align: right;
 
335
    padding: 2px 10px 2px 0;
 
336
    font-size: 95%;
 
337
    color: #598ec0;
 
338
    border-top: 1px solid #598ec0;
 
339
    background-color: #9bbde2;
 
340
}
 
341
 
 
342
div.commentwindow {
 
343
    position: absolute;
 
344
    width: 500px;
 
345
    border: 1px solid #598ec0;
 
346
    background-color: #9bbde2;
 
347
    display: none;
 
348
    z-index: 130;
 
349
}
 
350
 
 
351
div.commentwindow h3 {
 
352
    margin: 0;
 
353
    background-color: #598ec0;
 
354
    color: white;
 
355
    border: none;
 
356
    padding: 5px;
 
357
    font-size: 1.5em;
 
358
    cursor: pointer;
 
359
}
 
360
 
 
361
div.commentwindow div.actions {
 
362
    margin: 10px -10px 0 -10px;
 
363
    padding: 4px 10px 4px 10px;
 
364
    color: #598ec0;
 
365
}
 
366
 
 
367
div.commentwindow div.actions input {
 
368
    border: 1px solid #598ec0;
 
369
    background-color: white;
 
370
    color: #073d61;
 
371
    cursor: pointer;
 
372
}
 
373
 
 
374
div.commentwindow div.form {
 
375
    padding: 0 10px 0 10px;
 
376
}
 
377
 
 
378
div.commentwindow div.form input,
 
379
div.commentwindow div.form textarea {
 
380
    border: 1px solid #598ec0;
 
381
    background-color: white;
 
382
    color: black;
 
383
}
 
384
 
 
385
div.commentwindow div.error {
 
386
    margin: 10px 5px 10px 5px;
 
387
    background-color: #fff2b0;
 
388
    display: none;
 
389
}
 
390
 
 
391
div.commentwindow div.form textarea {
 
392
    width: 99%;
 
393
}
 
394
 
 
395
div.commentwindow div.preview {
 
396
    margin: 10px 0 10px 0;
 
397
    background-color: ##9bbde2;
 
398
    padding: 0 1px 1px 25px;
 
399
}
 
400
 
 
401
div.commentwindow div.preview h4 {
 
402
    margin: 0 0 -5px -20px;
 
403
    padding: 4px 0 0 4px;
 
404
    color: white;
 
405
    font-size: 1.3em;
 
406
}
 
407
 
 
408
div.commentwindow div.preview div.comment {
 
409
    background-color: #f2fbfd;
 
410
}
 
411
 
 
412
div.commentwindow div.preview div.comment h4 {
 
413
    margin: 10px 0 0 0!important;
 
414
    padding: 1px 4px 1px 4px!important;
 
415
    font-size: 1.2em;
 
416
}
 
417
 
 
418
/* :::: SUGGEST CHANGES :::: */
 
419
div#suggest-changes-box input, div#suggest-changes-box textarea {
 
420
    border: 1px solid #666;
 
421
    background-color: white;
 
422
    color: black;
 
423
}
 
424
 
 
425
div#suggest-changes-box textarea {
 
426
    width: 99%;
 
427
    height: 400px;
 
428
}
 
429
 
 
430
 
 
431
/* :::: PREVIEW :::: */
 
432
div.preview {
 
433
    background-image: url(style/preview.png);
 
434
    padding: 0 20px 20px 20px;
 
435
    margin-bottom: 30px;
 
436
}
 
437
 
 
438
 
 
439
/* :::: INDEX PAGE :::: */
 
440
 
 
441
table.contentstable {
 
442
    width: 90%;
 
443
}
 
444
 
 
445
table.contentstable p.biglink {
 
446
    line-height: 150%;
 
447
}
 
448
 
 
449
a.biglink {
 
450
    font-size: 1.3em;
 
451
}
 
452
 
 
453
span.linkdescr {
 
454
    font-style: italic;
 
455
    padding-top: 5px;
 
456
    font-size: 90%;
 
457
}
 
458
 
 
459
/* :::: INDEX STYLES :::: */
 
460
 
 
461
table.indextable td {
 
462
    text-align: left;
 
463
    vertical-align: top;
 
464
}
 
465
 
 
466
table.indextable dl, table.indextable dd {
 
467
    margin-top: 0;
 
468
    margin-bottom: 0;
 
469
}
 
470
 
 
471
table.indextable tr.pcap {
 
472
    height: 10px;
 
473
}
 
474
 
 
475
table.indextable tr.cap {
 
476
    margin-top: 10px;
 
477
    background-color: #dddddd;
 
478
}
 
479
 
 
480
img.toggler {
 
481
    margin-right: 3px;
 
482
    margin-top: 3px;
 
483
    cursor: pointer;
 
484
}
 
485
 
 
486
form.pfform {
 
487
    margin: 10px 0 20px 0;
 
488
}
 
489
 
 
490
/* :::: GLOBAL STYLES :::: */
 
491
 
 
492
.docwarning {
 
493
    background-color: #fff2b0;
 
494
    padding: 10px;
 
495
    margin: 0 -20px 0 -20px;
 
496
    border-bottom: 1px solid #db7d46;
 
497
}
 
498
 
 
499
p.subhead {
 
500
    font-weight: bold;
 
501
    margin-top: 20px;
 
502
}
 
503
 
 
504
a {
 
505
    color: #24326e;
 
506
    text-decoration: none;
 
507
}
 
508
 
 
509
a:hover {
 
510
    text-decoration: underline;
 
511
}
 
512
 
 
513
div.body h1,
 
514
div.body h2,
 
515
div.body h3,
 
516
div.body h4,
 
517
div.body h5,
 
518
div.body h6 {
 
519
    font-family: 'Verdana', 'Helvetica', 'Arial', sans-serif;
 
520
    background-color: #dddddd;
 
521
    font-weight: normal;
 
522
    color: #073d61;
 
523
    border-bottom: 1px solid #666;
 
524
    margin: 20px -20px 10px -20px;
 
525
    padding: 3px 0 3px 10px;
 
526
}
 
527
 
 
528
div.body h1 { margin-top: 0; font-size: 200%; }
 
529
div.body h2 { font-size: 160%; }
 
530
div.body h3 { font-size: 140%; }
 
531
div.body h4 { font-size: 120%; }
 
532
div.body h5 { font-size: 110%; }
 
533
div.body h6 { font-size: 100%; }
 
534
 
 
535
a.headerlink {
 
536
    color: #edaa1e;
 
537
    font-size: 0.8em;
 
538
    padding: 0 4px 0 4px;
 
539
    text-decoration: none;
 
540
    visibility: hidden;
 
541
}
 
542
 
 
543
h1:hover > a.headerlink,
 
544
h2:hover > a.headerlink,
 
545
h3:hover > a.headerlink,
 
546
h4:hover > a.headerlink,
 
547
h5:hover > a.headerlink,
 
548
h6:hover > a.headerlink,
 
549
dt:hover > a.headerlink {
 
550
    visibility: visible;
 
551
}
 
552
 
 
553
a.headerlink:hover {
 
554
    background-color: #edaa1e;
 
555
    color: white;
 
556
}
 
557
 
 
558
div.body p, div.body dd, div.body li {
 
559
    text-align: left;
 
560
    line-height: 130%;
 
561
}
 
562
 
 
563
div.body p.caption {
 
564
    text-align: inherit;
 
565
}
 
566
 
 
567
div.body td {
 
568
    text-align: left;
 
569
}
 
570
 
 
571
ul.fakelist {
 
572
    list-style: none;
 
573
    margin: 10px 0 10px 20px;
 
574
    padding: 0;
 
575
}
 
576
 
 
577
.field-list ul {
 
578
    padding-left: 1em;
 
579
}
 
580
 
 
581
.first {
 
582
    margin-top: 0 !important;
 
583
}
 
584
 
 
585
/* "Footnotes" heading */
 
586
p.rubric {
 
587
    margin-top: 30px;
 
588
    font-weight: bold;
 
589
}
 
590
 
 
591
/* "Topics" */
 
592
 
 
593
div.topic {
 
594
    background-color: #ddd;
 
595
    border: 1px solid #666;
 
596
    padding: 0 7px 0 7px;
 
597
    margin: 10px 0 10px 0;
 
598
}
 
599
 
 
600
p.topic-title {
 
601
    font-size: 1.1em;
 
602
    font-weight: bold;
 
603
    margin-top: 10px;
 
604
}
 
605
 
 
606
/* Admonitions */
 
607
 
 
608
div.admonition {
 
609
    margin-top: 10px;
 
610
    margin-bottom: 10px;
 
611
    padding: 7px;
 
612
}
 
613
 
 
614
div.admonition dt {
 
615
    font-weight: bold;
 
616
}
 
617
 
 
618
div.admonition dl {
 
619
    margin-bottom: 0;
 
620
}
 
621
 
 
622
div.admonition p {
 
623
    display: inline;
 
624
}
 
625
 
 
626
div.seealso {
 
627
    background-color: #fff2b0;
 
628
    border: 1px solid #edaa1e;
 
629
}
 
630
 
 
631
div.warning {
 
632
    background-color: #fff2b0;
 
633
    border: 1px solid ##db7d46;
 
634
}
 
635
 
 
636
div.note {
 
637
    background-color: #eee;
 
638
    border: 1px solid #666;
 
639
}
 
640
 
 
641
p.admonition-title {
 
642
    margin: 0px 10px 5px 0px;
 
643
    font-weight: bold;
 
644
    display: inline;
 
645
}
 
646
 
 
647
p.admonition-title:after {
 
648
    content: ":";
 
649
}
 
650
 
 
651
div.body p.centered {
 
652
    text-align: center;
 
653
    margin-top: 25px;
 
654
}
 
655
 
 
656
table.docutils {
 
657
    border: 0;
 
658
}
 
659
 
 
660
table.docutils td, table.docutils th {
 
661
    padding: 1px 8px 1px 0;
 
662
    border-top: 0;
 
663
    border-left: 0;
 
664
    border-right: 0;
 
665
    border-bottom: 1px solid #a9a6a2;
 
666
}
 
667
 
 
668
table.field-list td, table.field-list th {
 
669
    border: 0 !important;
 
670
}
 
671
 
 
672
table.footnote td, table.footnote th {
 
673
    border: 0 !important;
 
674
}
 
675
 
 
676
.field-list ul {
 
677
    margin: 0;
 
678
    padding-left: 1em;
 
679
}
 
680
 
 
681
.field-list p {
 
682
    margin: 0;
 
683
}
 
684
 
 
685
dl {
 
686
    margin-bottom: 15px;
 
687
    clear: both;
 
688
}
 
689
 
 
690
dd p {
 
691
    margin-top: 0px;
 
692
}
 
693
 
 
694
dd ul, dd table {
 
695
    margin-bottom: 10px;
 
696
}
 
697
 
 
698
dd {
 
699
    margin-top: 3px;
 
700
    margin-bottom: 10px;
 
701
    margin-left: 30px;
 
702
}
 
703
 
 
704
.refcount {
 
705
    color: #24326e;
 
706
}
 
707
 
 
708
dt:target,
 
709
.highlight {
 
710
    background-color: #edaa1e1;
 
711
}
 
712
 
 
713
dl.glossary dt {
 
714
    font-weight: bold;
 
715
    font-size: 1.1em;
 
716
}
 
717
 
 
718
th {
 
719
    text-align: left;
 
720
    padding-right: 5px;
 
721
}
 
722
 
 
723
pre {
 
724
    padding: 5px;
 
725
    background-color: #e6f3ff;
 
726
    color: #333;
 
727
    border: 1px solid #24326e;
 
728
    border-left: none;
 
729
    border-right: none;
 
730
    overflow: auto;
 
731
}
 
732
 
 
733
td.linenos pre {
 
734
    padding: 5px 0px;
 
735
    border: 0;
 
736
    background-color: transparent;
 
737
    color: #aaa;
 
738
}
 
739
 
 
740
table.highlighttable {
 
741
    margin-left: 0.5em;
 
742
}
 
743
 
 
744
table.highlighttable td {
 
745
    padding: 0 0.5em 0 0.5em;
 
746
}
 
747
 
 
748
tt {
 
749
    background-color: #ddd;
 
750
    padding: 0 1px 0 1px;
 
751
    font-size: 1.2em;
 
752
}
 
753
 
 
754
tt.descname {
 
755
    background-color: transparent;
 
756
    font-weight: bold;
 
757
    font-size: 1.2em;
 
758
}
 
759
 
 
760
tt.descclassname {
 
761
    background-color: transparent;
 
762
}
 
763
 
 
764
tt.xref, a tt {
 
765
    background-color: transparent;
 
766
    font-weight: bold;
 
767
}
 
768
 
 
769
.footnote:target  { background-color: #fff2b0 }
 
770
 
 
771
h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
 
772
    background-color: transparent;
 
773
}
 
774
 
 
775
.optional {
 
776
    font-size: 1.3em;
 
777
}
 
778
 
 
779
.versionmodified {
 
780
    font-style: italic;
 
781
}
 
782
 
 
783
form.comment {
 
784
    margin: 0;
 
785
    padding: 10px 30px 10px 30px;
 
786
    background-color: #ddd;
 
787
}
 
788
 
 
789
form.comment h3 {
 
790
    background-color: #598ec0;
 
791
    color: white;
 
792
    margin: -10px -30px 10px -30px;
 
793
    padding: 5px;
 
794
    font-size: 1.4em;
 
795
}
 
796
 
 
797
form.comment input,
 
798
form.comment textarea {
 
799
    border: 1px solid #ddd;
 
800
    padding: 2px;
 
801
    font-family: 'Verdana', 'Helvetica', 'Arial', sans-serif;
 
802
    font-size: 100%;
 
803
}
 
804
 
 
805
form.comment input[type="text"] {
 
806
    width: 240px;
 
807
}
 
808
 
 
809
form.comment textarea {
 
810
    width: 100%;
 
811
    height: 200px;
 
812
    margin-bottom: 10px;
 
813
}
 
814
 
 
815
.system-message {
 
816
    background-color: #edaa1e;
 
817
    padding: 5px;
 
818
    border: 3px solid red;
 
819
}
 
820
 
 
821
/* :::: PRINT :::: */
 
822
@media print {
 
823
    div.document,
 
824
    div.documentwrapper,
 
825
    div.bodywrapper {
 
826
        margin: 0;
 
827
        width : 100%;
 
828
    }
 
829
 
 
830
    div.sphinxsidebar,
 
831
    div.related,
 
832
    div.footer,
 
833
    div#comments div.new-comment-box,
 
834
    #top-link {
 
835
        display: none;
 
836
    }
 
837
}