blob: 57e2c5435627b89513d84cc9a02b6d7045392a51 [file] [log] [blame]
/*
* 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.
*/
body, table {
font: 12px arial,helvetica,sans-serif;
background: #E2E2E2
}
h3 {
margin-bottom: 5px;
}
li {
list-style: url("image/squareRed.gif");
margin-left: -5px;
width: 600px;
margin-bottom: 10px;
}
:link, :active, :visited {
color: #333333;
font: bold 12px arial,helvetica,sans-serif;
text-decoration: none;
border-bottom: 1px dotted #600;
}
hr {
border: 0px solid black;
border-top: 1px solid black;
}
.programlisting {
background-color: #d3d3d3;
border: 1px solid black;
}
.mediaobject {
padding: 10px;
background: #ffffff;
border: 1px solid black;
}
.classname {
line-height: 18px;
}
.table table th {
background-color: #a9a9a9;
border: 1px solid black;
}
.table table td {
background-color: #d3d3d3;
border: 1px solid black;
vertical-align: top;
}