blob: 7b2b17d8b4425effe7227c8910070691ff2c3336 [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 { background-color: #FFFFFF; margin: 0px 0px 0px 0px; font-family: Arial, Helvetica, sans-serif; font-size : 14px; }
a:link { color: #0F3660; }
a:visited { color: #009999; }
a:active { color: #000066; }
a:hover { color: #000066; }
.menu { background-color: #4C6C8F; margin: 0px; padding: 3px 8px 5px 3px; font-size : 14px; }
.menu a:link { color: #FFFFFF; text-decoration : none; }
.menu a:visited { color: #FFFFFF; text-decoration : none; }
/*.menu a:active { font-weight: bold }*/
.menu a:hover { color: #FFCC00; text-decoration : none; }
.menu ul { margin: 0px 0px 0px 20px; padding: 0px; }
.menu li { list-style-image: url('images/label.gif'); }
.menu ul ul li .sel { list-style-image: url('images/current.gif'); }
.menu ul ul li { list-style-image: url('images/page.gif'); }
.content { padding: 5px 5px 5px 10px; font : small; font-size : 14px; }
.content table { width: 100%; background-color: #7099C5; color: #ffffff; font-size : 14px;}
.content table .caption { text-align: left; color: black; font-size : 14px; }
.content table .th { text-align: center; font-size : 14px;}
.content td { background-color: #f0f0ff; color: black; font-size : 14px;}
.frame { margin: 5px 20px 5px 20px; font-size: 14px; }
.frame .content { margin: 0px; }
.note { border: solid 1px #7099C5; background-color: #f0f0ff; }
.note .label { background-color: #7099C5; color: #ffffff; }
.warning { border: solid 1px #D00000; background-color: #fff0f0; }
.warning .label { background-color: #D00000; color: #ffffff; }
.fixme { border: solid 1px #C6C600; background-color: #FAF9C3; }
.fixme .label { background-color: #C6C600; color: #ffffff; }
.code { border-color: #CFDCED; border-style: solid; border-width: 1px; }
.highlight { background-color: yellow; }
.minitoc {margin: 5px 5px 5px 40px;}