Subversion Repositories eFlore/Applications.del

Rev

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

Rev 162 Rev 164
1
/** Add css rules here for your application. */
1
/** Add css rules here for your application. */
2
 
2
 
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;
7
  font-weight: bold;
7
  font-weight: bold;
8
  color: #777777;
8
  color: #777777;
9
  margin: 40px 0px 0px;
9
  margin: 40px 0px 0px;
10
  text-align: center;
10
  text-align: center;
11
}
11
}
12
 
12
 
13
/*#titre {background:url(/img/logo.png) no-repeat; height:100px; border:solid 1px red; width:250px; text-align:left; padding-top:50px}*/
13
/*#titre {background:url(/img/logo.png) no-repeat; height:100px; border:solid 1px red; width:250px; text-align:left; padding-top:50px}*/
14
 
14
 
15
.sendButton {
15
.sendButton {
16
  display: block;
16
  display: block;
17
  font-size: 16pt;
17
  font-size: 16pt;
18
}
18
}
19
 
19
 
20
/** Most GWT widgets already have a style name defined */
20
/** Most GWT widgets already have a style name defined */
21
.gwt-DialogBox {
21
.gwt-DialogBox {
22
  width: 400px;
22
  width: 400px;
23
}
23
}
24
 
24
 
25
.dialogVPanel {
25
.dialogVPanel {
26
  margin: 5px;
26
  margin: 5px;
27
}
27
}
28
 
28
 
29
.serverResponseLabelError {
29
.serverResponseLabelError {
30
  color: red;
30
  color: red;
31
}
31
}
32
 
32
 
33
/** Erreur dans un formulaire de type texte **/
33
/** Erreur dans un formulaire de type texte **/
34
.erreurFormTexte {
34
.erreurFormTexte {
35
	background-color : red ; 
35
	background-color : red ; 
36
}
36
}
37
 
37
 
38
/** Style pour les barres de vote **/
38
/** Style pour les barres de vote **/
39
 
39
 
40
.barreRepartition, .barreRepartitionAucunVote {
40
.barreRepartition, .barreRepartitionAucunVote {
41
	height:20px;	
41
	height:20px;	
42
	width:200px;
42
	width:200px;
43
	border:1px solid black;
43
	border:1px solid black;
44
}
44
}
45
 
45
 
46
.barreRepartition {
46
.barreRepartition {
47
	background-color: red;
47
	background-color: red;
48
}
48
}
49
 
49
 
50
.barreRepartitionAucunVote {
50
.barreRepartitionAucunVote {
51
	background-color: #DDDDDD;
51
	background-color: #DDDDDD;
52
}
52
}
53
 
53
 
54
.elementBarreRepartition {
54
.elementBarreRepartition {
55
	height: 100%;
55
	height: 100%;
56
}
56
}
57
 
57
 
58
.voteOui {
58
.voteOui {
59
	background-color: green;
59
	background-color: green;
60
	border-right: 1px solid black;	
60
	border-right: 1px solid black;	
61
}
61
}
62
 
62
 
63
.nomTaxonBarreRepartition {
63
.nomTaxonBarreRepartition {
64
    float: right;
64
    float: right;
65
    margin-top: -18px;
65
    margin-top: -18px;
66
    margin-right: 5px;
66
    margin-right: 5px;
67
}
67
}
68
 
68
 
69
/** Set ids using widget.getElement().setId("idOfElement") */
69
/** Set ids using widget.getElement().setId("idOfElement") */
70
#closeButton {
70
#closeButton {
71
  margin: 15px 6px 6px;
71
  margin: 15px 6px 6px;
72
}
72
}
73
 
73
 
74
#titre {background:url(./img/identiplante.png) no-repeat center -1px; padding-top:80px}
74
#titre {background:url(./img/identiplante.png) no-repeat center -1px; padding-top:80px}
-
 
75
 
75
 
76
.contenu {width:50%; margin:auto}
76
.boutonPlus {border:none; color:rgba(0,0,0,0); background:url("./img/zoom_in.png"); width:16px; height:16px; cursor:pointer;}
77
.boutonPlus {border:none; color:rgba(0,0,0,0); background:url("./img/zoom_in.png"); width:16px; height:16px; cursor:pointer;}
77
.boutonMoins {border:none; color:rgba(0,0,0,0); background:url("./img/zoom_out.png"); width:16px; height:16px; cursor:pointer;}
78
.boutonMoins {border:none; color:rgba(0,0,0,0); background:url("./img/zoom_out.png"); width:16px; height:16px; cursor:pointer;}
78
 
79
 
79
.titre{font-size:20px; font-weight:bold}
80
.titre{font-size:20px; font-weight:bold}
80
.sousTitre{font-size:15px; font-weight:bold}
81
.sousTitre{font-size:15px; font-weight:bold}
81
.petit {font-size:11px; color:#888}
82
.petit {font-size:11px; color:#888}
82
.gras {font-weight:bold}
83
.gras {font-weight:bold}
83
.plein {width:100%;}
84
.plein {width:100%;}
84
.tiers {width:30%}
85
.tiers {width:30%}
85
 
86
 
86
.actif {background:#8EB533}
87
.actif {background:#8EB533}
87
.inactif {background:white}
88
.inactif {background:white}
88
 
89
 
89
.gauche { float:left}
90
.gauche { float:left}
90
.droite { float:right}
91
.droite { float:right}
91
 
-
 
-
 
92
.nettoyage {clear:both}
92
hr {border:none; border-bottom:solid 1px #DDD; border-top:solid 1px #AAA} 
93
hr {border:none; border-bottom:solid 1px #DDD; border-top:solid 1px #AAA} 
93
94