Subversion Repositories eFlore/Applications.del

Rev

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

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