Subversion Repositories eFlore/Applications.del

Rev

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

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