View difference between Paste ID: xj3pDPNW and kcVpM2Gd
SHOW: | | - or go back to the newest paste.
1
 					!!!!!!!!!!!!Read It!!!!!!!!!!!!
2
 
3
                                                (⊙.⊙(☉_☉)⊙.⊙)
4
5
ALL COLORS CAN BE CHANGED.For color changes, see the color palette section in About Me.  There are a ton of color schemes online.  It won't take you long to change the color set-up on this profile.
6
7
8
There are div ids/classes, img classes and tables (<table><tr><td>) in this layout.  Be VERY, VERY, VERY careful not to drop off any of the coding.    
9
 
10
 
11
............................
12
BACKGROUND
13
The background is set to fill the entire area of your page no matter what your monitor size.  When you replace the background, you should do so with a .jpg image that is at least 1920x1080; otherwise, people with larger monitors will see a pixelated image.  If you would prefer not to have a size-adjusting background but rather one that just sits off to the right, do the following:
14
15
Remove the below from the Body:
16
17
-webkit-background-size: cover;
18
-moz-background-size: cover;
19
-o-background-size: cover;
20
background-size: cover;  
21
22
AND ChANGE THE POSITION FROM        background-position:center center;
23
TO                                  background-position:top right;
24
25
.......................................
26
27
Hover Image Panels
28
To replace the images in the hover panels, replace my image url with your own wherever you see div id image urls like this:
29
30
<div id="sidebarimg" style="background-image:url(http://i.imgur.com/D3vrTwl.png);">
31
32
.......................................
33
34
 ********************ELITEROLEPLAYERS.NET O N L Y ***********************
35
36
For those on Elite, change the body margin-left in About Me FROM 112 TO 255
37
38
*************************************************************************
39
40
41
42
_______________________________________________
43
44
45
46
47
                        Don't forget to replace the XXXXX with your friend ID number.
48
 
49
                                                     (>‿◠)✌
50
 
51
 
52
                *****************************SAVE YOUR WORK AS YOU GO.*******************************
53
 
54
 
55
56
				
57
58
DO NOT REMOVE THE .VICARIOUS MARKERS FROM ANY VICARIOUS LAYOUT.  
59
60
-----------------------------ABOUT ME---------------------------------
61
   
62
  
63
<style type="text/css">
64
 
65
@import url(http://fonts.googleapis.com/css?family=Tangerine:400,700|Quattrocento|Just+Another+Hand);
66
 
67
 
68
.vicarious {BE RESPECTFUL TO THE LAYOUT CODER/CREATOR.  DO NOT REMOVE THE .VICARIOUS CREDIT!  Layouts available @ http://vicarious-hs.tumblr.com/}
69
 
70-
/* DO NOT REARRANGE MY CODING.  ORDER IS IMPORTANT*/ 
70+
71
/* DO NOT REARRANGE MY CODING.  ORDER IS IMPORTANT*/
72
 
73-
body { 
73+
74-
background-image: url("http://i1080.photobucket.com/albums/j334/Vicarious_HS/layouts/Untitled-1_zps8734bde5.jpg~original");
74+
75
.vicarious{ Background Properties }
76
body {
77
background-image: url("http://i1080.photobucket.com/albums/j334/Vicarious_HS/layouts/Untitled-1_zps3835305d.jpg~original");
78
background-attachment:fixed;
79
background-repeat:no-repeat;
80
background-position:center center;
81
-webkit-background-size: cover;
82
-moz-background-size: cover;
83
-o-background-size: cover;
84
background-size: cover;  
85
visibility:visible;
86
left:0%;
87
top:0%;
88
margin-left:112px;
89
margin-top:0px;
90
position:absolute;  
91
z-index:1;
92
}
93
 
94
  
95
96
 
97
.vicarious{ Google Chrome Scrollbar }
98
::-webkit-scrollbar {width: 10px;}
99
::-webkit-scrollbar-track {border: 1px solid ;}
100
::-webkit-scrollbar-thumb {border: 1px solid ;}
101
 
102
 
103
.vicarious { Table Properties }
104
table, tr, td { background-color:transparent; border:0;}
105
table table {
106
background-color:transparent;
107
border-left:0px double #000000;
108
border-right:0px double #000000;
109
}
110
 
111
 
112
table table table  { background-color:transparent; display: inline-table; border:0px; }
113
 
114
.vic_table {
115
margin-bottom:10px;
116
border:1px solid ; }
117
.vic_table tr { margin:0px; }
118
.vic_table td { margin:0px; width:100%; }  
119
 
120
.vicarious{Like To Meet Tables Placement (Up/Down/Left/Right) Codes}
121
td.text table {position:relative; top:-9px; left:3px;  }
122
td.text object, td.text embed, td.text table table {position:static;}
123
 
124
.vicarious{Interests Tables Placement (Up/Down/Left/Right) Codes}
125
object, embed, table table table { position:relative; top:xxpx; left:-2px;}
126
table table table table{border:0px; position:static;}
127
 
128
 .vicarious { Additional Table Properties.  Do not adjust. }
129
table table table td img { display:inline; }table td td{ width:0; } table { width:500px; } table table { width:auto; } table table td { padding:3px; } table table table td { padding:0; } table table table { width:auto!important; height:0; } td.text td a img { width:auto!important; } table table table table table, table table table table table td { width:0!important; padding:0!important; } td.text a img { width:100px!important; } td.text td.text a img { width:35px!important; } td td td div strong { width:auto!important; display:block; }  table table td img, td.text td.text .orangetext15, td.text td.text table table div { display:none; }
130
 
131
 
132
.vicarious { Font Styles }
133
 
134
a, a:link, a:active, a:visited, a:hover, td, .text, table, tr, td, li, div, input, p, i, b, em  {
135
font-family: tahoma;
136
font-size: 9pt ;
137
line-height: 90% ;
138
text-decoration:none;
139
}
140
 
141
P { text-align:justify; }
142
I, EM { font-family: Tangerine; text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); }
143
I  {font-size:12pt;text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);}
144
EM {font-size:14pt; display:block; text-align:center;}
145
 
146
B, .B2 {
147-
letter-spacing: 0pt; 
147+
148
font-size:9pt;
149
font-weight:bold;
150
text-transform:uppercase;
151
line-height:100%;
152
letter-spacing: 0pt;
153
text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);}
154
 
155
 
156
 
157
a.first, a.first:link, a.first:active, a.first:visited, a.second, a.second:link, a.second:active, a.second:visited {
158
font-family: 'Just Another Hand', cursive;
159
font-size:12pt;
160
text-align:center;
161
text-transform:uppercase;
162-
text-decoration:none; 
162+
163
height:30px;
164
width:77px;
165
display:block;
166
font-weight:normal;
167
text-decoration:none;
168
-webkit-transition: all 2.4s ease-out;
169
-moz-transition: all 2.4s ease-out;transition:
170
all 2.4s ease-out;
171
margin-bottom:2px;
172
}
173
 
174-
line-height:100%; 
174+
175
 
176
a.third, a.third:link, a.third:active, a.third:visited {
177
font-family: copperplate gothic light;
178
font-size: 12pt ;
179
line-height:100%;
180
text-align:center;
181
margin:10px 0px;
182
display:block;
183
text-transform:uppercase;
184
text-decoration:none;
185
-webkit-transition: all 1.4s ease-out;
186
-moz-transition: all 1.4s ease-out;transition:
187
all 1.4s ease-out;
188
}
189
 
190
 
191
.h1, .h2, .h3, .h4, .h5, .h6, .h7 {
192
font-family: copperplate gothic light;
193
text-shadow: 3px 3px 3px rgba(0, 0, 0, 1);
194
text-transform:uppercase;
195
line-height:100%;
196
text-align:center;
197
display:block;
198
font-size: 11pt ;
199
}
200
 
201
.h1   {
202
font-family: 'Quattrocento', serif;
203
font-size: 20pt ;
204
margin:10px 0px;
205
letter-spacing:2pt;
206
}
207
 
208
.h2  {
209
margin:10px 0px;
210
letter-spacing:-1pt;
211
}
212
 
213
.h3, .h4 {
214
margin-top:10px;
215
font-size: 12pt ;
216
}
217
 
218
.h3 {
219
text-align:left;
220
padding-left:5px;
221
}
222
 
223
.h4 {
224
text-align:right;
225
padding-right:5px;
226
}
227
 
228
.h5 {
229
font-size: 12pt ;  
230
letter-spacing:1pt;
231
margin:10px 0px;
232
}
233
 
234
.h6 {
235
margin:10px 0px 5px;
236
}
237
 
238
.h7 {
239
font-family: 'Quattrocento', serif;
240
font-size: 20pt ;
241
margin:15px;
242
letter-spacing:1pt;
243
}
244
 
245
 
246
 .vicarious{ Div IDs/Style Classes}
247
#sidebar, #sidebar2  {
248
border:1px solid ;
249
visibility:visible;
250
left:0%;
251
top:0%;
252
position:fixed;  
253
z-index:2;
254
margin-top:0px;
255
text-align:center;
256
 }
257
 
258
#sidebartext, #sidebar:hover #sidebartext, #sidebar2text, #sidebar2:hover #sidebar2text, #context {
259
-webkit-transition: all 0.6s ease-out;
260
-moz-transition: all 0.6s ease-out;
261
-ms-transition: all 0.6s ease-out;
262
-o-transition: all 0.6s ease-out;
263
transition: all 0.6s ease-out;
264
}
265
 
266
#sidebartext, #sidebar2text, #context {
267
text-align:left;  
268
overflow:hidden;
269
 -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
270
filter: alpha(opacity=0);
271
opacity: 0;  
272
}
273
 
274
#sidebar:hover #sidebartext, #sidebar2:hover #sidebar2text, #context:hover  {
275
overflow:auto;
276
 -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
277
filter: alpha(opacity=100);
278
opacity: 1;
279
}
280
 
281
#sidebar {  
282
width:250px;
283
height:1200px;
284
margin-left:0px;
285
overflow:none;
286
}
287
 
288
#sidebarimg {
289
width:250px;
290
height:350px;
291
}
292
 
293
#sidebartext {
294
width:220px;
295
height:320px;
296
padding:15px;
297
}
298
 
299
#sidebar2 {
300
width:200px;
301
height:auto;
302
overflow:none;
303
margin-left:770px;
304
padding-top:15px;
305
 }
306
 
307
#sidebar2img {
308
width:200px;
309
height:200px;
310
margin-left:0px;
311
margin-top:0px;  
312
 }
313
 
314
#sidebar2text {
315
width:190px;
316
height:190px;
317
padding:5px;
318
}
319
 
320
 
321
#conimg {
322
width:162px;
323
height:162px;
324
overflow:hidden;
325
}
326
 
327
#context {
328
width:154px;
329
height:154px;
330
overflow:hidden;
331
padding:4px;  
332
}
333
 
334
#context:hover {
335
overflow:auto;
336
}
337
 
338
 
339
.about {
340
width:480px;
341
height:auto;
342
overflow:none;
343
margin:5px;
344
padding:0px 5px 5px;
345
text-align:justify;
346
}
347
 
348
.about2 {
349
width:308px;
350
height:200px;
351
overflow:auto;
352
margin:15px;
353
padding:0px 2px;
354
text-align:justify;
355
}
356
 
357
 .owes {
358
width:190px;
359
height:50px;
360
overflow:auto;
361
padding:5px 0px;
362
text-align:left;
363
}
364
 
365
 .connlinks {
366
width:190px;
367
height:100px;
368
overflow:auto;
369
padding:5px 0px;
370-
#connect { 
370+
371
margin-bottom:10px;
372
}
373
 
374
#connect {
375
border:1px solid;
376
width:510px;
377
height:1200px;
378-
margin-top:2000px; 
378+
379-
position:fixed;   
379+
380
top:0%;
381
margin-left:255px;
382
margin-top:2000px;
383
position:fixed;  
384
z-index:100;
385
-webkit-transition: all 1.6s linear;
386
-moz-transition: all 1.6s linear;
387
-ms-transition: all 1.6s linear;
388
-o-transition: all 1.6s linear;
389-
margin-top:0px; 
389+
390-
} 
390+
391
 
392
#sidebar:hover #connect    {
393
margin-top:0px;
394
}
395
 
396-
} 
396+
397
width:510px;
398
height:545px;
399
overflow:auto;
400
}
401-
 body { background-color:1b131e; }
401+
402-
::-webkit-scrollbar-track {background-color:1b131e ; border-color:1f1d19 ;}  
402+
403-
::-webkit-scrollbar-thumb {background-color:ac7e07;   border-color:1f1d19 ;} 
403+
404-
a, a:link, a:active, a:visited, a:hover, td, .text, table, tr, td, li, div, input, p, i, b, em  { color:615765; }
404+
 body { background-color:17171a; }
405-
I { color:d1c4d6; }
405+
::-webkit-scrollbar-track {background-color:2a2a2e ; border-color:333333 ;}  
406-
EM { color:d7b767; }
406+
::-webkit-scrollbar-thumb {background-color:5d5d64;   border-color:333333 ;}
407-
B { color:ada2b1; }
407+
a, a:link, a:active, a:visited, a:hover, td, .text, table, tr, td, li, div, input, p, i, b, em  { color:434343; }
408-
.B2 {color:856617; }
408+
I { color:dbdbdb; }
409
EM { color:ebebeb; }
410-
color:aea5b1;background-color:382d3c;  }
410+
B { color:6e6e74; }
411-
a.first:hover, a.second:hover  {color:826d39; background-color:38273f;  }
411+
.B2 {color:c0b8b7; }
412-
a.third, a.third:link, a.third:active, a.third:visited {color:ada2b1;}
412+
413-
a.third:hover {color:826d39; }
413+
color:a6a6ae;background-color:323236;  }
414-
.h1 { color:b18b25;  }
414+
a.first:hover, a.second:hover  {color:616161; background-color:19191e;  }
415-
.h2 { color:736279; }
415+
a.third, a.third:link, a.third:active, a.third:visited {color:a5a5b2;}
416-
.h3, .h4 { color:aaa1ad; background-color:533e5b; }
416+
a.third:hover {color:616161; }
417-
 .h5, .h6  { color:b2850d; background-color:47394d; } 
417+
.h1 { color:a5a5b2;  }
418-
.h7 { color:ddd5d8;  }
418+
.h2 { color:71717f; }
419-
.vic_table, #sidebar, #sidebar2, #connect { background-color:2f2533; border-color: #0c0a0c; }
419+
.h3, .h4 { color:c0c0c0; background-color:494850; }
420-
#sidebartext, #sidebar2text, #context, .about, .about2 { background-color:0e0b0f; }
420+
 .h5, .h6  { color:bdbdbd; background-color:4b4b4e; }
421
.h7 { color:818192;  }
422
.vic_table, #sidebar, #sidebar2, #connect { background-color:2a2a2e; border-color: 333333; }
423
#sidebartext, #sidebar2text, #context, .about, .about2 { background-color:121212; }
424
 
425
 
426
.vicarious{ Hide Codes }
427
 
428
.userProfileURL, .profileInfo, .friendsComments, .friendSpace, .blurbs, .contactTable, .latestBlogEntry, .extendedNetwork, .interestsAndDetails, .userprofiledetail, .userAlbums, .whitetext12, .orangetext15, .lightbluetext8, .navigationBar, .profile, table tr td[id='footerWarpper'] { display:none !important;visibility:hidden!important; }
429
table table table table td {width:0px;}
430
.contactTable td, table table td.text table td,table table table table table td {width:auto;}
431
div div select, div div form {display:none !important;}
432
select { visibility:hidden!important; WIDTH:0px!important;}
433
table div {display:none;}table table div {display:block;}
434
.navigationBar { display: none; }
435
div[id="googlebar"],div div select{opacity:0;filter:alpha(opacity=0);display:none !important;position:absolute !important; bottom:2000px !important;}
436
.vicarious{Misc Codes}
437
p.breakhere { page-break-after: always }
438
br{line-height:10px!important;}
439
 
440
.vicarious {Layouts available @ http://vicarious-hs.tumblr.com/}
441
</style>
442
 
443
.vicarious{Second Hide Blurbs Code}
444
</td></tr></table><table style="display:none"><tr><td>
445
 
446
 
447
  
448
-----------------------------LIKE TO MEET---------------------------------  
449
   
450
   </td></tr></table></td></tr></table><table cellspacing="0" cellpadding="0" border="0"><tr><td><table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" align="center" style="width:0px; display:block; word-wrap:break-word">
451
452
<div id="sidebar"> 
453
<div id="sidebarimg" style="background-image:url(http://i.imgur.com/D3vrTwl.png);">
454
455
<div id="sidebartext"> 
456
457
<p><font class="h3">Legal</font>
458
<BR><b>NAME:</b> Input info
459
<BR><b>NICKNAMES:</b> Input info
460
<BR><b>ALIASES:</b> Input info
461
<BR><b>DATE OF BIRTH:</b> Input info
462
<BR><b>PLACE OF BIRTH:</b> Input info
463
<BR><b>CURRENT RESIDENCE:</b> Input info
464
465
<p><font class="h3">Physical</font>
466
<BR><b>ETHNICITY:</b> Input info
467
<BR><b>HAIR COLOR:</b> Input info
468
<BR><b>EYE COLOR:</b> Input info
469
<BR><b>HEIGHT:</b> Input info
470
<BR><b>WEIGHT:</b> Input info
471
<BR><b>BIRTHMARKS/SCARS:</b> Input info
472
473
<p><font class="h3">Education</font>
474
<BR><b>High School</b> Input Info
475
<br><b>College</b> Input Info
476
<br><b>Major</b> Input Info
477
<br><b>Degree</b> Input Info
478
479
<p><font class="h3">Employment</font>
480
<BR><b>OCCUPATION:</b> Input info
481
<BR><b>JOB DESCRIPTION:</b> Input info
482
<BR><b>EMPLOYER:</b> Input info
483
<BR><b>SKILLSET:</b> Input info
484
485
<p><font class="h3">Family</font>
486
<BR><b>MOTHER:</b> Input info
487
<BR><b>FATHER:</b> Input info
488
<BR><b>SISTER(S):</b> Input info
489
<BR><b>BROTHER(S):</b> Input info
490
<BR><b>Other Family:</b> Input info
491
492
<p><font class="h3">Relationships</font>
493
<BR><b>SEXUAL ORIENTATION:</b> Input info
494
<BR><b>RELATIONSHIP STATUS:</b> Input info
495
<BR><b>CURRENT RELATIONSHIP(S):</b> Input info
496
<BR><b>PAST RELATIONSHIP(S):</b> Input info
497
498
</div></div>
499
500
 
501
 
502
<font class="h5">➳ IM: Screename ➳</font> 
503
 <center> 
504
<table><tr>
505
<td><a class="first" href="/logincomplete.php">Home</a></td>
506
<td><a class="first" href="/send_message.php?member_id=xxxxxx">Message</a></td>
507
<td><a class="first" href="/add_testimonial.php?member_id=xxxxxx">Comment</a></td>
508
</tr><tr>
509
<td><a class="first" href="/gallery.php?member_id=xxxxxx">Photos</a></td>
510
<td><a class="first" href="/view_member_blog.php?member_id=xxxxxx">Blogs</a></td>
511
<td><a class="first" href="/invite_friend.php?friend_id=xxxxxx">Add</a></td>
512
</tr></table>
513
514
515
<BR><BR>
516
Music player here  
517
</center>
518
519
520
<div id="connect"><div class="connectbox">
521
522
<font class="h1">Main Connections</font>
523
<table><TR><td valign="top">
524
 
525
<div id="conimg" style="background-image:url(http://i.imgur.com/522MVWS.png);">
526
 
527
<div id="context">
528
 
529
<b>Name 1 Here</b>
530
 
531
<p><b>If you want more connection boxes like these three, copy the entire table and paste it beneath this one.  </b>Lorem ipsum dolor sit amet, consectetur adipisicing 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.
532
 
533
</div></div></td><td valign="top">
534
 
535
 
536
<div id="conimg" style="background-image:url(http://i.imgur.com/522MVWS.png);">
537
 
538
<div id="context">
539
 
540
<b>Name 2 Here</b>
541
 
542
<p> Lorem ipsum dolor sit amet, consectetur adipisicing 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.
543
</div></div></td><td valign="top">
544
 
545
 
546
<div id="conimg" style="background-image:url(http://i.imgur.com/522MVWS.png);">
547
 
548
<div id="context">
549
 
550
<b>Name 3 Here</b>
551
 
552
<p> Lorem ipsum dolor sit amet, consectetur adipisicing 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.
553
 
554
</div></div></td></TR></table>
555
 
556
<table><TR><td valign="top">
557
 
558
<div id="conimg" style="background-image:url(http://i.imgur.com/522MVWS.png);">
559
 
560
<div id="context">
561
 
562
<b>Name 4 Here</b>
563
 
564
<p><b>If you want more connection boxes like these three, copy the entire table and paste it beneath this one.  </b>Lorem ipsum dolor sit amet, consectetur adipisicing 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.
565
 
566
</div></div></td><td valign="top">
567
 
568
 
569
<div id="conimg" style="background-image:url(http://i.imgur.com/522MVWS.png);">
570
 
571
<div id="context">
572
 
573
<b>Name 5 Here</b>
574
 
575
<p> Lorem ipsum dolor sit amet, consectetur adipisicing 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.
576
</div></div></td><td valign="top">
577
 
578
 
579
<div id="conimg" style="background-image:url(http://i.imgur.com/522MVWS.png);">
580
 
581
<div id="context">
582
 
583
<b>Name 6 Here</b>
584
 
585
<p> Lorem ipsum dolor sit amet, consectetur adipisicing 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.
586
 
587
</div></div></td></TR></table>
588
 
589
<table><TR><td valign="top">
590
 
591
<div id="conimg" style="background-image:url(http://i.imgur.com/522MVWS.png);">
592
 
593
<div id="context">
594
 
595
<b>Name 7 Here</b>
596
 
597
<p><b>If you want more connection boxes like these three, copy the entire table and paste it beneath this one.  </b>Lorem ipsum dolor sit amet, consectetur adipisicing 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.
598
 
599
</div></div></td><td valign="top">
600
 
601
 
602
<div id="conimg" style="background-image:url(http://i.imgur.com/522MVWS.png);">
603
 
604
<div id="context">
605
 
606
<b>Name 8 Here</b>
607
 
608
<p> Lorem ipsum dolor sit amet, consectetur adipisicing 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.
609
</div></div></td><td valign="top">
610
 
611
 
612
<div id="conimg" style="background-image:url(http://i.imgur.com/522MVWS.png);">
613
 
614
<div id="context">
615
 
616
<b>Name 9 Here</b>
617
 
618
<p> Lorem ipsum dolor sit amet, consectetur adipisicing 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.
619
 
620
</div></div></td></TR></table>
621
622
 
623
 
624
 </div> </div>
625
626
627
628
</div>
629
630
<div id="sidebar2"><center>
631
632
<p><font class="h6">Verses</font>
633
<center><B>
634
Verse 1 - Verse 2 - Verse 3
635
</b></center>
636
637
<p><font class="h6">Obligations</font>
638
<div class="owes"><b>
639
Owe ______ a starter
640
<BR>Owe _________ a reply
641
</b>
642
</div>
643
644
645
<p><font class="h6">Connections</font>
646
<div class="connlinks"> 
647
<a class="second" href="LINK TO FRIEND HERE">Connection Name</a>
648
<a class="second" href="LINK TO FRIEND HERE">Connection Name</a>
649
<a class="second" href="LINK TO FRIEND HERE">Connection Name</a>
650
<a class="second" href="LINK TO FRIEND HERE">Connection Name</a>
651
<a class="second" href="LINK TO FRIEND HERE">Connection Name</a>
652
<a class="second" href="LINK TO FRIEND HERE">Connection Name</a> 
653
 </div>
654
 
655
656
<div id="sidebar2img" style="background-image:url(http://i.imgur.com/XAlHzAg.png);">
657
658
<div id="sidebar2text"> 
659
660
<p><font class="h6">Personality</font>
661
<BR><b>Traits:</b> Input Info
662
<BR><b>Disorders:</b> Input Info
663
<BR><b>Addictions:</b> Input Info
664
<BR><b>Likes:</b> Input Info
665
<BR><b>Dislikes:</b> Input Info
666
<BR><b>Quirks:</b> Input Info
667
 
668
<p> Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?
669
 
670
 
671
 </div></div>
672
</center></div>
673
674
-----------------------------INTERESTS--------------------------------- 
675
 
676
   </td></tr></table></td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0" border="0"><tr><td><table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" align="left" style="width:500px; display:block; word-wrap:break-word">
677
678
<font class="h1">Title Here</font>
679
<div class="about">
680
 
681
<p><b>Bold</b> <i>Italic</i>  Lorem ipsum dolor sit amet, consectetur adipisicing 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.
682
683
<p><em>Put a block quote, lyrics or a few lines of text for emphasis here</em>
684
 
685
686
<p><b>Bold</b> <i>Italic</i>  Lorem ipsum dolor sit amet, consectetur adipisicing 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.
687
688
</div> 
689
690
</td></tr></table></td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0" border="0"><tr><td><table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" align="left" style="width:500px; display:block; word-wrap:break-word">
691
692
693
<font class="h1">Character Name Here</font>
694
 
695
<IMG SRC="http://i.imgur.com/pGW0mw7.png">
696
697
698
699
<font class="h2">Character Tagline Here</font>
700
701
702
703
</td></tr></table></td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0" border="0"><tr><td><table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" align="left" style="width:500px; display:block; word-wrap:break-word">
704
705
706
<table><tr><td valign="top">
707
708
<img src="http://i.imgur.com/KzVPLvz.png">
709
710
</td><td valign="top">
711
712
<font class="h4">History/Origins</font>
713
714
<div class="about2">
715
 
716
<p>Lorem ipsum dolor sit amet, consectetur adipisicing 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.
717
718
 
719
</div></td></tr></table>
720
 
721
722
</td></tr></table></td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0" border="0"><tr><td><table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" align="left" style="width:500px; display:block; word-wrap:break-word">
723
724
725
<font class="h7">Quote Goes Here</font>
726
727
728
729
730
</td></tr></table></td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0" border="0"><tr><td><table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" align="left" style="width:500px; display:block; word-wrap:break-word">
731
732
733
<table><tr><td valign="top">
734
735
<font class="h3">Present Day</font>
736
737
<div class="about2">
738
739
<p>Lorem ipsum dolor sit amet, consectetur adipisicing 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.
740
  
741
742
</div></td><td valign="top">
743
744
<img src="http://i.imgur.com/KzVPLvz.png">
745
746
</td></tr></table>
747
748
 
749
</td></tr></table></td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0" border="0"><tr><td><table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" align="left" style="width:500px; display:block; word-wrap:break-word">
750
751
<font class="h1">Copyright & Disclaimer</font> 
752
753
<CENTER><font class="b2">COPYRIGHT 2013. ALL RIGHTS RESERVED.</font></CENTER> 
754
 
755
<div class="about">
756
757
<p>This page contains material protected under International and Federal Copyright Laws and Treaties. Any unauthorized reprint or use of this material is prohibited. No part of this page may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying, recording, or by any information storage and retrieval system without express written permission from the author.
758
 
759
760
<p>I am not the person in the photographs.  This profile is for creative purposes only.
761
762
763
 </div>