1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22.doctitle { 23 font-family: "Courier New", Courier, mono; 24 font-size: 14px; 25 color: #00CC00; 26 font-weight: bold; 27} 28.docdescription { 29 font-family: "Courier New", Courier, mono; 30 font-size: 12px; 31 font-style: italic; 32 color: #00CC00; 33} 34.docauthor { 35 font-family: "Courier New", Courier, mono; 36 font-size: 12px; 37 font-style: italic; 38 color: #00CC00; 39} 40.doccreationdate { 41 font-family: "Courier New", Courier, mono; 42 font-size: 12px; 43 color: #99CC00; 44} 45.doclastchangeddate { 46 font-family: "Courier New", Courier, mono; 47 font-size: 12px; 48 color: #FF0000; 49} 50.docfilename { 51 font-family: "Courier New", Courier, mono; 52 font-size: 12px; 53 color: #00CC00; 54} 55.docfileformatinfo { 56 font-family: "Courier New", Courier, mono; 57 font-size: 12px; 58 font-style: italic; 59 color: #00CC00; 60} 61.docnumberofpages { 62 font-family: "Courier New", Courier, mono; 63 font-size: 12px; 64 color: #00CC00; 65} 66.docsizeinkb { 67 font-family: "Courier New", Courier, mono; 68 font-size: 12px; 69 color: #00CC00; 70} 71body { 72 background-color: #000000; 73 background-image: url(images/background.gif); 74} 75.toctitle { 76 font-family: "Courier New", Courier, mono; 77 font-size: 20px; 78 font-style: normal; 79 font-weight: bold; 80 color: #00CC00; 81 background-color: #222222; 82} 83.tcolor { 84 background-color: #000000; 85 border-top-width: mittel; 86 border-right-width: mittel; 87 border-bottom-width: mittel; 88 border-left-width: mittel; 89 border-top-style: doppelt; 90 border-right-style: doppelt; 91 border-bottom-style: doppelt; 92 border-left-style: doppelt; 93 border-top-color: #333333; 94 border-right-color: #000000; 95 border-bottom-color: #000000; 96 border-left-color: #999999; 97} 98.ccolor { 99 background-color: #222222; 100} 101a:link { 102 font-family: "Courier New", Courier, mono; 103 color: #00FF33; 104} 105a:visited { 106 font-family: "Courier New", Courier, mono; 107 color: #00CC33; 108} 109a:active { 110 font-family: "Courier New", Courier, mono; 111 color: #CC0000; 112} 113