Skip to content

Commit 582ff8b

Browse files
committed
Added (original) documentation
1 parent 1a907ff commit 582ff8b

File tree

4 files changed

+1243
-0
lines changed

4 files changed

+1243
-0
lines changed

doc/design.css

Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
.bodyText {
2+
font-family: Verdana, Arial, Helvetica, sans-serif;
3+
font-size: 10px;
4+
color: #333333;
5+
line-height: 15px;
6+
}
7+
.bodyTextBold {
8+
font-family: Verdana, Arial, Helvetica, sans-serif;
9+
font-size: 11px;
10+
color: #214558;
11+
line-height: 15px;
12+
font-weight: bold;
13+
}
14+
.menuText {
15+
font-family: Verdana, Arial, Helvetica, sans-serif;
16+
font-size: 11px;
17+
color: #000000;
18+
line-height: 15px;
19+
font-weight: bold;
20+
text-decoration: none;
21+
}
22+
23+
.quoteText {
24+
font-family: "Times New Roman", Times, serif;
25+
font-style: italic;
26+
font-size: 13px;
27+
color: #333333;
28+
line-height: 15px;
29+
text-align: right;
30+
}
31+
.smallHeadline {
32+
font-family: Verdana, Arial, Helvetica, sans-serif;
33+
font-size: 12px;
34+
color: #333333;
35+
font-style: normal;
36+
font-weight: bold;
37+
}
38+
.mediumHeadline {
39+
font-family: Verdana, Arial, Helvetica, sans-serif;
40+
font-size: 12px;
41+
color: #333333;
42+
font-style: normal;
43+
font-weight: bold;
44+
text-decoration: underline;
45+
}
46+
.codeText {
47+
font-family: "Courier New", Courier, mono;
48+
font-size: 11px;
49+
color: #666666;
50+
line-height: 15px;
51+
font-weight: bold;
52+
}
53+
.codeUrl {
54+
font-family: "Courier New", Courier, mono;
55+
font-size: 11px;
56+
color: #333333;
57+
line-height: 15px;
58+
}
59+
.bodyList {
60+
font-family: Verdana, Arial, Helvetica, sans-serif;
61+
font-size: 11px;
62+
color: #333333;
63+
line-height: normal;
64+
clear: left;
65+
}
66+
.mixedList {
67+
font-size: 11px;
68+
color: #333333;
69+
line-height: 12px;
70+
}
71+
a {
72+
color: #000066;
73+
text-decoration: underline;
74+
}
75+
.menuTextWhite {
76+
77+
font-family: Verdana, Arial, Helvetica, sans-serif;
78+
font-size: 11px;
79+
color: #FFFFFF;
80+
line-height: 15px;
81+
font-weight: bold;
82+
text-decoration: none;
83+
}
84+
.bannerSmall {
85+
color: #FFFFFF;
86+
font-family: Verdana, Arial, Helvetica, sans-serif;
87+
font-size: 13pt;
88+
}
89+
.bannerMedium {
90+
color: #FFFFFF;
91+
font-family: Verdana, Arial, Helvetica, sans-serif;
92+
font-size: 16pt;
93+
}
94+
.bannerLarge {
95+
color: #FFFFFF;
96+
font-family: Verdana, Arial, Helvetica, sans-serif;
97+
font-size: 24pt;
98+
}
99+
.bodyBold {
100+
101+
font-family: Verdana, Arial, Helvetica, sans-serif;
102+
font-size: 11px;
103+
color: #2D688C;
104+
line-height: 15px;
105+
font-weight: bold;
106+
text-decoration: none;
107+
}
108+
.adv {
109+
border-width: 1px;
110+
border-style: solid;
111+
border-color: #2d688c;
112+
padding: 5px;
113+
margin: 5px;
114+
}
115+
pre {
116+
font-size: 11px;
117+
color: #333333;
118+
}

doc/javanet_button_170.gif

2.67 KB
Loading

doc/layout.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.layout {
2+
width: 523px;
3+
}
4+
body {
5+
background-color: #D0D0D0;
6+
}

0 commit comments

Comments
 (0)