xref: /AOO41X/main/extras/source/misc_config/wizard/web/styles/dark.css (revision ba7cc37420601ac61d3c7be3d055fba1506f5fd7)
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: "Times New Roman", Times, serif;
24    font-size: 14px;
25    color: #FFFFFF;
26    font-weight: bold;
27}
28.docdescription {
29    font-family: "Times New Roman", Times, serif;
30    font-size: 12px;
31    font-style: italic;
32    color: #FFFFFF;
33}
34.docauthor {
35    font-family: "Times New Roman", Times, serif;
36    font-size: 12px;
37    font-style: italic;
38    color: #FFFFFF;
39}
40.doccreationdate {
41    font-family: "Times New Roman", Times, serif;
42    font-size: 12px;
43    color: #FFFFFF;
44}
45.doclastchangeddate {
46    font-family: "Times New Roman", Times, serif;
47    font-size: 12px;
48    color: #FFCC00;
49}
50.docfilename {
51    font-family: "Times New Roman", Times, serif;
52    font-size: 12px;
53    color: #FFFFFF;
54}
55.docfileformatinfo {
56    font-family: "Times New Roman", Times, serif;
57    font-size: 12px;
58    font-style: italic;
59    color: #FFFFFF;
60}
61.docnumberofpages {
62    font-family: "Times New Roman", Times, serif;
63    font-size: 12px;
64    color: #FFFFFF;
65}
66.docsizeinkb {
67    font-family: "Times New Roman", Times, serif;
68    font-size: 12px;
69    color: #FFFFFF;
70}
71body {
72    background-color: #000000;
73    background-image: url(images/background.gif);
74}
75.toctitle {
76    font-family: "Times New Roman", Times, serif;
77    font-size: 20px;
78    font-style: normal;
79    font-weight: bold;
80    color: #FFFFFF;
81    background-color: #333366;
82}
83.tcolor {
84    background-color: #333300;
85}
86.ccolor {
87    background-color: #333366;
88}
89a:link {
90    font-family: "Times New Roman", Times, serif;
91    color: #EEEEEE;
92}
93a:visited {
94    font-family: "Times New Roman", Times, serif;
95    color: #CCCCCC;
96}
97a:active {
98    font-family: "Times New Roman", Times, serif;
99    color: #FFCC00;
100}
101