Subversion Repositories Sites.obs-saisons.fr

Rev

Rev 39 | Go to most recent revision | Details | Last modification | View Log | RSS feed

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