Subversion Repositories Applications.projet

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 ddelon 1
body { background-color: #F5F5F5; color: black; font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; }
2
 
3
a { color: #993333; }
4
 
5
body, p, td, li, input, select, textarea { font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif; font-size: 13px; }
6
h1, h2, h3, h4, h5 { margin: 0px; padding: 0px; }
7
ul { margin-top: 0px; padding-top: 0px; padding-bottom: 0px; }
8
ol { margin-top: 0px; padding-top: 0px; padding-bottom: 0px; }
9
form { margin: 0px; padding: 0px; }
10
tt { color: Navy; }
11
 
12
 
13
.error { color: #CC3333; font-weight: bold; }
14
.indent { margin-left: 40px; }
15
.additions { color: #008800; }
16
.deletions { color: #880000; }
17
.add { font-weight: bold; color:#c00; text-decoration: underline; }
18
.del { font-style: italic; color:#c00; text-decoration: line-through; }
19
.header { padding: 10px; padding-top: 0px; }
20
.page { background-color: #FFFFFF; padding: 10px; border: 1px inset; }
21
.prev_alert { background-color: red; color: white; font-size: 1.7em; font-weight: bold; margin-bottom: 5px; }
22
.edit { width: 100%; height: 400px; }
23
.footer { background-color: #DDDDDD;padding: 5px; border: 1px inset }
24
.code { background: #FFFFFF; border: solid #888888 2px; font-family: 'Courier New', Courier; color: black; font-size: 10pt; width: 100%; overflow: scroll; padding: 3px; }
25
.revisioninfo { color: #AAAAAA; padding-bottom: 20px; }
26
 
27
.commentsheader { background-color: #DDDDDD; padding: 2px 10px; }
28
.comment { background-color: #EEEEEE; padding: 10px; }
29
.commentinfo { color: #AAAAAA; }
30
.commentform { background-color: #EEEEEE; padding: 10px; }
31
 
32
.copyright { font-size: 11px; color: #AAAAAA; text-align: right; }
33
.copyright A { color: #AAAAAA; }
34
.searchbox { background: #FFFFF8; border: 0px; padding: 0px; margin: 0px; }
35
.debug { font-size: 11px; color: #888888; }
36
 
37
/* CONTRIBUTION MENU GAUCHE */
38
.page_table {margin: 0px; padding: 0px ; border: none; height: 100%;width: 100%;}
39
.menu_column {background-color: #FFFFCC; vertical-align: top; width: 150px; border: 1px solid #000000;padding:5px;}
40
.body_column {vertical-align: top; border: none;padding:5px;}
41
 
42
/* CONTRIBUTION ACTION ATTACH */
43
/* - les images */
44
.attach_margin05em { margin: 0.5em;}             /* marge de 0.5 em autour de l'image*/
45
.attach_margin1em { margin: 1em;}                /* marge de 1em autour de l'image*/
431 mathias 46
.attach_left {float: left;}                      /* bloc flotant à gauche */
47
.attach_right {float: right;}                    /* bloc flotant à droite */
2 ddelon 48
.attach_noborder {border-width: 0px;}            /* pas de bordure */
49
.attach_vmiddle {vertical-align: text-bottom;}   /* aligenement vertical au milieu */
50
/* - le gestionnaire des uploads */
51
.tableFM {border: thin solid Black; width: 100%;  }
52
.tableFM THEAD { background-color: Silver; font-weight: bold; text-align: center;   }
53
.tableFM TFOOT { background-color: Silver; font-weight: bold; text-align: left;   }
54
.tableFM TBODY TR { text-align: center;  }
55
.tableFMCol1 { background-color: Aqua; }
56
.tableFMCol2 { background-color: Yellow; }