Project

General

Profile

1
/* JSDoc style sheet */
2

    
3
/* Define colors, fonts and other style attributes here to override the defaults */
4

    
5
/* Page background color */
6
body { background-color: #FFFFFF }
7

    
8
/* Table colors */
9
.TableHeadingColor     { background: #CCCCFF } /* Dark mauve */
10
.TableSubHeadingColor  { background: #EEEEFF } /* Light mauve */
11
.TableRowColor         { background: #FFFFFF } /* White */
12

    
13
/* Font used in left-hand frame lists */
14
.FrameTitleFont   { font-size: 10pts; font-family: Helvetica, Arial, san-serif }
15
.FrameHeadingFont { font-size: 10pts; font-family: Helvetica, Arial, san-serif }
16
.FrameItemFont    { font-size: 10pts; font-family: Helvetica, Arial, san-serif }
17

    
18
/* Example of smaller, sans-serif font in frames */
19
/* .FrameItemFont  { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } */
20

    
21
/* Navigation bar fonts and colors */
22
.NavBarCell1    { background-color:#EEEEFF;}/* Light mauve */
23
.NavBarCell1Rev { background-color:#00008B;}/* Dark Blue */
24
.NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#000000;}
25
.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
26

    
27
.NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
28
.NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
29

    
30
.jsdoc_ctime    { font-family: Arial, Helvetica, sans-serif; font-size: 9pt;
31
                    text-align: right }
32

    
33
/* Sourcecode view */
34
.sourceview { background: #FFFFFF }
35
.attrib { color: #DD7777 }
36
.comment { color: #55AA55 }
37
.reserved { color: #FF5555 }
38
.literal { color: #5555FF }
39

    
(316-316/316)