~ubuntu-branches/ubuntu/quantal/bacula-doc/quantal

« back to all changes in this revision

Viewing changes to home-page/fr/bacula.css

  • Committer: Bazaar Package Importer
  • Author(s): John Goerzen
  • Date: 2007-12-29 16:02:34 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20071229160234-dyl18sllzsx72jfu
Tags: 2.2.8-1
* New upstream version.
* Thanks to Mark Hymers for assistance with packaging 2.2.6 and 2.2.7.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*****************************************************************************
 
2
/
 
3
/ old colours:
 
4
/       red: #9f1515;
 
5
/
 
6
/************************************************************************** */
 
7
 
 
8
/*****************************************************************************
 
9
/
 
10
/ page header
 
11
/
 
12
/************************************************************************** */
 
13
 
 
14
div.userBar {
 
15
        padding-right: 5px;
 
16
        padding-left: 5px;
 
17
        background-color: #002244;
 
18
        color: #ffffff;
 
19
        position: absolute;
 
20
        right: 0px;
 
21
        top: 50px;
 
22
        font-size: 12px;
 
23
        line-height: 25px;
 
24
}
 
25
 
 
26
div.searchBar {
 
27
        padding-right: 5px;
 
28
        padding-left: 5px;
 
29
        background-color: #002244;
 
30
        color: #ffffff;
 
31
}
 
32
 
 
33
/* height 34 */
 
34
table.searchBar {
 
35
        width: 100%;
 
36
        height: 34px;
 
37
}
 
38
 
 
39
input.searchBar {
 
40
        color: white;
 
41
        background-color: #749aba;
 
42
        border: 0px;
 
43
}
 
44
 
 
45
input.searchBar#text {
 
46
        border: 1px solid white;
 
47
}
 
48
 
 
49
input.searchBar#button {
 
50
        color: #002244;
 
51
        border: 1px solid white;
 
52
}
 
53
 
 
54
/* height 96 */
 
55
div.pageLogo {
 
56
        height: 94px;
 
57
        background-color: #749aba;
 
58
        border-top: 1px solid #002244;
 
59
        border-bottom: 1px solid #002244;
 
60
        padding-right: 15px;
 
61
        vertical-align: middle;
 
62
}
 
63
 
 
64
table.pageLogo {
 
65
        border-collapse: collapse;
 
66
        width: 100%;
 
67
        height: 100%;
 
68
}
 
69
 
 
70
div.icons {
 
71
        text-align: center;
 
72
        margin: 5px;
 
73
}
 
74
 
 
75
/*****************************************************************************
 
76
/
 
77
/ page menu left
 
78
/
 
79
/************************************************************************** */
 
80
 
 
81
/* positioning of the menu */
 
82
div.menuLeft {
 
83
        position:       absolute;
 
84
        top:            129px;
 
85
        left:           0px;
 
86
        width:          175px;
 
87
        color:          white;
 
88
        background-color:       #749aba;
 
89
        border-right: 1px solid #002244;
 
90
}
 
91
 
 
92
/* menu main topic */
 
93
div.menuHead {
 
94
        text-align:     center;
 
95
        vertical-align: middle;
 
96
        padding-top:    3px;
 
97
        padding-bottom: 3px;
 
98
        padding-left:   20px;
 
99
        padding-right:  20px;
 
100
        font-weight:    bold;
 
101
        background-color:  #002244;
 
102
        line-height: 18px;
 
103
}
 
104
 
 
105
/* menu item */
 
106
div.menuItem {
 
107
        line-height: 16px;
 
108
        margin-bottom: 8px;
 
109
}
 
110
 
 
111
ul.menuitem {
 
112
}
 
113
 
 
114
li.menuItem {
 
115
        list-style-type: square;
 
116
}
 
117
 
 
118
li.menuItem:hover {
 
119
        list-style-type: disc;
 
120
        color: #990000;
 
121
}
 
122
 
 
123
li.menuItem a {
 
124
        color: white;
 
125
        text-decoration: none;
 
126
}
 
127
 
 
128
li.menuItem a:link,active,hover,visited {
 
129
        text-decoration: none;
 
130
}
 
131
 
 
132
/*****************************************************************************/
 
133
 
 
134
div.pageTopRight {
 
135
        padding: 4px 15px 5px 15px;
 
136
        font-size: 14px;
 
137
        color: white;
 
138
        background-color: #002244;
 
139
        position:       absolute;
 
140
        right:  0px;
 
141
        top:            129px;
 
142
        margin-bottom: 20px;
 
143
}
 
144
 
 
145
/****************************************************************************/
 
146
 
 
147
div.pageContent {
 
148
        position: absolute;
 
149
        margin-top: 70px;
 
150
        right: 20px;
 
151
        left: 195px;
 
152
}
 
153
 
 
154
td.contentTopic {
 
155
        font-size: 26px; 
 
156
        font-weight: bold;
 
157
        border-bottom: 2px dotted #002244;
 
158
        padding-bottom: 10px;
 
159
}
 
160
 
 
161
td.content {
 
162
        font-size: 14px;
 
163
        padding: 20px;
 
164
        line-height: 22px;
 
165
}
 
166
 
 
167
/****************************************************************************/
 
168
 
 
169
div.login {
 
170
        text-align: center;
 
171
        vertical-align: middle;
 
172
        width: 100%;
 
173
        height: 300px;
 
174
}
 
175
 
 
176
/****************************************************************************/
 
177
 
 
178
ul.hardware {
 
179
        margin-left: -25px;
 
180
}
 
181
 
 
182
/*****************************************************************************
 
183
 *      Site-Properties
 
184
 */
 
185
html, body {
 
186
        /* removes white border in crappy IE */
 
187
        margin: 0px;
 
188
        padding: 0px;
 
189
        border: 0px;
 
190
 
 
191
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
 
192
        font-size: 12px;
 
193
        color: #002244;
 
194
        background-color: #ffffff;
 
195
        background: url("images/paper.jpg") transparent;
 
196
}
 
197
 
 
198
/** site wide links **/
 
199
a {
 
200
        color: #002244;
 
201
        text-decoration: underline;
 
202
}
 
203
a:link {
 
204
        text-decoration: underline;
 
205
}
 
206
a:visited {
 
207
        text-decoration: underline;
 
208
}
 
209
a:hover {
 
210
        text-decoration: underline;
 
211
}
 
212
a:active {
 
213
        text-decoration: underline;
 
214
}
 
215
 
 
216
/** site wide properties **/
 
217
td {
 
218
        vertical-align: top;
 
219
}
 
220
 
 
221
img {
 
222
        vertical-align: middle;
 
223
        border: 0px;
 
224
}
 
225
 
 
226
dt {
 
227
        font-style: oblique;
 
228
}
 
229
 
 
230
h3 {
 
231
        margin-top: 35px;
 
232
}
 
233
 
 
234
pre.code {
 
235
        background-color: #ffffcd;
 
236
        color: #000000;
 
237
        padding: 10px;
 
238
        margin-left: 20px;
 
239
        margin-right: 20px;
 
240
        border: 2px dotted #000000;
 
241
        font-size: 12px;
 
242
        font-family: monospace, serif;
 
243
        text-align: left;
 
244
}
 
245
 
 
246
p.error {
 
247
        width: 500px;
 
248
        height: 200px; 
 
249
        padding: 20px;
 
250
        border: 6px ridge #002244;
 
251
        vertical-align: middle;
 
252
        display: table-cell;
 
253
        font-size: 20px;
 
254
        line-height: 36px;
 
255
}
 
256
 
 
257
table.news {
 
258
}
 
259
 
 
260
td.newsHeader {
 
261
        background-color: #002244;
 
262
        color: white;
 
263
        vertical-align: middle;
 
264
        font-weight:    bold;
 
265
        line-height: 28px;
 
266
        text-indent: 1em;
 
267
}
 
268
 
 
269
td.newsContent {
 
270
        background-color:       #749aba;
 
271
        color: white;
 
272
        padding-left: 3em;
 
273
        padding-right: 3em;
 
274
        border: 1px solid #002244;
 
275
}
 
276
 
 
277
td.newsFooter {
 
278
        font-size: small;
 
279
        text-align: right;
 
280
}
 
281
 
 
282
 
 
283
/* EOF */