-
Notifications
You must be signed in to change notification settings - Fork 0
/
g_pmay_main.css
393 lines (320 loc) · 6.35 KB
/
g_pmay_main.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
68
69
70
71
72
73
74
75
76
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
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
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
*{
margin:0px;
padding:0px;
}
body{
/* background: url(Images/urben.jpg) scroll; */
text-align:center;
}
.body {
margin: 0px auto auto;
background: transparent url(bg2.jpg) repeat-y fixed center top;
text-align: center;
height: 768px;
width: 1340px;
}
.h1 {
font-family: arial;
text-align: left;
}
.main {
margin: 5px auto auto;
background: transparent repeat scroll center ;
background-color: rgba(30,170,84,0.5);
min-width: 1000px;
height: 1180px;
width: 768px;
border-radius:5px;
animation:atop 1s;
}
.h-bar > input {
margin: 10px 3px;
float: right;
}
/*---------------StartOfDropDown-menu----------------------*/
.dd-menu{
font-family:Times New Roman;
font-size:25;
list-style:none;
margin-top:0px;
margin-left:2px;
}
.dd-menu li{
background-color:#BEDD72;
/*border:1px solid black;*/
margin-left:0px;
width:181px;
height:40px;
line-height:35px;
text-align:center;
float:left;
border-radius:0px;
}
.dd-menu li a{
text-decoration:none;
margin-top:3px;
color:black;
display:block;
}
.dd-menu li a:hover{
/*font-style:bold;*/
background:#58BF3A;
color:white;
font-family:Times New Roman;
border-radius:0px;
margin-top:-0.7px;
box-shadow: 3px 3px 5px grey;
}
.dd-menu ul{
display:none;
position:relative;
list-style:none;
}
.dd-menu ul li{
background-color:khaki;
border:1px solid orange;
}
.dd-menu li:active >ul {
margin:0px;
display:block;
}
.top-bar{
/*background: linear-gradient(red,orange, yellow);*/
background-image:url(g.jpg);
border: 1px outset orange;
position:fixed;
z-index:1;
height:85px;
width:990px;
margin:0px auto auto auto;
border-radius:10px;
}
/*---------------EndOfDropDown-menu----------------------*/
/*-------------------------------------------------------------------*/
.navigation{
text-align:left;
margin-top:110px;
font-size:20px;
font-family:Forte;
}
/*---------------------------------------side-menu----------------------*/
.side_menu{
margin-left:0px;
height:300px;
width:200px;
}
.side_menu{
font-family:Script MT;
list-style:none;
margin-top:0px;
margin-left:0px;
}
.side_menu li{
background-color:#BBBBBF;
color : #1111FF;
/*border:1px solid black;*/
margin-left:0px;
width:280px;
height:60px;
line-height:35px;
font-size:20;
text-align:center;
vertical-align:center;
float:left;
border-radius:0px;
}
.side_menu li a{
text-decoration:none;
color:black;
display:block;
margin-top:15px;
height:80px;
}
.side_menu li a:hover{
font-style:bold;
background:#999999;
color:black;
font-family:Script MT;
border-radius:5px;
margin-top:15px;
/*box-shadow: 10px 10px 5px grey;*/
}
.side_menu ul{
display:none;
position:relative;
list-style:none;
z-index:2;
}
.side_menu ul li{
background-color:khaki;
border:1px solid black;
z-index:1;
}
.side_menu li:hover >ul {
margin-left:280px;
margin-top:-80px;
display:block;
z-index:1;
}
/*------------------EOF side menu-------------*/
.links{
margin :30;
font-size:28;
font-weight: 10;
color:blue;
}
.input{
width: 400px;
padding: 15px 15px;
margin: 6px 20px;
box-sizing: border-box;
font-size:20;
}
/*-------------------------------------------------------------------*/
/*left-menu*/
.left-menu{
list-style:none;
margin-top:12;
}
.left-menu li{
border:1px solid black;
margin-left:5;
line-height:35px;
text-align:left;
border-radius:5px;
}
.left-menu li a{
text-decoration:none;
color:blue;
display:block;
}
.left-menu li a:hover{
background:aqua;
color:green;
}
.left-menu ul{
display:none;
position:relative;
list-style:none;
}
.left-menu ul li{
background-color:white;
}
/left-menu li:active>ul {
margin:0px;
display:block;
}
/*End left menu */
.left_content{
text-align:left;
position:fxed;
width:150px;
margin-left:10px;
border:1px solid yellow;
}
.btn1 form{
display:none;
}
.btn1 input:hover >form {
display:block;
}
/*-----------------------------------------------------------for form content(log in form)-------------------------------------*/
form input, form button,.button,form textarea {
width: 212px;
border: 1px solid;
border-bottom-color: rgba(255,255,255,.5);
border-right-color: rgba(60,60,60,.35);
border-top-color: rgba(60,60,60,.35);
border-left-color: rgba(80,80,80,.45);
background-color: rgba(0,0,0,.2);
background-repeat: no-repeat;
padding: 8px 24px 8px 10px;
font: bold .875em/1.25em "Open Sans Condensed", sans-serif;
letter-spacing: .075em;
color: #fff;
text-shadow: 0 1px 0 rgba(0,0,0,.1);
margin-bottom: 19px;
border-radius:6px;
}
form input:focus { background-color: rgba(0,0,0,.4); }
#success{
display:none;
}
/*---------------------------------------Right Notification--------------------------------------*/
.move {
color:blue;
font-size:20;
font-family:Times New Roman;
animation-name: example;
animation-duration: 4s;
animation-timing-function: linear;
/*animation-delay: 2s;*/
animation-iteration-count: infinite;
position:absolute;
animation-fill-mode: forwards;
}
@keyframes example {
0%{opacity:0;margin-top: 501px;}
21%{opacity:0;}
22%{opacity:1;}
100%{opacity:1;margin-top: 0px;}
}
/*--------------ads on home page--------------*/
.ad2{
display:none;
position:absolute;
left:10px;
bottom:0;
padding:0.01em 16px;
background-color:rgba(0,0,0,0.1);
width:55%;
animation:zoom 1S;
}
.ad:hover .ad2{
display:table;
}
/*-*-----------------slide show fade in ----------*/
.wk{
position:relative;
animation:atop 1s;
}
#dropdown{
width:70%;
border: 1px solid;
border-bottom-color: rgba(255,255,255,.5);
border-right-color: rgba(60,60,60,.35);
border-top-color: rgba(60,60,60,.35);
border-left-color: rgba(80,80,80,.45);
background-color: rgba(0,0,0,.2);
background-repeat: no-repeat;
padding: 8px 24px 8px 10px;
font: bold .875em/1.25em "Open Sans Condensed", sans-serif;
letter-spacing: .075em;
color: #fff;
text-shadow: 0 1px 0 rgba(0,0,0,.1);
margin-bottom: 19px;
border-radius:6px;
}
@keyframes fade{
0%{opacity:0;}
5%{opacity:1;}
95%{opacity:1;}
100%{opacity:0;}
}
@keyframes zoom{
from{opacity:0;}
to{opacity:1}
}
@keyframes atop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
@keyframes al{
from{left:-300px;opacity:0;}
to{left:0px;opacity:1;}
}
@keyframes ar{
from{right:-300px;opacity:0;}
to{right:0px;opacity:1;}
}
@keyframes ab{
from{bottom:-300px;opacity:0;}
to{bottom:0px;opacity:1;}
}