blob: 708ac76c32fb3668114f0032a5d8938339021c4a [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 { color: #000000;
background-color: #FFFFFF;
font-family: sans-serif }
A:link { color: #0101DF;
text-decoration: underline }
A:visited { color: #610B38;
text-decoration: underline }
A:hover { color: #0B3B0B;
text-decoration: underline }
PRE { background-color: #99CC66;
margin: 15px 30px;
padding: 10px 10px;
border: 1px solid #000000 }
# the following will add space between list items:
#LI { margin: 10px 0px }
TH { background-color: #FFFFFF; color: #003300;
font-size: 125%;
font-weight: bold }
# Classes defined specifically for Javadoc
.TableHeadingColor { background-color: #D8D8D8 }
.NavBarCell1 { background-color: #99CC66 }
.FrameItemFont { font-size: 90% }