View difference between Paste ID: CXbS2mUi and nSfb18Zt
SHOW: | | - or go back to the newest paste.
1
       				        !!!!!!!!!!!!Read It!!!!!!!!!!!!
2
 
3
                                                (⊙.⊙(☉_☉)⊙.⊙)
4
 
5
CAN'T EMPHASIZE THIS ENOUGH:  There are div ids/classes, tables (table, tr, td) and img classes in this layout.  Be VERY, VERY, VERY careful not to drop off any of the coding.   
6
7
............................
8
 
9
IMAGES
10
11-
This layout will code image sizes for you.  For the sake of simplicity you may make all photos 250px width by 250px height EXCEPT the 'default' photo in Like to Meet and the 'banner' size photo in Music. The tall 'default' image is 275px width by 500px height.  The 'banner' (Vicbox) image in Music is 500px width by 300px height.
11+
Image Sizes are located at the top of Like to Meet.
12
 
13
If you elect to keep the color scheme for pics, the psd is here:
14-
https://drive.google.com/file/d/0B79YHAkeE7SuejREWlRIbFllX3M
14+
https://drive.google.com/file/d/0B79YHAkeE7SuTnB2V3oyS1ZaTUE
15
16
 ............................
17
   
18
MUSIC PLAYER
19
 
20
REPLACE MY MUSIC PLAYER WITH YOUR OWN.  
21
22
Read the cited note under the music player for additional instructions.
23
 
24
............................
25
 
26
27
FOR ROLEPLAYER.ME USERS:
28
 
29
For the below text font classes and all of the headers (1, 2, 3, etc) and lyrics, please note the following:  
30
I code for ALL sites.  Not every website will allow headers to be placed as <h1>Header 1</h1>.  For that reason, I turn them into font classes with a period in front (.h1) in About Me and script them in the tables as I have done below.  
31
 
32
<font class="h1">Header 1</font>
33
 
34
If you are on a website like RPer.me that allows regular header, underline, strong, etc coding, you can just use regular header coding for all of the header, lyric, special text labels like so:
35
<h1>Header</h1> <strike>Strike</strike> etc..
36
 
37
OR just leave them as they are.  They will work for you either way.  
38
39
40
///////////////////////////////////////////////////
41
 
42
 
43
 
44
                        Don't forget to replace the XXXXX with your friend ID number.
45
 
46
                                                     (>‿◠)✌
47
 
48
 
49
                *****************************SAVE YOUR WORK AS YOU GO.*******************************
50
                                
51
 
52
DO NOT REMOVE THE .VICARIOUS MARKERS FROM ANY VICARIOUS LAYOUT.  
53
 
54
-----------------------------ABOUT ME-----------------------------
55
56
<style type="text/css">
57
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700|Poiret+One|Roboto+Condensed:300italic,400italic,700italic,400,300,700|Raleway:400,800,100,200,300,500,600,700,900|Oswald:300,400,700|Dynalight|Tangerine:400,700);
58
 
59
/* - -DO NOT PUT ANYTHING ABOVE THE @import LINE ABOVE - - */  
60
/* - -DO NOT REARRANGE MY CODING!! ORDER IS IMPORTANT! - - */
61
62
.vicarious { Structure } 
63
body {
64
width:100%;
65
height:100%;
66
background-color:0a003a;  
67
background-image:url();   
68-
-----------------------------HEROES-------------------------------
68+
background-repeat:repeat;
69
background-attachment:fixed;
70
background-position:center center;
71
}      
72
73
table, tr, td { background-color:transparent; border:0px; padding:0px; margin:0px; }
74
 
75
.vic-LEFT-SIDE_table, .vic-RIGHT-SIDE_table  {
76
visibility:visible;
77
z-index:2;
78
position:absolute;
79
top:0%;
80
left:50%;
81
border:0px;  
82
margin-top:10px;  
83
height:auto;
84
display:inline-block;
85
padding:0px;
86
}
87
 
88
.vic-LEFT-SIDE_table { width:302px; height:auto; margin-left:-300px;}
89
.vic-LEFT-SIDE_table tr { }
90
.vic-LEFT-SIDE_table td { margin:0px; max-width:300px;}  
91
 
92
.vic-RIGHT-SIDE_table { width:502px; height:auto; margin-left:10px; }
93
.vic-RIGHT-SIDE_table tr { }
94
.vic-RIGHT-SIDE_table td { margin:0px; max-width:500px;} 
95
 
96
.vic_table {
97
width:100%;
98
margin-bottom:4px;
99
border:1px solid #0a003a;
100
background-color: e3e3e3;
101
overflow:hidden;
102
display:block;
103
}
104
 
105
.vic_table tr { }
106
.vic_table td { width:100%; }  
107
 .vicarious{ Google Chrome Scrollbar } 
108
::-webkit-scrollbar {width: 10px;} 
109
::-webkit-scrollbar-track {border: 1px solid #000000 ;background-color:transparent;}  
110
::-webkit-scrollbar-thumb {border:1px solid  #000000;background-color:ededee; }
111
 
112
.vicarious { General Text }
113
 
114
table, tr, td, li, p, div, .text, .btext, a, b, i {
115
font-family:tahoma;
116
font-size:7pt;
117
line-height:100%; 
118
padding:0px;
119
margin:0px;
120
text-decoration:none;
121
text-transform:none;
122
text-align:left;
123
word-wrap: break-word; 
124
color: 252429;
125
}
126
 
127
p {
128
text-align:justify;
129
margin-top: 5px;
130
text-indent:10px;
131
word-wrap: break-word;
132
}
133
134
b {
135
font-family: 'Roboto Condensed', sans-serif; 
136
font-weight:700;
137
font-size:8pt;
138
text-transform:uppercase;
139
color:6c6688;
140
}  
141
 
142
i {
143
font-family: 'Dynalight', cursive;
144
font-size:10pt;
145
}
146
 
147
.u, u { 
148
text-decoration:underline;
149
}
150
151
.strike, strike { 
152
text-decoration:line-through;
153
letter-spacing:1pt;
154
}
155
 
156
.strong, strong {
157
font-family: "Oswald", Helvetica, sans-serif;
158
font-size: 9pt;
159
text-transform:uppercase;
160
line-height:110%;
161
}
162
 
163
em {
164
font-family: 'Tangerine', cursive;
165
font-weight:700;
166
font-size:19pt;
167
} 
168
169
.vicarious { Headers }
170
 
171
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6, .h7, h7, .h8, h8, .h9, h9, .h10, h10, .h11, h11, .h12, h12, .h13, h13, .h14, h14, .h15, h15, .one, one, .two, two, .three, three, .blockquote, blockquote, big, small {
172
margin:0px;
173
padding:0px;
174
display:block;
175
text-transform:none;
176
line-height:100%;  
177
}  
178
179
.h1, h1 {
180
font-family: 'Oswald', sans-serif;
181
font-weight:700;
182
font-size:80px;
183
line-height:100px;
184
height:100px;  
185
text-transform:uppercase;
186
letter-spacing:2px;
187
text-align:center; 
188
text-shadow:  -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
189
} 
190
191
.h2, h2 {
192
font-family: 'PT Sans Narrow', sans-serif;
193
color:ffffff;
194
font-size:15px;
195
height:20px;
196
line-height:20px;
197
text-transform:uppercase;
198
text-align:right;
199
padding-right:15px;
200
background-color:0a003a;
201
border-bottom:10px double #ffffff;
202
}
203
204
.h3, h3 {
205
font-family: 'Poiret One', cursive;
206
font-size:18px;
207
height:20px;
208
line-height:20px;
209
padding:5px;
210
text-transform:uppercase;
211
text-align:center;
212
border-width:2px 0px;
213
border-style:solid;
214
border-color:0a003a;
215
margin-bottom:10px;
216
 }
217
218
.h4, h4 {
219
font-family: 'Roboto Condensed', sans-serif; 
220
font-weight:700;
221
font-size:22px;
222
line-height:110%;
223
text-transform:uppercase;
224
text-align:center; 
225
background-color:e6e5eb;
226
border-bottom:5px solid #0a003a;
227
margin:5px;
228
padding:5px; 
229
}
230
231
.h5, h5 {
232
font-family: 'Dynalight', cursive;
233
font-size:25px;
234
line-height:25px;
235
height:25px;  
236
text-transform:none; 
237
text-align:right;
238
padding:5px;
239
border-width:2px 0px 2px 0px;
240
border-style:solid;
241
border-color: #0a003a;
242
text-shadow:  -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
243
}
244
245
.h6, h6 {
246
font-family: 'Oswald', sans-serif;
247
font-weight:700;
248
font-size:16px;
249
line-height:20px;
250
height:20px;  
251
text-transform:uppercase;
252
letter-spacing:2px;
253
text-align:center; 
254
color:ffffff;
255
padding:5px;
256
margin:5px 0px;
257
background-color: 0a003a; 
258
}
259
260
.h7, h7 {
261
font-family: 'Roboto Condensed', sans-serif; 
262
font-weight:300;
263
font-style:italic;
264
font-size:12px;
265
height:40px;
266
line-height:40px;
267
text-transform:uppercase;
268
letter-spacing:2px;
269
text-align:center;  
270
border-width:7px 0px;
271
border-style:solid;
272
border-color:ffffff; 
273
background-color:0a003a;
274
color:f3f3f3;
275
}
276
277
.cite {font-size:0px; color:transparent;display:block; height:0px;}
278
279
280
.vicarious { Divs }
281
 
282
283
/* Back Area */  
284
285
#line, #line2, #back {
286
visibility:visible;
287
position:fixed;
288
top:0%;
289
z-index:-1; 
290
padding:0px; 
291
background-color:f3f3f3;
292
}
293
294
#line { 
295
left:50%; 
296
margin-top:0px;
297
margin-left:-500px;
298
width:20px;
299
height:100%; 
300
}   
301
302
#line2 { 
303
left:0%; 
304
margin-top:310px;
305
margin-left:0px;
306
width:100%;
307
height:20px; 
308
}    
309
310
#Back { 
311
left:50%; 
312
margin-top:0px;
313
margin-left:-310px; 
314
width:830px;
315
height:100%;  
316
}
317
318
/* Left Sidebar */  
319
320
#sidebar {
321
visibility:visible;
322
position:fixed;
323
top:0%;
324
left:50%;
325
z-index:3;  
326
margin-top:0px;
327
margin-left:-660px;
328
width:320px;
329
height:100%; 
330
padding:0px; 
331
}   
332
333
#sidebar .vicbox { 
334
margin-top:100px;
335
float:left;
336
width:300px;
337
height:400px;  
338
overflow: hidden;  
339
position: relative;
340
background-color:f3f3f3;
341
border:5px solid #e3e3e3;
342
padding:5px;
343
} 
344
 
345
#sidebar .mask  { 
346
width:150px;
347
height:400px;  
348
position: absolute;
349
overflow: hidden;
350
top:0px;
351
left:0px;
352
opacity: 1;
353
-webkit-transform: translateX(-300px);
354
-moz-transform: translateX(-300px);
355
-ms-transform: translateX(-300px);
356
-o-transform: translateX(-300px);
357
transform: translateX(-300px);
358
-webkit-transition: all 0.4s ease-in-out;
359
-moz-transition:all 0.4s ease-in-out;
360
-ms-transition:all 0.4s ease-in-out;
361
-o-transition: all 0.4s ease-in-out;
362
transition: all 0.4s ease-in-out;  
363
}
364
 
365
#sidebar .vicbox img {
366
opacity:1;
367
display: block;
368
position: relative;
369
width:300px;
370
height:400px;  
371
overflow:hidden;
372
-webkit-transition: all 0.3s ease-in-out;
373
-moz-transition:all 0.3s ease-in-out;
374
-ms-transition:all 0.3s ease-in-out;
375
-o-transition: all 0.3s ease-in-out;
376
transition: all 0.3s ease-in-out;
377
}
378
 
379
#sidebar .the411 {  
380
position: relative;
381
text-align: center;
382
margin:0px;
383
width:150px;
384
height:400px;  
385
padding: 0px;
386
overflow:hidden;
387
-webkit-transition: all 0.2s linear 0.1s;
388
-moz-transition:all 0.2s linear 0.1s;
389
-ms-transition:all 0.2s linear  0.1s;
390
-o-transition: all 0.2s linear 0.1s;
391
transition: all 0.2s linear 0.1s; 
392
}
393
 
394
#sidebar:hover .mask {
395
-webkit-transform: translateX(0px);
396
-moz-transform: translateX(0px);
397
-ms-transform: translateX(0px);
398
-o-transform: translateX(0px);
399
transform: translateX(0px);
400
}    
401
                 
402
#sidebar:hover  img {
403
opacity: 0.2;
404
-webkit-transform: translateX(150px);
405
-moz-transform: translateX(150px);
406
-ms-transform: translateX(150px);
407
-o-transform: translateX(150px);
408
transform: translateX(150px);
409
transition-delay: 0.1s;
410
}
411
 
412
#sidebar:hover .the411 {
413
transition-delay: 0.4s;
414
}
415
416
#sidebar a {
417
text-decoration:none;
418
text-transform:none;
419
display:block;
420
width:100px;
421
font-size:10px;
422
height:15px;
423
line-height:15px;
424
overflow:none;
425
text-align:left;
426
font-family: 'Roboto', sans-serif;
427
font-weight:300; 
428
background-color:f3f3f3;
429
padding-left:5px;
430
letter-spacing:1pt; 
431
margin:2px 0px;
432
color:0a003a;
433
border-left-width:0px;
434
border-left-style: solid;
435
border-left-color: #0a003a;
436
-webkit-transition: all 0.5s ease-in-out;
437
-moz-transition:all 0.5s ease-in-out;
438
-ms-transition:all 0.5s ease-in-out;
439
-o-transition: all 0.5s ease-in-out;
440
transition: all 0.5s ease-in-out;
441
}
442
 
443
#sidebar a:hover { 
444
border-left-width:100px;
445
-webkit-transition: all 0.5s ease-in-out;
446
-moz-transition:all 0.5s ease-in-out;
447
-ms-transition:all 0.5s ease-in-out;
448
-o-transition: all 0.5s ease-in-out;
449
transition: all 0.5s ease-in-out;
450
}
451
452
#sidebar .linx {
453
text-align:center;
454
opacity:0;
455
z-index:4;  
456
position:absolute;
457
margin-top:100px;
458
margin-left:190px;
459
width:100px;
460
height:auto;
461
overflow:hidden;
462
-webkit-transition: all .5s linear 0.1s;
463
-moz-transition:all .5s linear 0.1s;
464
-ms-transition:all .5s linear 0.1s;
465
-o-transition: all .5s linear 0.1s;
466
transition: all .5s linear 0.1s;
467
}
468
469
#sidebar:hover .linx {
470
margin-top:225px;
471
opacity:1;
472
-webkit-transition: all .5s linear 0.1s;
473
-moz-transition:all .5s linear 0.1s;
474
-ms-transition:all .5s linear 0.1s;
475
-o-transition: all .5s linear 0.1s;
476
transition: all .5s linear 0.1s;
477
} 
478
479
.codrops { divs}
480
481
.ch-grid {
482
margin: 0;
483
padding: 0;
484
list-style: none;
485
display: block;
486
text-align: center;
487
width: 130px; 
488
}
489
490
.ch-grid:after,
491
.ch-item:before {
492
content: '';
493
display: table;
494
}
495
496
.ch-grid:after {
497
clear: both;
498
}
499
500
.ch-grid li {
501
width: 130px;
502
height: 130px;
503
display: block;
504
margin: 3px 10px;
505
}
506
507
.ch-item {
508
width: 100%;
509
height: 100%; 
510
position: relative;
511
-webkit-perspective: 900px;
512
-moz-perspective: 900px;
513
-o-perspective: 900px;
514
-ms-perspective: 900px;
515
perspective: 900px;
516
}
517
518
.ch-info {
519
position: absolute;
520
width: 100%;
521
height: 100%;
522
-webkit-transform-style: preserve-3d;
523
-moz-transform-style: preserve-3d;
524
-o-transform-style: preserve-3d;
525
-ms-transform-style: preserve-3d;
526
transform-style: preserve-3d;
527
}
528
529
.ch-info > div {
530
display: block;
531
position: absolute;
532
width: 100%;
533
height: 100%;
534
background-position: center center;
535
-webkit-transition: all 0.4s linear;
536
-moz-transition: all 0.4s linear;
537
-o-transition: all 0.4s linear;
538
-ms-transition: all 0.4s linear;
539
transition: all 0.4s linear;
540
-webkit-transform-origin: 50% 0%;
541
-moz-transform-origin: 50% 0%;
542
-o-transform-origin: 50% 0%;
543
-ms-transform-origin: 50% 0%;
544
transform-origin: 50% 0%;
545
}
546
547
.ch-info .ch-info-front {
548
-webkit-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.4);
549
-moz-box-shadow:    inset 0px 0px 0px 10px rgba(255, 255, 255, 0.4);
550
box-shadow:         inset 0px 0px 0px 10px rgba(255, 255, 255, 0.4);
551
background-size: 130px 130px;
552
}
553
554
.ch-info .ch-info-back {
555
-webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
556
-moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
557
-o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
558
-ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
559
transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
560
background-color:f3f3f3;
561
opacity: 0;
562
-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.5);
563
-moz-box-shadow:    inset 0px 0px 0px 1px rgba(0, 0, 0, 0.5);
564
box-shadow:         inset 0px 0px 0px 1px rgba(0, 0, 0, 0.5);
565
}  
566
567
.ch-info .about { 
568
padding: 5px; 
569
margin: 5px; 
570
overflow:auto;
571
width:110px;
572
height:110px;
573
text-align:left;
574
}
575
576
.ch-info small {
577
font-family: 'Dynalight', cursive;
578
text-transform:none;
579
border-bottom: 2px solid #0a003a;
580
font-size:16pt; 
581
line-height:100%;
582
padding:0px;
583
margin:5px 0px;
584
overflow:hidden;
585
text-align:right;
586
}
587
588
.ch-item:hover .ch-info-front {
589
-webkit-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
590
-moz-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
591
-o-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
592
-ms-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
593
transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
594
opacity: 0;
595
}
596
597
.ch-item:hover .ch-info-back {
598
-webkit-transform: rotate3d(1,0,0,0deg);
599
-moz-transform: rotate3d(1,0,0,0deg);
600
-o-transform: rotate3d(1,0,0,0deg);
601
-ms-transform: rotate3d(1,0,0,0deg);
602
transform: rotate3d(1,0,0,0deg);
603
opacity: 1;
604
}
605
606
  
607
/* Left Side Tables */
608
609
.ImgBlock {
610
width:300px; 
611
height:auto; 
612
overflow:hidden;
613
}
614
615
.ImgBlock .left {float:left; width:145px;}
616
.ImgBlock .right {float:right; width:145px;}
617
618
.ImgBlock .img1, .ImgBlock .img2, .ImgBlock .img3 {
619
overflow:hidden;
620
width:145px; 
621
} 
622
.ImgBlock .img1 {height:50px;}
623
.ImgBlock .img2 {height:90px;  margin-top:5px; }
624
.ImgBlock .img3 {height:145px;}
625
 
626
.ImgBlock .spacer {margin-top:10px;}
627
628
.music {
629
width:300px;
630
height:auto;
631
text-align:center;
632
display:block;
633
overflow:none;
634
}
635
 
636
.Stats_Table {
637
position:relative;
638
width:300px;
639
height:250px;
640
overflow:hidden; 
641
}
642
643
.Stats_Table .title { 
644
display:block;
645
position:absolute;
646
margin-top:100px;
647
margin-left:-100px;
648
width:240px;
649
height:40px;
650
overflow:hidden;
651
color:ffffff;
652
font-family: "Oswald", Helvetica, sans-serif;
653
font-size:20px;
654
line-height:40px;
655
text-align:left;
656
padding:5px;
657
text-transform:uppercase;
658
transform: rotate(270deg) ;
659
-webkit-transform: rotate(270deg) ;
660
-moz-transform: rotate(270deg) ;
661
-o-transform: rotate(270deg) ;
662
-ms-transform: rotate(270deg) ;
663
background-color:0a003a;
664
}
665
666
667
.Stats_Table .stats {
668
position:absolute;
669
margin-top:5px;
670
margin-left:55px;
671
padding:5px;
672
width:230px;
673
height:130px;
674
overflow:auto;
675
background-color:f3f3f3;
676
}
677
 
678
.Stats_Table img {
679
position:absolute;
680
margin-top:150px;
681
margin-left:50px;
682
 }
683
684
.connLinks {
685
width:141px;
686
height:132px;
687
padding:2px;
688
overflow:auto; 
689
background-color:0a003a; 
690
}
691
692
.connLinks .left {
693
float:left;
694
}
695
696
.connLinks .right {
697
float:left;
698
}
699
700
.connLinks a.Lk1, .connLinks a.Lk2 {
701
font-family: 'PT Sans Narrow', sans-serif;
702
text-decoration:none;
703
text-align:center;
704
padding:0px;
705
margin:1px;
706
text-transform:uppercase;
707
display:block;
708
font-size:8px;
709
height:12px;
710
line-height:12px; 
711
color:0a003a;
712
letter-spacing:0px;
713
-webkit-transition: all .3s ease-in-out 0s;
714
-moz-transition:all .3s ease-in-out 0s;
715
-ms-transition:all .3s ease-in-out 0s;
716
-o-transition: all .3s ease-in-out 0s;
717
transition: all  .3s ease-in-out 0s;
718
 }
719
720
.connLinks a.Lk1 {
721
background-color:e6e5eb;
722
color:6c6688;
723
 }
724
725
.connLinks a.Lk2 {
726
background-color:dcdcdc;
727
}
728
729
.connLinks a:hover {
730
background-color:0a003a;
731
color:ffffff;
732
letter-spacing:2px;
733
}
734
735
/* Right Side Tables */
736
737
.Outside {
738
width:500px;
739
height:400px;
740
overflow:hidden;
741
-webkit-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.8);
742
-moz-box-shadow:    inset 0px 0px 0px 10px rgba(255, 255, 255, 0.8);
743
box-shadow:         inset 0px 0px 0px 10px rgba(255, 255, 255, 0.8);
744
}
745
746
.about1 {
747
background-color:f3f3f3;
748
width:430px;
749
height:330px;
750
margin:20px;
751
padding:5px;
752
overflow:auto;
753
border:10px double #0a003a;
754
}
755
756
.about2 {
757
background-color:f3f3f3;
758
width:205px;
759
height:200px; 
760
padding:5px;
761
overflow:auto;
762
border:10px solid #e6e5eb;
763
margin:5px;
764
-webkit-box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.54);
765
-moz-box-shadow:    3px 3px 7px 0px rgba(0, 0, 0, 0.54);
766
box-shadow:         3px 3px 7px 0px rgba(0, 0, 0, 0.54);
767
}
768
769
.about2 .left {float:left;  }
770
.about2 .right {float:right; }
771
772
.conn {
773
width:500px;
774
height:245px;
775
overflow:hidden;
776
}
777
778
.connImg { 
779
position:relative; 
780
float:left;
781
height:245px;
782
width:245px; 
783
overflow:hidden;
784
background-size:245px 245px;
785
background-position:center center;
786
background-repeat:no-repeat;
787
-webkit-transition: all .3s ease-in-out 0s;
788
-moz-transition:all .3s ease-in-out 0s;
789
-ms-transition:all .3s ease-in-out 0s;
790
-o-transition: all .3s ease-in-out 0s;
791
transition: all  .3s ease-in-out 0s;
792
} 
793
794
.conn:hover .connImg {
795
background-size:225px 225px;
796
-webkit-transition: all .3s ease-in-out 0s;
797
-moz-transition:all .3s ease-in-out 0s;
798
-ms-transition:all .3s ease-in-out 0s;
799
-o-transition: all .3s ease-in-out 0s;
800
transition: all  .3s ease-in-out 0s;
801
}
802
803
.connImg .mask {
804
background-color:0a003a;
805
width:100%;
806
height:100%;
807
 opacity:0;
808
position:absolute;
809
top:0;
810
bottom:0;
811
-webkit-transition: all .8s linear 0s;
812
-moz-transition:all .8s linear 0s;
813
-ms-transition:all .8s linear 0s;
814
-o-transition: all .8s linear 0s;
815
transition: all .8s linear 0s;
816
-webkit-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.7);
817
-moz-box-shadow:    inset 0px 0px 0px 10px rgba(255, 255, 255, 0.7);
818
box-shadow:         inset 0px 0px 0px 10px rgba(255, 255, 255, 0.7);
819
}
820
821
.conn:hover .mask {
822
opacity:0.7;
823
-webkit-transition: all .8s linear 0s;
824
-moz-transition:all .8s linear 0s;
825
-ms-transition:all .8s linear 0s;
826
-o-transition: all .8s linear 0s;
827
transition: all .8s linear 0s;
828
}
829
830
.connText {
831
float:right;
832
margin:5px;
833
padding:5px;
834
height:225px;
835
width:225px; 
836
overflow:auto;
837
background-color:f3f3f3;
838
}
839
 
840
.connImg big {
841
font-family: 'Dynalight', cursive;
842
opacity:0;
843
position:absolute;
844
margin-top:50px;
845
left:0%;
846
font-size:20px;
847
height:25px;
848
line-height:25px;
849
width:100%;  
850
text-transform:none;
851
color:ffffff; 
852
text-align:center;
853
-webkit-transition: all .8s linear 0s;
854
-moz-transition:all .8s linear 0s;
855
-ms-transition:all .8s linear 0s;
856
-o-transition: all .8s linear 0s;
857
transition: all .8s linear 0s;
858
text-shadow: 4px 4px 2px rgba(0, 0, 0, 1);
859
}
860
861
.conn:hover big {
862
opacity:1;
863
margin-top:110px;
864
}
865
866
.connImg  .line, .connImg  .line2 {
867
opacity:0;
868
position: absolute;
869
top:50%;
870
left:50%;
871
width: 90%;
872
height: 1px;
873
background-color:ffffff;
874
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
875
transition: opacity 0.35s, transform 0.35s;
876
-webkit-transform: translate3d(-50%,-50%,0);
877
transform: translate3d(-50%,-50%,0);
878
}
879
880
.conn:hover .line {
881
opacity: 0.8;
882
-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
883
transform: translate3d(-50%,-50%,0) rotate(45deg);
884
}
885
886
.conn:hover .line2 {
887
opacity: 0.8;
888
-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
889
transform: translate3d(-50%,-50%,0) rotate(-45deg);
890
}
891
892
893
.vicarious{ Hide Codes }
894
.profileInfo, .userProfileURL, .friendsComments, .blurbs, .friendSpace, .contactTable, .extendedNetwork, .latestBlogEntry, .interestsAndDetails, .userProfiledetail,  .userAlbums, .whitetext12, .orangetext15, .lightbluetext8, .blacktext12, .navigationBar, .btext, .redlink, .redtext, .blacktext10,  tr#groups,  .navigationBar, .profile, table tr td[id='footerWarpper'] { display:none !important;visibility:hidden!important; }
895
table table table table td {width:0px;}
896
.contactTable td, table table td.text table td,table table table table table td {width:auto;}
897
div div select, div div form {display:none !important;}
898
select { visibility:hidden!important; WIDTH:0px!important;}
899
table div {display:none;}
900
table table div {display:block;}
901
.clearfix {display:none !important;position:absolute!important;}
902
div[id="googlebar"],div div select{opacity:0;filter:alpha(opacity=0);display:none !important;position:absolute !important; bottom:2000px !important;}
903
.profileInfo tr tr td { visibility:hidden; }
904
.profileInfo td.text { visibility:visible; }
905
.vicarious {Layouts available @ http://vicarious-hs.tumblr.com/}
906
</style></td></tr></table><table style="display:none"><tr><td>
907
908
-----------------------------LIKE TO MEET-------------------------
909
 
910
</td></tr></table></td></tr></table></td></tr></table><table  cellspacing="0" cellpadding="0"><tr><td valign="top" padding="0"><table cellspacing="0" cellpadding="0"><tr><td> 
911
912
<font class="cite">
913
914
Image Dimensions
915
916
Sidebar:
917
Main Image = 300px width by 400px height
918
3 Images Each = 130px by 130px
919
920
Left Side:
921
Box Set 
922
  Img1 (small) = 145px width by 50px height
923
  Img2 (medium) = 145px width by 90px height
924
  Img3 (large) = 145px by 145px
925
Stats Pics = 250px width by 100px height
926
927
Right Side:
928
Banner = 500px width by 300px height (height doesn't matter)
929
Connection Image = 245px width by 245px height
930
931
</font>
932
933
934
 
935
<div id="line"></div><div id="line2"></div> <div id="back"></div>
936
937
<div id="sidebar"><div class="vicbox">
938
 
939
<img src="http://i61.tinypic.com/nmc7ki.jpg">
940
 
941
<div class="mask"><div class="the411"><ul class="ch-grid"><li><div class="ch-item"><div class="ch-info">
942
943
<div class="ch-info-front" style="background-image: url(http://i61.tinypic.com/n4cuuo.jpg);">
944
945
</div><div class="ch-info-back"> 
946
947
<div class="about">
948
<small>Verses</small>
949
950
<BR>▪ Verse Name
951
<BR>▪ Verse Name
952
<BR>▪ Verse Name
953
<BR>▪ Verse Name
954
955
</div></div></div></div></li><li><div class="ch-item"><div class="ch-info">
956
957
<div class="ch-info-front" style="background-image: url(http://i60.tinypic.com/2lvd3cj.jpg);">
958
959
</div><div class="ch-info-back"> 
960
961
<div class="about">
962
<small>Writing Style</small>
963
964
<BR>☐ One-liners
965
<BR>☐ Para
966
<BR>☑ Multi-para  
967
<BR>☑ Novella
968
969
</div></div></div></div></li><li><div class="ch-item"><div class="ch-info">
970
971
<div class="ch-info-front" style="background-image: url(http://i61.tinypic.com/rvynfa.jpg);">
972
973
</div><div class="ch-info-back">
974
975
<div class="about">
976
<small>Dues</small> 
977
978
<BR>✎ Starters (0)
979
<BR>✎ Comments (0)
980
<BR>✎ Messages (0)
981
982
983
</div></div></div></div></li></ul></div></div></div><div class="linx"> 
984
985
<a href="/logincomplete.php">Home</a>  
986
<a href="/add_testimonial.php?member_id=xxxxxx">Comment</a>
987
<a href="/send_message.php?member_id=xxxxxx">Message</a>
988
<a href="/gallery.php?member_id=xxxxxx">Photos</a>
989
<a href="/view_member_blog.php?member_id=xxxxxx">Blogs</a>
990
<a href="/invite_friend.php?friend_id=xxxxxx">Add Me</a>
991
<a href="/#">Extra</a>
992
<a href="/#">Extra</a>
993
<a href="/#">Extra</a>
994
995
</div></div>
996
997
 
998
999
 
1000
1001
-----------------------------INTERESTS----------------------------
1002
1003
</td></tr></table></td></tr></table></td></tr></table><table class="vic-LEFT-SIDE_table" cellspacing="0" cellpadding="0"><tr><td valign="top" padding="0"><table cellspacing="0" cellpadding="0"  style="width:300px;"><tr><td>
1004
1005
<font class="cite">
1006
The above table code must remain at the top.  FULL tables below can be rearranged.
1007
</font>
1008
 
1009
1010
</td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
1011
1012
<div class="ImgBlock"><div class="left">
1013
1014
<img class="img1" src="http://i61.tinypic.com/2ly23xl.jpg">
1015
1016
<img class="img2" src="http://i61.tinypic.com/30mlqqe.jpg">
1017
1018
<img class="img3 spacer" src="http://i58.tinypic.com/23vdtlj.jpg">
1019
1020
1021
</div><div class="right">
1022
1023
<img class="img3" src="http://i61.tinypic.com/2s94meq.jpg">
1024
1025
<img class="img1 spacer" src="http://i58.tinypic.com/219z7yv.jpg">
1026
1027
<img class="img2" src="http://i59.tinypic.com/sxgghc.jpg">
1028
1029
 
1030
</div></div>
1031
1032
1033
</td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
1034
1035
<div class="music"> 
1036
1037
<object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="200" height="20">
1038
    <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
1039
    <param name="bgcolor" value="#e3e3e3" />
1040
<param name="wmode" value="opaque" />
1041
    <param name="FlashVars" value="mp3=http%3A//k007.kiwi6.com/hotlink/qkml5dj7yn/DG_BB_F_SG.mp3&autoplay=1&bgcolor=e3e3e3&loadingcolor=0a003a&buttoncolor=0a003a&slidercolor=0a003a" />
1042
</object>
1043
1044
</div>
1045
 
1046
<font class="cite">You will note a line of code that starts with param name="wmode" above.  The normal player that you add from flash-mp3-player.net does not contain this.  If you are replacing the full player, make sure to add it into your code.  Firefox can be buggy with flash players, leaving the player 'on top' of everything even when it is supposed to be hidden. While the extra code is not necessary in this particular layout, it's a good idea to get in the habit of adding it.</font>
1047
1048
</td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
1049
1050
<div class="Stats_Table">
1051
<div class="title">Personality</div>
1052
<div class="stats">
1053
1054
<b>Traits:</B> Input Info
1055
<BR><b>Quirks:</B> Input Info
1056
<BR><b>Habits:</B> Input Info
1057
1058
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
1059
1060
</div>
1061
1062
<img src="http://i61.tinypic.com/28sy0q0.jpg">
1063
 
1064
</div>
1065
1066
1067
</td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
1068
1069
<div class="Stats_Table">
1070
<div class="title">Legal & Physical</div>
1071
<div class="stats">
1072
1073
<b>Name:</B> Input Info
1074
<BR><b>Nicknames:</B> Input Info
1075
<BR><b>Aliases:</B> Input Info
1076
<BR><b>Date Of Birth:</B> Input Info
1077
<BR><b>Place Of Birth:</B> Input Info
1078
<BR><b>Current Residence:</B> Input Info
1079
<BR><b>Ethnicity:</B> Input Info
1080
<BR><b>Hair Color:</B> Input Info
1081
<BR><b>Eye Color:</B> Input Info
1082
<BR><b>Height:</B> Input Info
1083
<BR><b>Weight:</B> Input Info
1084
<BR><b>Birthmarks/Scars:</B> Input Info
1085
1086
</div>
1087
1088
<img src="http://i59.tinypic.com/34g5b2x.jpg">
1089
 
1090
</div>
1091
1092
1093
1094
</td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
1095
1096
<div class="Stats_Table">
1097
<div class="title">Family & Relationships</div>
1098
<div class="stats"> 
1099
1100
<b>Mother:</B> Input Info
1101
<BR><b>Father:</B> Input Info
1102
<BR><b>Sister(S):</B> Input Info
1103
<BR><b>Brother(S):</B> Input Info
1104
<BR><b>Other Family:</B> Input Info
1105
<BR><b>Sexual Orientation:</B> Input Info
1106
<BR><b>Relationship Status:</B> Input Info
1107
<BR><b>Current Relationship(S):</B> Input Info
1108
<BR><b>Past Relationship(S):</B> Input Info
1109
1110
</div>
1111
1112
<img class="img1" src="http://i59.tinypic.com/21npcow.jpg">
1113
1114
</div>
1115
1116
1117
1118
</td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
1119
 
1120
1121
<div class="Stats_Table">
1122
<div class="title">Education & Employment</div>
1123
<div class="stats"> 
1124
1125
<b>High School</B> Input Info
1126
<BR><b>College</B> Input Info
1127
<BR><b>Major</B> Input Info
1128
<BR><b>Degree</B> Input Info
1129
<BR><b>Occupation:</B> Input Info
1130
<BR><b>Job Description:</B> Input Info
1131
<BR><b>Employer:</B> Input Info
1132
<BR><b>Skills:</B> Input Info
1133
1134
</div>
1135
1136
<img class="img1" src="http://i58.tinypic.com/amfez8.jpg">
1137
1138
</div>
1139
 
1140
<font class="cite">You will note a line of code that starts with param name="wmode" above.  The normal player that you add from flash-mp3-player.net does not contain this.  If you are replacing the full player, make sure to add it into your code.  Firefox can be buggy with flash players. The extra code will keep it hidden until the sidebar has been hovered over.</font> 
1141
1142
1143
-----------------------------MUSIC-------------------------------- 
1144
1145
 </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
1146
1147
<font class="h4">Title</font>
1148
<font class="h2">Title</font>
1149
1150
<DIV STYLE="WIDTH:280PX; HEIGHT:100PX; MARGIN:5PX; PADDING:5PX; OVERFLOW:AUTO;">
1151
1152
Extra Table for the left side of profile.
1153
1154
</div>
1155
1156
-----------------------------MOVIES-------------------------------
1157
  
1158
</td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
1159
1160
<font class="h4">Title</font>
1161
<font class="h2">Title</font>
1162
1163
<DIV STYLE="WIDTH:280PX; HEIGHT:100PX; MARGIN:5PX; PADDING:5PX; OVERFLOW:AUTO;">
1164
1165
Extra Table for the left side of profile.
1166
1167
</div>
1168
1169
-----------------------------TV---------------------------
1170
 
1171
</td></tr></table></td></tr></table></td></tr></table><table class="vic-RIGHT-SIDE_table" cellspacing="0" cellpadding="0"><tr><td valign="top" padding="0"><table cellspacing="0" cellpadding="0" style="width:500px;"><tr><td>   
1172
1173
<font class="cite">
1174
The above table code must remain at the top.  FULL tables below can be rearranged.
1175
</font>
1176
1177
</td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
1178
1179
<font class="cite">Tip: If your name is long, go to About Me and search for H1 in General Text.  Alter the font-size or letter-spacing to make the font smaller.</font>
1180
1181
<font class="h1">Mrs. Smith</font>
1182
<font class="h2">Quote goes here.</font> 
1183
1184
<div class="outside"><div class="about1">
1185
1186
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
1187
1188
1189
<b>Bold</b>
1190
<i>Italic</i>
1191
<em>Emphasize</em>
1192
<font class="u">Underline</font>
1193
<font class="strike">strike</font>
1194
<font class="strong">strong</font>
1195
1196
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
1197
1198
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
1199
 
1200
1201
</div></div>
1202
1203
<font class="h3">Something goes here.</font> 
1204
1205
1206
1207
</td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
1208
1209
<img src="http://i59.tinypic.com/r87d79.jpg">
1210
1211
1212
1213
</td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
1214
1215
<font class="h4">Title Goes Here</font>
1216
1217
<div class="about2 left">
1218
1219
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
1220
1221
</div>
1222
1223
<div class="about2 right">
1224
1225
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
1226
1227
</div>
1228
1229
</td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
1230
1231
<font class="h5">Before Anyone Else</font>
1232
1233
</td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
1234
1235
<div class="conn">
1236
 
1237
<div class="connimg" style="background-image:url(http://i62.tinypic.com/2w7oejc.jpg);">
1238
1239
<div class="mask"></div><div class="line"></div><div class="line2"></div>
1240
1241
<big>Connection Name</big>
1242
1243
</div><div class="conntext">
1244
1245
<p>You can duplicate this entire table to add additional connection spots. Make sure to duplicate the Quote table below it as well.
1246
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
1247
1248
</div></div>
1249
1250
</td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
1251
1252
<font class="h7">Quote goes here here and here.</font>
1253
 
1254
-----------------------------BOOKS--------------------------------
1255
1256
</td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
1257
1258
1259
<font class="h4">Title</font>
1260
<font class="h2">Title</font>
1261
1262
<DIV STYLE="WIDTH:480PX; HEIGHT:100PX; MARGIN:5PX; PADDING:5PX; OVERFLOW:AUTO;">
1263
1264
Extra Table for the right side of profile.
1265
1266
</div>
1267
-----------------------------HEROES-------------------------------
1268
1269
</td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
1270
1271
1272
<font class="h4">Title</font>
1273
<font class="h2">Title</font>
1274
1275
<DIV STYLE="WIDTH:480PX; HEIGHT:100PX; MARGIN:5PX; PADDING:5PX; OVERFLOW:AUTO;">
1276
1277
Extra Table for the right side of profile.
1278
1279
</div>