1 | /* Reset */ |
---|
2 | |
---|
3 | html, body, div, span, object, iframe, |
---|
4 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, |
---|
5 | a, abbr, acronym, address, code, pre, |
---|
6 | del, dfn, em, img, q, dl, dt, dd, ol, ul, li, |
---|
7 | fieldset, form, label, legend, input, |
---|
8 | table, caption, tbody, tfoot, thead, tr, th, td { |
---|
9 | margin: 0; |
---|
10 | padding: 0; |
---|
11 | border: 0; |
---|
12 | font-weight: inherit; |
---|
13 | font-style: inherit; |
---|
14 | font-size: 100%; |
---|
15 | font-family: inherit; |
---|
16 | vertical-align: baseline; |
---|
17 | } |
---|
18 | |
---|
19 | table { border-collapse: separate; border-spacing: 0; } |
---|
20 | caption, th, td { text-align: left; font-weight: normal; } |
---|
21 | table, td, th { vertical-align: middle; } |
---|
22 | |
---|
23 | blockquote:before, blockquote:after, q:before, q:after { content: ""; } |
---|
24 | blockquote, q { quotes: none; } |
---|
25 | |
---|
26 | a img { border: none; } |
---|
27 | |
---|
28 | input { border-width: 0px; } |
---|
29 | |
---|
30 | /* Page */ |
---|
31 | |
---|
32 | body { |
---|
33 | font-family: Arial, sans-serif; |
---|
34 | font-size: 10pt; |
---|
35 | } |
---|
36 | |
---|
37 | a[href] { |
---|
38 | text-decoration: underline; |
---|
39 | color: #315479; |
---|
40 | } |
---|
41 | |
---|
42 | a[href]:hover { |
---|
43 | text-decoration: none; |
---|
44 | } |
---|
45 | |
---|
46 | #types ol li > p { |
---|
47 | margin-top: 5px; |
---|
48 | } |
---|
49 | |
---|
50 | #types ol li:last-child { |
---|
51 | margin-bottom: 5px; |
---|
52 | } |
---|
53 | |
---|
54 | /* |
---|
55 | #definition { |
---|
56 | padding: 6px 0 6px 6px; |
---|
57 | min-height: 59px; |
---|
58 | color: white; |
---|
59 | } |
---|
60 | */ |
---|
61 | |
---|
62 | #definition { |
---|
63 | display: block-inline; |
---|
64 | padding: 5px 0px; |
---|
65 | height: 61px; |
---|
66 | } |
---|
67 | |
---|
68 | #definition > img { |
---|
69 | float: left; |
---|
70 | padding-right: 6px; |
---|
71 | padding-left: 5px; |
---|
72 | } |
---|
73 | |
---|
74 | #definition > a > img { |
---|
75 | float: left; |
---|
76 | padding-right: 6px; |
---|
77 | padding-left: 5px; |
---|
78 | } |
---|
79 | |
---|
80 | #definition p + h1 { |
---|
81 | margin-top: 3px; |
---|
82 | } |
---|
83 | |
---|
84 | #definition > h1 { |
---|
85 | /* padding: 12px 0 12px 6px;*/ |
---|
86 | color: white; |
---|
87 | text-shadow: 3px black; |
---|
88 | text-shadow: black 0px 2px 0px; |
---|
89 | font-size: 24pt; |
---|
90 | display: inline-block; |
---|
91 | overflow: hidden; |
---|
92 | margin-top: 10px; |
---|
93 | } |
---|
94 | |
---|
95 | #definition h1 > a { |
---|
96 | color: #ffffff; |
---|
97 | font-size: 24pt; |
---|
98 | text-shadow: black 0px 2px 0px; |
---|
99 | /* text-shadow: black 0px 0px 0px;*/ |
---|
100 | text-decoration: none; |
---|
101 | } |
---|
102 | |
---|
103 | #definition #owner { |
---|
104 | color: #ffffff; |
---|
105 | margin-top: 4px; |
---|
106 | font-size: 10pt; |
---|
107 | overflow: hidden; |
---|
108 | } |
---|
109 | |
---|
110 | #definition #owner > a { |
---|
111 | color: #ffffff; |
---|
112 | } |
---|
113 | |
---|
114 | #definition #owner > a:hover { |
---|
115 | text-decoration: none; |
---|
116 | } |
---|
117 | |
---|
118 | #signature { |
---|
119 | background-image:url('signaturebg2.gif'); |
---|
120 | background-color: #d7d7d7; |
---|
121 | min-height: 18px; |
---|
122 | background-repeat:repeat-x; |
---|
123 | font-size: 11.5pt; |
---|
124 | /* margin-bottom: 10px;*/ |
---|
125 | padding: 8px; |
---|
126 | } |
---|
127 | |
---|
128 | #signature > span.kind { |
---|
129 | display: inline; |
---|
130 | float: left; |
---|
131 | text-align: left; |
---|
132 | width: auto; |
---|
133 | position: static; |
---|
134 | text-shadow: 2px white; |
---|
135 | text-shadow: white 0px 1px 0px; |
---|
136 | } |
---|
137 | |
---|
138 | #signature > span.symbol { |
---|
139 | text-align: left; |
---|
140 | display: inline; |
---|
141 | padding-left: 0.7em; |
---|
142 | text-shadow: 2px white; |
---|
143 | text-shadow: white 0px 1px 0px; |
---|
144 | } |
---|
145 | |
---|
146 | /* Linear super types and known subclasses */ |
---|
147 | .hiddenContent { |
---|
148 | display: none; |
---|
149 | } |
---|
150 | |
---|
151 | .toggleContainer .toggle { |
---|
152 | cursor: pointer; |
---|
153 | padding-left: 15px; |
---|
154 | background: url("arrow-right.png") no-repeat 0 3px transparent; |
---|
155 | } |
---|
156 | |
---|
157 | .toggleContainer.open .toggle { |
---|
158 | background: url("arrow-down.png") no-repeat 0 3px transparent; |
---|
159 | } |
---|
160 | |
---|
161 | .toggleContainer .hiddenContent { |
---|
162 | margin-top: 5px; |
---|
163 | } |
---|
164 | |
---|
165 | .toggleContainer .showElement { |
---|
166 | padding-left: 15px; |
---|
167 | } |
---|
168 | |
---|
169 | .value #definition { |
---|
170 | background-color: #2C475C; /* blue */ |
---|
171 | background-image:url('defbg-blue.gif'); |
---|
172 | background-repeat:repeat-x; |
---|
173 | } |
---|
174 | |
---|
175 | .type #definition { |
---|
176 | background-color: #316555; /* green */ |
---|
177 | background-image:url('defbg-green.gif'); |
---|
178 | background-repeat:repeat-x; |
---|
179 | } |
---|
180 | |
---|
181 | #template { |
---|
182 | margin-bottom: 50px; |
---|
183 | } |
---|
184 | |
---|
185 | h3 { |
---|
186 | color: white; |
---|
187 | padding: 5px 10px; |
---|
188 | font-size: 12pt; |
---|
189 | font-weight: bold; |
---|
190 | text-shadow: black 1px 1px 0px; |
---|
191 | } |
---|
192 | |
---|
193 | dl.attributes > dt { |
---|
194 | display: block; |
---|
195 | float: left; |
---|
196 | font-style: italic; |
---|
197 | } |
---|
198 | |
---|
199 | dl.attributes > dd { |
---|
200 | display: block; |
---|
201 | padding-left: 10em; |
---|
202 | margin-bottom: 5px; |
---|
203 | } |
---|
204 | |
---|
205 | #template .values > h3 { |
---|
206 | background-color: #315479; /* grayish blue */ |
---|
207 | background: url("valuemembersbg.gif"); |
---|
208 | background-repeat:repeat-x; |
---|
209 | height: 18px; |
---|
210 | } |
---|
211 | |
---|
212 | #values ol li:last-child { |
---|
213 | margin-bottom: 5px; |
---|
214 | } |
---|
215 | |
---|
216 | #template .types > h3 { |
---|
217 | background-color: #316555; /* green */ |
---|
218 | background: url("typebg.gif"); |
---|
219 | background-repeat:repeat-x; |
---|
220 | height: 18px; |
---|
221 | } |
---|
222 | |
---|
223 | #constructors > h3 { |
---|
224 | background-color: #333; |
---|
225 | background: url("constructorsbg.gif"); |
---|
226 | background-repeat:repeat-x; |
---|
227 | height: 18px; |
---|
228 | } |
---|
229 | |
---|
230 | #template > div.parent > h3 { |
---|
231 | background-color: #dadada; |
---|
232 | /* border:1px solid #6f6f6f; |
---|
233 | border-left:0; |
---|
234 | border-right:0;*/ |
---|
235 | background: url("constructorsbg.gif"); |
---|
236 | background-repeat:repeat-x; |
---|
237 | height: 17px; |
---|
238 | /* margin-top: 10px;*/ |
---|
239 | /* color: black; |
---|
240 | text-shadow: white 0px 1px 0px; |
---|
241 | font-weight: normal;8*/ |
---|
242 | font-style: italic; |
---|
243 | font-size: 12pt; |
---|
244 | } |
---|
245 | |
---|
246 | #template > div.parent > h3 * { |
---|
247 | color: white; |
---|
248 | } |
---|
249 | |
---|
250 | /* Member cells */ |
---|
251 | |
---|
252 | div.members > ol { |
---|
253 | background-color: white; |
---|
254 | list-style: none |
---|
255 | } |
---|
256 | |
---|
257 | div.members > ol > li { |
---|
258 | display: block; |
---|
259 | border-bottom: 1px solid gray; |
---|
260 | padding: 5px 0 6px; |
---|
261 | margin: 0 10px; |
---|
262 | position: relative; |
---|
263 | } |
---|
264 | |
---|
265 | div.members > ol > li:last-child { |
---|
266 | border: 0; |
---|
267 | padding: 5px 0 5px; |
---|
268 | } |
---|
269 | |
---|
270 | /* Member signatures */ |
---|
271 | |
---|
272 | #tooltip { |
---|
273 | background: #EFD5B5; |
---|
274 | border: 1px solid gray; |
---|
275 | color: black; |
---|
276 | display: none; |
---|
277 | padding: 5px; |
---|
278 | position: absolute; |
---|
279 | } |
---|
280 | |
---|
281 | .signature { |
---|
282 | font-family: monospace; |
---|
283 | font-size: 10pt; |
---|
284 | line-height: 18px; |
---|
285 | clear: both; |
---|
286 | display: block; |
---|
287 | text-shadow: 2px white; |
---|
288 | text-shadow: white 0px 1px 0px; |
---|
289 | } |
---|
290 | |
---|
291 | .signature .kind { |
---|
292 | position: absolute; |
---|
293 | text-align: right; |
---|
294 | width: 8em; |
---|
295 | } |
---|
296 | |
---|
297 | .signature > a > .symbol > .name { |
---|
298 | text-decoration: underline; |
---|
299 | } |
---|
300 | |
---|
301 | .signature > a:hover > .symbol > .name { |
---|
302 | text-decoration: none; |
---|
303 | } |
---|
304 | |
---|
305 | .signature > a { |
---|
306 | text-decoration: none; |
---|
307 | } |
---|
308 | |
---|
309 | .signature > .symbol { |
---|
310 | display: block; |
---|
311 | padding-left: 8.7em; |
---|
312 | } |
---|
313 | |
---|
314 | .signature .name { |
---|
315 | display: inline-block; |
---|
316 | font-weight: bold; |
---|
317 | } |
---|
318 | |
---|
319 | .signature .symbol .params .implicit { |
---|
320 | font-style: italic; |
---|
321 | } |
---|
322 | |
---|
323 | .signature .symbol .name.deprecated { |
---|
324 | text-decoration: line-through; |
---|
325 | } |
---|
326 | |
---|
327 | .signature .symbol .params .default { |
---|
328 | font-style: italic; |
---|
329 | } |
---|
330 | |
---|
331 | #template .signature.closed { |
---|
332 | background: url("arrow-right.png") no-repeat 0 5px transparent; |
---|
333 | cursor: pointer; |
---|
334 | } |
---|
335 | |
---|
336 | #template .signature.opened { |
---|
337 | background: url("arrow-down.png") no-repeat 0 5px transparent; |
---|
338 | cursor: pointer; |
---|
339 | } |
---|
340 | |
---|
341 | #template .values .signature .name { |
---|
342 | color: darkblue; |
---|
343 | } |
---|
344 | |
---|
345 | #template .types .signature .name { |
---|
346 | color: darkgreen; |
---|
347 | } |
---|
348 | |
---|
349 | /* Comments text formating */ |
---|
350 | |
---|
351 | .cmt {} |
---|
352 | |
---|
353 | .cmt p { |
---|
354 | margin: 0.7em 0; |
---|
355 | } |
---|
356 | |
---|
357 | .cmt p:first-child { |
---|
358 | margin-top: 0; |
---|
359 | } |
---|
360 | |
---|
361 | .cmt p:last-child { |
---|
362 | margin-bottom: 0; |
---|
363 | } |
---|
364 | |
---|
365 | .cmt h3, |
---|
366 | .cmt h4, |
---|
367 | .cmt h5, |
---|
368 | .cmt h6 { |
---|
369 | margin-bottom: 0.7em; |
---|
370 | margin-top: 1.4em; |
---|
371 | display: block; |
---|
372 | text-align: left; |
---|
373 | font-weight: bold; |
---|
374 | } |
---|
375 | |
---|
376 | .cmt h3 { |
---|
377 | font-size: 14pt; |
---|
378 | } |
---|
379 | |
---|
380 | .cmt h4 { |
---|
381 | font-size: 13pt; |
---|
382 | } |
---|
383 | |
---|
384 | .cmt h5 { |
---|
385 | font-size: 12pt; |
---|
386 | } |
---|
387 | |
---|
388 | .cmt h6 { |
---|
389 | font-size: 11pt; |
---|
390 | } |
---|
391 | |
---|
392 | .cmt pre { |
---|
393 | padding: 5px; |
---|
394 | border: 1px solid #ddd; |
---|
395 | background-color: #eee; |
---|
396 | margin: 5px 0; |
---|
397 | display: block; |
---|
398 | font-family: monospace; |
---|
399 | } |
---|
400 | |
---|
401 | .cmt ul { |
---|
402 | display: block; |
---|
403 | list-style: circle; |
---|
404 | padding-left: 20px; |
---|
405 | } |
---|
406 | |
---|
407 | .cmt ol { |
---|
408 | display: block; |
---|
409 | padding-left:20px; |
---|
410 | } |
---|
411 | |
---|
412 | .cmt ol.decimal { |
---|
413 | list-style: decimal; |
---|
414 | } |
---|
415 | |
---|
416 | .cmt ol.lowerAlpha { |
---|
417 | list-style: lower-alpha; |
---|
418 | } |
---|
419 | |
---|
420 | .cmt ol.upperAlpha { |
---|
421 | list-style: upper-alpha; |
---|
422 | } |
---|
423 | |
---|
424 | .cmt ol.lowerRoman { |
---|
425 | list-style: lower-roman; |
---|
426 | } |
---|
427 | |
---|
428 | .cmt ol.upperRoman { |
---|
429 | list-style: upper-roman; |
---|
430 | } |
---|
431 | |
---|
432 | .cmt li { |
---|
433 | display: list-item; |
---|
434 | } |
---|
435 | |
---|
436 | .cmt code { |
---|
437 | font-family: monospace; |
---|
438 | } |
---|
439 | |
---|
440 | .cmt a { |
---|
441 | font-style: bold; |
---|
442 | } |
---|
443 | |
---|
444 | .cmt em, .cmt i { |
---|
445 | font-style: italic; |
---|
446 | } |
---|
447 | |
---|
448 | .cmt strong, .cmt b { |
---|
449 | font-weight: bold; |
---|
450 | } |
---|
451 | |
---|
452 | /* Comments structured layout */ |
---|
453 | |
---|
454 | p.comment { |
---|
455 | display: block; |
---|
456 | margin-left: 8.7em; |
---|
457 | margin-top: 5px; |
---|
458 | } |
---|
459 | |
---|
460 | .shortcomment { |
---|
461 | display: block; |
---|
462 | margin: 5px 10px; |
---|
463 | } |
---|
464 | |
---|
465 | div.fullcommenttop { |
---|
466 | padding: 10px 10px; |
---|
467 | background-image:url('fullcommenttopbg.gif'); |
---|
468 | background-repeat:repeat-x; |
---|
469 | } |
---|
470 | |
---|
471 | div.fullcomment { |
---|
472 | margin: 5px 10px; |
---|
473 | } |
---|
474 | |
---|
475 | #template div.fullcommenttop, |
---|
476 | #template div.fullcomment { |
---|
477 | display:none; |
---|
478 | margin: 5px 0 0 8.7em; |
---|
479 | } |
---|
480 | |
---|
481 | #template .shortcomment { |
---|
482 | margin: 5px 0 0 8.7em; |
---|
483 | padding: 0; |
---|
484 | } |
---|
485 | |
---|
486 | div.fullcomment .block { |
---|
487 | padding: 5px 0 0; |
---|
488 | border-top: 1px solid #EBEBEB; |
---|
489 | margin-top: 5px; |
---|
490 | } |
---|
491 | |
---|
492 | div.fullcommenttop .block { |
---|
493 | padding: 5px 0 0; |
---|
494 | border-top: 1px solid #EBEBEB; |
---|
495 | margin-top: 5px; |
---|
496 | margin-bottom: 5px |
---|
497 | } |
---|
498 | |
---|
499 | div.fullcomment div.block ol li p, |
---|
500 | div.fullcomment div.block ol li { |
---|
501 | display:inline |
---|
502 | } |
---|
503 | |
---|
504 | div.fullcomment .block > h5 { |
---|
505 | font-style: italic; |
---|
506 | font-weight: normal; |
---|
507 | display: inline-block; |
---|
508 | } |
---|
509 | |
---|
510 | div.fullcomment .comment { |
---|
511 | margin: 5px 0 10px; |
---|
512 | } |
---|
513 | |
---|
514 | div.fullcommenttop .comment:last-child, |
---|
515 | div.fullcomment .comment:last-child { |
---|
516 | margin-bottom: 0; |
---|
517 | } |
---|
518 | |
---|
519 | |
---|
520 | div.fullcommenttop dl.paramcmts > dt, |
---|
521 | div.fullcomment dl.paramcmts > dt { |
---|
522 | display: block; |
---|
523 | float: left; |
---|
524 | font-weight: bold; |
---|
525 | } |
---|
526 | |
---|
527 | div.fullcommenttop dl.paramcmts > dd, |
---|
528 | div.fullcomment dl.paramcmts > dd { |
---|
529 | display: block; |
---|
530 | padding-left: 80px; |
---|
531 | margin-bottom: 5px; |
---|
532 | } |
---|
533 | |
---|
534 | /* Members filter tool */ |
---|
535 | |
---|
536 | #textfilter { |
---|
537 | position: relative; |
---|
538 | display: block; |
---|
539 | height: 20px; |
---|
540 | margin-bottom: 5px; |
---|
541 | } |
---|
542 | |
---|
543 | #textfilter > .pre { |
---|
544 | display: block; |
---|
545 | position: absolute; |
---|
546 | top: 0; |
---|
547 | left: 0; |
---|
548 | height: 23px; |
---|
549 | width: 21px; |
---|
550 | background: url("filter_box_left.png"); |
---|
551 | } |
---|
552 | |
---|
553 | #textfilter > .input { |
---|
554 | display: block; |
---|
555 | position: absolute; |
---|
556 | top: 0; |
---|
557 | right: 20px; |
---|
558 | left: 20px; |
---|
559 | } |
---|
560 | |
---|
561 | #textfilter > .input > input { |
---|
562 | height: 21px; |
---|
563 | padding: 1px; |
---|
564 | font-weight: bold; |
---|
565 | color: #000000; |
---|
566 | background-color: white; |
---|
567 | background: url("filterboxbarbg.png"); |
---|
568 | background-repeat:repeat-x; |
---|
569 | width: 100%; |
---|
570 | } |
---|
571 | |
---|
572 | #textfilter > .post { |
---|
573 | display: block; |
---|
574 | position: absolute; |
---|
575 | top: 0; |
---|
576 | right: 0; |
---|
577 | height: 23px; |
---|
578 | width: 21px; |
---|
579 | background: url("filter_box_right.png"); |
---|
580 | } |
---|
581 | |
---|
582 | #mbrsel { |
---|
583 | padding: 5px 10px; |
---|
584 | background-color: #ededee; /* light gray */ |
---|
585 | background-image:url('filterboxbg.gif'); |
---|
586 | background-repeat:repeat-x; |
---|
587 | font-size: 9.5pt; |
---|
588 | display: block; |
---|
589 | margin-top: 1em; |
---|
590 | /* margin-bottom: 1em; */ |
---|
591 | } |
---|
592 | |
---|
593 | #mbrsel > div { |
---|
594 | margin-bottom: 5px; |
---|
595 | } |
---|
596 | |
---|
597 | #mbrsel > div:last-child { |
---|
598 | margin-bottom: 0; |
---|
599 | } |
---|
600 | |
---|
601 | #mbrsel > div > span.filtertype { |
---|
602 | padding: 4px; |
---|
603 | margin-right: 5px; |
---|
604 | float: left; |
---|
605 | display: inline-block; |
---|
606 | color: #000000; |
---|
607 | font-weight: bold; |
---|
608 | text-shadow: white 0px 1px 0px; |
---|
609 | width: 4.5em; |
---|
610 | } |
---|
611 | |
---|
612 | #mbrsel > div > ol { |
---|
613 | display: inline-block; |
---|
614 | } |
---|
615 | |
---|
616 | #mbrsel > div > ol#linearization { |
---|
617 | display: table; |
---|
618 | margin-left: 70px; |
---|
619 | } |
---|
620 | |
---|
621 | #mbrsel > div > ol#linearization > li.in { |
---|
622 | text-decoration: none; |
---|
623 | float: left; |
---|
624 | padding-right: 10px; |
---|
625 | margin-right: 5px; |
---|
626 | background: url(selected-right.png) no-repeat; |
---|
627 | background-position: right 0px; |
---|
628 | } |
---|
629 | |
---|
630 | #mbrsel > div > ol#linearization > li.in > span{ |
---|
631 | color: #4C4C4C; |
---|
632 | float: left; |
---|
633 | padding: 1px 0 1px 10px; |
---|
634 | background: url(selected.png) no-repeat; |
---|
635 | background-position: 0px 0px; |
---|
636 | text-shadow: #ffffff 0 1px 0; |
---|
637 | } |
---|
638 | |
---|
639 | #mbrsel > div > ol > li { |
---|
640 | /* padding: 3px 10px;*/ |
---|
641 | line-height: 16pt; |
---|
642 | display: inline-block; |
---|
643 | cursor: pointer; |
---|
644 | } |
---|
645 | |
---|
646 | #mbrsel > div > ol > li.in { |
---|
647 | text-decoration: none; |
---|
648 | float: left; |
---|
649 | padding-right: 10px; |
---|
650 | margin-right: 5px; |
---|
651 | background: url(selected-right.png) no-repeat; |
---|
652 | background-position: right 0px; |
---|
653 | } |
---|
654 | |
---|
655 | #mbrsel > div > ol > li.in > span{ |
---|
656 | color: #4C4C4C; |
---|
657 | float: left; |
---|
658 | padding: 1px 0 1px 10px; |
---|
659 | background: url(selected.png) no-repeat; |
---|
660 | background-position: 0px 0px; |
---|
661 | text-shadow: #ffffff 0 1px 0; |
---|
662 | } |
---|
663 | |
---|
664 | #mbrsel > div > ol > li.out { |
---|
665 | text-decoration: none; |
---|
666 | float: left; |
---|
667 | padding-right: 10px; |
---|
668 | margin-right: 5px; |
---|
669 | } |
---|
670 | |
---|
671 | #mbrsel > div > ol > li.out > span{ |
---|
672 | color: #4B4B4B; |
---|
673 | /* background-color: #999; */ |
---|
674 | float: left; |
---|
675 | padding: 1px 0 1px 10px; |
---|
676 | /* background: url(unselected.png) no-repeat;*/ |
---|
677 | background-position: 0px -1px; |
---|
678 | text-shadow: #ffffff 0 1px 0; |
---|
679 | } |
---|
680 | /* |
---|
681 | #mbrsel .hideall { |
---|
682 | color: #4C4C4C; |
---|
683 | line-height: 16px; |
---|
684 | font-weight: bold; |
---|
685 | } |
---|
686 | |
---|
687 | #mbrsel .hideall span { |
---|
688 | color: #4C4C4C; |
---|
689 | font-weight: bold; |
---|
690 | } |
---|
691 | |
---|
692 | #mbrsel .showall { |
---|
693 | color: #4C4C4C; |
---|
694 | line-height: 16px; |
---|
695 | font-weight: bold; |
---|
696 | } |
---|
697 | |
---|
698 | #mbrsel .showall span { |
---|
699 | color: #4C4C4C; |
---|
700 | font-weight: bold; |
---|
701 | }*/ |
---|