Subversion Repositories eFlore/Applications.del

Rev

Rev 1076 | Rev 1081 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1076 Rev 1078
Line 2... Line 2...
2
select {
2
select {
3
	background: #FFF;
3
	background: #FFF;
4
}
4
}
5
/** Add css rules here for your application. */
5
/** Add css rules here for your application. */
6
body,html {
6
body,html {
7
	height: 100%
7
	height: 100%;
-
 
8
}
-
 
9
 
-
 
10
body div {
-
 
11
	font-family:arial;
8
}
12
}
Line 9... Line 13...
9
 
13
 
10
/** Example rules used by the template application (remove for your app) */
14
/** Example rules used by the template application (remove for your app) */
11
h1 {
15
h1 {
Line 125... Line 129...
125
#contenu a:hover {
129
#contenu a:hover {
126
	border-bottom: 1px dotted #95AE5D;
130
	border-bottom: 1px dotted #95AE5D;
127
	color: #FD8C13;
131
	color: #FD8C13;
128
}
132
}
Line -... Line 133...
-
 
133
 
-
 
134
.labelLien {
-
 
135
	border-bottom: 1px dotted #95AE5D;
-
 
136
    color: #598000;
-
 
137
    cursor:pointer;
-
 
138
}
-
 
139
.labelLien:hover {
-
 
140
	border-bottom: 1px dotted #95AE5D;
-
 
141
	color: #FD8C13;
-
 
142
}
129
 
143
 
130
.lien {
144
.lien {
131
	color: blue;
145
	color: blue;
132
	text-decoration: underline;
146
	text-decoration: underline;
133
	cursor: pointer
147
	cursor: pointer
Line 472... Line 486...
472
.etoiles_4 {
486
.etoiles_4 {
473
	background:url("./img/4_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px;
487
	background:url("./img/4_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px;
474
}
488
}
475
.etoiles_5 {
489
.etoiles_5 {
476
	background:url("./img/5_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px;
490
	background:url("./img/5_etoiles.png") no-repeat; border:none; padding-left:16px; padding-top:16px; margin-left:5px;
477
}
-
 
478
491
}
-
 
492
 
-
 
493