Alternc  latest
Alternc logiel libre pour l'hébergement
style-bluedesktop10.css
Go to the documentation of this file.
1 html, body {
2  margin: 0px;
3  padding: 0px;
4 }
5 
6 body {
7  font-family: Verdana, Arial, Helvetica, sans-serif;
8  font-size: 11px;
9  color: #000000;
10  background-color: #F0F0FA;
11 /* background-color: cyan; */
12 }
13 
14 body.light {
15  font-family: Verdana, Arial, Helvetica, sans-serif;
16  font-size: 11px;
17  color: #000000;
18  background-color: #F0F0FA;
19 /* background-color: cyan; */
20 }
21 
22 .hlp {
23  font-family: Helvetica, Tahoma, sans-serif;
24  font-size: 11px;
25  color: #202020;
26 }
27 
28 table {
29  border-collapse: collapse;
30 }
31 
32 td {
33  font-family: Verdana, Arial, Helvetica, sans-serif;
34  font-size: 11px;
35  color: #000000;
36  padding-right: 6px;
37 }
38 
39 th {
40  font-family: Verdana, Arial, Helvetica, sans-serif;
41  font-size: 11px;
42  color: black;
43  background: #ABCDE4;
44  font-weight: normal;
45  text-align: left;
46 }
47 
48 h3 {
49  font-family: Verdana, Arial, Helvetica, sans-serif;
50  font-size: 18px;
51  font-weight: bold;
52  color: #10507C;
53  text-align: left;
54  padding: 11px;
55  padding-left: 0;
56  margin: 0px;
57 }
58 
59 .trbtn {
60  text-align: right;
61 }
62 
63 h4 {
64  font-family: Verdana, Arial, Helvetica, sans-serif;
65  font-size: 16px;
66  font-weight: bold;
67  color: #007777
68 }
69 
70 hr {
71  color: #007799;
72  height: 1px;
73  border: 1px solid #007799;
74 }
75 
76 .inp {
77  /* Should not be use anymore !!! */
78  border-color: blue;
79  border-width: 5px;
80  background-color: #500000;
81  color: white;
82 }
83 
84 .inc, .inl {
85  border: 1px solid black;
86  font-family: Verdana, Arial, Helvetica, sans-serif;
87  font-size: 10px;
88  border-style: none;
89  color: black;
90  background: white;
91 }
92 
93 .inb {
94  border: 1px solid #999;
95  font-family: Verdana, Arial, Helvetica, sans-serif;
96  font-size: 11px;
97  padding: 4px;
98  padding-left: 6px;
99  padding-right: 6px;
100  color: black;
101  background-color: #CFE3F1;
102  cursor: pointer;
103  margin-right: 4px;
104 }
105 .inb:hover {
106  background-color: #BFD3E1;
107 }
108 
109 input.ina:hover, input.ina, input.inav, input.inav:hover {
110  border: 1px solid #999;
111  font-family: Verdana, Arial, Helvetica, sans-serif;
112  font-size: 10px;
113  padding: 2px 4px 2px 4px;
114  color: black;
115  cursor: pointer;
116  /*float: right;*/
117 }
118 input.ina, .ina a {
119  background-color: #F1F8FD;
120 }
121 input.ina:hover, .ina a:hover,
122 input.inav, .inav a {
123  background-color: #CFE3F1;
124 }
125 input.inav:hover, .inav a:hover, a.inav:hover {
126  background-color: #F1F8FD;
127 }
128 
129 .ina-active a, a.ina-active, input.ina-active {
130  background-color: #C1FFCD;
131 }
132 
133 .ina a, a.ina, .inav a, a.inav {
134  color: black;
135  white-space: nowrap;
136 
137  border: 1px solid #999;
138  font-family: Verdana, Arial, Helvetica, sans-serif;
139  font-size: 10px;
140  padding: 4px;
141  color: black;
142  cursor: pointer;
143 }
144 .ina a:hover, a.ina:hover, .inav a:hover, a.inav:hover {
145  text-decoration: none;
146  color: black;
147 }
148 
149 .ina img, .ina img {
150  vertical-align: middle;
151  padding: 2px;
152 }
153 .bff {
154  border: 1px solid #999;
155  background-color: #F1F8FD;
156  font-family: Verdana, Arial, Helvetica, sans-serif;
157  font-size: 10px;
158  padding-left: 2px;
159  padding-right: 4px;
160  color: black;
161  cursor: pointer;
162 }
163 .int {
164  border: 1px dotted black;
165  background-color: white;
166  font-family: Verdana, Arial, Helvetica, sans-serif;
167  font-size: 11px;
168  padding: 2px;
169 }
170 .intleft {
171  border-right: 0px;
172  padding-right: 0px;
173 }
174 .intright {
175  border-left: 0px;
176  padding-left: 0px;
177 }
178 
179 .lst2 {
180  /*background-color: #F1F8FD;*/
181  background-color: #E7F0F9;
182 }
183 .lst1 {
184  background-color: #CFE3F1;
185 }
186 
187 .dlogin {
188  text-align: center;
189 }
190 
191 .login {
192  margin-left: auto;
193  margin-right: auto;
194 }
195 
196 img {
197  border: 0px;
198  vertical-align: middle;
199 }
200 
201 .error {
202  color: red;
203  font-weight: bold;
204 }
205 
206 /* Over quota class */
207 .over {
208  color: red;
209 }
210 
211 .code {
212  font-size: 16px;
213  font-family: Courier New, Fixed;
214  font-weight: bold;
215  text-align: center;
216 }
217 
218 #global {
219  display: block;
220  margin-left: auto;
221  margin-right: auto;
222  margin-top: 20px;
223  margin-bottom: 20px;
224  width: 1020px;
225  border: 5px solid #1D6A9F;
226  -webkit-border-radius: 10px;
227  -moz-border-radius: 10px;
228  border-radius: 10px;
229  background-color: #F0F0FA;
230 /* background: #F1F8FD url(/admin/images/bgborder.gif) repeat-y scroll top left; */
231 }
232 
233 /* Main container */
234 
235 #tdMenu, #tdContent {
236  vertical-align: top;
237 }
238 
239 #tdMenu {
240  border-right: 1px dotted #1D6A9F;
241 }
242 
243 #content {
244  display: block;
245  width: 770px;
246  padding-left: 10px;
247  padding-right: 10px;
248  vertical-align: top;
249 }
250 
251 /* Menu */
252 
253 #menu {
254  display: block;
255  float: left;
256  padding: 0px;
257  margin: 0px;
258  width: 200px;
259  padding-right: 10px;
260  padding-bottom: 10px;
261  padding-left: 10px;
262 }
263 
264 .menu-box {
265  margin-bottom: 10px;
266  font-size: 11px;
267 }
268 
269 .menu-box .menu-title {
270  color: #000000;
271  border: 1px solid #1D6A9F;
272  background-color: #C0DCF0;
273  padding: 3px;
274  -webkit-border-radius: 4px;
275  -moz-border-radius: 4px;
276  border-radius: 4px;
277 }
278 
279 .menu-box .menu-content {
280  margin-top: 1px;
281 }
282 
283 .menu-box ul {
284  margin: 0px;
285  padding: 0px;
286  list-style-type: none;
287 }
288 
289 .menu-box a {
290  text-decoration: none;
291  color: #0D5689;
292 }
293 
294 .menu-box a:hover {
295  text-decoration: underline;
296  color: #000000;
297 }
298 
299 .menu-box li a {
300  display: block;
301  padding-top: 6px;
302  padding-bottom: 6px;
303  color: #0D5689;
304  padding-left: 2px;
305  text-decoration: none;
306  border: 1px solid #F1F8FD;
307  line-height: 0.75em;
308  overflow: hidden;
309  white-space: nowrap;
310  text-overflow: ellipsis;
311  -o-text-overflow: ellipsis; /* Opera 9*/
312 }
313 
314 .menu-box li a img {
315  float: left;
316  width: 16px;
317  height: 16px;
318  margin: 0px;
319  padding: 0px;
320  top: -3px;
321  position: relative;
322 }
323 
324 .menu-box li a:hover {
325  color: #000000;
326  border: 1px solid #1D6A9F;
327  text-decoration: none;
328  background-color: #DFEEF8;
329 }
330 
331 .menu-box .full {
332  color: red;
333 }
334 
335 /* Bars */
336 
337 .barempty {
338  background-color: white;
339  border: 1px solid black;
340  height: 8px;
341  -webkit-border-radius:4px;
342  -moz-border-radius: 4px;
343  border-radius: 4px;
344 }
345 
346 .barfill {
347  float: left;
348  background-color: red;
349  height: 8px;
350 }
351 
352 /* Infos */
353 #recap table {
354  text-align: center;
355  margin-left: auto;
356  margin-right: auto;
357 }
358 
359 table.searchtable {
360  width: 700px;
361  border: 1px dotted #99f;
362  margin: 20px 0 20px 0px;
363 }
364 
365 table.searchtable td {
366  padding: 5px;
367 }
368 
369 /* Others */
370 .center {
371  text-align: center;
372  margin-left: auto;
373  margin-right: auto;
374 }
375 
376 a {
377  text-decoration: none;
378  color: #0D5689;
379 }
380 
381 a:hover {
382  text-decoration: underline;
383  color: #000000;
384 }
385 
386 .border {
387  border: 1px solid #C0DCF0;
388 }
389 
390 .bold {
391  font-weight: bold;
392 }
393 
394 
395 #sendthisfile {
396  margin-top: 6px;
397 }
398 
399 .breadcrumb {
400  font-size: 12px;
401 
402 }
403 
404 #newdomwww, #sub, #usernpfx, #dbnpfx {
405  border-right: 0;
406  padding-right: 0;
407 }
408 #newdomain, #newsubname, #usern, #dbn {
409  border-left: 0;
410  padding-left: 0;
411 }
412 
413 #create_dom_list_pfx {
414  border-right: 0;
415  padding: 3px;
416 }
417 #create_dom_list {
418  border-left: 0;
419  padding-left: 0;
420 }
421 
422 
423 
424 input#email {
425  border-right: 0;
426  padding-right: 0;
427  text-align: right;
428 }
429 
430 span#emaildom {
431  border-left: 0;
432  padding-left: 2px;
433 }
434 
435 .tedit {
436  border: 1px solid #aaa;
437  padding: 6px;
438  margin: 0;
439  border-collapse: collapse;
440  }
441 .tedit td, .tedit th {
442  border: 1px solid #aaa;
443  padding: 10px;
444  margin: 0;
445 }
446 
447 .formcell {
448  vertical-align: top;
449  border: 1px solid #aaa;
450  padding: 10px;
451 }
452 
453 .tlist, .tlist td, .tlist th,
454 .tlist2, .tlist2 td, .tlist2 th {
455  padding: 4px;
456  margin: 0;
457  border-collapse: collapse;
458 }
459 
460 .tlist {
461  width: 100%;
462 }
463 
464 .tlistb, .tlistb td, .tlistb th {
465  padding: 4px;
466  margin: 0;
467  border-collapse: collapse;
468 }
469 
470 table.tlistb, .tlistb tr {
471  border: solid 1px #AAA;
472 }
473 
474 .tlist tr:hover, .tlist2 tr:hover {
475  background-color: #F1D5CF;
476 }
477 
478 .tlist th, .tlist2 th {
479  font-weight: bold;
480 }
481 
482 input#dir, input#sub_local {
483  width: 200px;
484 }
485 
486 .warningmsg {
487  width: 500px;
488 }
489 
490 #mx {
491  width: 300px;
492 }
493 
494 #admlistbtn {
495  padding-bottom: 6px;
496 }
497 
498 .advdom {
499  padding-top: 6px;
500 }
501 
502 .grey, .grey td {
503  color: #999;
504 }
505 
506 .retour-auto {
507  max-width:220px;
508  word-wrap:break-word;
509 }