Subversion Repositories Applications.bazar

Rev

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

Rev 451 Rev 459
Line 2... Line 2...
2
 +----------------------------------------------------------------------------+
2
 +----------------------------------------------------------------------------+
3
 | bazar.css                                                                  |
3
 | bazar.css                                                                  |
4
 +----------------------------------------------------------------------------+
4
 +----------------------------------------------------------------------------+
5
 | Copyright (c) 2005 Tela Botanica                                           |
5
 | Copyright (c) 2005 Tela Botanica                                           |
6
 +----------------------------------------------------------------------------+
6
 +----------------------------------------------------------------------------+
7
 | Feuille de style interne spécifique a l'application Bazar                  |
7
 | Feuille de style interne sp�cifique a l'application Bazar                  |
8
 +----------------------------------------------------------------------------+
8
 +----------------------------------------------------------------------------+
9
 | Auteur : Jean-Pascal MILCENT <jpm@tela-botanica.org>                       |
9
 | Auteur : Jean-Pascal MILCENT <jpm@tela-botanica.org>                       |
10
 +----------------------------------------------------------------------------+
10
 +----------------------------------------------------------------------------+
11
*/
11
*/
12
#formulaire input, #formulaire textarea, #formulaire select {
12
#formulaire input, #formulaire textarea, #formulaire select {
Line 227... Line 227...
227
.calendrier{
227
.calendrier{
228
	font: bold 16px 'Arial narrow', Arial, sans-serif;
228
	font: bold 16px 'Arial narrow', Arial, sans-serif;
229
	border-collapse:separate;
229
	border-collapse:separate;
230
	border-spacing:2px;
230
	border-spacing:2px;
231
	width:100%;}
231
	width:100%;}
232
/* Problème de la couleur entre les cellules...
232
/* Probl�me de la couleur entre les cellules...
233
.calendrier tbody{
233
.calendrier tbody{
234
	background:white url(/client/bazar/images/cal_img_fond.jpg) 2px 40px repeat-y;}*/
234
	background:white url(/client/bazar/images/cal_img_fond.jpg) 2px 40px repeat-y;}*/
235
.calendrier th, .calendrier_applette th {
235
.calendrier th, .calendrier_applette th {
236
	color:white;
236
	color:white;
237
	background-color:#B0CDFC;
237
	background-color:#C3C0AD;
238
	border: 1px solid #113054;
238
	border: 1px solid #113054;
239
	text-align:center;}
239
	text-align:center;}
240
.calendrier th {
240
.calendrier th {
241
	height:20px;
241
	height:20px;
242
	width:14%;
242
	width:14%;
Line 293... Line 293...
293
.filtre_4{
293
.filtre_4{
294
	background-color:#FF81EA;}
294
	background-color:#FF81EA;}
295
.cal_evenemt{
295
.cal_evenemt{
296
	margin:0 0 0 0px;
296
	margin:0 0 0 0px;
297
	padding:0;}
297
	padding:0;}
298
/* Pour la bibliothèque JS DomToolTip */
298
/* Pour la biblioth�que JS DomToolTip */
299
div.niceTitle {
299
div.niceTitle {
300
	background-color: #333333;
300
	background-color: #333333;
301
	color: #FFFFFF;
301
	color: #FFFFFF;
302
	font-weight: bold;
302
	font-weight: bold;
303
	font-size: 13px;
303
	font-size: 13px;