mirror of
https://github.com/kekingcn/kkFileView.git
synced 2026-04-20 02:08:37 +00:00
优化项目结构、优化 maven 结构
This commit is contained in:
@@ -0,0 +1,100 @@
|
||||
/**************************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
*************************************************************/
|
||||
|
||||
.doctitle {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 14px;
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
}
|
||||
.docdescription {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #000000;
|
||||
}
|
||||
.docauthor {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #000000;
|
||||
}
|
||||
.doccreationdate {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #000066;
|
||||
}
|
||||
.doclastchangeddate {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #990000;
|
||||
}
|
||||
.docfilename {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #000066;
|
||||
}
|
||||
.docfileformatinfo {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #000000;
|
||||
}
|
||||
.docnumberofpages {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
}
|
||||
.docsizeinkb {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
}
|
||||
body {
|
||||
background-color: #FFCC99;
|
||||
background-image: url(images/background.gif);
|
||||
}
|
||||
.toctitle {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 20px;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
background-color: #FFCC99;
|
||||
}
|
||||
.tcolor {
|
||||
background-color: #FF9933;
|
||||
}
|
||||
.ccolor {
|
||||
background-color: #FFCC99;
|
||||
}
|
||||
a:link {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
color: #003399;
|
||||
}
|
||||
a:visited {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
color: #0099FF;
|
||||
}
|
||||
a:active {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
color: #FF0000;
|
||||
}
|
||||
@@ -0,0 +1,100 @@
|
||||
/**************************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
*************************************************************/
|
||||
|
||||
.doctitle {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
}
|
||||
.docdescription {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #000000;
|
||||
}
|
||||
.docauthor {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #000000;
|
||||
}
|
||||
.doccreationdate {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #000066;
|
||||
}
|
||||
.doclastchangeddate {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #990000;
|
||||
}
|
||||
.docfilename {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #000066;
|
||||
}
|
||||
.docfileformatinfo {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #000000;
|
||||
}
|
||||
.docnumberofpages {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
}
|
||||
.docsizeinkb {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
}
|
||||
body {
|
||||
background-color: #660033;
|
||||
background-image: url(images/background.gif);
|
||||
}
|
||||
.toctitle {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 20px;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
color: #FFFFFF;
|
||||
background-color: #006699;
|
||||
}
|
||||
.tcolor {
|
||||
background-color: #FFFF99;
|
||||
}
|
||||
.ccolor {
|
||||
background-color: #006699;
|
||||
}
|
||||
a:link {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #0033CC;
|
||||
}
|
||||
a:visited {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #0099CC;
|
||||
}
|
||||
a:active {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #FF0000;
|
||||
}
|
||||
@@ -0,0 +1,100 @@
|
||||
/**************************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
*************************************************************/
|
||||
|
||||
.doctitle {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
}
|
||||
.docdescription {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #000000;
|
||||
}
|
||||
.docauthor {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #000000;
|
||||
}
|
||||
.doccreationdate {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #000066;
|
||||
}
|
||||
.doclastchangeddate {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #990000;
|
||||
}
|
||||
.docfilename {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #000066;
|
||||
}
|
||||
.docfileformatinfo {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #000000;
|
||||
}
|
||||
.docnumberofpages {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
}
|
||||
.docsizeinkb {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
}
|
||||
body {
|
||||
background-color: #660033;
|
||||
background-image: url(images/background.gif);
|
||||
}
|
||||
.toctitle {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 20px;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
color: #FFFFFF;
|
||||
background-color: #006699;
|
||||
}
|
||||
.tcolor {
|
||||
background-color: #FFFF99;
|
||||
}
|
||||
.ccolor {
|
||||
background-color: #0066CC;
|
||||
}
|
||||
a:link {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #0033CC;
|
||||
}
|
||||
a:visited {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #0066FF;
|
||||
}
|
||||
a:active {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #FF0000;
|
||||
}
|
||||
@@ -0,0 +1,100 @@
|
||||
/**************************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
*************************************************************/
|
||||
|
||||
.doctitle {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 14px;
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
}
|
||||
.docdescription {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docauthor {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.doccreationdate {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.doclastchangeddate {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #FFCC00;
|
||||
}
|
||||
.docfilename {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docfileformatinfo {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docnumberofpages {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docsizeinkb {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
body {
|
||||
background-color: #000000;
|
||||
background-image: url(images/background.gif);
|
||||
}
|
||||
.toctitle {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 20px;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
color: #FFFFFF;
|
||||
background-color: #555555;
|
||||
}
|
||||
.tcolor {
|
||||
background-color: #333333;
|
||||
}
|
||||
.ccolor {
|
||||
background-color: #555555;
|
||||
}
|
||||
a:link {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #CCCC00;
|
||||
}
|
||||
a:visited {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #CCCC99;
|
||||
}
|
||||
a:active {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #FF0000;
|
||||
}
|
||||
@@ -0,0 +1,100 @@
|
||||
/**************************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
*************************************************************/
|
||||
|
||||
.doctitle {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
}
|
||||
.docdescription {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docauthor {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.doccreationdate {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #FFFF00;
|
||||
}
|
||||
.doclastchangeddate {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #FF0000;
|
||||
}
|
||||
.docfilename {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docfileformatinfo {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docnumberofpages {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docsizeinkb {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
body {
|
||||
background-color: #999999;
|
||||
background-image: url(images/background.gif);
|
||||
}
|
||||
.toctitle {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 20px;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
color: #FFFFFF;
|
||||
background-color: #003399;
|
||||
}
|
||||
.tcolor {
|
||||
background-color: #000066;
|
||||
}
|
||||
.ccolor {
|
||||
background-color: #003399;
|
||||
}
|
||||
a:link {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #FFFF00;
|
||||
}
|
||||
a:visited {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #CCCCCC;
|
||||
}
|
||||
a:active {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #FF0000;
|
||||
}
|
||||
@@ -0,0 +1,100 @@
|
||||
/**************************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
*************************************************************/
|
||||
|
||||
.doctitle {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
}
|
||||
.docdescription {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docauthor {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.doccreationdate {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #FFFF00;
|
||||
}
|
||||
.doclastchangeddate {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #FF0000;
|
||||
}
|
||||
.docfilename {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docfileformatinfo {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docnumberofpages {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docsizeinkb {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
body {
|
||||
background-color: #666666;
|
||||
background-image: url(images/background.gif);
|
||||
}
|
||||
.toctitle {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 20px;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
background-color: #CC6600;
|
||||
}
|
||||
.tcolor {
|
||||
background-color: #003366;
|
||||
}
|
||||
.ccolor {
|
||||
background-color: #CC6600;
|
||||
}
|
||||
a:link {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #FFFF00;
|
||||
}
|
||||
a:visited {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #0099FF;
|
||||
}
|
||||
a:active {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #FF0000;
|
||||
}
|
||||
@@ -0,0 +1,100 @@
|
||||
/**************************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
*************************************************************/
|
||||
|
||||
.doctitle {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 14px;
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
}
|
||||
.docdescription {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docauthor {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.doccreationdate {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.doclastchangeddate {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #FFCC00;
|
||||
}
|
||||
.docfilename {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docfileformatinfo {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docnumberofpages {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docsizeinkb {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
body {
|
||||
background-color: #000000;
|
||||
background-image: url(images/background.gif);
|
||||
}
|
||||
.toctitle {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 20px;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
color: #FFFFFF;
|
||||
background-color: #333366;
|
||||
}
|
||||
.tcolor {
|
||||
background-color: #333300;
|
||||
}
|
||||
.ccolor {
|
||||
background-color: #333366;
|
||||
}
|
||||
a:link {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
color: #EEEEEE;
|
||||
}
|
||||
a:visited {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
color: #CCCCCC;
|
||||
}
|
||||
a:active {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
color: #FFCC00;
|
||||
}
|
||||
@@ -0,0 +1,100 @@
|
||||
/**************************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
*************************************************************/
|
||||
|
||||
.doctitle {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 14px;
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
}
|
||||
.docdescription {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docauthor {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.doccreationdate {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.doclastchangeddate {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #FFCC00;
|
||||
}
|
||||
.docfilename {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docfileformatinfo {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docnumberofpages {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docsizeinkb {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
body {
|
||||
background-color: #000000;
|
||||
background-image: url(images/background.gif);
|
||||
}
|
||||
.toctitle {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 20px;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
color: #FFFFFF;
|
||||
background-color: #333366;
|
||||
}
|
||||
.tcolor {
|
||||
background-color: #660033;
|
||||
}
|
||||
.ccolor {
|
||||
background-color: #333333;
|
||||
}
|
||||
a:link {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
color: #EEEEEE;
|
||||
}
|
||||
a:visited {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
color: #CCCCCC;
|
||||
}
|
||||
a:active {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
color: #FFCC00;
|
||||
}
|
||||
@@ -0,0 +1,100 @@
|
||||
/**************************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
*************************************************************/
|
||||
|
||||
.doctitle {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 14px;
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
}
|
||||
.docdescription {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docauthor {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.doccreationdate {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.doclastchangeddate {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #FF0000;
|
||||
}
|
||||
.docfilename {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docfileformatinfo {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docnumberofpages {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docsizeinkb {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
body {
|
||||
background-color: #999999;
|
||||
background-image: url(images/background.gif);
|
||||
}
|
||||
.toctitle {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 20px;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
color: #FFFFFF;
|
||||
background-color: #663300;
|
||||
}
|
||||
.tcolor {
|
||||
background-color: #006633;
|
||||
}
|
||||
.ccolor {
|
||||
background-color: #003300;
|
||||
}
|
||||
a:link {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
color: #EEEEEE;
|
||||
}
|
||||
a:visited {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
color: #CCCCCC;
|
||||
}
|
||||
a:active {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
color: #FF0000;
|
||||
}
|
||||
@@ -0,0 +1,100 @@
|
||||
/**************************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
*************************************************************/
|
||||
|
||||
.doctitle {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
}
|
||||
.docdescription {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docauthor {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.doccreationdate {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #FFFF00;
|
||||
}
|
||||
.doclastchangeddate {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #FF0000;
|
||||
}
|
||||
.docfilename {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docfileformatinfo {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docnumberofpages {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docsizeinkb {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
body {
|
||||
background-color: #003333;
|
||||
background-image: url(images/background.gif);
|
||||
}
|
||||
.toctitle {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 20px;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
color: #CCCCCC;
|
||||
background-color: #003333;
|
||||
}
|
||||
.tcolor {
|
||||
background-color: #006666;
|
||||
}
|
||||
.ccolor {
|
||||
background-color: #003333;
|
||||
}
|
||||
a:link {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #FFFF00;
|
||||
}
|
||||
a:visited {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #0099FF;
|
||||
}
|
||||
a:active {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #CCFF00;
|
||||
}
|
||||
@@ -0,0 +1,100 @@
|
||||
/**************************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
*************************************************************/
|
||||
|
||||
.doctitle {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
}
|
||||
.docdescription {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docauthor {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.doccreationdate {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #FFFF00;
|
||||
}
|
||||
.doclastchangeddate {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #000066;
|
||||
}
|
||||
.docfilename {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docfileformatinfo {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docnumberofpages {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docsizeinkb {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
body {
|
||||
background-color: #CCCCCC;
|
||||
background-image: url(images/background.gif);
|
||||
}
|
||||
.toctitle {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 20px;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
color: #FFFFFF;
|
||||
background-color: #003333;
|
||||
}
|
||||
.tcolor {
|
||||
background-color: #990000;
|
||||
}
|
||||
.ccolor {
|
||||
background-color: #003333;
|
||||
}
|
||||
a:link {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #FFFF00;
|
||||
}
|
||||
a:visited {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #0099FF;
|
||||
}
|
||||
a:active {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #99FF00;
|
||||
}
|
||||
@@ -0,0 +1,100 @@
|
||||
/**************************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
*************************************************************/
|
||||
|
||||
.doctitle {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
}
|
||||
.docdescription {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #000000;
|
||||
}
|
||||
.docauthor {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #000000;
|
||||
}
|
||||
.doccreationdate {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #000066;
|
||||
}
|
||||
.doclastchangeddate {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #990000;
|
||||
}
|
||||
.docfilename {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #000066;
|
||||
}
|
||||
.docfileformatinfo {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #000000;
|
||||
}
|
||||
.docnumberofpages {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
}
|
||||
.docsizeinkb {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
}
|
||||
body {
|
||||
background-color: #CCCCCC;
|
||||
background-image: url(images/background.gif);
|
||||
}
|
||||
.toctitle {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 20px;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
background-color: #CCCCCC;
|
||||
}
|
||||
.tcolor {
|
||||
background-color: #EEEEEE;
|
||||
}
|
||||
.ccolor {
|
||||
background-color: #BBBBBB;
|
||||
}
|
||||
a:link {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #0033CC;
|
||||
}
|
||||
a:visited {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #0099FF;
|
||||
}
|
||||
a:active {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #FF0000;
|
||||
}
|
||||
@@ -0,0 +1,100 @@
|
||||
/**************************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
*************************************************************/
|
||||
|
||||
.doctitle {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 14px;
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
}
|
||||
.docdescription {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #000000;
|
||||
}
|
||||
.docauthor {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #000000;
|
||||
}
|
||||
.doccreationdate {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #000066;
|
||||
}
|
||||
.doclastchangeddate {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #990000;
|
||||
}
|
||||
.docfilename {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #000066;
|
||||
}
|
||||
.docfileformatinfo {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #000000;
|
||||
}
|
||||
.docnumberofpages {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
}
|
||||
.docsizeinkb {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
}
|
||||
body {
|
||||
background-color: #999999;
|
||||
background-image: url(images/background.gif);
|
||||
}
|
||||
.toctitle {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 20px;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
background-color: #99CCCC;
|
||||
}
|
||||
.tcolor {
|
||||
background-color: #DDDDDD;
|
||||
}
|
||||
.ccolor {
|
||||
background-color: #99CCFF;
|
||||
}
|
||||
a:link {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
color: #003399;
|
||||
}
|
||||
a:visited {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
color: #0066CC;
|
||||
}
|
||||
a:active {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
color: #FF9900;
|
||||
}
|
||||
@@ -0,0 +1,100 @@
|
||||
/**************************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
*************************************************************/
|
||||
|
||||
.doctitle {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 14px;
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
}
|
||||
.docdescription {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #000000;
|
||||
}
|
||||
.docauthor {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #000000;
|
||||
}
|
||||
.doccreationdate {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #000066;
|
||||
}
|
||||
.doclastchangeddate {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #990000;
|
||||
}
|
||||
.docfilename {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #000066;
|
||||
}
|
||||
.docfileformatinfo {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #000000;
|
||||
}
|
||||
.docnumberofpages {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
}
|
||||
.docsizeinkb {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
}
|
||||
body {
|
||||
background-color: #999999;
|
||||
background-image: url(images/background.gif);
|
||||
}
|
||||
.toctitle {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 20px;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
background-color: #EEEEEE;
|
||||
}
|
||||
.tcolor {
|
||||
background-color: #00CCFF;
|
||||
}
|
||||
.ccolor {
|
||||
background-color: #CCCCCC;
|
||||
}
|
||||
a:link {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
color: #0033CC;
|
||||
}
|
||||
a:visited {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
color: #0066FF;
|
||||
}
|
||||
a:active {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
color: #FF0000;
|
||||
}
|
||||
@@ -0,0 +1,100 @@
|
||||
/**************************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
*************************************************************/
|
||||
|
||||
.doctitle {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 14px;
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
}
|
||||
.docdescription {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docauthor {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.doccreationdate {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.doclastchangeddate {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #CC0000;
|
||||
}
|
||||
.docfilename {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docfileformatinfo {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docnumberofpages {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docsizeinkb {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
body {
|
||||
background-color: #999999;
|
||||
background-image: url(images/background.gif);
|
||||
}
|
||||
.toctitle {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 20px;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
color: #FFFFFF;
|
||||
background-color: #000033;
|
||||
}
|
||||
.tcolor {
|
||||
background-color: #000066;
|
||||
}
|
||||
.ccolor {
|
||||
background-color: #000033;
|
||||
}
|
||||
a:link {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
color: #EEEEEE;
|
||||
}
|
||||
a:visited {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
color: #CCCCCC;
|
||||
}
|
||||
a:active {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
color: #FF0000;
|
||||
}
|
||||
@@ -0,0 +1,100 @@
|
||||
/**************************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
*************************************************************/
|
||||
|
||||
.doctitle {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 14px;
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
}
|
||||
.docdescription {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #000000;
|
||||
}
|
||||
.docauthor {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #000000;
|
||||
}
|
||||
.doccreationdate {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #000066;
|
||||
}
|
||||
.doclastchangeddate {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #660000;
|
||||
}
|
||||
.docfilename {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #000066;
|
||||
}
|
||||
.docfileformatinfo {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #000000;
|
||||
}
|
||||
.docnumberofpages {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
}
|
||||
.docsizeinkb {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
}
|
||||
body {
|
||||
background-color: #999999;
|
||||
background-image: url(images/background.gif);
|
||||
}
|
||||
.toctitle {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
font-size: 20px;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
background-color: #FF9900;
|
||||
}
|
||||
.tcolor {
|
||||
background-color: #FF6600;
|
||||
}
|
||||
.ccolor {
|
||||
background-color: #660033;
|
||||
}
|
||||
a:link {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
color: #000099;
|
||||
}
|
||||
a:visited {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
color: #0066CC;
|
||||
}
|
||||
a:active {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
color: #CC0000;
|
||||
}
|
||||
@@ -0,0 +1,112 @@
|
||||
/**************************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
*************************************************************/
|
||||
|
||||
.doctitle {
|
||||
font-family: "Courier New", Courier, mono;
|
||||
font-size: 14px;
|
||||
color: #00CC00;
|
||||
font-weight: bold;
|
||||
}
|
||||
.docdescription {
|
||||
font-family: "Courier New", Courier, mono;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #00CC00;
|
||||
}
|
||||
.docauthor {
|
||||
font-family: "Courier New", Courier, mono;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #00CC00;
|
||||
}
|
||||
.doccreationdate {
|
||||
font-family: "Courier New", Courier, mono;
|
||||
font-size: 12px;
|
||||
color: #99CC00;
|
||||
}
|
||||
.doclastchangeddate {
|
||||
font-family: "Courier New", Courier, mono;
|
||||
font-size: 12px;
|
||||
color: #FF0000;
|
||||
}
|
||||
.docfilename {
|
||||
font-family: "Courier New", Courier, mono;
|
||||
font-size: 12px;
|
||||
color: #00CC00;
|
||||
}
|
||||
.docfileformatinfo {
|
||||
font-family: "Courier New", Courier, mono;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #00CC00;
|
||||
}
|
||||
.docnumberofpages {
|
||||
font-family: "Courier New", Courier, mono;
|
||||
font-size: 12px;
|
||||
color: #00CC00;
|
||||
}
|
||||
.docsizeinkb {
|
||||
font-family: "Courier New", Courier, mono;
|
||||
font-size: 12px;
|
||||
color: #00CC00;
|
||||
}
|
||||
body {
|
||||
background-color: #000000;
|
||||
background-image: url(images/background.gif);
|
||||
}
|
||||
.toctitle {
|
||||
font-family: "Courier New", Courier, mono;
|
||||
font-size: 20px;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
color: #00CC00;
|
||||
background-color: #222222;
|
||||
}
|
||||
.tcolor {
|
||||
background-color: #000000;
|
||||
border-top-width: mittel;
|
||||
border-right-width: mittel;
|
||||
border-bottom-width: mittel;
|
||||
border-left-width: mittel;
|
||||
border-top-style: doppelt;
|
||||
border-right-style: doppelt;
|
||||
border-bottom-style: doppelt;
|
||||
border-left-style: doppelt;
|
||||
border-top-color: #333333;
|
||||
border-right-color: #000000;
|
||||
border-bottom-color: #000000;
|
||||
border-left-color: #999999;
|
||||
}
|
||||
.ccolor {
|
||||
background-color: #222222;
|
||||
}
|
||||
a:link {
|
||||
font-family: "Courier New", Courier, mono;
|
||||
color: #00FF33;
|
||||
}
|
||||
a:visited {
|
||||
font-family: "Courier New", Courier, mono;
|
||||
color: #00CC33;
|
||||
}
|
||||
a:active {
|
||||
font-family: "Courier New", Courier, mono;
|
||||
color: #CC0000;
|
||||
}
|
||||
@@ -0,0 +1,100 @@
|
||||
/**************************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
*************************************************************/
|
||||
|
||||
.doctitle {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
}
|
||||
.docdescription {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docauthor {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.doccreationdate {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #FFFF00;
|
||||
}
|
||||
.doclastchangeddate {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #FF0000;
|
||||
}
|
||||
.docfilename {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docfileformatinfo {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docnumberofpages {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docsizeinkb {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
body {
|
||||
background-color: #999999;
|
||||
background-image: url(images/background.gif);
|
||||
}
|
||||
.toctitle {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 20px;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
color: #FFFFFF;
|
||||
background-color: #660033;
|
||||
}
|
||||
.tcolor {
|
||||
background-color: #330000;
|
||||
}
|
||||
.ccolor {
|
||||
background-color: #660033;
|
||||
}
|
||||
a:link {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #FFFF00;
|
||||
}
|
||||
a:visited {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #00CCFF;
|
||||
}
|
||||
a:active {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #FF0000;
|
||||
}
|
||||
@@ -0,0 +1,112 @@
|
||||
/**************************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
*************************************************************/
|
||||
|
||||
.doctitle {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
}
|
||||
.docdescription {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #000000;
|
||||
}
|
||||
.docauthor {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #000000;
|
||||
}
|
||||
.doccreationdate {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #000066;
|
||||
}
|
||||
.doclastchangeddate {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #990000;
|
||||
}
|
||||
.docfilename {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #000066;
|
||||
}
|
||||
.docfileformatinfo {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #000000;
|
||||
}
|
||||
.docnumberofpages {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
}
|
||||
.docsizeinkb {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
}
|
||||
body {
|
||||
background-color: #660000;
|
||||
background-image: url(images/background.gif);
|
||||
}
|
||||
.toctitle {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 20px;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
background-color: #CCCCCC;
|
||||
}
|
||||
.tcolor {
|
||||
background-color: #FFCC00;
|
||||
border-top-width: mittel;
|
||||
border-right-width: mittel;
|
||||
border-bottom-width: mittel;
|
||||
border-left-width: mittel;
|
||||
border-top-style: doppelt;
|
||||
border-right-style: doppelt;
|
||||
border-bottom-style: doppelt;
|
||||
border-left-style: doppelt;
|
||||
border-top-color: #003399;
|
||||
border-right-color: #CC3300;
|
||||
border-bottom-color: #003399;
|
||||
border-left-color: #666666;
|
||||
}
|
||||
.ccolor {
|
||||
background-color: #000066;
|
||||
}
|
||||
a:link {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #003399;
|
||||
}
|
||||
a:visited {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #0099CC;
|
||||
}
|
||||
a:active {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #CC0000;
|
||||
}
|
||||
@@ -0,0 +1,100 @@
|
||||
/**************************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
*************************************************************/
|
||||
|
||||
.doctitle {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
}
|
||||
.docdescription {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #000000;
|
||||
}
|
||||
.docauthor {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #000000;
|
||||
}
|
||||
.doccreationdate {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #000066;
|
||||
}
|
||||
.doclastchangeddate {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #990000;
|
||||
}
|
||||
.docfilename {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #000066;
|
||||
}
|
||||
.docfileformatinfo {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #000000;
|
||||
}
|
||||
.docnumberofpages {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
}
|
||||
.docsizeinkb {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
}
|
||||
body {
|
||||
background-color: #660000;
|
||||
background-image: url(images/background.gif);
|
||||
}
|
||||
.toctitle {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 20px;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
color: #000000;
|
||||
background-color: #CCCCCC;
|
||||
}
|
||||
.tcolor {
|
||||
background-color: #33CC66;
|
||||
}
|
||||
.ccolor {
|
||||
background-color: #330099;
|
||||
}
|
||||
a:link {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #0033CC;
|
||||
}
|
||||
a:visited {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #0099FF;
|
||||
}
|
||||
a:active {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #FF0000;
|
||||
}
|
||||
@@ -0,0 +1,100 @@
|
||||
/**************************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
*************************************************************/
|
||||
|
||||
.doctitle {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
}
|
||||
.docdescription {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docauthor {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.doccreationdate {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #FFFF00;
|
||||
}
|
||||
.doclastchangeddate {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #FF0000;
|
||||
}
|
||||
.docfilename {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docfileformatinfo {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docnumberofpages {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
.docsizeinkb {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
body {
|
||||
background-color: #CCCCCC;
|
||||
background-image: url(images/background.gif);
|
||||
}
|
||||
.toctitle {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 20px;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
color: #FFFFFF;
|
||||
background-color: #330033;
|
||||
}
|
||||
.tcolor {
|
||||
background-color: #330066;
|
||||
}
|
||||
.ccolor {
|
||||
background-color: #330033;
|
||||
}
|
||||
a:link {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #FFFF00;
|
||||
}
|
||||
a:visited {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #0099FF;
|
||||
}
|
||||
a:active {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #FF0000;
|
||||
}
|
||||
@@ -0,0 +1,100 @@
|
||||
/**************************************************************
|
||||
*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
* or more contributor license agreements. See the NOTICE file
|
||||
* distributed with this work for additional information
|
||||
* regarding copyright ownership. The ASF licenses this file
|
||||
* to you under the Apache License, Version 2.0 (the
|
||||
* "License"); you may not use this file except in compliance
|
||||
* with the License. You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing,
|
||||
* software distributed under the License is distributed on an
|
||||
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
* KIND, either express or implied. See the License for the
|
||||
* specific language governing permissions and limitations
|
||||
* under the License.
|
||||
*
|
||||
*************************************************************/
|
||||
|
||||
.doctitle {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 14px;
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
}
|
||||
.docdescription {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #000000;
|
||||
}
|
||||
.docauthor {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #000000;
|
||||
}
|
||||
.doccreationdate {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #000066;
|
||||
}
|
||||
.doclastchangeddate {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #990000;
|
||||
}
|
||||
.docfilename {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #000066;
|
||||
}
|
||||
.docfileformatinfo {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
font-style: italic;
|
||||
color: #000000;
|
||||
}
|
||||
.docnumberofpages {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
}
|
||||
.docsizeinkb {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
color: #000000;
|
||||
}
|
||||
body {
|
||||
background-color: #CCCCCC;
|
||||
background-image: url(images/background.gif);
|
||||
}
|
||||
.toctitle {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 20px;
|
||||
font-style: normal;
|
||||
font-weight: bold;
|
||||
color: #FFFFFF;
|
||||
background-color: #006699;
|
||||
}
|
||||
.tcolor {
|
||||
background-color: #EEEEEE;
|
||||
}
|
||||
.ccolor {
|
||||
background-color: #0066CC;
|
||||
}
|
||||
a:link {
|
||||
font-family: "Times New Roman", Times, serif;
|
||||
color: #0033CC;
|
||||
}
|
||||
a:visited {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #0066CC;
|
||||
}
|
||||
a:active {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
color: #CC0000;
|
||||
}
|
||||
Reference in New Issue
Block a user