* The CSS definition has been removed from the config.pl file and
[BackupPC.git] / conf / BackupPC_stnd.css
1 /*
2  * BackupPC standard CSS definitions
3  *
4  * Version 2.1.0beta0, released 20 Mar 2004.
5  *
6  * See http://backuppc.sourceforge.net.
7  *
8  * AUTHOR
9  *   Craig Barratt  <cbarratt@users.sourceforge.net>
10  *
11  * COPYRIGHT
12  *   Copyright (C) 2004  Craig Barratt
13  */
14
15 body {
16     font-family:arial,sans-serif;
17     font-size:1em;
18     background-color:#ffffff;
19     margin:2px 5px 0px 2px;
20     height:100%
21 }
22
23 h1 {
24     font-family:arial,sans-serif;
25     font-size:1.5em;
26     color:#000000
27 }
28
29 h2 {
30     font-family:arial,sans-serif;
31     font-size:1em;
32     color:#000000
33 }
34
35 p {
36     font-family:arial,sans-serif;
37     font-size:.9em
38 }
39
40 a {
41     font-family:arial,sans-serif;
42     color:#3333ff
43 }
44
45 li {
46     font-size:.9em;
47 }
48
49 a:hover {
50     color:#cc0000;
51     text-decoration:none
52 }
53
54 a.NavCurrent {
55     font-weight:bold;
56 }
57
58 a.navbar {
59     padding-left:5px;
60     padding-right:5px;
61 }
62
63 .h1 {
64     font-family:arial,sans-serif;
65     font-size:1.5em;
66     color:#000000;
67     font-weight:bold;
68     background-color:#99cc33;
69     padding:3px;
70     padding-left:6px;
71     margin-bottom:5px;
72 }
73
74 .h2 {
75     font-family:arial,sans-serif;
76     font-size:1em;
77     color:#000000;
78     font-weight:bold;
79     background-color:#ddeeee;
80     padding:3px;
81     padding-left:6px;
82     margin-top:3px;
83     margin-bottom:1px;
84 }
85
86 .tableStnd {
87 }
88
89 .tableheader {
90     font-size:.8em;
91     font-weight:bold;
92     background-color:#cccccc;
93 }
94
95 .border {
96     font-size:.9em;
97 }
98
99 .fviewheader {
100     font-weight:bold;
101     font-size:.8em;
102     color:#ffffff;
103     background-color:#999999;
104 }
105
106 .fviewborder {
107     border-bottom:1px solid #000000;
108     border-left:1px dotted #666666;
109     background-color:#dddddd;
110     font-size:.9em;
111 }
112
113 .fviewon {
114     background-color:#cccccc;
115 }
116
117 .fviewoff {
118     background-color:#ffffff;
119 }
120
121 .fview {
122     font-size:.8em;
123     font-family:arial,sans-serif;
124     text-decoration:none;
125     line-height:15px;
126 }
127
128 .fviewbold {
129     font-size:.9em;
130     font-family:arial,sans-serif;
131     text-decoration:none;
132     line-height:15px;
133     font-weight:bold;
134 }
135
136 .histView {
137     border-bottom:1px solid #000000;
138     border-left:2px solid #ffffff;
139     background-color:#dddddd;
140     font-size:.9em;
141 }
142
143 .histViewMis {
144     border-bottom:1px solid #000000;
145     background-color:#ffdddd;
146 }
147
148 div.NavMenu {
149     width:18%;
150     margin:0px;
151     background-color:#ddeeee;
152 }
153
154 div.NavMenu a {
155     font-size:.8em;
156     display:block;
157     margin-left:8px;
158     padding:2px;
159 }
160
161 div.NavTitle {
162     padding-left:10px;
163     background-color:#99cc33;
164     font-family:arial,sans-serif;
165     color:#000000;
166     font-weight:bold;
167     margin-bottom:2px;
168 }
169
170 #Content {
171     float:right;
172     width:80%;
173     left:20%;
174     top:10px;
175     position:absolute;
176 }