make check_archive transactionally safe
[BackupPC.git] / conf / BackupPC_stnd.css
1 /*
2  * BackupPC standard CSS definitions
3  *
4  * Version 3.0.0, released 28 Jan 2007.
5  *
6  * See http://backuppc.sourceforge.net.
7  *
8  * AUTHOR
9  *   Craig Barratt  <cbarratt@users.sourceforge.net>
10  *
11  * COPYRIGHT
12  *   Copyright (C) 2004-2009  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: 2px;
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 table.sortable a.sortheader {
99     background-color:#eeeeee;
100     font-weight: bold;
101     text-decoration: none;
102     display: block;
103 }
104
105 .border {
106     font-size:10pt;
107 }
108
109 .editHeader {
110     font-family:arial,sans-serif;
111     font-size:12pt;
112     color:#000000;
113     font-weight:bold;
114     background-color:#95B8DB;
115 }
116
117 .editTabSel {
118     font-family:arial,sans-serif;
119     font-size:14pt;
120     color:#000000;
121     font-weight:bold;
122     background-color:#95B8DB;
123     padding:3px;
124     padding-left:6px;
125     margin-bottom:5px;
126 }
127
128 .editTabNoSel {
129     font-family:arial,sans-serif;
130     font-size:14pt;
131     color:#000000;
132     font-weight:bold;
133     padding:3px;
134     padding-left:6px;
135     margin-bottom:5px;
136 }
137
138 .editSaveButton {
139     color:#c0c0c0;
140     font-size:14pt;
141     font-weight:bold;
142 }
143
144 .editError {
145     color:#ff0000;
146     font-weight:bold;
147 }
148
149 .editComment {
150     font-size:10pt;
151 }
152
153 .editTextInput {
154     font-family:courier;
155     font-size:10pt;
156 }
157
158 .fviewheader {
159     font-weight:bold;
160     font-size:9pt;
161     color:#ffffff;
162     background-color:#999999;
163 }
164
165 .fviewborder {
166     border-left:1px solid #666666;
167     border-bottom:1px solid #000000;
168     border-right:1px solid #666666;
169     background-color:#eeeeee;
170     font-size:9pt;
171 }
172
173 .fviewon {
174     background-color:#cccccc;
175 }
176
177 .fviewoff {
178     background-color:#ffffff;
179 }
180
181 .fview {
182     font-size:9pt;
183     font-family:tahoma,arial,sans-serif,helvetica;
184     text-decoration:none;
185     line-height:15px;
186 }
187
188 .fviewbold {
189     font-size:9pt;
190     font-family:tahoma,arial,sans-serif,helvetica;
191     text-decoration:none;
192     line-height:15px;
193     font-weight:bold;
194 }
195
196 .histView {
197     border-bottom:1px solid #000000;
198     border-left:1px solid #000000;
199     background-color:#eeeeee;
200     font-size:10pt;
201 }
202
203 .histViewMis {
204     border-bottom:1px solid #000000;
205     border-left:1px solid #000000;
206     background-color:#ffdddd;
207 }
208
209 div.NavMenu {
210     width:18%;
211     margin:0px;
212     font-size:9pt;
213     background-color:#eeeeee;
214 }
215
216 div.NavMenu a {
217     font-size:9pt;
218     font-family:arial,sans-serif;
219     display:block;
220     margin-left:8px;
221     padding:2px;
222 }
223
224 div.NavTitle {
225     font-size:12pt;
226     padding-left:10px;
227     background-color:#95B8DB;
228     font-family:Trebuchet MS,Trebuchet,tahoma,arial,sans-serif,helvetica;
229     color:#000000;
230     font-weight:bold;
231     margin-bottom:2px;
232 }
233
234 #Content {
235     float:right;
236     width:79%;
237     left:20%;
238     top:10px;
239     right:10px;
240     position:absolute;
241 }