Subversion Repositories Sites.obs-saisons.fr

Compare Revisions

Ignore whitespace Rev 30 → Rev 31

/trunk/applications/saisie/squelettes/css/saisie.css
New file
0,0 → 1,137
/* =========================== Balises ============================
 
/* =========================== Style général ============================ */
 
.gauche {
float:left;
}
 
.droite {
float:right;
}
 
 
/* =========================== Titres ============================ */
 
.titre_saisie {
padding-bottom: 10px;
}
 
.etape {
color: #9AC343;
padding-bottom:20px;
}
 
 
/* =========================== Formulaires ============================ */
 
.element_formulaire_en_ligne {
padding-left: 10px;
padding-right: 10px;
}
 
.element_formulaire, #conteneur_liens_lat_lon {
padding-bottom : 5px;
}
 
.conteneur_carte {
height: 600px;
}
 
.gros_bouton_validation {
height: 50px;
width: 200px;
font-size: 20px;
margin-top: 10x;
}
 
#saisie_liste_evenements {
text-align: center;
}
 
#saisie_liste_evenements tr {
height: 40px;
}
 
 
/* =========================== Fiches ============================== */
 
.element_fiche {
padding-bottom : 5px;
}
 
.intitule_fiche {
}
 
.valeur_fiche {
font-weight: bold;
}
 
.titre_section_fiche {
padding-bottom : 10px;
padding-top : 10px;
}
 
.titre_fiche {
}
 
hr.separation_section {
margin-top: 25px;
}
 
 
/* =========================== Tableaux d'évenements ============================ */
 
tr:nth-child(odd) {
background-color: #CFCFCF ;
}
 
tr:nth-child(1) {
color: #FFFFFF;
}
 
tr:nth-child(1), tr:nth-child(2) {
background-color: #FFFFFF ;
}
 
div.evenement {
text-align: center;
}
 
.stade_evenement {
text-align: center;
}
 
/* =========================== Styles des différents stades ============================ */
 
.stade1 {
background-color: #9AC343;
}
 
.stade2 {
background-color: #F08080;
}
 
.stade3 {
background-color: #8B008B;
}
 
.stade4 {
background-color: #800000;
}
 
.stade5 {
}
 
/* ============ Styles crées par des effets javascripts automatiques ===== */
 
h4.lien_pliage {
text-decoration: underline;
}
 
h4.lien_pliage:hover {
cursor: pointer;
}