| /* |
| * 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. |
| */ |
| |
| .CodeMirror { |
| border: 1px solid #eee; |
| } |
| |
| td { |
| padding-right: 20px; |
| } |
| body { |
| font-family: Droid Sans, Arial, sans-serif; |
| line-height: 1.5; |
| max-width: 64.3em; |
| margin: 3em auto; |
| padding: 0 1em; |
| } |
| |
| h1 { |
| letter-spacing: -3px; |
| font-size: 3.23em; |
| font-weight: bold; |
| margin: 0; |
| } |
| |
| h2 { |
| font-size: 1.23em; |
| font-weight: bold; |
| margin: .5em 0; |
| letter-spacing: -1px; |
| } |
| |
| h3 { |
| font-size: 1em; |
| font-weight: bold; |
| margin: .4em 0; |
| } |
| |
| pre { |
| background-color: #eee; |
| -moz-border-radius: 6px; |
| -webkit-border-radius: 6px; |
| border-radius: 6px; |
| padding: 1em; |
| } |
| |
| pre.code { |
| margin: 0 1em; |
| } |
| |
| .grey { |
| font-size: 2.2em; |
| padding: .5em 1em; |
| line-height: 1.2em; |
| margin-top: .5em; |
| position: relative; |
| } |
| |
| img.logo { |
| position: absolute; |
| right: -25px; |
| bottom: 4px; |
| } |
| |
| a:link, a:visited, .quasilink { |
| color: #df0019; |
| cursor: pointer; |
| text-decoration: none; |
| } |
| |
| a:hover, .quasilink:hover { |
| color: #800004; |
| } |
| |
| h1 a:link, h1 a:visited, h1 a:hover { |
| color: black; |
| } |
| |
| ul { |
| margin: 0; |
| padding-left: 1.2em; |
| } |
| |
| a.download { |
| color: white; |
| background-color: #df0019; |
| width: 100%; |
| display: block; |
| text-align: center; |
| font-size: 1.23em; |
| font-weight: bold; |
| text-decoration: none; |
| -moz-border-radius: 6px; |
| -webkit-border-radius: 6px; |
| border-radius: 6px; |
| padding: .5em 0; |
| margin-bottom: 1em; |
| } |
| |
| a.download:hover { |
| background-color: #bb0010; |
| } |
| |
| .rel { |
| margin-bottom: 0; |
| } |
| |
| .rel-note { |
| color: #777; |
| font-size: .9em; |
| margin-top: .1em; |
| } |
| |
| .logo-braces { |
| color: #df0019; |
| position: relative; |
| top: -4px; |
| } |
| |
| .blk { |
| float: left; |
| } |
| |
| .left { |
| width: 37em; |
| padding-right: 6.53em; |
| padding-bottom: 1em; |
| } |
| |
| .left1 { |
| width: 15.24em; |
| padding-right: 6.45em; |
| } |
| |
| .left2 { |
| width: 15.24em; |
| } |
| |
| .right { |
| width: 20.68em; |
| } |
| |
| .leftbig { |
| width: 42.44em; |
| padding-right: 6.53em; |
| } |
| |
| .rightsmall { |
| width: 15.24em; |
| } |
| |
| .clear:after { |
| visibility: hidden; |
| display: block; |
| font-size: 0; |
| content: " "; |
| clear: both; |
| height: 0; |
| } |
| .clear { display: inline-block; } |
| /* start commented backslash hack \*/ |
| * html .clear { height: 1%; } |
| .clear { display: block; } |
| /* close commented backslash hack */ |