Subversion Repositories eFlore/Applications.del

Rev

Rev 175 | Rev 205 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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