forked from sdp-2011/sdp-10
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylesheet.css
64 lines (64 loc) · 1.02 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
/* Javadoc style sheet */
/* Define colors, fonts and other style attributes here to override the defaults */
/* Page background color */
body {
background-color: #fff;
font-family: Helvetica, Verdana, Arial, sans-serif;
}
/* Headings */
h1 {
font-size: 145%;
}
/* Table colors */
.TableHeadingColor {
background: #ccf;
}
.TableSubHeadingColor {
background: #eef;
}
.TableRowColor {
background: #fff;
} /* White */
/* Font used in left-hand frame lists */
.FrameTitleFont {
font-size: 100%;
}
.FrameHeadingFont {
font-size: 90%;
}
.FrameItemFont {
font-size: 90%;
}
/* Navigation bar fonts and colors */
.NavBarCell1 {
background-color: #ddd;
}
.NavBarCell1Rev {
background-color: #eee;
}
.NavBarFont1 {
color: #222;
}
.NavBarFont1Rev {
color: #000;
}
.NavBarCell2 {
background-color: #fff;
}
.NavBarCell3 {
background-color: #fff;
}
hr {
width: 100%;
height: 2px;
border-width: 0px;
padding: 0px;
color: #ccc;
background-color: #ccc;
}
pre {
padding: 5px;
border-style: solid;
border-width: 1px;
border-color: #ccc;
}