Subversion Repositories eFlore/Applications.del

Rev

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

Rev 404 Rev 434
1
/* La ligne suivante ne sert qu'à régler le bug d'affichage des listes déroulantes */
1
/* La ligne suivante ne sert qu'à régler le bug d'affichage des listes déroulantes */
2
select {
2
select {
3
	background:#FFF;
3
	background:#FFF;
4
}
4
}
5
/** Add css rules here for your application. */
5
/** Add css rules here for your application. */
6
body, html {height:100%}
6
body, html {height:100%}
7
 
7
 
8
/** Example rules used by the template application (remove for your app) */
8
/** Example rules used by the template application (remove for your app) */
9
h1 {
9
h1 {
10
  font-size: 2em;
10
  font-size: 2em;
11
  font-weight: bold;
11
  font-weight: bold;
12
  color: #777777;
12
  color: #777777;
13
  margin: 40px 0px 0px;
13
  margin: 40px 0px 0px;
14
  text-align: center;
14
  text-align: center;
15
}
15
}
16
 
16
 
17
/*#titre {background:url(/img/logo.png) no-repeat; height:100px; border:solid 1px red; width:250px; text-align:left; padding-top:50px}*/
17
/*#titre {background:url(/img/logo.png) no-repeat; height:100px; border:solid 1px red; width:250px; text-align:left; padding-top:50px}*/
18
 
18
 
19
.sendButton {
19
.sendButton {
20
  display: block;
20
  display: block;
21
  font-size: 16pt;
21
  font-size: 16pt;
22
}
22
}
23
 
23
 
24
/** Most GWT widgets already have a style name defined */
24
/** Most GWT widgets already have a style name defined */
25
.gwt-DialogBox {
25
.gwt-DialogBox {
26
  width: 400px;
26
  width: 400px;
27
}
27
}
28
 
28
 
29
.dialogVPanel {
29
.dialogVPanel {
30
  margin: 5px;
30
  margin: 5px;
31
}
31
}
32
 
32
 
33
.serverResponseLabelError {
33
.serverResponseLabelError {
34
  color: red;
34
  color: red;
35
}
35
}
36
 
36
 
37
/** Erreur dans un formulaire de type texte **/
37
/** Erreur dans un formulaire de type texte **/
38
.erreurFormTexte {
38
.erreurFormTexte {
39
	background-color : red ; 
39
	background-color : red ; 
40
}
40
}
41
 
41
 
42
/** Style pour les barres de vote **/
42
/** Style pour les barres de vote **/
43
.repartitionVoteTaxonPopulaire .barreRepartition, .barreRepartitionAucunVote {
43
.repartitionVoteTaxonPopulaire .barreRepartition, .barreRepartitionAucunVote {
44
	
44
	
45
}
45
}
46
 
46
 
47
.repartitionVoteTaxonPopulaire .conteneurBarreRepartition {
47
.repartitionVoteTaxonPopulaire .conteneurBarreRepartition {
48
    margin-top: 3px;
48
    margin-top: 3px;
49
}
49
}
50
 
50
 
51
.conteneurBarreRepartition {
51
.conteneurBarreRepartition {
52
	display:inline-block;
52
	display:inline-block;
53
	float:right;
53
	float:right;
54
	margin: 15px 15px 4px 15px;
54
	margin: 15px 15px 4px 15px;
55
 	float:left;
55
 	float:left;
56
}
56
}
57
 
57
 
58
.conteneurBoutonVote {
58
.conteneurBoutonVote {
59
	float:left;
59
	float:left;
60
}
60
}
61
 
61
 
62
.barreRepartition, .barreRepartitionAucunVote {
62
.barreRepartition, .barreRepartitionAucunVote {
63
	height:5px;	
63
	height:5px;	
64
	width:200px;
64
	width:200px;
65
	border:1px solid black;
65
	border:1px solid black;
66
}
66
}
67
 
67
 
68
.barreRepartition {
68
.barreRepartition {
69
	background-color: #C83232;
69
	background-color: #C83232;
70
	-moz-box-shadow:2px 2px 2px #AAAAAA; -moz-box-shadow:2px 2px 2px #AAAAAA;
70
	-moz-box-shadow:2px 2px 2px #AAAAAA; -moz-box-shadow:2px 2px 2px #AAAAAA;
71
	-moz-border-radius:8px; -webkit-border-radius:8px;
71
	-moz-border-radius:8px; -webkit-border-radius:8px;
72
}
72
}
73
 
73
 
74
.barreRepartitionAucunVote {
74
.barreRepartitionAucunVote {
75
	background-color: #DDDDDD;
75
	background-color: #DDDDDD;
76
}
76
}
77
 
77
 
78
.elementBarreRepartition {
78
.elementBarreRepartition {
79
	height: 100%;
79
	height: 100%;
80
}
80
}
81
 
81
 
82
.voteOui {
82
.voteOui {
83
	-moz-border-radius:8px 0 0 8px; -webkit-border-radius:8px 0 0 8px;
83
	-moz-border-radius:8px 0 0 8px; -webkit-border-radius:8px 0 0 8px;
84
	background-color: #8EB533;
84
	background-color: #8EB533;
85
	border-right: 1px solid black;	
85
	border-right: 1px solid black;	
86
}
86
}
87
 
87
 
88
.nomTaxonBarreRepartition {
88
.nomTaxonBarreRepartition {
89
    float: right;
89
    float: right;
90
    margin-top: -25px;
90
    margin-top: -25px;
91
    margin-right: 5px;
91
    margin-right: 5px;
92
}
92
}
93
 
93
 
94
/** Set ids using widget.getElement().setId("idOfElement") */
94
/** Set ids using widget.getElement().setId("idOfElement") */
95
#closeButton {
95
#closeButton {
96
  margin: 15px 6px 6px;
96
  margin: 15px 6px 6px;
97
}
97
}
98
 
98
 
99
#titre  {text-align:center; background:#B0CB70; opacity:0.9; position:fixed; width:100%}
99
#titre  {text-align:center; background:#B0CB70; opacity:0.9; position:fixed; width:100%}
100
#titre h1{width: 200px; background:url(./img/identiplante_mini.png) no-repeat 240px 0px; margin:0 auto; padding:10px 50px 10px 50px}
100
#titre h1{width: 200px; background:url(./img/identiplante_mini.png) no-repeat 240px 0px; margin:0 auto; padding:10px 50px 10px 50px}
101
 
101
 
102
.boutonPlus {border:none; color:rgba(0,0,0,0); background:url("./img/zoom_in.png"); width:16px; height:16px; cursor:pointer;}
102
.boutonPlus {border:none; color:rgba(0,0,0,0); background:url("./img/zoom_in.png"); width:16px; height:16px; cursor:pointer;}
103
.boutonMoins {border:none; color:rgba(0,0,0,0); background:url("./img/zoom_out.png"); width:16px; height:16px; cursor:pointer;}
103
.boutonMoins {border:none; color:rgba(0,0,0,0); background:url("./img/zoom_out.png"); width:16px; height:16px; cursor:pointer;}
104
 
104
 
105
#navigation {position:fixed;  width:100%; top:0;z-index:3000}
105
#navigation {position:fixed;  width:100%; top:0;z-index:3000}
106
#navigation>div>div {float:left; padding:10px; background:#7DA422; margin-right:3px;}
106
#navigation>div>div {float:left; padding:10px; background:#7DA422; margin-right:3px;}
107
#navigation>div>div:hover {background:#9Fc644}
107
#navigation>div>div:hover {background:#9Fc644}
108
#navigation a {text-decoration:none; color:#222; font-weight:bold}
108
#navigation a {text-decoration:none; color:#222; font-weight:bold}
109
#contenu {padding:80px}
109
#contenu {padding:80px}
110
 
110
 
111
.lien {
111
.lien {
112
	color:blue;
112
	color:blue;
113
	text-decoration:underline;
113
	text-decoration:underline;
114
	cursor:pointer	
114
	cursor:pointer	
115
}
115
}
116
 
116
 
117
.titre{
117
.titre{
118
    color: #FD8C13;
118
    color: #FD8C13;
119
    font-size: 15px;
119
    font-size: 15px;
120
    margin: 20px 0 10px;
120
    margin: 20px 0 10px;
121
    padding: 0 0 0 25px;
121
    padding: 0 0 0 25px;
122
    text-transform: uppercase;
122
    text-transform: uppercase;
123
    font-weight:bold;
123
    font-weight:bold;
124
    background:url(./img/troisCarre.png) no-repeat 0 8px;
124
    background:url(./img/troisCarre.png) no-repeat 0 8px;
125
}
125
}
126
.sousTitre{font-size:15px; font-weight:bold}
126
.sousTitre{font-size:15px; font-weight:bold}
127
.petit {font-size:11px; color:#888}
127
.petit {font-size:11px; color:#888}
128
.gris {color:#888}
128
.gris {color:#888}
129
.gras {font-weight:bold}
129
.gras {font-weight:bold}
130
.plein {width:100%;}
130
.plein {width:100%;}
131
.tiers {width:30%}
131
.tiers {width:30%}
132
 
132
 
133
.actif {background:#8EB533}
133
.actif {background:#8EB533}
134
.inactif {background:white}
134
.inactif {background:white}
135
 
135
 
136
.gauche { float:left}
136
.gauche { float:left}
137
.droite { float:right}
137
.droite { float:right}
138
.nettoyage {clear:both}
138
.nettoyage {clear:both}
139
hr {border:none; border-bottom:solid 1px #DDD; border-top:solid 1px #AAA}
139
hr {border:none; border-bottom:solid 1px #DDD; border-top:solid 1px #AAA}
-
 
140
 
-
 
141
.gwt-SuggestBoxPopup {z-index:10000}
-
 
142
 
-
 
143
.fenetreDefilante {position:fixed;margin:auto}
140
 
144
 
141
.overlay {background-color:#777; cursor:pointer; display:block; opacity:0.7; left:0; top:0;position:fixed; width:100%; z-index:1100; height:100%}
145
.overlay {background-color:#777; cursor:pointer; display:block; opacity:0.7; left:0; top:0;position:fixed; width:100%; z-index:1100; height:100%}
142
.overlayContenu {cursor:pointer; display:block; opacity:1; left:0; top:0;position:fixed; width:100%; z-index:1200; height:100%}
-
 
143
.fermerOverlay {position:absolute; top:10%; right:10%; width:140px; height:40px; background:url(./img/close.png) no-repeat; border:none; color:white; font-weight:bold; cursor:pointer}
-
 
144
.gwt-SuggestBoxPopup {z-index:10000}
146
.overlayContenu {cursor:pointer; display:block; opacity:1; left:0; top:0;position:fixed; width:100%; z-index:1200; height:100%}
-
 
147
.fermerOverlay {z-index:1210;position:fixed; width:140px; height:40px; background:url(./img/close.png) no-repeat; border:none; color:white; font-weight:bold; cursor:pointer}
-
 
148
.precedentOverlay {display: block;z-index:1210; position:fixed; width:30px; height:40px; background:url(./img/precedent_overlay.png) no-repeat; border:none; color:white; font-weight:bold; cursor:pointer}
-
 
149
.suivantOverlay {display:block;z-index:1210; position:fixed; width:30px; height:40px; background:url(./img/suivant_overlay.png) no-repeat; border:none; color:white; font-weight:bold; cursor:pointer}
145
150