-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUBISOFT webpage.css
339 lines (249 loc) · 5.33 KB
/
UBISOFT webpage.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
* {
margin: 0px;
padding: 0px;
}
body {
padding-top: 60px;
margin: auto;
font-family: -apple-system, BlinkMacSystemFont, sans-serif;
overflow: auto; background: linear-gradient(315deg,
rgb(180, 180, 180) 3%, rgb(64, 60, 100) 38%, rgb(11, 173, 179) 68%, rgb(0, 2, 75) 98%);
animation: gradient 15s ease infinite;
background-size: 400% 400%;
background-attachment: fixed;
}
a {
color: #ffffff;text-decoration-color: #cf9f00;
text-decoration: solid;
}
a:hover {
color: #ee5a66;text-decoration-color: #cf9f00;
transform: scale(1.1);
transition: 0.7s ease-in-out;display:-webkit-inline-flex;position: relative;
justify-content: center;
}
span {
display: none;color: #192bcf;
}
img {
border: none;border-radius: 30px;
}
ul {
list-style: decimal-leading-zero;color: #380779;
}
li {
list-style-type: none;color: #9b0404;
}
p {
margin: 20px -10px 20px;color: #ffffff;
text-align: justify;
line-height: 15px;
}
.clearthis {
margin : 10px;
height : 10px;
clear : both;
float : none;
font-size : 10px;
line-height : 10px;
overflow : hidden;
visibility: visible;color: #4b0b75;box-shadow: 0 0 50px #7a06c7;
}
#container {
margin: auto;
width: 650px;
text-align: left;
backdrop-filter: blur(100px);
border: 0px solid;border-radius: 5%;box-shadow: 0 0 100px #7e7e7e;
width:790px;
}
#container {
padding: 0px;
}
#body_image {
margin: 90px 0px 0px -10px;
height: 690px;
width: 650px;
text-align: left;
background: url('images/video-game.png') no-repeat 100% 0px;border-radius: 100px;
z-index: 1;
position: absolute;
overflow: hidden;
}
@keyframes gradient { 50% { background-position: 50% 50%; } 50% { background-position: 100% 100%; }50% { background-position: 100% 100%; }
}
.wave {background: rgba(29, 184, 24, 0.25)};
/* Page Header */
#page_header h1 {
width: 200px;
height: 0px;
float: left;
}
#page_header h3 {
width: 0px;
height: 40px;
float: left;
}
/* Page Menu */
#page_menu {
margin-bottom: 100px;
width: 800px;
height: 50px;
}
#page_menu li {
padding: 0px 22px 0px 12px;
height: 40px;
float: left;
}
#page_menu li a {
width: 150px;
height: 30px;
display: block;
overflow: hidden;
cursor: pointer;
z-index: 2;
position: absolute;
}
#page_menu .online a {
background: url('images/images.png')transparent no-repeat 55% 0px;
}
#page_menu .downloads a {
background: url('images/website_name.png') transparent no-repeat 70% 1px;
}
#page_menu .community a {
background: url('images/recent\ header.png') transparent no-repeat 70% 3px;
}
#page_menu .about a {
background: url('images/reviews_header.png')transparent no-repeat 50% 0px;
}
#page_menu li span {
width: 163.5px;
height: 50px;
display: block;
overflow: hidden;
}
#page_menu li a span {
display: none;
}
/* Page Forms */
#page_forms {
float: left;
}
#page_forms input {
padding-top: 3px;
padding-bottom: 3px;
color: #ffffff;
background:transparent;
border: #fffafa 2px solid;transform: initial;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 15px;
font-weight: bold;border-radius: 10px ;
}
#page_forms input.button {
padding: 0px;
}
/* User Login */
#userlogin {
height: 300px;
width: 200px;
overflow: hidden;
}
/* Site Search */
#sitesearch form {margin: 50px 10px 40px;}
#sitesearch input {
padding: 4px 1px;
width: 150px;
float: left;
font-size: 12px;
}
#sitesearch input.button {
width: 24px;
height: 20px;
float: right;
}
/* Content Body */
#content_body {
clear: left;
float: left;
width: 780px;
}
#clearthis_contentbody {
width: 774px;
margin : 100px;
height : 5px;
clear : both;
float : both;
font-size : 20px;
line-height : 0px;
overflow : hidden;
}
.content_entry {
padding: 23px 0px 0px;
}
.content_entry .thumbnail {
margin: 7px 0px 15px;
float: left;
}
.content_entry .thumbnail img {
float: left;
}
.content_entry .entry_text {
padding-right: 20px;
width: 210px;
float: right;
text-align: justify;font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
::placeholder{color: #fff7f7;font-family: Arial, Helvetica, sans-serif;font-size: small;}
/* Recent Reviews */
#reviews_box {
padding: 15px 10px;
float: left;
}
#reviews {
width: 350px;
}
#reviews .content_header h2 {
width: 142px;
height: 20px;
background: url('images/header_welcome.gif')transparent no-repeat 0px -3px;
}
#reviews .content_entry {
width: 378px;
}
/* Play Now */
#playnow_box {
padding: 15px 12px;
float: right;
}
#playnow {
width: 351px;
}
#playnow .content_header h2 {
width: 100px;
height: 20px;
}
#playnow .content_entry {
width: 351px;
}
#playnow .content_entry .thumbnail {
margin-left: 3px;
}
#playnow .content_entry .entry_text {
padding-right: 10px;
width: 200px;text-decoration-color: #cf9f00;
}
/* Page Footer */
#page_footer {
padding: 15px 10px;
color: #e5e0e0;
font-size: 20px;
text-align: center;
letter-spacing: 0px;text-decoration-color: #cf9f00;
}
#page_footer a {
color: #ff4f7b;
text-decoration: solid;text-decoration-color: #cf9f00;
}
#page_footer a:hover {
color: #9E64FA;
}