Datasets:

Modalities:
Image
Tags:
code
Libraries:
Datasets
License:
File size: 40,168 Bytes
a01128b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
<!DOCTYPE html>
<html class="webkit chrome chrome119 linux js orientation_landscape maxw_1280" lang="en">
 <head>
  <meta charset="utf-8">
  <title>
   Porsche Panamera Beautiful House Facebook Cover - Vehicles
  </title>
  <meta content="&starf; Porsche Panamera Beautiful House Facebook Cover - Vehicles &starf;" name="description">
  <meta content="Porsche Panamera Beautiful House, vehicles, facebook covers, fb covers, facebook cover, facebook cover photos, facebook cover photo, facebook cover designer, facebook cover design, facebook profile cover, custom facebook cover, facebook timeline cover, fb cover photos, design facebook cover" name="keywords">
  <meta content="width=device-width, initial-scale=1.0" name="viewport">
  <!-- meta name="iorbix" content="1" -->
  <style type="text/css">
   html{background:#fcfdff;background:-moz-linear-gradient(left,#eaeff2 0,#fff 15%,#fff 85%,#eaeff2 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0,#eaeff2),color-stop(15%,#fff),color-stop(85%,#fff),color-stop(100%,#eaeff2));background:-webkit-linear-gradient(left,#eaeff2 0,#fff 15%,#fff 85%,#eaeff2 100%);background:-o-linear-gradient(left,#eaeff2 0,#fff 15%,#fff 85%,#eaeff2 100%);background:-ms-linear-gradient(left,#eaeff2 0,#fff 15%,#fff 85%,#eaeff2 100%);background:linear-gradient(to right,#e8ebed 0,#fcfdff 15%,#fcfdff 85%,#e8ebed 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfdff', endColorstr='#fcfdff', GradientType=1 )}body{background-image:url("/facebookcovers/images/Grainy-Clear.png");font-size:12px;font-family:tahoma,arial,sans-serif,lucida grande,verdana;color:#555;line-height:1.28;margin:0;padding:0;text-align:left;direction:ltr;unicode-bidi:embed}.clear{clear:both;display:block;height:1px;margin:0 0 -1px 0;width:100%;zoom:1}.clear.space{height:16px!important}#content{width:960px;margin:0 auto;z-index:100}a{cursor:pointer;color:#3d7299;text-decoration:none}.none{display:none}*{-webkit-transition:.4s ease-in-out;-moz-transition:.25s ease-in-out;-ms-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}a:hover{text-decoration:underline}h1{display:inline;margin:0;padding:0;font-size:15px}h2{display:inline;margin:0;padding:0;font-size:15px}h3{display:inline;margin:0;padding:0;font-size:15px}#ad-container{position:fixed;width:100%}#ad-position{width:1191px;margin:0 auto}#ad-box-left{position:absolute;top:43px;left:2px}#ad-box-right{position:absolute;top:43px;right:2px}.ad-box{width:160px;height:600px;clear:right;margin-top:5px;display:inline}.aa-center{margin:0 auto 10px auto;text-align:center;max-width:730px}.aa-center-mob{margin:0 auto;text-align:center;max-width:330px}#header{position:relative}#blue-bar-container{height:38px;position:absolute;z-index:1000}#blue-bar{left:0;top:0;position:fixed!important;z-index:10;border-bottom:1px solid #13527f;-webkit-box-shadow:#000 0 0 5px;-moz-box-shadow:#000 0 0 5px;box-shadow:#000 0 0 5px;height:37px;position:relative;background-color:#5283a5;background:-moz-linear-gradient(top,#5283a5 0,#38698c);background:-webkit-gradient(linear,left top,left bottom,from(#5283a5),to(#38698c));background:linear-gradient(to bottom,#5283a5 0,#38698c 100%);min-width:851px;width:100%}#float-head{margin:0 auto;width:851px;color:#fff;font-weight:700;font-size:15px;line-height:36px}#logo{margin:0 0 -6px -2px;border:none}.bar-links{display:inline;padding:0 8px 2px 8px;color:#dcecf4;border:none;float:left;text-shadow:0 -1px 1px rgba(0,0,0,.5)}.bar-links:hover{background:#5f9fbf;background:-moz-linear-gradient(top,#5f9fbf 0,#4284a5);background:-webkit-gradient(linear,left top,left bottom,from(#6ac),to(#4284a5));background:linear-gradient(to bottom,#5f9fbf 0,#4284a5 100%);color:#fff;text-decoration:none}h1 .bar-links{color:#fff}.separator{display:inline;width:1px;height:38px;background:#8fafbf;float:left}#share-buttons{display:inline-block;width:164px;padding:2px 0 0}#share-buttons .fb-like{position:relative;top:6px;border-radius:3px;line-height:0}#form-share .fb_iframe_widget iframe{position:relative}#share-buttons .fb_iframe_widget{margin:0 2px 0 8px}.ie #___plusone_0,.ie #share-buttons .twitter-follow-button,.ie #share-buttons .twitter-share-button{position:relative!important;top:6px!important}.ie #share-buttons{padding:0!important;top:-1px;position:relative}.cover-preview .fb-like span{width:47px!important;height:17px!important}.cover-preview .fb_ltr{width:50px!important}.picture{position:relative;left:-1px}.coverBorder{border:1px solid #b2b2b2;border-color:rgba(0,0,0,.25);border-top-color:transparent;border-top-color:rgba(0,0,0,.1);bottom:3px;left:0;position:absolute;right:-2px;top:0}.client-photo{background:#b2b2b2;background:rgba(0,0,0,.3);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.07);-moz-box-shadow:0 1px 1px rgba(0,0,0,.07);box-shadow:0 1px 1px #ddd;box-shadow:0 1px 1px rgba(0,0,0,.07);display:block;left:23px;margin-top:-92px;padding:1px;position:relative;width:133px}.client-photo.v2{width:168px;margin-top:-117px}.client-photo.v2.page{margin-top:-98px}.photo{background-color:#fff;border:4px solid #fff;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;height:125px;width:125px}.photo.v2{height:160px;width:160px}.quote{color:#555;float:right;width:670px;height:48px;font-size:16px;font-weight:700;line-height:24px;margin:10px}#signature{font-size:11px;color:#aaa;font-style:italic;display:inline-block}#slide-area{height:110px}#info-box{border:1px solid #e5e7eb;border-left:none;-webkit-border-radius:0 2px 2px 0;-moz-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0;background-color:#f1f3f8;padding:5px 4px 10px 14px;font-size:14px;height:85px;width:320px;overflow:hidden;line-height:30px;float:left}#info-box:hover{text-decoration:none}#slide-area a{color:#333}#info-box:hover{border-color:#999}#slide-area a:hover{color:#3b5998}.slide-box{border:1px solid #e5e7eb;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background-color:#f1f3f8;font-size:14px;height:100px;width:118px;overflow:hidden;float:left;margin-left:6px}.slide-box:hover{border:1px solid #333;opacity:.5}.slide-image{text-align:center;height:100px;position:absolute;border:0}.section-body{padding:15px 15px;position:relative}#form-activate{width:819px}#form-button{font-size:20px;padding:15px 20px;float:left;font-weight:700;background:#f3f3f3;background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e5e5e5));background:-moz-linear-gradient(top,#fff,#e5e5e5);background:linear-gradient(to bottom,#fff 0,#e5e5e5 100%);border:3px solid #bccdd6;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;box-shadow:0 0 10px #ddd;-moz-box-shadow:0 0 10px #ddd;-webkit-box-shadow:0 0 10px #ddd;color:#3f6a7f;cursor:pointer;margin:20px 30px 15px;text-shadow:0 1px 0 #fff}#form-button:hover{background:#ccc;background:-webkit-gradient(linear,left top,left bottom,from(#eee),to(#b2b2b2));background:-moz-linear-gradient(top,#eee,#b2b2b2);background:linear-gradient(to bottom,#eee 0,#b2b2b2 100%);border:3px solid #70767f;color:#192233}#form-share{width:254px;float:right;text-align:center;margin-right:40px}#form-share .fb_iframe_widget{margin-bottom:10px}#form-share #___plusone_1{margin-right:30px!important}#custom-design{margin-left:40px}#instruction-text{text-align:center;font-size:13px;width:560px;margin-top:5px}#form-designer #instruction-text{text-align:center;font-size:13px;width:100%;margin-top:0}#form-options{float:left;text-align:right;font-size:15px;font-weight:700}.statusMessage{display:none;position:absolute;font-size:13px;font-weight:400;width:104px;text-align:center;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;padding:5px 5px;line-height:18px}#sendingMessage{border:1px solid #eae9e5;background-color:#f7f6f2;padding:10px 5px;line-height:22px}#successMessage{border:1px solid #e0e5e0;background-color:#eff4ef}#failureMessage,#incompleteMessage{border:1px solid #e8e3e3;background-color:#f2eded}#failureMessage{padding:10px 5px;line-height:22px}#form-boxes{float:left;margin:0 0 0 15px}.field{height:40px;display:block}.checkboxes,.comment{height:100px;display:block;line-height:66px}.options{height:97px;display:block;width:300px;line-height:28px;text-align:left}form input,form select,form textarea{width:300px;outline:0;border:1px solid #bdc7d8;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;padding-left:3px;padding-right:3px;color:#333;margin:0}form input:focus,form select:focus,form textarea:focus{border-color:#999;background-color:#f1f3f8}form input:valid,form textarea:valid{background-color:#d8ffd8}.validator:invalid{background-color:#ffd8d8}.field select{width:308px;height:20px;padding:0;margin:0}input[type=checkbox],input[type=radio]{width:12px;height:12px;margin:0;border:0}.style-check{width:95px;float:left;margin-right:5px;font-size:14px}.color-check{width:70px;float:left;margin-right:5px;font-size:14px}.examples{display:none}#field1:focus~#example1{display:block!important;background:#000}#field2:focus~#example2{display:block}#field3:focus~#example3{display:block}#examples-area{float:right;width:365px}.form-examples{border:1px solid #e5e9ea;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background-color:#f2f5f7;padding:10px 15px;float:right;line-height:20px;width:333px;height:300px;font-size:15px;position:absolute;text-align:center}.examples-img{border:1px solid #bdc7d8;width:331px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.position1{margin-top:0}.position2{margin-top:40px}.position3{margin-top:80px}.position4{margin-top:110px}.position5{margin-top:140px}.position6{margin-top:200px}.position7{margin-top:277px}#submit-button{background-color:transparent;background-image:url("/facebookcovers/images/Submit-Button-Down.png");border:0;width:310px;height:80px;cursor:pointer;margin:0 0 0 -1px;padding:0}#submit-button:hover{background-image:url("/facebookcovers/images/Submit-Button-Up.png")}.tal_center{text-align:center}.free-categories{border:1px solid #e3e7ea;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background-color:#f4f6f7;padding:7px 7px;float:left;line-height:13px;font-size:12px;text-align:center;margin:0}.free-categories:hover{border:1px solid #d9dde0;background-color:#eaeeef}.categories-profile{width:85px;float:left;margin:0}.categories-profile-a{font-weight:700}.categories-profile-a:hover{text-decoration:none;color:#999}.categories-profile-img{border:1px solid #acb7bf;width:82px;height:48px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin-top:5px}.categories-profile-img:hover{border:1px solid #333;opacity:.5}.category-spacer{float:left;width:7px;height:1px}.cover-search{margin:15px 0 0}.cover-search b{font-size:13px}.cover-search-box{height:20px;background:-moz-linear-gradient(top,#d8d8d8 0,#f2f2f2 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#d8d8d8),color-stop(100%,#f2f2f2));background:linear-gradient(to bottom,#d8d8d8 0,#f2f2f2 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#f2f2f2', GradientType=0 );border:1px solid #a2b5bf}.cover-search-box:active,.cover-search-box:focus{background:-moz-linear-gradient(top,#e0e0e0 0,#f9f9f9 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e0e0e0),color-stop(100%,#f9f9f9));background:linear-gradient(to bottom,#e0e0e0 0,#f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#f9f9f9', GradientType=0 );border:1px solid #a0acb2}.cover-search-button{color:#0f384c;padding:6px 0;background:-moz-linear-gradient(top,#adddf4 0,#568ba5);background:-webkit-gradient(linear,left top,left bottom,from(#adddf4),to(#568ba5));background:linear-gradient(to bottom,#adddf4 0,#568ba5 100%);-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;border:1px solid #728c99;-moz-box-shadow:0 1px 3px rgba(000,000,000,.5),inset 0 0 10px rgba(255,255,255,.5);-webkit-box-shadow:0 1px 3px rgba(000,000,000,.5),inset 0 0 10px rgba(255,255,255,.5);box-shadow:0 1px 3px rgba(000,000,000,.5),inset 0 0 10px rgba(255,255,255,.5);text-shadow:0 -1px 0 rgba(000,000,000,.7),0 1px 0 rgba(255,255,255,.5);cursor:pointer;width:80px}.cover-search-button:hover{color:#164459;background:-moz-linear-gradient(top,#bfeaff 0,#679ab2);background:-webkit-gradient(linear,left top,left bottom,from(#bfeaff),to(#679ab2));background:linear-gradient(to bottom,#bfeaff 0,#679ab2 100%);border:1px solid #849ba5}.cover-search input{margin-left:5px}.cover-preview{border:1px solid #dae0e5;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;background-color:#edf1f4;padding:5px 10px;float:left;line-height:20px;width:278px;height:162px;font-size:14px;text-align:center;position:relative}.cover-preview:hover{border:1px solid #c4ccd1;background-color:#dee2e5}.cover-name{color:#333;display:block;overflow:hidden;white-space:nowrap}.preview-spacer{float:left;width:15px;height:1px}.preview-profile-a{margin:7px 0 0;display:block}.preview-profile-b{margin:7px 0 0}.preview-profile-img{border:1px solid #bdc7d8;width:277px;height:103px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.preview-profile-img:hover{border:1px solid #333;opacity:.5}#large-cover-area{height:304px;margin-bottom:10px}#large-cover-text{position:absolute;width:817px;font-size:25px;background:#3d7299;margin:0 auto;left:0;right:0;font-weight:700;color:#fff;padding:10px 0;line-height:40px;margin-top:98px;border:3px solid #333;border-left:1px solid #333;border-right:1px solid #333;text-shadow:0 0 10px #000,0 0 5px #000;z-index:5;visibility:hidden}#large-cover-area:hover #large-cover-text{visibility:visible}#large-cover-img{border:1px solid #bdc7d8;width:810px;height:300px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}#large-cover-area:hover{cursor:pointer}#large-cover-area:hover img{border:1px solid #333;opacity:.75}#logo,.cover-search img{width:24px;height:24px}#free-instructions img{width:16px;height:16px}.download-cover{margin:0 25px;font-size:14px;font-weight:700}.social-separator{display:inline-block;width:25px}#large-download{display:inline-block;padding-top:15px;vertical-align:top;line-height:20px}.author{font-size:13px;border:1px solid #e5e7eb;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:#f1f3f8;padding:10px 10px}.make-cover-photo{background-image:url("/facebookcovers/images/Make-Fb-Cover-Photo.png");padding-left:31px;width:138px;height:23px;cursor:pointer;font-size:13px;font-weight:700;color:#fff;background-repeat:no-repeat;display:inline-block;text-align:left;position:relative;top:1px;right:35px}.like-cover-photo{display:inline-block;width:50px;height:23px;position:absolute;right:27px;bottom:8px}.like-cover-photo-fake{display:inline-block;position:absolute;bottom:-17px;right:7px}.like-cover-photo-fake a{display:block}.like-cover-photo-fake img{padding:20px}#large-download .make-cover-photo{margin-right:20px}.cool-image{margin:0 4px -4px 4px;border:none}.more-covers{float:right;margin-right:0;margin-bottom:-10px;position:relative;top:-18px}.url{font-size:18px;font-weight:700;margin-left:30px}.pp_social .twitter{margin-right:6px;margin-top:-9px}#preview{position:absolute;border:2px solid #ccc;background:#333;padding:5px;display:none;color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-align:center;line-height:18px;font-size:14px;transition:none!important}#preview img{width:600px}.footer-section{color:grey}.footer-section a.gray{color:grey!important}#footer-left{float:left}#footer-right{float:right}#header-picture-box{text-align:center}#header-picture{margin:0 auto 10px}#content-body{font-size:13px;text-align:left;margin:10px 48px}.smaller{font-size:12px!important}.smaller h3{font-size:14px!important}.list{margin:5px 0;padding:0 0 0 15px}.map-lists{float:left;margin:0 40px}.map-lists h3{font-size:13px;display:block}#form-area{margin:0 auto;width:500px}#testimonial-body{width:849px;margin:0 auto;padding:13px 0;background:#fff;position:relative;border:1px solid #c4cde0;border-width:0 1px 0 1px}#testimonial-contents{padding:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background:#fff;position:relative;text-align:left}.testimonial-quote{color:#555;float:right;width:670px;font-size:16px;font-weight:700;line-height:24px;margin:10px}.testimonial-quote.v2{width:635px}.testimonial-fade{background-image:url("/facebookcovers/images/testimonial-fade.png");background-repeat:repeat-x;height:30px;width:849px;float:left;margin:30px 0 0 0}.reviews{text-align:center}.review-home{float:left;margin:15px 0 0 65px;font-size:12px}.review-testimonials{text-align:center;font-size:12px}.review-img{width:40px;height:40px;vertical-align:middle}.review-img-test{width:30px;height:30px;vertical-align:middle}.reviews-img{width:20px;height:20px;vertical-align:middle}.cor{background-repeat:no-repeat;width:10px;height:10px;font-size:2px}.wbg{background-color:#fff;font-size:2px}.darkbg{background-image:url("/facebookcovers/images/dark.png");background-repeat:repeat;position:absolute;top:0;left:0;z-index:20000;background:rgba(12,20,25,.75)!important;background:-moz-radial-gradient(center,ellipse cover,rgba(206,219,229,.75) 0,rgba(12,20,25,.75) 100%)!important;background:-webkit-gradient(radial,center center,0,center center,100%,color-stop(0,rgba(206,219,229,.75)),color-stop(100%,rgba(12,20,25,.75)))!important;background:-webkit-radial-gradient(center,ellipse cover,rgba(206,219,229,.75) 0,rgba(12,20,25,.75) 100%)!important;background:-o-radial-gradient(center,ellipse cover,rgba(206,219,229,.75) 0,rgba(12,20,25,.75) 100%)!important;background:-ms-radial-gradient(center,ellipse cover,rgba(206,219,229,.75) 0,rgba(12,20,25,.75) 100%)!important;background:radial-gradient(ellipse at center,rgba(206,219,229,.75) 0,rgba(12,20,25,.75) 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(206, 219, 229, .75)', endColorstr='rgba(12, 20, 25, .75)', GradientType=1 )!important}#coverSupportDialog,#coverUploadDialog,#coverUploadSuccessDialog{width:100%;height:100%;position:fixed}#coverSupportDialogData,#coverUploadDialogData,#coverUploadSuccessDialogData{text-align:center;font-family:Calibri;background-color:#fff;margin:100px auto 0;color:#888;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;border:2px solid #2c4659;box-shadow:0 0 50px rgba(0,0,0,.5)}#coverUploadDialogData{width:500px}#coverUploadSuccessDialogData{width:800px}#coverSupportDialogData{color:#555!important;width:600px}#Cover-Support-Header,#Cover-Upload-Header,#Cover-UploadSuccess-Header{margin:0 15px;padding:10px 0;font-size:24px;color:#a0a0a0;border:0;border-style:dotted;border-bottom-width:1px;border-color:#bbb}#Cover-Upload-Text{float:left;font-size:16px;width:220px;padding:40px 30px}#Cover-Support-Text{float:left;font-size:16px;width:320px;padding:40px 30px 20px}#Cover-Support-Like,#Cover-Upload-Like{float:right;width:190px;padding:30px 30px 0 0;font-size:20px}#Cover-Sucess-Text{font-size:16px;padding:15px 15px}#Cover-Sucess-Instuctions{float:left;width:255px;text-align:left;padding-right:10px;color:#666}#coverUploadSuccessDialogData .make-cover-photo{padding:3px 0 0 39px;width:131px}.numbers{font-weight:700;font-style:italic;color:#565f72}.numbers-separator{border:0;border-style:dotted;border-bottom-width:1px;border-color:#bbb;margin:10px 0}#main-section{margin:38px 0 0}.popular-searches,.popular-searches *{font-size:16px}.popular-searches{margin:20px 0 10px}.popular-searches a{margin:16px}.cover-search-error{font-size:11px;font-weight:700;color:red}#Cover-Support-NoSupport{font-size:11px;color:#7c9cb2;float:right;margin-right:15px}.content-separator{background:url("/facebookcovers/images/content-separator.png") center center no-repeat;height:16px;width:918px;margin:25px auto 10px}#testimonial-body .categories-profile{width:77px}#testimonial-body .categories-profile-img{width:75px}
  </style>
  <!--[if IE 7]><![endif]-->
  <!-- +1 Button -->
  <meta content="Porsche Panamera Beautiful House Facebook Cover - Vehicles" itemprop="name">
  <meta content="The #1 place for Professionally Designed, Custom-made and Free Facebook Timeline Profile Covers" itemprop="description">
  <meta content="" itemprop="image">
  <!-- Facebook Meta Tags -->
  <meta content="Porsche Panamera Beautiful House Facebook Cover - Vehicles" property="og:title">
  <meta content="website" property="og:type">
  <meta content="" property="og:url">
  <meta content="" property="og:image">
  <meta content="Facebook Covers" property="og:site_name">
  <meta content="The #1 place for Professionally Designed, Custom-made and Free Facebook Timeline Profile Covers" property="og:description">
  <meta content="en_us" property="og:locale">
  <meta content="100001727989295" property="fb:admins">
  <meta content="100003199037075" property="fb:admins">
  <meta content="[PHONE REDACTED]" property="fb:admins">
  <meta content="470877536311839" property="fb:app_id">
  <style>
   form input.focus{ border-color: rgb(153, 153, 153); background-color: rgb(241, 243, 248); } form select.focus{ border-color: rgb(153, 153, 153); background-color: rgb(241, 243, 248); } form textarea.focus{ border-color: rgb(153, 153, 153); background-color: rgb(241, 243, 248); }#field1.focus ~ #example1{ background: rgb(0, 0, 0); display: block !important; }#field2.focus ~ #example2{ display: block; }#field3.focus ~ #example3{ display: block; } .cover-search-box.focus{ background: linear-gradient(rgb(224, 224, 224) 0px, rgb(249, 249, 249) 100%); border: 1px solid rgb(160, 172, 178); }
  </style>
 </head>
 <body>
  <div id="fb-root">
  </div>
  <!-- Floating Blue Bar -->
  <div id="blue-bar-container">
   <div id="blue-bar">
    <div id="float-head">
     <h2>
      <a class="bar-links" title="Facebook Covers Home Page">
       <img alt="Facebook Covers Logo" id="logo" src="rick.jpg">
       Facebook Covers
      </a>
     </h2>
     <div class="separator">
      <!-- -->
     </div>
     <h2>
      <a class="bar-links" title="Let us Design an Awesome Custom-made Facebook Cover just for you!">
       Facebook Cover Designer
      </a>
     </h2>
     <div class="separator">
      <!-- -->
     </div>
     <h2>
      <a class="bar-links" title="Choose from Hundreds of Free Covers for your Facebook Timeline">
       Facebook Cover Photos
      </a>
     </h2>
     <div class="separator">
      <!-- -->
     </div>
     <a class="bar-links" title="See what our Clients have to say about our Service">
      Testimonials
     </a>
     <div class="separator">
      <!-- -->
     </div>
     <div id="share-buttons">
      <!-- FB Like Button -->
      <div class="fb-like" data- data-action="like" data-height="21" data-layout="button" data-share="false" data-show-faces="false" data-width="145">
      </div>
      <!-- Tweet Button -->
      <a class="twitter-follow-button" data-show-count="false" data-show-screen-name="false">
       Follow
      </a>
     </div>
    </div>
   </div>
  </div>
  <!-- Advertisement Container  -->
  <div id="ad-box-left" style="left: -3px;">
   <div id="div-gpt-ad-1502163618318a-0" style="height:600px; width:160px;">
   </div>
  </div>
  <div id="ad-box-right" style="right: -3px;">
   <div id="div-gpt-ad-1502163855237a-0" style="height:600px; width:160px;">
   </div>
  </div>
  <!-- Main Content  -->
  <div id="content">
   <div id="main-section">
    <!-- Free Facebook Covers -->
    <div class="section-body tal_center">
     <!-- Title -->
     <div id="free-header">
      <h1 style="font-size: 18px;">
       Porsche Panamera Beautiful House Facebook Timeline Photo Cover!
      </h1>
      <br>
      <br>
      <h2 style="font-size: 14px;">
       Enhance your Facebook Profile right now, by using the Porsche Panamera Beautiful House Cover!
      </h2>
      <br>
      <br>
     </div>
     <div class="aa-center">
      <div id="div-gpt-ad-1502163980477a-0" style="height:90px; width:728px;">
      </div>
     </div>
     <!-- Instructions -->
     <div id="free-instructions">
      <img alt="Download Icon" class="cool-image" src="rick.jpg">
      Click on the
      <b>
       Facebook Cover Photo
      </b>
      below, then
      <b>
       Give the App Permission
      </b>
      to Upload the Cover to your Facebook.
      <img alt="Download Icon" class="cool-image" src="rick.jpg">
      <br>
      <br>
     </div>
     <!-- Preview &amp; Download Cover -->
     <div id="large-cover-area" onclick="setAsACover('https://similarworlds.com/facebookcovers/facebook-cover-photos-timeline/fb/vehicles/Porsche-Panamera-Beautiful-House-Facebook-Cover.jpg', 'Porsche Panamera Beautiful House'); gtagx('send', 'event', 'App Cover Install', 'Vehicles', 'Porsche Panamera Beautiful House');">
      <div id="large-cover-text">
       Click here to get this
       <br>
       Porsche Panamera Beautiful House Facebook Cover!
      </div>
      <img alt="Porsche Panamera Beautiful House, Free Facebook Timeline Profile Cover, Vehicles" id="large-cover-img" src="rick.jpg">
     </div>
     <div id="large-download">
      <div class="make-cover-photo" onclick="setAsACover('https://similarworlds.com/facebookcovers/facebook-cover-photos-timeline/fb/vehicles/Porsche-Panamera-Beautiful-House-Facebook-Cover.jpg', 'Porsche Panamera Beautiful House'); gtagx('send', 'event', 'App Cover Install', 'Vehicles', 'Porsche Panamera Beautiful House');">
       Get Fb Cover Photo
      </div>
     </div>
     <div class="fb-like" data- data-layout="box_count" data-send="false" data-show-faces="false">
     </div>
     <div class="social-separator">
     </div>
     <a class="twitter-share-button" data-count="vertical" data-url="" data-via="CoverFacebook">
      Tweet
     </a>
     <br>
     <br>
     <div class="author">
      The Designer of this
      <b>
       Porsche Panamera Beautiful House Facebook Cover
      </b>
      is:
      <i>
       Author Unverified
      </i>
      <br>
      <br>
      <u>
       If you are the Designer of this Facebook Cover, please
       <b>
        <a>
         Contact Me
        </a>
       </b>
       to be Credited for this image.
      </u>
     </div>
     <div class="clear space">
      <!-- -->
     </div>
     <b>
      Tags:
     </b>
     <a>
      Porsche
     </a>
     ,
     <a>
      Panamera
     </a>
     ,
     <a>
      Beautiful
     </a>
     ,
     <a>
      House
     </a>
     ,
     <a>
      Vehicles
     </a>
     <div class="clear">
      <!-- -->
     </div>
     <!-- More Instructions -->
     <div id="free-footer">
      <br>
      <h3 style="font-size: 14px;">
       Browse our many Categories to find Hundreds of other Free Facebook Covers to choose from!
      </h3>
      <br>
      <br>
     </div>
     <!-- Categories -->
     <div class="free-categories">
      <div class="free-categories-in">
       <div class="categories-profile">
        <a class="categories-profile-a" title="Browse all Country Facebook Covers">
         Countries
         <br>
         <img alt="Countries Category Design - Facebook Covers" class="categories-profile-img" src="rick.jpg">
        </a>
       </div>
       <div class="category-spacer">
       </div>
       <div class="categories-profile">
        <a class="categories-profile-a" title="Browse all Welcome Facebook Covers">
         Welcome
         <br>
         <img alt="Welcome Category Design - Facebook Covers" class="categories-profile-img" src="rick.jpg">
        </a>
       </div>
       <div class="category-spacer">
       </div>
       <div class="categories-profile">
        <a class="categories-profile-a" title="Browse all Funny Facebook Covers">
         Funny
         <br>
         <img alt="Funny Category Design - Facebook Covers" class="categories-profile-img" src="rick.jpg">
        </a>
       </div>
       <div class="category-spacer">
       </div>
       <div class="categories-profile">
        <a class="categories-profile-a" title="Browse all Quote Facebook Covers">
         Quotes
         <br>
         <img alt="Quotes Category Design - Facebook Covers" class="categories-profile-img" src="rick.jpg">
        </a>
       </div>
       <div class="category-spacer">
       </div>
       <div class="categories-profile">
        <a class="categories-profile-a" title="Browse all Love Facebook Covers">
         Love
         <br>
         <img alt="Love Category Design - Facebook Covers" class="categories-profile-img" src="rick.jpg">
        </a>
       </div>
       <div class="category-spacer">
       </div>
       <div class="categories-profile">
        <a class="categories-profile-a" title="Browse all Nature Facebook Covers">
         Nature
         <br>
         <img alt="Nature Category Design - Facebook Covers" class="categories-profile-img" src="rick.jpg">
        </a>
       </div>
       <div class="category-spacer">
       </div>
       <div class="categories-profile">
        <a class="categories-profile-a" title="Browse all Animal Facebook Covers">
         Animals
         <br>
         <img alt="Animals Category Design - Facebook Covers" class="categories-profile-img" src="rick.jpg">
        </a>
       </div>
       <div class="category-spacer">
       </div>
       <div class="categories-profile">
        <a class="categories-profile-a" title="Browse all Emotion Facebook Covers">
         Emotions
         <br>
         <img alt="Emotions Category Design - Facebook Covers" class="categories-profile-img" src="rick.jpg">
        </a>
       </div>
       <div class="category-spacer">
       </div>
       <div class="categories-profile">
        <a class="categories-profile-a" title="Browse all Celebrity Facebook Covers">
         Celebrity
         <br>
         <img alt="Celebrity Category Design - Facebook Covers" class="categories-profile-img" src="rick.jpg">
        </a>
       </div>
       <div class="category-spacer">
       </div>
       <div class="categories-profile">
        <a class="categories-profile-a" title="Browse all Vehicles Facebook Covers">
         Vehicles
         <br>
         <img alt="Vehicles Category Design - Facebook Covers" class="categories-profile-img" src="rick.jpg">
        </a>
       </div>
       <div class="clear space">
        <!-- -->
       </div>
       <div class="categories-profile">
        <a class="categories-profile-a" title="Browse all Creative Facebook Covers">
         Creative
         <br>
         <img alt="Creative Category Design - Facebook Covers" class="categories-profile-img" src="rick.jpg">
        </a>
       </div>
       <div class="category-spacer">
       </div>
       <div class="categories-profile">
        <a class="categories-profile-a" title="Browse all Character Facebook Covers">
         Characters
         <br>
         <img alt="Characters Category Design - Facebook Covers" class="categories-profile-img" src="rick.jpg">
        </a>
       </div>
       <div class="category-spacer">
       </div>
       <div class="categories-profile">
        <a class="categories-profile-a" title="Browse all Hobby Facebook Covers">
         Hobbies
         <br>
         <img alt="Hobbies Category Design - Facebook Covers" class="categories-profile-img" src="rick.jpg">
        </a>
       </div>
       <div class="category-spacer">
       </div>
       <div class="categories-profile">
        <a class="categories-profile-a" title="Browse all Strange Facebook Covers">
         Strange
         <br>
         <img alt="Strange Category Design - Facebook Covers" class="categories-profile-img" src="rick.jpg">
        </a>
       </div>
       <div class="category-spacer">
       </div>
       <div class="categories-profile">
        <a class="categories-profile-a" title="Browse all Abstract Facebook Covers">
         Abstract
         <br>
         <img alt="Abstract Category Design - Facebook Covers" class="categories-profile-img" src="rick.jpg">
        </a>
       </div>
       <div class="category-spacer">
       </div>
       <div class="categories-profile">
        <a class="categories-profile-a" title="Browse all Brand Facebook Covers">
         Brands
         <br>
         <img alt="Brands Category Design - Facebook Covers" class="categories-profile-img" src="rick.jpg">
        </a>
       </div>
       <div class="category-spacer">
       </div>
       <div class="categories-profile">
        <a class="categories-profile-a" title="Browse all Food Facebook Covers">
         Foods
         <br>
         <img alt="Foods Category Design - Facebook Covers" class="categories-profile-img" src="rick.jpg">
        </a>
       </div>
       <div class="category-spacer">
       </div>
       <div class="categories-profile">
        <a class="categories-profile-a" title="Browse all Places Facebook Covers">
         Places
         <br>
         <img alt="Places Category Design - Facebook Covers" class="categories-profile-img" src="rick.jpg">
        </a>
       </div>
       <div class="category-spacer">
       </div>
       <div class="categories-profile">
        <a class="categories-profile-a" title="Browse all Holiday Facebook Covers">
         Holidays
         <br>
         <img alt="Holidays Category Design - Facebook Covers" class="categories-profile-img" src="rick.jpg">
        </a>
       </div>
       <div class="category-spacer">
       </div>
       <div class="categories-profile">
        <a class="categories-profile-a" title="Browse all Other Cool Facebook Covers">
         Other Cool
         <br>
         <img alt="Other Cool Category Design - Facebook Covers" class="categories-profile-img" src="rick.jpg">
        </a>
       </div>
      </div>
     </div>
     <div class="clear">
      <!-- -->
     </div>
     <form action="/facebookcovers/facebook-cover-photos-timeline/search-facebook-covers" class="cover-search" method="post" onsubmit="return searchCovers(this);">
      <input name="box" type="hidden" value="1">
      <img alt src="rick.jpg" style="margin: 0 3px -8px 0;">
      <b>
       Search Facebook Covers:
      </b>
      <input class="cover-search-box" name="q" type="text" value>
      <input class="cover-search-button" type="submit" value="Search">
      <div class="cover-search-error">
      </div>
     </form>
     <br>
    </div>
    
   </div>
   <!-- main-section -->
   <div class="content-separator">
   </div>
   <!-- Facebook Comments -->
   <div class="anchor" id="FbComments">
   </div>
   <div class="comments-section">
    <div class="section-body">
     <div class="fb-comments" data- data-num-posts="10" data-order-by="social" data-width="930">
     </div>
    </div>
   </div>
   <div class="content-separator">
   </div>
   <!-- Footer -->
   <div class="anchor" id="Footer">
   </div>
   <div class="footer-section">
    <div class="section-body">
     <div id="footer-left">
      FacebookCovers &copy; 2023 &middot; All rights reserved
     </div>
     <div id="footer-right">
      <a title="Learn more about Facebook Covers">
       About
      </a>
      &middot;
      <a title="Let us Design an Awesome Custom-made Facebook Cover just for you!">
       Order Cover Design
      </a>
      &middot;
      <a title="Choose from Hundreds of Free Covers for your Facebook Timeline">
       Free Covers
      </a>
      &middot;
      <a title="Read our Terms of Service, Copyright and Legal information">
       Terms of Service
      </a>
      &middot;
      <a title="Browse all pages within this Website">
       Sitemap
      </a>
      &middot;
      <a title="Contact us for Suggestions, Requests or Help">
       Contact Us
      </a>
      &middot; 
Andrew Davis &amp; Nuno
     </div>
     <div class="clear space">
      <!-- -->
     </div>
     <div style="text-align: center">
      FacebookCovers is neither affiliated with nor endorsed by Facebook, Inc.
     </div>
    </div>
   </div>
   <!-- End Content -->
  </div>
  <!-- content -->
  <!-- App Dialogs -->
  <div class="darkbg" id="coverUploadDialog" style="display:none">
   <div id="coverUploadDialogData">
    <div id="Cover-Upload-Header">
     <img alt src="rick.jpg" style="margin-right: 10px;">
     <b>
      Uploading Facebook Cover...
     </b>
    </div>
    <div id="Cover-Upload-Text">
     We are currently uploading your new Facebook Cover Photo!
     <br>
     <br>
     In the meantime, why not like us on Facebook?
    </div>
    <div id="Cover-Upload-Like">
     <b>
      Like us:
     </b>
     <br>
     <div class="fb-like" data- data-action="like" data-height="90" data-layout="box_count" data-share="false" data-show-faces="false" data-width="50">
     </div>
    </div>
    <div class="clear">
     <!-- -->
    </div>
   </div>
  </div>
  <div class="darkbg" id="coverUploadSuccessDialog" onclick="instrucDialog('no')" style="display:none">
   <div id="coverUploadSuccessDialogData">
    <div id="Cover-UploadSuccess-Header">
     <img alt src="rick.jpg" style="margin: -10px 10px;">
     <b>
      Your New Cover is ready to be used!
     </b>
    </div>
    <div id="Cover-Sucess-Text">
     Now set the Cover of your Timeline Profile on Facebook.
     <br>
     Click the
     <b>
      "Change my Fb Cover"
     </b>
     button and follow the steps below to set your new Cover on Facebook:
     <br>
     <br>
     <div class="make-cover-photo" onclick="window.open('https://www.facebook.com/profile.php?id='+crnt_usr_uid,'_blank');">
      Change my Fb Cover
     </div>
     <br>
     <br>
     <div id="Cover-Sucess-Instuctions">
      <span class="numbers">
       1)
      </span>
      Hover Mouse over the cover area to reveal the "Change Cover" button.
      <br>
      <div class="numbers-separator">
      </div>
      <span class="numbers">
       2)
      </span>
      Select "Choose from photos..."
      <br>
      <div class="numbers-separator">
      </div>
      <span class="numbers">
       3)
      </span>
      Choose the First Cover on the list!
      <br>
     </div>
     <img alt src="rick.jpg">
     <img alt src="rick.jpg">
    </div>
   </div>
  </div>
  <div class="darkbg" id="coverSupportDialog" style="display:none">
   <div id="coverSupportDialogData">
    <div id="Cover-Support-Header">
     <img alt src="rick.jpg" style="margin-right: 10px; vertical-align: middle;">
     <b>
      Click ANY Button below to Complete!
     </b>
    </div>
    <div id="Cover-Support-Text">
     <b>
      Please Support us by clicking any of these Social Buttons
     </b>
     <i>
      (that you haven't already clicked)
     </i>
     .
     <br>
     <br>
     <span id="Cover-Support-Text-1">
      Once you have done that, your requested Fb Cover will be sent to your Fb Profile for use.
     </span>
     <span id="Cover-Support-Text-2" style="display: none;">
     </span>
     <br>
     <br>
     <b>
      This Message will not appear again, once you complete this step.
     </b>
     <br>
     <br>
     THANKS for Your Support! :D
    </div>
    <div id="Cover-Support-Like">
     <b>
      Support us:
     </b>
     <br>
     <div class="fb-like" data- data-action="like" data-height="30" data-layout="button" data-share="false" data-show-faces="false" data-width="55">
     </div>
     &nbsp;
     <a onclick="shareFacebook('https://similarworlds.com');">
      <img alt src="rick.jpg">
     </a>
     <div class="clear space">
      <!-- -->
     </div>
     <a class="twitter-follow-button" data-show-count="false" data-show-screen-name="false">
      Follow
     </a>
     &nbsp;
     <a class="twitter-share-button" data-count="none" data-via="CoverFacebook">
      Tweet
     </a>
     <div class="clear space">
      <!-- -->
     </div>
    </div>
    <div class="clear">
     <!-- -->
    </div>
    <a id="Cover-Support-NoSupport" onclick="userHasSupported(true); userHasSupportedAction();">
     Upload Facebook Cover without Supporting &raquo;
    </a>
    <div class="clear space">
     <!-- -->
    </div>
   </div>
  </div>
  <div class="none" id="fbcover-empty">
  </div>
 </body>
</html>