blob: a38981588f72c04e7c8d157ec54487a9df2e381a [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.
*/
* {
font-family: Tahoma;
font-size: 14px;
}
body {
background-color: #FFF8DC;
}
.container_12 {
margin-top: 20px;
background-color: #ffffff;
border: 1px solid #834C24;
}
.small {
font-size: 12px;
}
.sidebar {
border-right: 1px dashed #834C24;
margin-right: -1px;
}
.footer {
border-top: 1px dashed #834C24;
}
.sidebar ul {
list-style-type: none;
}
.sidebar ul li {
margin-left: 10px;
}
.sidebar h3 {
font-size: 18px;
}
a:link, a:active, a:visited {
color: #834C24;
text-decoration: none;
}
pre {
font-family: monospace;
}
h1, h2, h3 {
margin-top: 15px;
}
h1 {
font-size: 24px;
}
h2 {
font-size: 20px;
}
h3 {
font-size: 16px;
}