/* 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. */ @page { margin: 1in 0.75in 1in 0.75in; @top-left, @top-right { font-family: "Gill Sans", "DejaVu Sans", Verdana, Helvetica; font-weight: normal; } } @page:left { @top-left { content: counter(page); } @top-right { content: string(pagetitle); } } @page:right { @top-left { content: string(pagetitle); } @top-right { content: counter(page); } } @page:first { @top-left { content: normal } @top-right { content: normal } } @media print { title { string-set: doctitle content(); } body { font-family: "Palatino", "DejaVu Serif", Helvetica; font-size: 12pt; margin: 0; color: black; background: white; } h1 { string-set: pagetitle content(); page-break-before: always; } h1:first-child { page-break-before: avoid; } h1, h2, h3, ol.toc { font-family: "Gill Sans", "Courier", "DejaVu Sans", Verdana, Helvetica; } pre, p, blockquote { page-break-inside: avoid; } pre, code { font-family: "Monaco", "DejaVu Sans Mono", "Courier New", "Courier"; font-size: 10pt; } a:link, a:visited { background: transparent; text-decoration: none; } #wrap, #content, #footer { float: none !important; color: black; background: transparent; width: auto !important; margin: 0; padding: 0; border: 0; } #header { margin-bottom: 5%; font-size: 120%; } #header img { width: 4in; } #header .tagline { float: none !important; position: static !important; font-size: 1.2em; text-align: center; } #pages, .noprint { display: none; } ol.toc a:link, ol.toc a:visited { text-decoration: none; } ol.toc a:after { content: leader('.') target-counter(attr(href), page); } #footer { margin-top: 5%; } #license { page-break-before: always; padding-top: 1in; } }