blob: 8a8b97290dde9046bedbe4b494162052a45edf1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
/* Javadoc style sheet */
/* Define colors, fonts and other style attributes here to override the defaults */
/* Page background color */
body { font-size:13px; background-color: #FFFFFF; color:#000000 }
hr {
color: #ffffff;
background-color: #ffffff;
height: 1px; !important
}
/* Headings */
h1 { font-size: 1.5em }
h2 { font-size: 1.5em }
table {
border: 1px solid #ccc; !important
}
table th {
border: 0px solid #ccc; !important
font-size: 1.0em; !important
}
table th font {
font-size: 1.3em; !important
}
table td {
border: 0px solid; !important
}
/* Table colors */
.TableHeadingColor { background-color: #f0f0f0; } /* light gray */
.TableSubHeadingColor { background-color: #f0f0f0; } /* light gray */
.TableRowColor { }
/* Font used in left-hand frame lists */
.FrameTitleFont { }
.FrameHeadingFont { }
.FrameItemFont { }
/* Navigation bar fonts and colors */
.NavBarCell1 { background-color:#f0f0f0; } /* light gray */
.NavBarCell1Rev { background-color:#00008B; color:#ffffff} /* Dark Blue */
.NavBarFont1 { }
.NavBarFont1Rev { color:#ffffff;}
.NavBarCell2 { }
.NavBarCell3 { }
|