mirror of https://github.com/apache/maven.git
use base theme
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@294995 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
41e9f46c10
commit
e6f0c22a82
|
@ -1,195 +0,0 @@
|
||||||
body {
|
|
||||||
margin: 0px;
|
|
||||||
padding: 0px;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
img {
|
|
||||||
border:none;
|
|
||||||
}
|
|
||||||
table {
|
|
||||||
padding:0px;
|
|
||||||
width: 100%;
|
|
||||||
margin-left: -2px;
|
|
||||||
margin-right: -2px;
|
|
||||||
font-size: 10px;
|
|
||||||
}
|
|
||||||
acronym {
|
|
||||||
cursor: help;
|
|
||||||
border-bottom: 1px dotted #feb;
|
|
||||||
}
|
|
||||||
table.bodyTable th, table.bodyTable td {
|
|
||||||
padding: 2px 4px 2px 4px;
|
|
||||||
vertical-align: top;
|
|
||||||
}
|
|
||||||
div.clear{
|
|
||||||
clear:both;
|
|
||||||
visibility: hidden;
|
|
||||||
}
|
|
||||||
div.clear hr{
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
#bannerRight {
|
|
||||||
font-size: xx-large;
|
|
||||||
font-weight: bold;
|
|
||||||
|
|
||||||
}
|
|
||||||
#bannerLeft img, #bannerRight img, #bannerRight span{
|
|
||||||
margin: 0px;
|
|
||||||
}
|
|
||||||
#bannerRight span{
|
|
||||||
border: 1px solid;
|
|
||||||
padding: 4px 10px 4px 10px;
|
|
||||||
background-color: #eee;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
.xleft, #bannerLeft img{
|
|
||||||
float:left;
|
|
||||||
color: #666;
|
|
||||||
text-shadow: #7CFC00;
|
|
||||||
}
|
|
||||||
.xright, #bannerRight img, #bannerRight span{
|
|
||||||
float:right;
|
|
||||||
text-shadow: #7CFC00;
|
|
||||||
|
|
||||||
}
|
|
||||||
.xright a:link, .xright a:visited, .xright a:active{
|
|
||||||
color: #666;
|
|
||||||
}
|
|
||||||
.xright a:hover{
|
|
||||||
color: #003300;
|
|
||||||
}
|
|
||||||
#banner {
|
|
||||||
height: 93px;
|
|
||||||
width: 100%;
|
|
||||||
background: url(../images/banner.jpg);
|
|
||||||
padding: 0px;
|
|
||||||
}
|
|
||||||
#banner img {
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
#breadcrumbs {
|
|
||||||
padding: 3px 10px 3px 10px;
|
|
||||||
}
|
|
||||||
#leftColumn {
|
|
||||||
width: 150px;
|
|
||||||
float:left;
|
|
||||||
}
|
|
||||||
#bodyColumn {
|
|
||||||
margin-right: 15px;
|
|
||||||
padding-left: 177px;
|
|
||||||
}
|
|
||||||
#legend {
|
|
||||||
padding: 8px 0 8px 0;
|
|
||||||
}
|
|
||||||
#navcolumn {
|
|
||||||
padding: 8px 4px 0 8px;
|
|
||||||
}
|
|
||||||
#navcolumn h5 {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0 0 0 9px;
|
|
||||||
font-size: small;
|
|
||||||
background-image: url(../images/h5.jpg);
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: left bottom;
|
|
||||||
}
|
|
||||||
#navcolumn ul {
|
|
||||||
margin: 5px 0 15px -0em;
|
|
||||||
padding: 0;
|
|
||||||
font-size: small;
|
|
||||||
background-color: #FFFFFF;
|
|
||||||
}
|
|
||||||
#navcolumn ul a {
|
|
||||||
color: #333333;
|
|
||||||
}
|
|
||||||
#navcolumn ul a:hover {
|
|
||||||
color: red;
|
|
||||||
}
|
|
||||||
#navcolumn li {
|
|
||||||
list-style-type: none;
|
|
||||||
background-image: none;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: 0 0.4em;
|
|
||||||
padding-left: 16px;
|
|
||||||
list-style-position: ouside;
|
|
||||||
line-height: 1.2em;
|
|
||||||
font-size: smaller;
|
|
||||||
}
|
|
||||||
#navcolumn li.expanded {
|
|
||||||
background-image: url(../images/expanded.gif);
|
|
||||||
}
|
|
||||||
#navcolumn li.collapsed {
|
|
||||||
background-image: url(../images/collapsed.gif);
|
|
||||||
}
|
|
||||||
#poweredBy {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
#navcolumn img {
|
|
||||||
margin-top: 10px;
|
|
||||||
margin-bottom: 3px;
|
|
||||||
}
|
|
||||||
#poweredBy img {
|
|
||||||
display:block;
|
|
||||||
margin: 20px 0 20px 17px;
|
|
||||||
border: 1px solid black;
|
|
||||||
width: 90px;
|
|
||||||
height: 30px;
|
|
||||||
}
|
|
||||||
#searchbar img {
|
|
||||||
margin: 0px;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
#searchbar #q, #searchbar #btnG {
|
|
||||||
border: 1px solid #999;
|
|
||||||
margin-bottom:10px;
|
|
||||||
}
|
|
||||||
#searchbar form {
|
|
||||||
margin: 0px;
|
|
||||||
}
|
|
||||||
#lastPublished {
|
|
||||||
font-size: x-small;
|
|
||||||
}
|
|
||||||
.navSection {
|
|
||||||
margin-bottom: 2px;
|
|
||||||
padding: 8px;
|
|
||||||
}
|
|
||||||
.navSectionHead {
|
|
||||||
font-weight: bold;
|
|
||||||
font-size: x-small;
|
|
||||||
}
|
|
||||||
.section {
|
|
||||||
padding: 4px;
|
|
||||||
}
|
|
||||||
#footer {
|
|
||||||
font-size: x-small;
|
|
||||||
margin: 20px 0px 20px 0px;
|
|
||||||
border-top: solid #ccc 1px;
|
|
||||||
padding: 10px;
|
|
||||||
color: #333333;
|
|
||||||
}
|
|
||||||
#breadcrumbs {
|
|
||||||
font-size: x-small;
|
|
||||||
margin: 0pt;
|
|
||||||
}
|
|
||||||
.source {
|
|
||||||
padding: 12px;
|
|
||||||
margin: 1em 7px 1em 7px;
|
|
||||||
}
|
|
||||||
.source pre {
|
|
||||||
margin: 0px;
|
|
||||||
padding: 0px;
|
|
||||||
color: #000;
|
|
||||||
}
|
|
||||||
#intro {
|
|
||||||
border: solid #ccc 1px;
|
|
||||||
margin: 6px 0px 0px 0px;
|
|
||||||
padding: 10px 40px 10px 40px;
|
|
||||||
}
|
|
||||||
.subsection {
|
|
||||||
margin-left: 3px;
|
|
||||||
color: #333333;
|
|
||||||
}
|
|
||||||
|
|
||||||
.subsection p {
|
|
||||||
font-size: 12px;
|
|
||||||
}
|
|
||||||
|
|
|
@ -68,7 +68,6 @@ p {
|
||||||
}
|
}
|
||||||
* html #breadcrumbs {
|
* html #breadcrumbs {
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
p\adding-bottom: 14px;
|
|
||||||
}
|
}
|
||||||
#leftColumn {
|
#leftColumn {
|
||||||
margin: 10px 0 10px 0;
|
margin: 10px 0 10px 0;
|
||||||
|
@ -88,7 +87,11 @@ p {
|
||||||
font-size: smaller;
|
font-size: smaller;
|
||||||
border-bottom: 1px solid #aaaaaa;
|
border-bottom: 1px solid #aaaaaa;
|
||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
|
padding-left: 9px;
|
||||||
color: #49635a;
|
color: #49635a;
|
||||||
|
background-image: url(../images/h5.jpg);
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: left bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.bodyTable th {
|
table.bodyTable th {
|
||||||
|
@ -131,3 +134,45 @@ dt {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
font-size: 10px;
|
||||||
|
}
|
||||||
|
.xright a:link, .xright a:visited, .xright a:active {
|
||||||
|
color: #666;
|
||||||
|
}
|
||||||
|
.xright a:hover {
|
||||||
|
color: #003300;
|
||||||
|
}
|
||||||
|
#banner {
|
||||||
|
height: 93px;
|
||||||
|
background: url(../images/banner.jpg);
|
||||||
|
}
|
||||||
|
#navcolumn ul {
|
||||||
|
margin: 5px 0 15px -0em;
|
||||||
|
}
|
||||||
|
#navcolumn ul a {
|
||||||
|
color: #333333;
|
||||||
|
}
|
||||||
|
#navcolumn ul a:hover {
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
#intro {
|
||||||
|
border: solid #ccc 1px;
|
||||||
|
margin: 6px 0px 0px 0px;
|
||||||
|
padding: 10px 40px 10px 40px;
|
||||||
|
}
|
||||||
|
.subsection {
|
||||||
|
margin-left: 3px;
|
||||||
|
color: #333333;
|
||||||
|
}
|
||||||
|
|
||||||
|
.subsection p {
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
#footer {
|
||||||
|
padding: 10px;
|
||||||
|
margin: 20px 0px 20px 0px;
|
||||||
|
border-top: solid #ccc 1px;
|
||||||
|
color: #333333;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue