Subversion Repositories Sites.obs-saisons.fr

Rev

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

Rev 210 Rev 238
Line 1... Line 1...
1
#contenu_application {
1
#contenu_application {
Line 2... Line 2...
2
 
2
 
Line -... Line 3...
-
 
3
}
-
 
4
 
-
 
5
.separation_invisible {
-
 
6
	clear:both;
-
 
7
	visibility:hidden;	
-
 
8
}
-
 
9
 
-
 
10
.droite {
-
 
11
	float: left;
-
 
12
	padding-left: 10px;	
-
 
13
}
-
 
14
 
-
 
15
.separation_en_deux > * {
-
 
16
	width: 49%;
3
}
17
}
4
 
18
 
5
.conteneur_carte {
19
.conteneur_carte {
-
 
20
	height: 450px;
6
	height: 450px;
21
	float: left;
Line 7... Line 22...
7
	width: 100%;
22
	padding-top: 10px;
8
}
23
}
-
 
24
 
9
 
25
#table_dates {
Line 10... Line 26...
10
#table_dates {
26
	width: 100%;	
11
	width: 100%;	
27
	border-collapse: collapse;
12
}
28
}
Line 40... Line 56...
40
	padding-top: 10px;
56
	padding-top: 10px;
41
}
57
}
Line 42... Line 58...
42
 
58
 
43
.conteneur_date {
59
.conteneur_date {
44
	display: table-cell;
60
	display: table-cell;
-
 
61
	text-align:center;	
-
 
62
	border-left: 2px solid black;
-
 
63
	border-right: 2px solid black;	
-
 
64
}
-
 
65
 
-
 
66
.lien_vers_profil {
-
 
67
	cursor: pointer;
-
 
68
	text-decoration: underline;	
-
 
69
}
-
 
70
 
-
 
71
.legende {
-
 
72
    border: 1px solid black;
-
 
73
    display: block;
-
 
74
    float: left;
-
 
75
    height: 1em;
45
	text-align:center;		
76
    width: 20px;
Line 46... Line 77...
46
}
77
}
Line 47... Line 78...
47
 
78
 
48
/* =========================== Styles des différents stades ============================ */ 
79
/* =========================== Styles des différents stades ============================ */ 
49
 
80