-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsafhe2.css
396 lines (369 loc) · 6.84 KB
/
safhe2.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
394
395
396
* {
font-family: nasafont;
src: url(Titillium_Web/TitilliumWeb-Regular.ttf);
}
@font-face {
font-family: nasafont;
src: url(./Titillium_Web/TitilliumWeb-Regular.ttf);
}
body {
background-color: black;
}
/* Css properties code container[START] */
#container {
margin: 0 auto;
/* background-color: rgb(34, 34, 34, 0.7); */
width: 1455px;
background-color: white;
}
/* Css properties code container[END] */
/* Css properties code header[START] */
.header {
width: 1455px;
position: fixed;
z-index: 3;
background-image: url(image/preview.jpg);
top: 0;
align-items: center;
}
/* Css properties code header[END] */
/* Css properties codes header menu[START] */
.menu {
display: inline-block;
vertical-align: top;
text-align: center;
z-index: 2;
margin-top: 0px;
position: absolute;
right: 0;
}
/* Css properties codes header menu[END] */
/* Css properties code header logo-nasa[START] */
.logo-nasa {
display: inline;
}
.logo-nasa img {
width: 85px;
}
/* Css properties code header logo-nasa[END] */
/* Css properties codes header links-menu top[START] */
.links-menu {
position: relative;
}
.links-menu a {
display: inline-block;
width: 100%;
}
.links-menu > ul {
position: relative;
right: 153px;
}
.links-menu > ul > li {
list-style-type: none;
display: inline-block;
padding: 0px 28px;
font-size: 20px;
border-right: 2px solid gray;
position: relative;
}
.links-menu > ul > li:hover {
background-color: #15418c;
}
.links-menu ul > li > a {
color: rgb(255, 255, 255);
text-decoration: none;
margin-right: 5px;
}
/* Css properties links-menu ul :Missions [START]*/
.links-menu ul li:last-of-type {
border-right: none;
}
.links-menu ul li ul {
display: none;
position: absolute;
background-color: #15418c;
padding: 0px;
width: 290px;
left: 0;
}
.links-menu ul li:hover ul {
display: block;
}
.links-menu ul li:hover a {
background-color: #15418c;
font-size: 13px;
}
.links-menu ul li ul > li {
list-style-type: none;
display: block;
text-align: left;
}
.links-menu ul li ul > li:hover {
background-color: #113575;
}
.links-menu ul li ul li:hover a {
background-color: #113575;
}
.menu .border-Quesst {
border-bottom: 1px solid white;
}
/* Css properties links-menu ul :Missions [END]*/
/* Css properties links-menu ul :NASA Audiences [START] */
.menu .border-Fore {
border-bottom: 1px solid white;
}
/* Css properties links-menu ul :NASA Audiences [END] */
/* Css properties links-menu ul :Missions [END]*/
/* css properties menu search-box top[START] */
.search-box {
border: 2px solid #333333;
display: inline;
position: absolute;
right: 0;
top: 0px;
background-color: #333333;
}
.search-box:hover{
border:1px solid white;
}
.search-box svg {
width: 19px;
vertical-align: middle;
fill: white;
}
.search-box input {
width: 100px;
padding: 8px;
outline: none;
border: none;
background-color: #333333;
cursor: text;
}
.search-box img {
width: 19px;
position: absolute;
right: -35px;
top: 5px;
}
/* css properties menu search-box top[END] */
/* Css properties codes header links-menu top[End] */
/* Css properties codes header links-down[START] */
/* start Css main-left codes*/
.main-left {
background-color: rgb(255, 255, 255);
border-right: 16px solid black;
width: 276px;
display: inline-block;
position: fixed;
height: 100vh;
overflow: scroll;
top: 75px;
}
.main-left-button {
width: 100%;
}
.main-left-button div {
width: 49%;
}
.main-left-button button {
width: 100%;
}
.main-left ul {
padding: 0;
margin: 0;
list-style-type: none;
}
.main-left ul div {
display: inline-block;
}
.main-left a:hover {
text-decoration: underline;
}
.top {
width: 112px;
border: none;
height: 44px;
}
.right-button:hover {
color: white;
text-decoration: underline;
background-color: #333333;
}
.left-button:hover {
color: white;
text-decoration: underline;
background-color: #333333;
}
ul li {
padding: 20px 9px;
font-size: 10px;
}
.main-left ul li a {
color: #5d7fb9;
text-decoration: none;
vertical-align: middle;
font-weight: normal;
display: table-cell;
font-size: 15px;
}
/* end Css main-left codes*/
/* start Css main-right codes*/
.main-right {
display: inline-block;
position: relative;
top: 66px;
left: 260px;
width: 1186px;
}
.main-right-top {
background-image: url(image/osiris-rex-capsule-parachuting-animation.jpg);
padding: 170px 497px;
display: inline-block;
background-repeat: no-repeat;
background-size: 100%;
width: 170px;
position: relative;
top: 0;
margin-left: 31px;
}
.article-banner {
border-top: 8px solid #5d7fb9;
position: absolute;
top: 0px;
left: 0;
width: 1163px;
}
#OSIRIS-REx h1 {
position: absolute;
left: 0;
top: 8px;
background-color: #5d7fb9;
color: white;
font-size: 19px;
text-align: center;
width: 222px;
padding: 9px;
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 100;
z-index: 2;
}
.heading {
position: relative;
margin-left: 55px;
margin-top: 22px;
}
.heading h1 {
display: inline-block;
}
/* start Css icon codes*/
.icon {
position: absolute;
top: 47px;
right: 13px;
}
.fa-brands {
display: inline-block;
font-size: 42px;
border: 0;
}
.fa-sharp {
font-size: 42px;
}
.fa-square-facebook {
color: rgb(59, 89, 152);
}
.fa-square-twitter {
color: rgb(29, 161, 242);
}
.fa-linkedin {
color: rgb(0, 119, 181);
}
.fa-square-pinterest {
color: rgb(203, 32, 39);
}
.fa-square-plus {
color: rgb(255, 101, 80);
}
/* end of Css icon codes*/
.text img {
width: 1113px;
}
.text a {
color: #2a6496;
text-decoration: none;
}
.text a:hover {
text-decoration: underline;
}
.main-right button {
background: #0f3d8d;
border: none;
width: 1163px;
padding: 10px;
font-weight: 600;
font-size: 17px;
margin-left: -23px;
position: absolute;
bottom: -169px;
color: rgb(255, 255, 255);
cursor: pointer;
text-decoration: underline;
text-decoration: none;
}
.main-right button:hover {
background: #5d7fb9;
}
/* end of Css main-right codes*/
/* start Css footer codes*/
.footer-info {
display: inline-block;
margin-top: 20px;
}
.footer-info img {
width: 86px;
display: inline-block;
}
#footer-links li {
font-weight: bolder;
margin-left: 7px;
display: inline-block;
list-style-type: none;
}
.footer {
background: rgb(0, 0, 0);
width: 847px;
margin: 0 auto;
box-sizing: border-box;
position: relative;
top: 235px;
}
.footer-info span {
font-size: 16.5px;
}
.footer a {
color: #5d7fb9;
text-decoration: none;
font-weight: bold;
font-size: 13px;
}
.National {
display: inline-block;
color: white;
}
.bottom-logo {
display: inline-block;
}
#footer-links {
width: 989px;
text-align: right;
}
#footer-links a:hover {
text-decoration: underline;
}
.Contact-NASA {
margin-top: -25px;
position: relative;
right: 705px;
}
/* end of Css footer codes*/