a50bcab6e7250093ae74edfef0b95bd0db15b92d
[BackupPC.git] / conf / BackupPC_stnd.css
1 /*
2  * BackupPC standard CSS definitions
3  *
4  * Version 3.0.0beta2, released 31 Oct 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: 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 .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:#c0c0c0;
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-left:1px solid #666666;
160     border-bottom:1px solid #000000;
161     border-right:1px solid #666666;
162     background-color:#eeeeee;
163     font-size:9pt;
164 }
165
166 .fviewon {
167     background-color:#cccccc;
168 }
169
170 .fviewoff {
171     background-color:#ffffff;
172 }
173
174 .fview {
175     font-size:9pt;
176     font-family:tahoma,arial,sans-serif,helvetica;
177     text-decoration:none;
178     line-height:15px;
179 }
180
181 .fviewbold {
182     font-size:9pt;
183     font-family:tahoma,arial,sans-serif,helvetica;
184     text-decoration:none;
185     line-height:15px;
186     font-weight:bold;
187 }
188
189 .histView {
190     border-bottom:1px solid #000000;
191     border-left:1px solid #000000;
192     background-color:#eeeeee;
193     font-size:10pt;
194 }
195
196 .histViewMis {
197     border-bottom:1px solid #000000;
198     border-left:1px solid #000000;
199     background-color:#ffdddd;
200 }
201
202 div.NavMenu {
203     width:18%;
204     margin:0px;
205     font-size:9pt;
206     background-color:#eeeeee;
207 }
208
209 div.NavMenu a {
210     font-size:9pt;
211     font-family:arial,sans-serif;
212     display:block;
213     margin-left:8px;
214     padding:2px;
215 }
216
217 div.NavTitle {
218     font-size:12pt;
219     padding-left:10px;
220     background-color:#95B8DB;
221     font-family:Trebuchet MS,Trebuchet,tahoma,arial,sans-serif,helvetica;
222     color:#000000;
223     font-weight:bold;
224     margin-bottom:2px;
225 }
226
227 #Content {
228     float:right;
229     width:79%;
230     left:20%;
231     top:10px;
232     right:10px;
233     position:absolute;
234 }