Subversion Repositories eFlore/Applications.del

Rev

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

Rev 211 Rev 244
Line 1... Line 1...
1
/** Add css rules here for your application. */
1
/** Add css rules here for your application. */
2
 
-
 
-
 
2
body, html {height:100%}
Line 3... Line 3...
3
 
3
 
4
/** Example rules used by the template application (remove for your app) */
4
/** Example rules used by the template application (remove for your app) */
5
h1 {
5
h1 {
6
  font-size: 2em;
6
  font-size: 2em;
Line 35... Line 35...
35
	background-color : red ; 
35
	background-color : red ; 
36
}
36
}
Line 37... Line 37...
37
 
37
 
38
/** Style pour les barres de vote **/
38
/** Style pour les barres de vote **/
39
.repartitionVoteTaxonPopulaire .barreRepartition, .barreRepartitionAucunVote {
39
.repartitionVoteTaxonPopulaire .barreRepartition, .barreRepartitionAucunVote {
40
	width: 640px;
40
	
Line 41... Line 41...
41
}
41
}
42
 
42
 
43
.repartitionVoteTaxonPopulaire .conteneurBarreRepartition {
43
.repartitionVoteTaxonPopulaire .conteneurBarreRepartition {
Line 92... Line 92...
92
  margin: 15px 6px 6px;
92
  margin: 15px 6px 6px;
93
}
93
}
Line 94... Line 94...
94
 
94
 
Line 95... Line -...
95
#titre {background:url(./img/identiplante.png) no-repeat center -1px; padding-top:80px}
-
 
96
 
95
#titre {background:url(./img/identiplante.png) no-repeat center -1px; padding-top:80px}
97
.contenu {width:50%; margin:auto}
96
 
Line -... Line 97...
-
 
97
.boutonPlus {border:none; color:rgba(0,0,0,0); background:url("./img/zoom_in.png"); width:16px; height:16px; cursor:pointer;}
-
 
98
.boutonMoins {border:none; color:rgba(0,0,0,0); background:url("./img/zoom_out.png"); width:16px; height:16px; cursor:pointer;}
-
 
99
 
-
 
100
#contenuPrincipal {width:70%; margin:auto; -moz-box-shadow:0px -10px 10px #333; padding:10px; height:100%;}
98
.boutonPlus {border:none; color:rgba(0,0,0,0); background:url("./img/zoom_in.png"); width:16px; height:16px; cursor:pointer;}
101
#menuGauche {float:left; height:100%; border-right:solid 1px #DDD; padding-right:10px}
99
.boutonMoins {border:none; color:rgba(0,0,0,0); background:url("./img/zoom_out.png"); width:16px; height:16px; cursor:pointer;}
102
#contenu {margin-left:170px; height:100%; padding-left:10px}
100
 
103
 
101
.titre{font-size:20px; font-weight:bold}
104
.titre{font-size:20px; font-weight:bold}
102
.sousTitre{font-size:15px; font-weight:bold}
105
.sousTitre{font-size:15px; font-weight:bold}