Subversion Repositories Sites.obs-saisons.fr

Rev

Rev 31 | Rev 53 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 31 Rev 39
1
/* =========================== Balises ============================ 
1
/* =========================== Balises ============================ 
2
 
2
 
3
/* =========================== Style général ============================ */ 
3
/* =========================== Style général ============================ */ 
-
 
4
 
-
 
5
#wrapper #container {
-
 
6
	max-width:1570px;
-
 
7
}
4
 
8
 
5
.gauche {
9
.gauche {
6
	float:left;	
10
	float:left;	
7
}
11
}
8
 
12
 
9
.droite {
13
.droite {
10
	float:right;	
14
	float:right;	
11
}
15
}
12
 
16
 
13
 
17
 
14
/* =========================== Titres ============================ */ 
18
/* =========================== Titres ============================ */ 
15
 
19
 
16
.titre_saisie {
20
.titre_saisie {
17
	padding-bottom: 10px;	
21
	padding-bottom: 10px;	
18
}
22
}
19
 
23
 
20
.etape {
24
.etape {
21
	color: #9AC343;
25
	color: #9AC343;
22
	padding-bottom:20px;
26
	padding-bottom:20px;
23
}
27
}
24
 
28
 
25
 
29
 
26
/* =========================== Formulaires ============================ */ 
30
/* =========================== Formulaires ============================ */ 
27
 
31
 
28
.element_formulaire_en_ligne {
32
.element_formulaire_en_ligne {
29
	padding-left: 10px;
33
	padding-left: 10px;
30
	padding-right: 10px;	
34
	padding-right: 10px;	
31
}
35
}
32
 
36
 
33
.element_formulaire, #conteneur_liens_lat_lon {
37
.element_formulaire, #conteneur_liens_lat_lon {
34
	padding-bottom : 5px;
38
	padding-bottom : 5px;
35
}
39
}
36
 
40
 
37
.conteneur_carte {
41
.conteneur_carte {
38
	height: 600px;	
42
	height: 600px;	
39
}
43
}
40
 
44
 
41
.gros_bouton_validation {
45
.gros_bouton_validation {
42
	height: 50px;
46
	height: 50px;
43
	width: 200px;
47
	width: 200px;
44
	font-size: 20px;
48
	font-size: 20px;
45
	margin-top: 10x;
49
	margin-top: 10x;
46
}
50
}
47
 
51
 
48
#saisie_liste_evenements {
52
#saisie_liste_evenements {
49
	text-align: center;
53
	text-align: center;
50
}
54
}
51
 
55
 
52
#saisie_liste_evenements tr {
56
#saisie_modif_evenements tr, #saisie_liste_evenements tr {
53
	height: 40px;	
57
	height: 40px;	
54
}
58
}
-
 
59
 
-
 
60
.icone_s {
-
 
61
	height: 30px;
-
 
62
	width: 30px;	
-
 
63
}
55
 
64
 
56
 
65
 
57
/* =========================== Fiches ============================== */ 
66
/* =========================== Fiches ============================== */ 
58
 
67
 
59
.element_fiche {
68
.element_fiche {
60
	padding-bottom : 5px;
69
	padding-bottom : 5px;
61
}
70
}
62
 
71
 
63
.intitule_fiche {
72
.intitule_fiche {
64
		
73
		
65
}
74
}
66
 
75
 
67
.valeur_fiche {
76
.valeur_fiche {
68
	font-weight: bold;	
77
	font-weight: bold;	
69
}
78
}
70
 
79
 
71
.titre_section_fiche {
80
.titre_section_fiche {
72
	padding-bottom : 10px;
81
	padding-bottom : 10px;
73
	padding-top : 10px;
82
	padding-top : 10px;
74
}
83
}
75
 
84
 
76
.titre_fiche {
85
.titre_fiche {
77
	
86
	
78
}
87
}
79
 
88
 
80
hr.separation_section {
89
hr.separation_section {
81
	margin-top: 25px;	
90
	margin-top: 25px;	
82
}
91
}
83
 
92
 
84
 
93
 
85
/* =========================== Tableaux d'évenements ============================ */ 
94
/* =========================== Tableaux d'évenements ============================ */ 
-
 
95
 
-
 
96
#saisie_liste_evenements, #saisie_modif_evenements {
-
 
97
	text-align: center;	
-
 
98
}
86
 
99
 
87
tr:nth-child(odd) {
100
tr:nth-child(odd) {
88
  background-color: #CFCFCF ;
101
  background-color: #CFCFCF ;
89
}
102
}
90
 
103
 
91
tr:nth-child(1) {
104
tr:nth-child(1) {
92
	color: #FFFFFF;
105
	color: #FFFFFF;
93
}
106
}
94
 
107
 
95
tr:nth-child(1), tr:nth-child(2) {
108
tr:nth-child(1), tr:nth-child(2) {
96
	background-color: #FFFFFF ;
109
	background-color: #FFFFFF ;
97
}
110
}
98
 
111
 
99
div.evenement { 
112
div.evenement { 
100
	text-align: center;
113
	text-align: center;
101
}
114
}
102
 
115
 
103
.stade_evenement {
116
.stade_evenement {
104
	text-align: center;
117
	text-align: center;
105
}
118
}
106
 
119
 
107
/* =========================== Styles des différents stades ============================ */ 
120
/* =========================== Styles des différents stades ============================ */ 
108
 
121
 
109
.stade1 {
122
.stade1 {
110
	background-color: #9AC343;
123
	background-color: #9AC343;
111
}
124
}
112
 
125
 
113
.stade2 {
126
.stade2 {
114
	background-color: #F08080;
127
	background-color: #F08080;
115
}
128
}
116
 
129
 
117
.stade3 {
130
.stade3 {
118
	background-color: #8B008B;
131
	background-color: #8B008B;
119
}
132
}
120
 
133
 
121
.stade4 {
134
.stade4 {
122
	background-color: #800000;
135
	background-color: #800000;
123
}
136
}
124
 
137
 
125
.stade5 {
138
.stade5 {
126
	
139
	
127
}
140
}
128
 
141
 
129
/* ============ Styles crées par des effets javascripts automatiques ===== */ 
142
/* ============ Styles crées par des effets javascripts automatiques ===== */ 
130
 
143
 
131
h4.lien_pliage {
144
h4.lien_pliage {
132
	text-decoration: underline;	
145
	text-decoration: underline;	
133
}
146
}
134
 
147
 
135
h4.lien_pliage:hover {
148
h4.lien_pliage:hover {
136
	cursor: pointer;
149
	cursor: pointer;
137
}
150
}