home *** CD-ROM | disk | FTP | other *** search
- /*
- * Copyright 1999-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 { background-color: white; color: black; font-family: verdana, helvetica, arial, sans-serif; font-size: 80%; }
-
- h1 { color: #336699; text-align: center; font-size: 3em; padding-bottom: 10px; margin: 0px; }
- h2 { color: #336699; }
- h3 { color: #336699; }
- h4 { color: #336699; }
-
- a:link { color: #336699; }
- a:visited { color: #800080; }
- a:hover { color: #800080; background-color: #ffff80; }
- a:active { color: #006666; }
-
- img { border: 0; }
- .figure { text-align: center; }
-
- span.year { color: #336699; }
-
- p.copyright { text-align: center; padding-top: 10px; border-width: 1px 0px 0px 0px; border-style: solid; border-color: #336699; }
- p.author { color: #336699; padding-bottom: 10px; }
- p.block { text-align: center; }
-
- hr { height: 0px; color: #336699; }
-
- span.description { color: #336699; font-weight: bold; }
- span.switch { cursor: pointer; margin-left: 5px; text-decoration: underline; }
-
- /* Samples */
-
- /* background-color: #ffffcc; would make the groups even more visible but it's a bit heavy IMHO */
- .samplesGroup {
- color: black;
- border-width: 0px 0px 1px 1px;
- border-style: solid;
- border-color: #336699;
- font-size:120%;
- padding-left: 0.2em;
- padding-top: 0.2em;
- padding-bottom: 0.2em;
- margin-top: 1em;
- margin-bottom: 0;
- }
-
- .samplesNote {
- color: #333333;
- margin: 0.5em;
- padding: 0.2em;
- background-color: #ffffcc;
- font-style: italic;
- }
-
- .samplesText {
- margin-top: 0.2em;
- }
-
-