Subversion Repositories eFlore/Applications.cel

Rev

Rev 1016 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1016 Rev 1474
Line 1... Line 1...
1
/** Add css rules here for your application. */
1
/** Add css rules here for your application. */
-
 
2
body,td,a,div,.p {
-
 
3
	font-family: arial, sans-serif
-
 
4
}
-
 
5
 
-
 
6
div,td {
-
 
7
	color: #000000
-
 
8
}
Line 2... Line 9...
2
 
9
 
3
body,td,a,div,.p{font-family:arial,sans-serif}
10
a:link,.w,.w a:link {
-
 
11
	color: #0000cc
-
 
12
}
4
			div,td{color:#000000}
13
 
5
			a:link,.w,.w a:link{color:#0000cc}
14
a:visited {
-
 
15
	color: #551a8b
-
 
16
}
-
 
17
 
6
			a:visited{color:#551a8b}
18
a:active {
-
 
19
	color: #ff0000
Line 7... Line 20...
7
			a:active{color:#ff0000}
20
}
8
			
21
 
9
			.thumb-wrap {
22
.thumb-wrap {
10
				width : 100px ;
23
	width: 100px;
Line 61... Line 74...
61
			}
74
}
Line 62... Line 75...
62
			
75
 
63
			 .img-list {
76
.img-list {
64
				height: 50px;
77
	height: 50px;
65
				width: 50px;
-
 
66
			
78
	width: 50px;
67
				display: table-cell ;
79
	display: table-cell;
68
				text-align: center ;
80
	text-align: center;
69
				vertical-align: middle ;
81
	vertical-align: middle;
Line 98... Line 110...
98
			
110
 
99
			.x-temp-modif {
111
.x-temp-modif {
100
				background: #ffffff ;  
112
	background: #ffffff;
Line 101... Line -...
101
			}
-
 
102
			
113
}
103
 
114
 
104
			.thumb-wrap {
115
.thumb-wrap {
105
				float: left;
116
	float: left;
106
				margin: 4px;
117
	margin: 4px;
Line 152... Line 163...
152
			
163
 
153
			/*#x-view-mini-zoom-img div div img {
164
/*#x-view-mini-zoom-img div div img {
154
				height: 150px;
165
	height: 150px;
155
				width: 150px;
166
	width: 150px;
156
			}*/
-
 
157
			
167
}*/
158
			.x-image-gen div div {
168
.x-image-gen div div {
159
				display: table-cell ;
169
	display: table-cell;
160
				text-align: center ;
170
	text-align: center;
161
				vertical-align: middle ;
171
	vertical-align: middle;
Line 167... Line 177...
167
				vertical-align: middle ;
177
	vertical-align: middle;
168
			}
178
}
Line 169... Line 179...
169
			
179
 
170
			.x-selec-modif {
180
.x-selec-modif {
171
				background: #FFCCCC !important ;
-
 
172
					
181
	background: #FFCCCC !important;
Line 173... Line 182...
173
			}
182
}
174
			
183
 
175
			.x-selec-crea {
-
 
176
				background: #DEE5EE !important ;
184
.x-selec-crea {
Line 177... Line 185...
177
					
185
	background: #DEE5EE !important;
178
			}
186
}
179
			
-
 
180
			.x-selec-liaison {
187
 
Line 181... Line 188...
181
				background: #FFCCCC !important ;
188
.x-selec-liaison {
182
					
189
	background: #FFCCCC !important;
183
			}
-
 
184
			
190
}
Line 185... Line 191...
185
			.x-selec-consult {
191
 
186
				background: #DEE5EE !important ;
192
.x-selec-consult {
187
					
193
	background: #DEE5EE !important;
188
			}
194
}
Line 189... Line 195...
189
			
195
 
190
			.x-view-notation-bar {		
-
 
191
				height: 25px ;
196
.x-view-notation-bar {
192
				width: 25px ;
197
	height: 25px;
193
			}
198
	width: 25px;
194
			
199
}
195
			.x-view-zoom-button-p {
200
 
196
			
201
.x-view-zoom-button-p {
Line 197... Line 202...
197
				background-color: #FFFFFF ;
202
	background-color: #FFFFFF;
198
				background-image:url("Fleche_gauche.gif") ;	
-
 
199
				background-repeat: no-repeat;
203
	background-image: url("Fleche_gauche.gif");
200
				background-position: 50% ;
204
	background-repeat: no-repeat;
201
				border: none ;
205
	background-position: 50%;
202
			}
206
	border: none;
203
			
207
}
Line 241... Line 245...
241
 			
245
 
242
 			.nom_retenu {
246
.nom_retenu {
243
 				font-weight: bold ;
247
	font-weight: bold;
Line 244... Line -...
244
 			}
-
 
245
 			
248
}
246
 			
249
 
247
 			.x-form-creation {
250
.x-form-creation {
Line 248... Line 251...
248
 				background-color: green ;
251
	background-color: green;
Line 286... Line 289...
286
            }
289
}
Line 287... Line 290...
287
            
290
 
288
            .motcletaille5 {
291
.motcletaille5 {
289
                font-size: 18px ;
292
	font-size: 18px;
290
                color: #33FF99;
-
 
291
 
293
	color: #33FF99;
Line 292... Line 294...
292
            }
294
}
293
            
295
 
294
            .motcletaille6 {
296
.motcletaille6 {
Line 360... Line 362...
360
            
362
 
361
            .lien_sel {
363
.lien_sel {
362
            	border: dotted 1px black;
364
	border: dotted 1px black;
Line 363... Line -...
363
            }
-
 
364
            
-
 
365
            
365
}
366
            
366
 
367
            .x-tree-node-icon-kw {
367
.x-tree-node-icon-kw {
368
            	background-image:url("checked.png") ;
368
	background-image: url("checked.png");
369
            	background-position:center center;
369
	background-position: center center;
Line 450... Line 450...
450
    			list-style-position: outside;
450
	list-style-position: outside;
451
   				margin-left: 20px;
451
	margin-left: 20px;
452
   				list-style-type: square;
452
	list-style-type: square;
453
			}
453
}
Line -... Line 454...
-
 
454
 
-
 
455
#lienAide {
-
 
456
	padding-right: 50px;
454
            
457
}