Blame view

js/resources/css/AccueilAmda.css 6.54 KB
19bb7ae1   Elena.Budnik   css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
@charset "UTF-8";
@import url("../fonts/stylesheet.css");
/* CSS Document */
body{
		text-align: left;
		background-color: #FFF;
}
/*•••••••••••••• couvercle et trou ••••••••••••*/

#trou{
		position: relative;
		margin-right: 50%;
		margin-left: 50%;
		left: -1050px;
		top: -10px;
		width: 1920px;
		height: 1170px;
		z-index: 1;
		background-attachment: scroll;
		background-image: url(../images/trou.jpg);
		background-repeat: no-repeat;
}


#couvercle{
		position: relative;
		margin-right: auto;
		margin-left: auto;
		left: -276px;
		top: -130px;
		width: 676px;
		height: 676px;
		z-index: 1;
		background: url(../images/Couvercle_complet.png) 0 0 no-repeat scroll;
		background-repeat: no-repeat;
		background-image: url(../images/Couvercle_complet.png);
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
	}
	
#couvercle:hover{
		left: -400px;
		top: -100px;
		 }
/*•••••••••••••• boutons ••••••••••••*/

#TousLesBoutons{
	left: 937px;
	top: -608px;
	z-index: 6;
	position: relative;
	width: 350px;
	height: 500px;
	}	
	
#Btn_GuestLogin, #Btn_Login{
		background: url(../images/boutonLogin_off.png) 0 0 no-repeat scroll;
		z-index: 6;
		position: relative;
		width: 50px;
		height: 50px;
	}
	
#Btn_GuestLogin:hover, #Btn_Login:hover {
        background: url(../images/boutonLogin_over.png) 0 0 no-repeat scroll;
    }
    
cab5f405   Myriam Bouchemit   New home page
68
#Btn_About, #Btn_FirstVisit, #Btn_Rules, #Btn_Register, #Btn_Python{
19bb7ae1   Elena.Budnik   css
69
70
71
72
73
74
75
		background: url(../images/bouton_off.png) 0 0 no-repeat scroll;
		z-index: 6;
		position: relative;
		width: 40px;
		height: 40px;
	}
		
cab5f405   Myriam Bouchemit   New home page
76
#Btn_About:hover, #Btn_FirstVisit:hover, #Btn_Rules:hover, #Btn_Register:hover,  #Btn_Python:hover{
19bb7ae1   Elena.Budnik   css
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
		background: url(../images/bouton_over.png) 0 0 no-repeat scroll;
	}
	
#Btn_EnterLogin, #Btn_EnterPassword{
	left: 90px;
	z-index: 6;
	position: relative;
	width: 230px;
	height: 25px;
	background-color: rgba(0, 0, 0, 1);
	border-radius:5px 0px 10px 5px;
	padding: 1px 0px 0px 15px;
	border:none;
	}

#Btn_EnterLogin:hover, #Btn_EnterPassword:hover{
	background-color: rgba(66, 66, 66, 1);
	}

#Btn_EnterLogin, #Btn_EnterPassword{
		font-family: orbitronbold;
		font-size: 10px;
		text-align: left;
	}
	
.PlaceHolder {
	  color: #0CF; 
	}

/*••••••••••••••••••••••••••• positionnement des boutons ••••••••••••••••••*/

#Btn_FirstVisit{
		left: 83px;
		top: 0px;	
	}

#Btn_Rules{
		left: 92px;
		top: 13px;		
	}

#Btn_EnterLogin{
		top: 35px;
	}

#Btn_EnterPassword{
		top: 45px;
	}

19bb7ae1   Elena.Budnik   css
126
#Btn_Register{
4aab6a5d   Elena.Budnik   ccs last
127
128
		left: 65px;
		top: 80px;
19bb7ae1   Elena.Budnik   css
129
130
131
		display: block;
	}

cab5f405   Myriam Bouchemit   New home page
132
#Btn_About{
4aab6a5d   Elena.Budnik   ccs last
133
134
		left: 35px;
		top: 93px;
19bb7ae1   Elena.Budnik   css
135
136
	}
	
cab5f405   Myriam Bouchemit   New home page
137
138
139
#Btn_Python{
		left:-4px;
		top: 90px;
19bb7ae1   Elena.Budnik   css
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
	}
	
#Logo_CDPP{
	width: 209px;
	height: 144px;
	display: block;
	top: -70px;
	left:400px;
	z-index: 50;
	position: absolute;
	background: url(../images/Logo_CDPP_off.png) 0 0 no-repeat scroll;
	}
#Logo_CDPP:hover{
	background: url(../images/Logo_CDPP_over.png) 0 0 no-repeat scroll;
	z-index: 100;
}	

#Logos_partenaires{
	margin-right: auto;
	margin-left: auto;
	left:15%;
	right:10%;
	width: 1500px;
	height: 42px;
	bottom: 50px;
	z-index: 50;
	position: fixed;
	background: url(../images/LogosPartenaires.png) 0px 0px no-repeat scroll;				
}
f5a2baf9   Elena.Budnik   hpme page, remark...
169
/*------------------ Logins -----------------*/
19bb7ae1   Elena.Budnik   css
170
171
#PaveGuest{
		left: 450px;
cab5f405   Myriam Bouchemit   New home page
172
		top: -133px;
19bb7ae1   Elena.Budnik   css
173
174
        position: relative;
        width: 180px;
4aab6a5d   Elena.Budnik   ccs last
175
        height: 50px;
19bb7ae1   Elena.Budnik   css
176
177
178
179
        background-color: rgba(255, 255, 255, 0.2);	
        border-radius:10px 10px 10px 10px;
      /*  border: 3px solid rgba(255, 255, 255, 0.7); */
}
19bb7ae1   Elena.Budnik   css
180
181
#Btn_GuestLogin{
		left: 0px;
4aab6a5d   Elena.Budnik   ccs last
182
		top:  0px;
19bb7ae1   Elena.Budnik   css
183
		border: none;
3280a991   Elena.Budnik   guest transparent
184
        color: rgba(255, 255, 255, 0);
19bb7ae1   Elena.Budnik   css
185
186
187
188
189
	}
	
#TitrePaveGuest{
        position: relative;
        left: 50px;
4aab6a5d   Elena.Budnik   ccs last
190
        top: -30px;
19bb7ae1   Elena.Budnik   css
191
192
193
		font-family: orbitronbold;
		font-size: 16px;
		color: rgba(0, 107, 179, 0.7);
19bb7ae1   Elena.Budnik   css
194
}
49c85825   Elena.Budnik   css +
195
#userLogin { 
19bb7ae1   Elena.Budnik   css
196
		position: relative;
4aab6a5d   Elena.Budnik   ccs last
197
198
		left: 80px;
        top: 68px; 
e99e11bb   Elena.Budnik   loader
199
        width:300px;
49c85825   Elena.Budnik   css +
200
201
202
203
204
        height: 50px;
        color: rgba(0, 107, 179, 0.9);  
        background-color: rgba(255, 255, 255, 0.2);	
        border-radius:10px 10px 10px 10px;        
}
f5a2baf9   Elena.Budnik   hpme page, remark...
205
206
207
208
209
210
#Btn_Login{
        position: relative;
		left: 0px;
		top: 0px;
		border: none;
	}
49c85825   Elena.Budnik   css +
211
212
#textLogin { 
		position: relative;
4aab6a5d   Elena.Budnik   ccs last
213
214
		left: 50px;
        top: -30px; 
f5a2baf9   Elena.Budnik   hpme page, remark...
215
		font-family: orbitronbold;
49c85825   Elena.Budnik   css +
216
		font-size: 16px;
f5a2baf9   Elena.Budnik   hpme page, remark...
217
        color: rgba(0, 107, 179, 0.9);       
f5a2baf9   Elena.Budnik   hpme page, remark...
218
}
cab5f405   Myriam Bouchemit   New home page
219
/* •••••••••••••••••••••••••••••••• AMDA info and Python Access buttons••••••••••••••••••••••••••••••••••••*/
f5a2baf9   Elena.Budnik   hpme page, remark...
220
221
222
#textAbout {
		z-index: 6;
		position: relative;
cab5f405   Myriam Bouchemit   New home page
223
224
225
226
227
228
229
230
231
232
233
234
		left: 78px;
		top: 75px;
		font-family: orbitronlight;
		font-size: 14px;
		color: rgba(255, 255, 255, 0.5);
		font-weight: bold;
}
#textPython {
		z-index: 6;
		position: relative;
		left: 41px;
		top: 75px;
f5a2baf9   Elena.Budnik   hpme page, remark...
235
236
237
		font-family: orbitronlight;
		font-size: 14px;
		color: rgba(255, 255, 255, 0.5);
19bb7ae1   Elena.Budnik   css
238
239
		font-weight: bold;
}
19bb7ae1   Elena.Budnik   css
240
241
242
243
244
245
246
/* •••••••••••••••••••••••••••••••• ANNOUCEMENTS••••••••••••••••••••••••••••••••••••*/

#PaveAnnoucements{
		font-family: orbitronbold;
		font-size: 30px;
		color: rgba(0, 0, 42, 0.3);
		left: 300px;
cab5f405   Myriam Bouchemit   New home page
247
		top: -120px;
19bb7ae1   Elena.Budnik   css
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
		width: 300px;
		height: 300px;
		z-index: 100;
		padding:20px 20px 20px 20px;
		position: relative;
		background-color: rgba(255, 255, 255, 0);
		border-radius:0px 30px 0px 30px;
}
#TitrePaveAnnoucement{
		font-family: orbitronlight;
		font-size: 35px;
		color: rgba(0, 0, 0, 0.2);
		background-color: rgba(255, 100, 255, 0);
		margin-top:20px;
}
#DateAnnoucement{
		font-family: orbitronbold;
		font-size: 12px;
		color: rgba(163, 224, 255, 1);
		background-color: rgba(0, 0, 0, 1);
		padding:4px 5px 2px 5px;
		border-radius:3px 3px 3px 3px;
		width: 100px;
}
#DateAnnoucementRed{
		font-family: orbitronbold;
		font-size: 12px;
		color: #F00;
		background-color: rgba(0, 0, 0, 1);
		padding:4px 5px 2px 5px;
		border-radius:3px 3px 3px 3px;
		width: 100px;
}
#TexteAnnoucement{
		font-family: orbitronlight;
		font-size: 14px;
		color: rgba(0, 0, 0, 0.5);
		background-color: rgba(255, 255, 255, 0.2);
		padding:5px 10px 5px 10px;
		border-top:1px solid rgba(255, 255, 255, 1);
		border-radius:0px 0px 20px 0px;
}
#TexteAnnoucementRed{
		font-family: orbitronbold;
		font-size: 14px;
		color: #F00;
		text-decoration: blink;
		background-color: rgba(255, 255, 255, 0.2);
		padding:5px 10px 5px 10px;
		border-top:1px solid rgba(255, 255, 255, 1);
		border-radius:0px 0px 20px 0px;
}