优化项目结构、优化 maven 结构
This commit is contained in:
@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user