~ubuntu-branches/debian/jessie/openchange/jessie

« back to all changes in this revision

Viewing changes to apidocs/html/mapiproxy/apidocs.css

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2014-04-24 00:29:19 UTC
  • mfrom: (1.2.8) (4.1.6 experimental)
  • Revision ID: package-import@ubuntu.com-20140424002919-96es5uhyy3jjzgid
Tags: 1:2.1-1
* New upstream release.
 + Stop removing broken manpages, upstream on longer installs them.
* Add upstream signing key.
* Run test suite during build.
 + Add dependency on python-twisted-core for trial and python-testtools.
 + Add fix-tests patch, cherry-picked from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
** WEBSITE
3
 
**
4
 
*/
5
 
 
6
 
BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV {
7
 
        font-family: Geneva, Arial, Helvetica, sans-serif;
8
 
}
9
 
BODY,TD {
10
 
       font-size: 90%;
11
 
}
12
 
H1 {
13
 
        text-align: center;
14
 
       font-size: 160%;
15
 
}
16
 
H2 {
17
 
        font-size: 19px;
18
 
        font-weight: bold;
19
 
        color: #3E93D5;
20
 
}
21
 
H3 {
22
 
       font-size: 100%;
23
 
}
24
 
 
25
 
P {
26
 
      text-align: justify;
27
 
}
28
 
 
29
 
LI {
30
 
      li-style-type: square;
31
 
      li-style-position: outside;
32
 
      display: list-item;
33
 
}
34
 
 
35
 
CAPTION { font-weight: bold }
36
 
DIV.qindex {
37
 
        width: 100%;
38
 
        background-color: #e8eef2;
39
 
        border: 1px solid #84b0c7;
40
 
        text-align: center;
41
 
        margin: 2px;
42
 
        padding: 2px;
43
 
        line-height: 140%;
44
 
}
45
 
DIV.nav {
46
 
        width: 100%;
47
 
        background-color: #e8eef2;
48
 
        border: 1px solid #84b0c7;
49
 
        text-align: center;
50
 
        margin: 2px;
51
 
        padding: 2px;
52
 
        line-height: 140%;
53
 
}
54
 
DIV.navtab {
55
 
       background-color: #e8eef2;
56
 
       border: 1px solid #84b0c7;
57
 
       text-align: center;
58
 
       margin: 2px;
59
 
       margin-right: 15px;
60
 
       padding: 2px;
61
 
}
62
 
TD.navtab {
63
 
       font-size: 70%;
64
 
}
65
 
A.qindex {
66
 
       text-decoration: none;
67
 
       font-weight: bold;
68
 
       color: #1A419D;
69
 
}
70
 
A.qindex:visited {
71
 
       text-decoration: none;
72
 
       font-weight: bold;
73
 
       color: #1A419D
74
 
}
75
 
A.qindex:hover {
76
 
        text-decoration: none;
77
 
        background-color: #ddddff;
78
 
}
79
 
A.qindexHL {
80
 
        text-decoration: none;
81
 
        font-weight: bold;
82
 
        background-color: #6666cc;
83
 
        color: #ffffff;
84
 
        border: 1px double #9295C2;
85
 
}
86
 
A.qindexHL:hover {
87
 
        text-decoration: none;
88
 
        background-color: #6666cc;
89
 
        color: #ffffff;
90
 
}
91
 
A.qindexHL:visited { text-decoration: none; background-color: #6666cc; color: #ffffff }
92
 
A.el { text-decoration: none; font-weight: bold }
93
 
A.elRef { font-weight: bold }
94
 
A.code:link { text-decoration: none; font-weight: normal; color: #0000FF}
95
 
A.code:visited { text-decoration: none; font-weight: normal; color: #0000FF}
96
 
A.codeRef:link { font-weight: normal; color: #0000FF}
97
 
A.codeRef:visited { font-weight: normal; color: #0000FF}
98
 
A:hover { text-decoration: none; background-color: #f2f2ff }
99
 
DL.el { margin-left: -1cm }
100
 
.fragment {
101
 
       font-family: monospace, fixed;
102
 
       font-size: 95%;
103
 
}
104
 
PRE.fragment {
105
 
        border: 1px solid #CCCCCC;
106
 
        background-color: #f5f5f5;
107
 
        font-size: 11px;
108
 
        margin-top: 4px;
109
 
        margin-bottom: 4px;
110
 
        margin-left: 2px;
111
 
        margin-right: 8px;
112
 
        padding-left: 6px;
113
 
        padding-right: 6px;
114
 
        padding-top: 4px;
115
 
        padding-bottom: 4px;
116
 
}
117
 
DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
118
 
 
119
 
DIV.groupHeader {
120
 
       margin-left: 16px;
121
 
       margin-top: 12px;
122
 
       margin-bottom: 6px;
123
 
       font-weight: bold;
124
 
}
125
 
DIV.groupText { margin-left: 16px; font-style: italic; font-size: 90% }
126
 
BODY {
127
 
        background: white;
128
 
        color: black;
129
 
        margin-right: 20px;
130
 
        margin-left: 20px;
131
 
}
132
 
TD.indexkey {
133
 
        background-color: #e8eef2;
134
 
        font-weight: bold;
135
 
        padding-right  : 10px;
136
 
        padding-top    : 2px;
137
 
        padding-left   : 10px;
138
 
        padding-bottom : 2px;
139
 
        margin-left    : 0px;
140
 
        margin-right   : 0px;
141
 
        margin-top     : 2px;
142
 
        margin-bottom  : 2px;
143
 
        border: 1px solid #CCCCCC;
144
 
}
145
 
TD.indexvalue {
146
 
        background-color: #e8eef2;
147
 
        font-style: italic;
148
 
        padding-right  : 10px;
149
 
        padding-top    : 2px;
150
 
        padding-left   : 10px;
151
 
        padding-bottom : 2px;
152
 
        margin-left    : 0px;
153
 
        margin-right   : 0px;
154
 
        margin-top     : 2px;
155
 
        margin-bottom  : 2px;
156
 
        border: 1px solid #CCCCCC;
157
 
}
158
 
TR.memlist {
159
 
   background-color: #f0f0f0; 
160
 
}
161
 
P.formulaDsp { text-align: center; }
162
 
IMG.formulaDsp { }
163
 
IMG.formulaInl { vertical-align: middle; }
164
 
SPAN.keyword       { color: #008000 }
165
 
SPAN.keywordtype   { color: #604020 }
166
 
SPAN.keywordflow   { color: #e08000 }
167
 
SPAN.comment       { color: #800000 }
168
 
SPAN.preprocessor  { color: #806020 }
169
 
SPAN.stringliteral { color: #002080 }
170
 
SPAN.charliteral   { color: #008080 }
171
 
.mdescLeft {
172
 
       padding: 0px 8px 4px 8px;
173
 
        font-size: 80%;
174
 
        font-style: italic;
175
 
        background-color: #FAFAFA;
176
 
        border-top: 1px none #E0E0E0;
177
 
        border-right: 1px none #E0E0E0;
178
 
        border-bottom: 1px none #E0E0E0;
179
 
        border-left: 1px none #E0E0E0;
180
 
        margin: 0px;
181
 
}
182
 
.mdescRight {
183
 
       padding: 0px 8px 4px 8px;
184
 
        font-size: 80%;
185
 
        font-style: italic;
186
 
        background-color: #FAFAFA;
187
 
        border-top: 1px none #E0E0E0;
188
 
        border-right: 1px none #E0E0E0;
189
 
        border-bottom: 1px none #E0E0E0;
190
 
        border-left: 1px none #E0E0E0;
191
 
        margin: 0px;
192
 
}
193
 
.memItemLeft {
194
 
        padding: 1px 0px 0px 8px;
195
 
        margin: 4px;
196
 
        border-top-width: 1px;
197
 
        border-right-width: 1px;
198
 
        border-bottom-width: 1px;
199
 
        border-left-width: 1px;
200
 
        border-top-color: #E0E0E0;
201
 
        border-right-color: #E0E0E0;
202
 
        border-bottom-color: #E0E0E0;
203
 
        border-left-color: #E0E0E0;
204
 
        border-top-style: solid;
205
 
        border-right-style: none;
206
 
        border-bottom-style: none;
207
 
        border-left-style: none;
208
 
        background-color: #FAFAFA;
209
 
        font-size: 80%;
210
 
}
211
 
.memItemRight {
212
 
        padding: 1px 8px 0px 8px;
213
 
        margin: 4px;
214
 
        border-top-width: 1px;
215
 
        border-right-width: 1px;
216
 
        border-bottom-width: 1px;
217
 
        border-left-width: 1px;
218
 
        border-top-color: #E0E0E0;
219
 
        border-right-color: #E0E0E0;
220
 
        border-bottom-color: #E0E0E0;
221
 
        border-left-color: #E0E0E0;
222
 
        border-top-style: solid;
223
 
        border-right-style: none;
224
 
        border-bottom-style: none;
225
 
        border-left-style: none;
226
 
        background-color: #FAFAFA;
227
 
        font-size: 80%;
228
 
}
229
 
.memTemplItemLeft {
230
 
        padding: 1px 0px 0px 8px;
231
 
        margin: 4px;
232
 
        border-top-width: 1px;
233
 
        border-right-width: 1px;
234
 
        border-bottom-width: 1px;
235
 
        border-left-width: 1px;
236
 
        border-top-color: #E0E0E0;
237
 
        border-right-color: #E0E0E0;
238
 
        border-bottom-color: #E0E0E0;
239
 
        border-left-color: #E0E0E0;
240
 
        border-top-style: none;
241
 
        border-right-style: none;
242
 
        border-bottom-style: none;
243
 
        border-left-style: none;
244
 
        background-color: #FAFAFA;
245
 
        font-size: 80%;
246
 
}
247
 
.memTemplItemRight {
248
 
        padding: 1px 8px 0px 8px;
249
 
        margin: 4px;
250
 
        border-top-width: 1px;
251
 
        border-right-width: 1px;
252
 
        border-bottom-width: 1px;
253
 
        border-left-width: 1px;
254
 
        border-top-color: #E0E0E0;
255
 
        border-right-color: #E0E0E0;
256
 
        border-bottom-color: #E0E0E0;
257
 
        border-left-color: #E0E0E0;
258
 
        border-top-style: none;
259
 
        border-right-style: none;
260
 
        border-bottom-style: none;
261
 
        border-left-style: none;
262
 
        background-color: #FAFAFA;
263
 
        font-size: 80%;
264
 
}
265
 
.memTemplParams {
266
 
        padding: 1px 0px 0px 8px;
267
 
        margin: 4px;
268
 
        border-top-width: 1px;
269
 
        border-right-width: 1px;
270
 
        border-bottom-width: 1px;
271
 
        border-left-width: 1px;
272
 
        border-top-color: #E0E0E0;
273
 
        border-right-color: #E0E0E0;
274
 
        border-bottom-color: #E0E0E0;
275
 
        border-left-color: #E0E0E0;
276
 
        border-top-style: solid;
277
 
        border-right-style: none;
278
 
        border-bottom-style: none;
279
 
        border-left-style: none;
280
 
       color: #606060;
281
 
        background-color: #FAFAFA;
282
 
        font-size: 80%;
283
 
}
284
 
.search     { color: #003399;
285
 
              font-weight: bold;
286
 
}
287
 
FORM.search {
288
 
              margin-bottom: 0px;
289
 
              margin-top: 0px;
290
 
}
291
 
INPUT.search { font-size: 75%;
292
 
               color: #000080;
293
 
               font-weight: normal;
294
 
               background-color: #e8eef2;
295
 
}
296
 
TD.tiny      { font-size: 75%;
297
 
}
298
 
a {
299
 
        color: #1A41A8;
300
 
}
301
 
a:visited {
302
 
        color: #2A3798;
303
 
}
304
 
.dirtab { padding: 4px;
305
 
          border-collapse: collapse;
306
 
          border: 1px solid #84b0c7;
307
 
}
308
 
TH.dirtab { background: #e8eef2;
309
 
            font-weight: bold;
310
 
}
311
 
HR { height: 1px;
312
 
     border: none;
313
 
     border-top: 1px solid black;
314
 
     margin-bottom: 50px;
315
 
}
316
 
 
317
 
/* Style for detailed member documentation */
318
 
.memtemplate {
319
 
  font-size: 80%;
320
 
  color: #606060;
321
 
  font-weight: normal;
322
 
323
 
.memnav { 
324
 
  background-color: #e8eef2;
325
 
  border: 1px solid #84b0c7;
326
 
  text-align: center;
327
 
  margin: 2px;
328
 
  margin-right: 15px;
329
 
  padding: 2px;
330
 
}
331
 
.memitem {
332
 
  padding: 4px;
333
 
  background-color: white;
334
 
  border-width: 1px;
335
 
  border-style: solid;
336
 
  border-color: #ccc;
337
 
  -moz-border-radius: 8px 8px 8px 8px;
338
 
  margin-bottom: 30px;
339
 
}
340
 
.memname {
341
 
  white-space: nowrap;
342
 
  font-weight: bold;
343
 
  font-size: 12px;
344
 
  margin: 10px 10px 10px 10px;
345
 
}
346
 
 
347
 
.memname EM {
348
 
         color: #45417e;
349
 
}
350
 
 
351
 
.memdoc{
352
 
  padding-left: 10px;
353
 
  padding-right: 10px;
354
 
}
355
 
 
356
 
.memdoc EM, TD {
357
 
        font-size: 12px;
358
 
}
359
 
 
360
 
.memproto {
361
 
  background-color: #e9e9f4;
362
 
  width: 100%;
363
 
  border-width: 1px;
364
 
  border-style: solid;
365
 
  border-color: #ccc;
366
 
  font-weight: bold;
367
 
  -moz-border-radius: 8px 8px 8px 8px;
368
 
}
369
 
.paramkey {
370
 
  text-align: right;
371
 
}
372
 
.paramtype {
373
 
  white-space: nowrap;
374
 
}
375
 
.paramname {
376
 
  color: #602020;
377
 
  font-style: italic;
378
 
  white-space: nowrap;
379
 
}
380
 
/* End Styling for detailed member documentation */
381
 
 
382
 
/* for the tree view */
383
 
.ftvtree {
384
 
        font-family: sans-serif;
385
 
        margin:0.5em;
386
 
}
387
 
.directory { font-size: 9pt; font-weight: bold; }
388
 
.directory h3 { margin: 0px; margin-top: 1em; font-size: 11pt; }
389
 
.directory > h3 { margin-top: 0; }
390
 
.directory p { margin: 0px; white-space: nowrap; }
391
 
.directory div { display: none; margin: 0px; }
392
 
.directory img { vertical-align: -30%; }
393
 
 
394
 
 
395
 
#website {
396
 
        width: 820px;
397
 
        height: 100%;
398
 
        margin-left: auto;
399
 
        margin-right: auto;
400
 
        text-align: left;
401
 
 
402
 
 
403
 
        /* IE hack */
404
 
        * position: absolute;
405
 
        * left: 50%;
406
 
        * margin-left: -410px;
407
 
}
408
 
 
409
 
/*
410
 
** HEADER
411
 
**
412
 
*/
413
 
 
414
 
.header {
415
 
        height: 200px;
416
 
        background: url(header.jpg) no-repeat top center;
417
 
}
418
 
 
419
 
body {
420
 
        background: #fff url(body_top_bg2.jpg) top left repeat-x;
421
 
        font-family: Arial, Trebuchet MS, Tahoma, Verdana, Helvetica, sans-serif;
422
 
        font-size: 11px;
423
 
        line-height: 17px;
424
 
        color: #444;
425
 
        color: #3a3a3a;
426
 
        fdpadding-top: 15px;
427
 
        text-align: center;
428
 
        background-color: #fbfbfb;
429
 
}
430
 
 
431
 
h1 {
432
 
        font: 24px bold Trebuchet MS, Arial;
433
 
        color: #FFF;
434
 
        padding: 0;
435
 
        margin: 0;
436
 
}
437
 
 
438
 
/*
439
 
** MIDDLE SIDE
440
 
**
441
 
*/
442
 
 
443
 
#middle_side {
444
 
        display: block;
445
 
        height: 100%;
446
 
        width: 800px;
447
 
        margin-top: 7px;
448
 
        backsground: url(middle_bg.jpg) top left repeat-x;
449
 
        background-color: #fbfbfb;
450
 
}
451
 
 
452
 
/* left and right side */
453
 
 
454
 
#left_side {
455
 
        background-color: #fff;
456
 
        clear: both;
457
 
        margin-bottom: 10px;
458
 
        border-bottom: 1px solid #eee;
459
 
        border-left: 1px solid #eee;
460
 
        border-right: 1px solid #eee;
461
 
        -moz-border-radius: 0 0 8px 8px;
462
 
        height: 29px;
463
 
}
464
 
 
465
 
 
466
 
/*
467
 
** MENU HORIZONTAL
468
 
**
469
 
*/
470
 
 
471
 
/************ Global Navigation *************/
472
 
 
473
 
DIV.tabs {
474
 
   float            : left;
475
 
   width            : 100%;
476
 
   background       : url("tab_b.gif") repeat-x bottom;
477
 
   margin-top       : 10px;
478
 
   margin-bottom    : 4px;
479
 
}
480
 
 
481
 
DIV.tabs  ul {
482
 
   margin           : 0px;
483
 
   padding-left     : 10px;
484
 
   list-style       : none;
485
 
}
486
 
 
487
 
DIV.tabs  li {
488
 
   display          : inline;
489
 
   margin           : 0px;
490
 
   padding          : 0px;
491
 
}
492
 
 
493
 
DIV.tabs A {
494
 
   float            : left;
495
 
   background       : url("tab_r.gif") no-repeat right top;
496
 
   border-bottom    : 1px solid #84B0C7;
497
 
   font-size        : x-small;
498
 
   font-weight      : bold;
499
 
   text-decoration  : none;
500
 
}
501
 
 
502
 
DIV.tabs A:link, .tabs A:visited,
503
 
DIV.tabs A:active, .tabs A:hover
504
 
{
505
 
       color: #1A419D;
506
 
}
507
 
 
508
 
 
509
 
DIV.tabs SPAN
510
 
{
511
 
   float            : left;
512
 
   display          : block;
513
 
   background       : url("tab_l.gif") no-repeat left top;
514
 
   padding          : 5px 10px;
515
 
   white-space      : nowrap;
516
 
}
517
 
 
518
 
DIV.tabs TD
519
 
{
520
 
   font-size        : x-small;
521
 
   font-weight      : bold;
522
 
   text-decoration  : none;
523
 
}
524
 
 
525
 
 
526
 
 
527
 
/* Commented Backslash Hack hides rule from IE5-Mac \*/
528
 
DIV.tabs SPAN {float : none;}
529
 
/* End IE5-Mac hack */
530
 
 
531
 
DIV.tabs A:hover SPAN
532
 
{
533
 
   background-position: 0% -150px;
534
 
}
535
 
 
536
 
DIV.tabs LI.current A
537
 
{
538
 
   background-position: 100% -150px;
539
 
   border-width     : 0px;
540
 
}
541
 
 
542
 
DIV.tabs LI.current SPAN
543
 
{
544
 
   background-position: 0% -150px;
545
 
   padding-bottom   : 6px;
546
 
}
547
 
 
548
 
 
549
 
DIV.nav
550
 
{
551
 
   background       : none;
552
 
   border           : none;
553
 
   border-bottom    : 1px solid #84B0C7;
554
 
}
555
 
 
556
 
 
557
 
#right_side_home {
558
 
        font-family: "Lucida Grande", Arial, Verdana, sans-serif;
559
 
        background-color: white;
560
 
        padding: 0px 20px;
561
 
        border: 1px solid #ebebeb;
562
 
        border: 1px solid #ddd;
563
 
        -moz-border-radius: 10px 10px;
564
 
 
565
 
        width: 750px;
566
 
 
567
 
 
568
 
        * width: 800px;
569
 
        * margin-left: 0px;
570
 
        padding-bottom: 10px;
571
 
}
572
 
 
573
 
#right_side_home td {
574
 
                 line-height: 17px;
575
 
                 margin: 0 0 5px 0;
576
 
                 padding: 10px 0 15px 7px
577
 
                 display: table-cell;
578
 
                 border-spacing: 2px 2px;
579
 
                 vertical-align: middle;
580
 
                 text-align: left;
581
 
                 border-bottom: 1px solid #EEEEEE;
582
 
}
583
 
 
584
 
#right_side_home td h2, a.anchor {
585
 
                 font-size: 19px;
586
 
                 font-weight: bold;
587
 
                 color: #3E93D5;
588
 
}
589
 
 
590
 
#right_side_home td.indexkey {
591
 
                 border-bottom: none;
592
 
}
593
 
 
594
 
#right_side_home li {
595
 
                 list-style-position: inside;
596
 
                 valign: middle;
597
 
}
598
 
 
599
 
 
600
 
TD.indexkey {
601
 
        background-color: #e8eef2;
602
 
        font-size       : 12px;
603
 
        font-weight     : bold;
604
 
        padding-right   : 10px;
605
 
        padding-top     : 2px;
606
 
        padding-left    : 10px;
607
 
        padding-bottom  : 2px;
608
 
        margin-left     : 0px;
609
 
        margin-right    : 0px;
610
 
        margin-top      : 2px;
611
 
        margin-bottom   : 2px;
612
 
        border          : 1px solid #CCCCCC;
613
 
}
614
 
TD.indexvalue {
615
 
        background-color: #e8eef2;
616
 
        font-style      : italic;
617
 
        font-size       : 12px;
618
 
        padding-right   : 10px;
619
 
        padding-top     : 2px;
620
 
        padding-left    : 10px;
621
 
        padding-bottom  : 2px;
622
 
        margin-left     : 0px;
623
 
        margin-right    : 0px;
624
 
        margin-top      : 2px;
625
 
        margin-bottom   : 2px;
626
 
        border          : 1px solid #CCCCCC;
627
 
}
628
 
TR.memlist {
629
 
   background-color: #f0f0f0; 
630
 
}
631
 
 
632
 
.mdescLeft {
633
 
       padding: 0px 8px 4px 8px;
634
 
        font-size: 80%;
635
 
        font-style: italic;
636
 
        background-color: #FAFAFA;
637
 
        border-top: 1px none #E0E0E0;
638
 
        border-right: 1px none #E0E0E0;
639
 
        border-bottom: 1px none #E0E0E0;
640
 
        border-left: 1px none #E0E0E0;
641
 
        margin: 0px;
642
 
}
643
 
.mdescRight {
644
 
       padding: 0px 8px 4px 8px;
645
 
        font-size: 80%;
646
 
        font-style: italic;
647
 
        background-color: #FAFAFA;
648
 
        border-top: 1px none #E0E0E0;
649
 
        border-right: 1px none #E0E0E0;
650
 
        border-bottom: 1px none #E0E0E0;
651
 
        border-left: 1px none #E0E0E0;
652
 
        margin: 0px;
653
 
}
654
 
.memItemLeft {
655
 
        padding: 1px 0px 0px 8px;
656
 
        margin: 4px;
657
 
        border-top-width: 1px;
658
 
        border-right-width: 1px;
659
 
        border-bottom-width: 1px;
660
 
        border-left-width: 1px;
661
 
        border-top-color: #E0E0E0;
662
 
        border-right-color: #E0E0E0;
663
 
        border-bottom-color: #E0E0E0;
664
 
        border-left-color: #E0E0E0;
665
 
        border-top-style: solid;
666
 
        border-right-style: none;
667
 
        border-bottom-style: none;
668
 
        border-left-style: none;
669
 
        background-color: #FAFAFA;
670
 
        font-size: 80%;
671
 
}
672
 
.memItemRight {
673
 
        padding: 1px 8px 0px 8px;
674
 
        margin: 4px;
675
 
        border-top-width: 1px;
676
 
        border-right-width: 1px;
677
 
        border-bottom-width: 1px;
678
 
        border-left-width: 1px;
679
 
        border-top-color: #E0E0E0;
680
 
        border-right-color: #E0E0E0;
681
 
        border-bottom-color: #E0E0E0;
682
 
        border-left-color: #E0E0E0;
683
 
        border-top-style: solid;
684
 
        border-right-style: none;
685
 
        border-bottom-style: none;
686
 
        border-left-style: none;
687
 
        background-color: #FAFAFA;
688
 
        font-size: 80%;
689
 
}
690
 
.memTemplItemLeft {
691
 
        padding: 1px 0px 0px 8px;
692
 
        margin: 4px;
693
 
        border-top-width: 1px;
694
 
        border-right-width: 1px;
695
 
        border-bottom-width: 1px;
696
 
        border-left-width: 1px;
697
 
        border-top-color: #E0E0E0;
698
 
        border-right-color: #E0E0E0;
699
 
        border-bottom-color: #E0E0E0;
700
 
        border-left-color: #E0E0E0;
701
 
        border-top-style: none;
702
 
        border-right-style: none;
703
 
        border-bottom-style: none;
704
 
        border-left-style: none;
705
 
        background-color: #FAFAFA;
706
 
        font-size: 80%;
707
 
}
708
 
.memTemplItemRight {
709
 
        padding: 1px 8px 0px 8px;
710
 
        margin: 4px;
711
 
        border-top-width: 1px;
712
 
        border-right-width: 1px;
713
 
        border-bottom-width: 1px;
714
 
        border-left-width: 1px;
715
 
        border-top-color: #E0E0E0;
716
 
        border-right-color: #E0E0E0;
717
 
        border-bottom-color: #E0E0E0;
718
 
        border-left-color: #E0E0E0;
719
 
        border-top-style: none;
720
 
        border-right-style: none;
721
 
        border-bottom-style: none;
722
 
        border-left-style: none;
723
 
        background-color: #FAFAFA;
724
 
        font-size: 80%;
725
 
}
726
 
.memTemplParams {
727
 
        padding: 1px 0px 0px 8px;
728
 
        margin: 4px;
729
 
        border-top-width: 1px;
730
 
        border-right-width: 1px;
731
 
        border-bottom-width: 1px;
732
 
        border-left-width: 1px;
733
 
        border-top-color: #E0E0E0;
734
 
        border-right-color: #E0E0E0;
735
 
        border-bottom-color: #E0E0E0;
736
 
        border-left-color: #E0E0E0;
737
 
        border-top-style: solid;
738
 
        border-right-style: none;
739
 
        border-bottom-style: none;
740
 
        border-left-style: none;
741
 
       color: #606060;
742
 
        background-color: #FAFAFA;
743
 
        font-size: 80%;
744
 
}
745
 
 
746
 
code {
747
 
     display: block;
748
 
     width: 100%;
749
 
     border: 1px solid #ccc;
750
 
     background-color: #e8edf3;
751
 
     padding-top: 10px;
752
 
     padding-bottom: 10px;
753
 
     padding-left: 5px;
754
 
     padding-right: 5px;
755
 
     margin-bottom: 10px;
756
 
     margin-top: 10px;
757
 
}
758