home *** CD-ROM | disk | FTP | other *** search
- /*
- * Copyright 2002-2004 The Apache Software Foundation
- *
- * Licensed 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 {
- padding: 0px;
- margin: 0px;
- border: 0px;
- cursor: text;
- }
-
- a {
- cursor: text;
- }
-
- img {
- border: 1px dotted #ccc;
- }
-
- hr {
- border: none;
- border-top: 1px solid #888;
- width: 70%;
- }
-
- .source {
- font-family: "Monaco", "Lucida Console", monospace;
- padding: 5px;
- white-space: -moz-pre-wrap;
- }
-
- .body {
- padding: 5px;
- margin: 0px;
- border: 0px
- }
-
- .body p { background-color: #eee }
- .body p p { background-color: #ddd; }
- .body p p p { background-color: #ccc; }
-
- .body blockquote { background-color: #eee; }
- .body blockquote blockquote { background-color: #ddd; }
- .body blockquote blockquote blockquote { background-color: #ccc; }
-
- .body ul li { background-color: #eee; }
- .body ul ul li { background-color: #ddd; }
- .body ul ul ul li { background-color: #ccc; }
-
- .body ol li { background-color: #eee; }
- .body ol ol li { background-color: #ddd; }
- .body ol ol ol li { background-color: #ccc; }
-
- .body br:before {
- content: "\21a9";
- font-size: 10px;
- text-style: none;
- color: #888;
- }
-
- .body h1,h2,h3,h4 {
- background-color: #eee;
- }
-
- .body img {
- cursor: pointer;
- }
-