Skip to content

Commit 08c0f32

Browse files
committed
Creating site for 1.0.0-SNAPSHOT
0 parents  commit 08c0f32

28 files changed

+2812
-0
lines changed

css/maven-base.css

Lines changed: 155 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,155 @@
1+
body {
2+
margin: 0px;
3+
padding: 0px;
4+
}
5+
img {
6+
border:none;
7+
}
8+
table {
9+
padding:0px;
10+
width: 100%;
11+
margin-left: -2px;
12+
margin-right: -2px;
13+
}
14+
acronym {
15+
cursor: help;
16+
border-bottom: 1px dotted #feb;
17+
}
18+
table.bodyTable th, table.bodyTable td {
19+
padding: 2px 4px 2px 4px;
20+
vertical-align: top;
21+
}
22+
div.clear{
23+
clear:both;
24+
visibility: hidden;
25+
}
26+
div.clear hr{
27+
display: none;
28+
}
29+
#bannerLeft, #bannerRight {
30+
font-size: xx-large;
31+
font-weight: bold;
32+
}
33+
#bannerLeft img, #bannerRight img {
34+
margin: 0px;
35+
}
36+
.xleft, #bannerLeft img {
37+
float:left;
38+
}
39+
.xright, #bannerRight {
40+
float:right;
41+
}
42+
#banner {
43+
padding: 0px;
44+
}
45+
#banner img {
46+
border: none;
47+
}
48+
#breadcrumbs {
49+
padding: 3px 10px 3px 10px;
50+
}
51+
#leftColumn {
52+
width: 170px;
53+
float:left;
54+
overflow: auto;
55+
}
56+
#bodyColumn {
57+
margin-right: 1.5em;
58+
margin-left: 197px;
59+
}
60+
#legend {
61+
padding: 8px 0 8px 0;
62+
}
63+
#navcolumn {
64+
padding: 8px 4px 0 8px;
65+
}
66+
#navcolumn h5 {
67+
margin: 0;
68+
padding: 0;
69+
font-size: small;
70+
}
71+
#navcolumn ul {
72+
margin: 0;
73+
padding: 0;
74+
font-size: small;
75+
}
76+
#navcolumn li {
77+
list-style-type: none;
78+
background-image: none;
79+
background-repeat: no-repeat;
80+
background-position: 0 0.4em;
81+
padding-left: 16px;
82+
list-style-position: outside;
83+
line-height: 1.2em;
84+
font-size: smaller;
85+
}
86+
#navcolumn li.expanded {
87+
background-image: url(../images/expanded.gif);
88+
}
89+
#navcolumn li.collapsed {
90+
background-image: url(../images/collapsed.gif);
91+
}
92+
#navcolumn li.none {
93+
text-indent: -1em;
94+
margin-left: 1em;
95+
}
96+
#poweredBy {
97+
text-align: center;
98+
}
99+
#navcolumn img {
100+
margin-top: 10px;
101+
margin-bottom: 3px;
102+
}
103+
#poweredBy img {
104+
display:block;
105+
margin: 20px 0 20px 17px;
106+
}
107+
#search img {
108+
margin: 0px;
109+
display: block;
110+
}
111+
#search #q, #search #btnG {
112+
border: 1px solid #999;
113+
margin-bottom:10px;
114+
}
115+
#search form {
116+
margin: 0px;
117+
}
118+
#lastPublished {
119+
font-size: x-small;
120+
}
121+
.navSection {
122+
margin-bottom: 2px;
123+
padding: 8px;
124+
}
125+
.navSectionHead {
126+
font-weight: bold;
127+
font-size: x-small;
128+
}
129+
.section {
130+
padding: 4px;
131+
}
132+
#footer {
133+
padding: 3px 10px 3px 10px;
134+
font-size: x-small;
135+
}
136+
#breadcrumbs {
137+
font-size: x-small;
138+
margin: 0pt;
139+
}
140+
.source {
141+
padding: 12px;
142+
margin: 1em 7px 1em 7px;
143+
}
144+
.source pre {
145+
margin: 0px;
146+
padding: 0px;
147+
}
148+
#navcolumn img.imageLink, .imageLink {
149+
padding-left: 0px;
150+
padding-bottom: 0px;
151+
padding-top: 0px;
152+
padding-right: 2px;
153+
border: 0px;
154+
margin: 0px;
155+
}

css/maven-theme.css

Lines changed: 141 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,141 @@
1+
body {
2+
padding: 0px 0px 10px 0px;
3+
}
4+
body, td, select, input, li{
5+
font-family: Verdana, Helvetica, Arial, sans-serif;
6+
font-size: 13px;
7+
}
8+
code{
9+
font-family: Courier, monospace;
10+
font-size: 13px;
11+
}
12+
a {
13+
text-decoration: none;
14+
}
15+
a:link {
16+
color:#36a;
17+
}
18+
a:visited {
19+
color:#47a;
20+
}
21+
a:active, a:hover {
22+
color:#69c;
23+
}
24+
#legend li.externalLink {
25+
background: url(../images/external.png) left top no-repeat;
26+
padding-left: 18px;
27+
}
28+
a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
29+
background: url(../images/external.png) right center no-repeat;
30+
padding-right: 18px;
31+
}
32+
#legend li.newWindow {
33+
background: url(../images/newwindow.png) left top no-repeat;
34+
padding-left: 18px;
35+
}
36+
a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
37+
background: url(../images/newwindow.png) right center no-repeat;
38+
padding-right: 18px;
39+
}
40+
h2 {
41+
padding: 4px 4px 4px 6px;
42+
border: 1px solid #999;
43+
color: #900;
44+
background-color: #ddd;
45+
font-weight:900;
46+
font-size: x-large;
47+
}
48+
h3 {
49+
padding: 4px 4px 4px 6px;
50+
border: 1px solid #aaa;
51+
color: #900;
52+
background-color: #eee;
53+
font-weight: normal;
54+
font-size: large;
55+
}
56+
h4 {
57+
padding: 4px 4px 4px 6px;
58+
border: 1px solid #bbb;
59+
color: #900;
60+
background-color: #fff;
61+
font-weight: normal;
62+
font-size: large;
63+
}
64+
h5 {
65+
padding: 4px 4px 4px 6px;
66+
color: #900;
67+
font-size: normal;
68+
}
69+
p {
70+
line-height: 1.3em;
71+
font-size: small;
72+
}
73+
#breadcrumbs {
74+
border-top: 1px solid #aaa;
75+
border-bottom: 1px solid #aaa;
76+
background-color: #ccc;
77+
}
78+
#leftColumn {
79+
margin: 10px 0 0 5px;
80+
border: 1px solid #999;
81+
background-color: #eee;
82+
}
83+
#navcolumn h5 {
84+
font-size: smaller;
85+
border-bottom: 1px solid #aaaaaa;
86+
padding-top: 2px;
87+
color: #000;
88+
}
89+
90+
table.bodyTable th {
91+
color: white;
92+
background-color: #bbb;
93+
text-align: left;
94+
font-weight: bold;
95+
}
96+
97+
table.bodyTable th, table.bodyTable td {
98+
font-size: 1em;
99+
}
100+
101+
table.bodyTable tr.a {
102+
background-color: #ddd;
103+
}
104+
105+
table.bodyTable tr.b {
106+
background-color: #eee;
107+
}
108+
109+
.source {
110+
border: 1px solid #999;
111+
}
112+
dl {
113+
padding: 4px 4px 4px 6px;
114+
border: 1px solid #aaa;
115+
background-color: #ffc;
116+
}
117+
dt {
118+
color: #900;
119+
}
120+
#organizationLogo img, #projectLogo img, #projectLogo span{
121+
margin: 8px;
122+
}
123+
#banner {
124+
border-bottom: 1px solid #fff;
125+
}
126+
.errormark, .warningmark, .donemark, .infomark {
127+
background: url(../images/icon_error_sml.gif) no-repeat;
128+
}
129+
130+
.warningmark {
131+
background-image: url(../images/icon_warning_sml.gif);
132+
}
133+
134+
.donemark {
135+
background-image: url(../images/icon_success_sml.gif);
136+
}
137+
138+
.infomark {
139+
background-image: url(../images/icon_info_sml.gif);
140+
}
141+

css/print.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {
2+
display: none !important;
3+
}
4+
#bodyColumn, body.docs div.docs {
5+
margin: 0 !important;
6+
border: none !important
7+
}

css/site.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* You can override this file with your own styles */

0 commit comments

Comments
 (0)