* configure.pl checks version of Encode.pm. Reported by Chris Stone.
[BackupPC.git] / conf / BackupPC_stnd.css
1 /*
2  * BackupPC standard CSS definitions
3  *
4  * Version 3.0.0beta1, released 30 Jul 2006.
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:tahoma,arial,sans-serif,helvetica;
17     font-size:10pt;
18     background-color:#ffffff;
19     margin:2px 5px 0px 2px;
20     height:100%
21 }
22
23
24 table {
25     border-collapse: collapse;
26     color: #000000;
27     padding:0px;
28 }
29
30 h1 {
31     font-family:Trebuchet MS,Trebuchet,tahoma,arial,sans-serif,helvetica;
32     font-size:16pt;
33     color:#000000
34 }
35
36 h2 {
37     font-family:Trebuchet MS,Trebuchet,tahoma,arial,sans-serif,helvetica;
38     font-size:12pt;
39     color:#000000
40 }
41
42 a {
43     font-family:tahoma,arial,sans-serif,helvetica;
44     color:#3333ff
45 }
46
47 dt {
48     color:#3333ff
49 }
50
51 a:hover {
52     color:#cc0000;
53     text-decoration:none
54 }
55
56 a.NavCurrent {
57     font-weight:bold;
58 }
59
60 a.navbar {
61     padding-left:5px;
62     padding-right:5px;
63 }
64
65 .h1 {
66     font-family:Trebuchet MS,Trebuchet,tahoma,arial,sans-serif,helvetica;
67     font-size:16pt;
68     color:#000000;
69     font-weight:bold;
70     background-color:#95B8DB;
71     padding:3px;
72     padding-left:6px;
73     margin-bottom:5px;
74 }
75
76 .h2 {
77     font-family:Trebuchet MS,Trebuchet,tahoma,arial,sans-serif,helvetica;
78     font-size:12pt;
79     color:#000000;
80     font-weight:bold;
81     background-color:#eeeeee;
82     padding:3px;
83     padding-left:6px;
84     margin-top:3px;
85     margin-bottom:1px;
86 }
87
88 .tableStnd {
89     font-size:10pt;
90 }
91
92 .tableheader {
93     font-size:10pt;
94     font-weight:bold;
95     background-color:#eeeeee;
96 }
97
98 .border {
99     font-size:10pt;
100 }
101
102 .editHeader {
103     font-family:arial,sans-serif;
104     font-size:12pt;
105     color:#000000;
106     font-weight:bold;
107     background-color:#95B8DB;
108 }
109
110 .editTabSel {
111     font-family:arial,sans-serif;
112     font-size:14pt;
113     color:#000000;
114     font-weight:bold;
115     background-color:#95B8DB;
116     padding:3px;
117     padding-left:6px;
118     margin-bottom:5px;
119 }
120
121 .editTabNoSel {
122     font-family:arial,sans-serif;
123     font-size:14pt;
124     color:#000000;
125     font-weight:bold;
126     padding:3px;
127     padding-left:6px;
128     margin-bottom:5px;
129 }
130
131 .editSaveButton {
132     color:#ff0000;
133     font-size:14pt;
134     font-weight:bold;
135 }
136
137 .editError {
138     color:#ff0000;
139     font-weight:bold;
140 }
141
142 .editComment {
143     font-size:10pt;
144 }
145
146 .editTextInput {
147     font-family:courier;
148     font-size:10pt;
149 }
150
151 .fviewheader {
152     font-weight:bold;
153     font-size:9pt;
154     color:#ffffff;
155     background-color:#999999;
156 }
157
158 .fviewborder {
159     border-bottom:1px solid #000000;
160     border-left:1px dotted #666666;
161     background-color:#eeeeee;
162     font-size:9pt;
163 }
164
165 .fviewon {
166     background-color:#cccccc;
167 }
168
169 .fviewoff {
170     background-color:#ffffff;
171 }
172
173 .fview {
174     font-size:9pt;
175     font-family:tahoma,arial,sans-serif,helvetica;
176     text-decoration:none;
177     line-height:15px;
178 }
179
180 .fviewbold {
181     font-size:9pt;
182     font-family:tahoma,arial,sans-serif,helvetica;
183     text-decoration:none;
184     line-height:15px;
185     font-weight:bold;
186 }
187
188 .histView {
189     border-bottom:1px solid #000000;
190     border-left:2px solid #ffffff;
191     background-color:#eeeeee;
192     font-size:10pt;
193 }
194
195 .histViewMis {
196     border-bottom:1px solid #000000;
197     background-color:#ffdddd;
198 }
199
200 div.NavMenu {
201     width:18%;
202     margin:0px;
203     font-size:9pt;
204     background-color:#eeeeee;
205 }
206
207 div.NavMenu a {
208     font-size:9pt;
209     font-family:arial,sans-serif;
210     display:block;
211     margin-left:8px;
212     padding:2px;
213 }
214
215 div.NavTitle {
216     font-size:12pt;
217     padding-left:10px;
218     background-color:#95B8DB;
219     font-family:Trebuchet MS,Trebuchet,tahoma,arial,sans-serif,helvetica;
220     color:#000000;
221     font-weight:bold;
222     margin-bottom:2px;
223 }
224
225 #Content {
226     float:right;
227     width:80%;
228     left:20%;
229     top:10px;
230     position:absolute;
231 }