-
Notifications
You must be signed in to change notification settings - Fork 1
/
stylesheet.css
50 lines (38 loc) · 1.81 KB
/
stylesheet.css
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
/* Javadoc style sheet */
/* Define colors, fonts and other style attributes here to override the defaults */
/* Page background color */
body { background-color: #FFFFFF; color:#000000 }
/*
#B0DAFF Light blue text
#1279C6 Blue background
#04469D Darker blue background
#E86F00 Orange Text
#F1F1F1 Ligher gray
*/
/* Headings */
h1 { font-size: 145%; color:#E86F00; }
h2 { font-size: 145%; color:#E86F00; }
/* Links */
a:link{color:#1279C6; text-decoration:none; }
a:visited {color:#1279C6; text-decoration:none; }
/*a:focus {font-weight:bold; color:#04469D; text-decoration:underline; }*/
a:hover {font-weight:bold; color:#1279C6; text-decoration:underline; }
/* HR and table borders*/
hr{border-style: solid; }
table{border-style: solid; }
th{border-style: none; }
/* Table colors */
.TableHeadingColor { background: #1279C6; color:#FFFFFF; }
.TableSubHeadingColor { background: #1279C6; color:#FFFFFF; }
.TableRowColor { background: #FFFFFF; color:#000000; }
/* Font used in left-hand frame lists */
.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#E86F00 }
.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#E86F00 }
.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#E86F00 }
/* Navigation bar fonts and colors */
.NavBarCell1 { background-color:#1279C6; color:#000000}
.NavBarCell1Rev { background-color:#04469D; color:#FFFFFF}
.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000}
.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000}