tizen beta release
[platform/core/appfw/heynoti.git] / pg-doxy / slp_doxy.css
1 /* The standard CSS for doxygen */
2
3 body, table, div, p, dl {
4         font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
5         font-size: 12px;
6 }
7
8 /* @group Heading Levels */
9
10 h1 {
11         font-size: 18pt;
12         color: #3366ED;
13 }
14
15 h1.pg {
16         font-size: 18pt;
17         color: #336666;
18         margin-right:-0.6pt; 
19         margin-left:0cm; 
20         padding-top:0cm; 
21         padding-right:0cm; 
22         padding-bottom:1pt; 
23         padding-left:0cm; 
24         border-bottom-width:1.5pt; 
25         border-bottom-color:#336666; 
26         border-top-style:none; 
27         border-right-style:none; 
28         border-bottom-style:solid; 
29         border-left-style:none;
30 }
31
32 h2 {
33         font-size: 14pt;
34         color: #336666;
35 }
36 h2.pg {
37         font-size: 14pt;
38         color: #336666;
39         margin-right:-0.1pt; 
40         margin-left:0cm; 
41         padding-top:0cm; 
42         padding-right:0cm; 
43         padding-bottom:1pt; 
44         padding-left:0cm; 
45         border-bottom-width:1.2pt; 
46         border-bottom-color:#336666; 
47         border-top-style:none; 
48         border-right-style:none; 
49         border-bottom-style:solid; 
50         border-left-style:none;
51 }
52
53
54 h3 {
55         font-size: 12pt;
56         color: #336666;
57 }
58 h3.pg {
59         font-size: 12pt;
60         color: #336666;
61 }
62
63
64
65 dt {
66         font-weight: bold;
67 }
68
69 div.multicol {
70         -moz-column-gap: 1em;
71         -webkit-column-gap: 1em;
72         -moz-column-count: 3;
73         -webkit-column-count: 3;
74 }
75
76 p.startli, p.startdd, p.starttd {
77         margin-top: 2px;
78 }
79
80 p.endli {
81         margin-bottom: 0px;
82 }
83
84 p.enddd {
85         margin-bottom: 4px;
86 }
87
88 p.endtd {
89         margin-bottom: 2px;
90 }
91
92 /* @end */
93
94 caption {
95         font-weight: bold;
96 }
97
98 span.legend {
99         font-size: 70%;
100         text-align: center;
101 }
102
103 h3.version {
104         font-size: 90%;
105         text-align: center;
106 }
107
108 div.qindex, div.navtab{
109         background-color: #EBEFF6;
110         border: 1px solid #A3B4D7;
111         text-align: center;
112         margin: 2px;
113         padding: 2px;
114 }
115
116 div.qindex, div.navpath {
117         width: 100%;
118         line-height: 140%;
119 }
120
121 div.navtab {
122         margin-right: 15px;
123 }
124
125 /* @group Link Styling */
126
127 a {
128         color: #3D578C;
129         font-weight: normal;
130         text-decoration: none;
131 }
132
133 .contents a:visited {
134         color: #4665A2;
135 }
136
137 a:hover {
138         text-decoration: underline;
139 }
140
141 a.qindex {
142         font-weight: bold;
143 }
144
145 a.qindexHL {
146         font-weight: bold;
147         background-color: #9CAFD4;
148         color: #ffffff;
149         border: 1px double #869DCA;
150 }
151
152 .contents a.qindexHL:visited {
153         color: #ffffff;
154 }
155
156 a.el {
157         font-weight: bold;
158 }
159
160 a.elRef {
161 }
162
163 a.code {
164         color: #4665A2;
165 }
166
167 a.codeRef {
168         color: #4665A2;
169 }
170
171 /* @end */
172
173 dl.el {
174         margin-left: -1cm;
175 }
176
177 .fragment {
178         font-family: monospace, fixed;
179         font-size: 105%;
180 }
181
182 pre.fragment {
183         border: 1px solid #C4CFE5;
184         background-color: #FBFCFD;
185         padding: 4px 6px;
186         margin: 4px 8px 4px 2px;
187         overflow: auto;
188         word-wrap: break-word;
189         font-size:  9pt;
190         line-height: 125%;
191 }
192
193 div.ah {
194         background-color: black;
195         font-weight: bold;
196         color: #ffffff;
197         margin-bottom: 3px;
198         margin-top: 3px
199         padding: .2em;
200         border: solid thin #333;
201         border-radius: .5em;
202         -webkit-border-radius: .5em;
203         -moz-border-radius: .5em;
204         -webkit-box-shadow: 2px 2px 3px #999;
205         -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
206         background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));
207         background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000);
208 }
209
210 div.groupHeader {
211         margin-left: 16px;
212         margin-top: 12px;
213         margin-bottom: 6px;
214         font-weight: bold;
215 }
216
217 div.groupText {
218         margin-left: 16px;
219         font-style: italic;
220 }
221
222 body {
223         background: white;
224         color: black;
225         margin: 0;
226 }
227
228 div.contents {
229         margin-top: 10px;
230         margin-left: 10px;
231         margin-right: 10px;
232 }
233
234 td.indexkey {
235         background-color: #EBEFF6;
236         font-weight: bold;
237         border: 1px solid #C4CFE5;
238         margin: 2px 0px 2px 0;
239         padding: 2px 10px;
240 }
241
242 td.indexvalue {
243         background-color: #EBEFF6;
244         border: 1px solid #C4CFE5;
245         padding: 2px 10px;
246         margin: 2px 0px;
247 }
248
249 tr.memlist {
250         background-color: #EEF1F7;
251 }
252
253 p.formulaDsp {
254         text-align: center;
255 }
256
257 img.formulaDsp {
258         
259 }
260
261 img.formulaInl {
262         vertical-align: middle;
263 }
264
265 div.center {
266         text-align: center;
267         margin-top: 0px;
268         margin-bottom: 0px;
269         padding: 0px;
270 }
271
272 div.center img {
273         border: 0px;
274 }
275
276 address.footer {
277         text-align: right;
278         padding-right: 12px;
279 }
280
281 img.footer {
282         border: 0px;
283         vertical-align: middle;
284 }
285
286 /* @group Code Colorization */
287
288 span.keyword {
289         color: #008000
290 }
291
292 span.keywordtype {
293         color: #604020
294 }
295
296 span.keywordflow {
297         color: #e08000
298 }
299
300 span.comment {
301         color: #800000
302 }
303
304 span.preprocessor {
305         color: #806020
306 }
307
308 span.stringliteral {
309         color: #002080
310 }
311
312 span.charliteral {
313         color: #008080
314 }
315
316 span.vhdldigit { 
317         color: #ff00ff 
318 }
319
320 span.vhdlchar { 
321         color: #000000 
322 }
323
324 span.vhdlkeyword { 
325         color: #700070 
326 }
327
328 span.vhdllogic { 
329         color: #ff0000 
330 }
331
332 /* @end */
333
334 /*
335 .search {
336         color: #003399;
337         font-weight: bold;
338 }
339
340 form.search {
341         margin-bottom: 0px;
342         margin-top: 0px;
343 }
344
345 input.search {
346         font-size: 75%;
347         color: #000080;
348         font-weight: normal;
349         background-color: #e8eef2;
350 }
351 */
352
353 td.tiny {
354         font-size: 75%;
355 }
356
357 .dirtab {
358         padding: 4px;
359         border-collapse: collapse;
360         border: 1px solid #A3B4D7;
361 }
362
363 th.dirtab {
364         background: #EBEFF6;
365         font-weight: bold;
366 }
367
368 hr {
369         height: 0px;
370         border: none;
371         border-top: 1px solid #4A6AAA;
372 }
373
374 hr.footer {
375         height: 1px;
376 }
377
378 /* @group Member Descriptions */
379
380 table.memberdecls {
381         border-spacing: 0px;
382         padding: 0px;
383 }
384
385 .mdescLeft, .mdescRight,
386 .memItemLeft, .memItemRight,
387 .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
388         background-color: #F9FAFC;
389         border: none;
390         margin: 4px;
391         padding: 1px 0 0 8px;
392 }
393
394 .mdescLeft, .mdescRight {
395         padding: 0px 8px 4px 8px;
396         color: #555;
397 }
398
399 .memItemLeft, .memItemRight, .memTemplParams {
400         border-top: 1px solid #C4CFE5;
401 }
402
403 .memItemLeft, .memTemplItemLeft {
404         white-space: nowrap;
405 }
406
407 .memTemplParams {
408         color: #4665A2;
409         white-space: nowrap;
410 }
411
412 /* @end */
413
414 /* @group Member Details */
415
416 /* Styles for detailed member documentation */
417
418 .memtemplate {
419         font-size: 80%;
420         color: #4665A2;
421         font-weight: normal;
422         margin-left: 3px;
423 }
424
425 .memnav {
426         background-color: #EBEFF6;
427         border: 1px solid #A3B4D7;
428         text-align: center;
429         margin: 2px;
430         margin-right: 15px;
431         padding: 2px;
432 }
433
434 .memitem {
435         padding: 0;
436         margin-bottom: 10px;
437 }
438
439 .memname {
440         white-space: nowrap;
441         font-weight: bold;
442         margin-left: 6px;
443 }
444
445 .memproto {
446         border-top: 1px solid #A8B8D9;
447         border-left: 1px solid #A8B8D9;
448         border-right: 1px solid #A8B8D9;
449         padding: 6px 0px 6px 0px;
450         color: #253555;
451         font-weight: bold;
452         text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
453         /* firefox specific markup */
454         -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
455         -moz-border-radius-topright: 8px;
456         -moz-border-radius-topleft: 8px;
457         /* webkit specific markup */
458         -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
459         -webkit-border-top-right-radius: 8px;
460         -webkit-border-top-left-radius: 8px;
461         background-image:url('nav_f.png');
462         background-repeat:repeat-x;
463         background-color: #E2E8F2;
464
465 }
466
467 .memdoc {
468         border-bottom: 1px solid #A8B8D9;      
469         border-left: 1px solid #A8B8D9;      
470         border-right: 1px solid #A8B8D9; 
471         padding: 2px 5px;
472         background-color: #FBFCFD;
473         border-top-width: 0;
474         /* firefox specific markup */
475         -moz-border-radius-bottomleft: 8px;
476         -moz-border-radius-bottomright: 8px;
477         -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
478         background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #FFFFFF 60%, #F8 95%, #F0);
479         /* webkit specific markup */
480         -webkit-border-bottom-left-radius: 8px;
481         -webkit-border-bottom-right-radius: 8px;
482         -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
483         background-image: -webkit-gradient(linear,center top,center bottom,from(#FFFFFF), color-stop(0.6,#FFFFFF), color-stop(0.60,#FF), color-stop(0.95,#F8), to(#F0));
484 }
485
486 .paramkey {
487         text-align: right;
488 }
489
490 .paramtype {
491         white-space: nowrap;
492 }
493
494 .paramname {
495         color: #602020;
496         white-space: nowrap;
497 }
498 .paramname em {
499         font-style: normal;
500 }
501
502 /* @end */
503
504 /* @group Directory (tree) */
505
506 /* for the tree view */
507
508 .ftvtree {
509         font-family: sans-serif;
510         margin: 0px;
511 }
512
513 /* these are for tree view when used as main index */
514
515 .directory {
516         font-size: 9pt;
517         font-weight: bold;
518         margin: 5px;
519 }
520
521 .directory h3 {
522         margin: 0px;
523         margin-top: 1em;
524         font-size: 11pt;
525 }
526
527 /*
528 The following two styles can be used to replace the root node title
529 with an image of your choice.  Simply uncomment the next two styles,
530 specify the name of your image and be sure to set 'height' to the
531 proper pixel height of your image.
532 */
533
534 /*
535 .directory h3.swap {
536         height: 61px;
537         background-repeat: no-repeat;
538         background-image: url("yourimage.gif");
539 }
540 .directory h3.swap span {
541         display: none;
542 }
543 */
544
545 .directory > h3 {
546         margin-top: 0;
547 }
548
549 .directory p {
550         margin: 0px;
551         white-space: nowrap;
552 }
553
554 .directory div {
555         display: none;
556         margin: 0px;
557 }
558
559 .directory img {
560         vertical-align: -30%;
561 }
562
563 /* these are for tree view when not used as main index */
564
565 .directory-alt {
566         font-size: 100%;
567         font-weight: bold;
568 }
569
570 .directory-alt h3 {
571         margin: 0px;
572         margin-top: 1em;
573         font-size: 11pt;
574 }
575
576 .directory-alt > h3 {
577         margin-top: 0;
578 }
579
580 .directory-alt p {
581         margin: 0px;
582         white-space: nowrap;
583 }
584
585 .directory-alt div {
586         display: none;
587         margin: 0px;
588 }
589
590 .directory-alt img {
591         vertical-align: -30%;
592 }
593
594 /* @end */
595
596 div.dynheader {
597         margin-top: 8px;
598 }
599
600 address {
601         font-style: normal;
602         color: #2A3D61;
603 }
604
605 table.doxtable {
606         border-collapse:collapse;
607 }
608
609 table.doxtable td, table.doxtable th {
610         border: 1px solid #2D4068;
611         padding: 3px 7px 2px;
612 }
613
614 table.doxtable th {
615         background-color: #374F7F;
616         color: #FFFFFF;
617         font-size: 110%;
618         padding-bottom: 4px;
619         padding-top: 5px;
620         text-align:left;
621 }
622
623 .tabsearch {
624         top: 0px;
625         left: 10px;
626         height: 36px;
627         background-image: url('tab_b.png');
628         z-index: 101;
629         overflow: hidden;
630         font-size: 13px;
631 }
632
633 .navpath ul
634 {
635         font-size: 11px;
636         background-image:url('tab_b.png');
637         background-repeat:repeat-x;
638         height:30px;
639         line-height:30px;
640         color:#8AA0CC;
641         border:solid 1px #C2CDE4;
642         overflow:hidden;
643         margin:0px;
644         padding:0px;
645 }
646
647 .navpath li
648 {
649         list-style-type:none;
650         float:left;
651         padding-left:10px;
652         padding-right: 15px;
653         background-image:url('bc_s.png');
654         background-repeat:no-repeat;
655         background-position:right;
656         color:#364D7C;
657 }
658
659 .navpath a
660 {
661         height:32px;
662         display:block;
663         text-decoration: none;
664         outline: none;
665 }
666
667 .navpath a:hover
668 {
669         color:#6884BD;
670 }
671
672 div.summary
673 {
674         float: right;
675         font-size: 8pt;
676         padding-right: 5px;
677         width: 50%;
678         text-align: right;
679 }       
680
681 div.summary a
682 {
683         white-space: nowrap;
684 }
685
686 div.header
687 {
688         background-image:url('nav_h.png');
689         background-repeat:repeat-x;
690         background-color: #F9FAFC;
691         margin:  0px;
692         border-bottom: 1px solid #C4CFE5;
693 }
694
695 div.headertitle
696 {
697         padding: 5px 5px 5px 10px;
698 }
699