Subversion Repositories Sites.obs-saisons.fr

Rev

Rev 31 | Rev 53 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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