View difference between Paste ID: 29KEDvrW and Aj5FTgUN
SHOW: | | - or go back to the newest paste.
1
       					!!!!!!!!!!!!Read It!!!!!!!!!!!!
2
 
3
                                                (⊙.⊙(☉_☉)⊙.⊙)
4
 
5
 
6
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.
7
 
8
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.    
9
10
11
............................
12
MUSIC PLAYER
13
 
14
REPLACE MY MUSIC PLAYER WITH YOUR OWN.  
15
 
16
............................
17
 
18
 
19
20
 FOR ROLEPLAYER.ME USERS:
21
 
22
For the below text font classes and all of the headers (1, 2, 3, etc) and lyrics, please note the following:  
23
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.  
24
 
25
<font class="h1">Header 1</font>
26
 
27
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:
28
<h1>Header</h1> <strike>Strike</strike> etc..
29
 
30
OR just leave them as they are.  They will work for you either way.  
31
32
33
///////////////////////////////////////////////////
34
_______________________________________________
35
 
36
 
37
 
38
 
39
                        Don't forget to replace the XXXXX with your friend ID number.
40
 
41
                                                     (>‿◠)✌
42
 
43
 
44
                *****************************SAVE YOUR WORK AS YOU GO.*******************************
45
 
46
 
47
 
48
                               
49
 
50
DO NOT REMOVE THE .VICARIOUS MARKERS FROM ANY VICARIOUS LAYOUT.  
51
 
52
-----------------------------ABOUT ME--------------------------------- 
53
  
54
<style type="text/css">
55
@import url(http://fonts.googleapis.com/css?family=Special+Elite|Rancho|Qwigley|Dorsa|Voltaire|Righteous|Medula+One);
56
 
57
/* - -DO NOT PUT ANYTHING ABOVE THE @import LINE ABOVE - - */  
58
/* - -DO NOT REARRANGE MY CODING!! ORDER IS IMPORTANT! - - */
59
 
60-
.vicarious { Structure }
60+
.vicarious { Structure } 
61
62
body {
63
width:100%;
64
height:100%;
65
background-image: url("");
66
background-attachment:fixed;
67
background-repeat:no-repeat;
68
background-position:center center;
69
}
70
 .vicarious{ Google Chrome Scrollbar }
71
::-webkit-scrollbar {width: 5px;}
72
::-webkit-scrollbar-track {border: 1px solid ;}
73
::-webkit-scrollbar-thumb {border: 1px solid ;}
74
 
75
table, tr, td {padding:0px; border-collapse: collapse; /* 'cellspacing' equivalent */  background-color:transparent; border:0;width:0px;text-align:center;vertical-align: top; }
76
 
77-
.viclike2meet_table, .vicmusic_table, .vicinterests_table  {
77+
.viclike2meet_table, .vicmusic_table, .vicinterests_table, .vicmovies_table  {
78
visibility:visible;
79
z-index:2;
80
position:absolute;
81
top:0%;
82
left:50%;
83
border:0px solid;  
84
margin-top:10px;  
85
height:auto;
86
overflow:hidden;
87-
background-color:transparent;
87+
background-color:transparent; 
88
}
89
 
90-
.vicmusic_table{ width:300px; height:auto; margin-left:-500px;  }
90+
91
.viclike2meet_table {  width:200px;height:auto;margin-left:-500px; }
92-
.vicmusic_table td { margin:0px; max-width:300px; overflow:hidden;  }
92+
93
.viclike2meet_table td { margin:0px; max-width:200px; overflow:hidden;   }
94-
.vicinterests_table{ width:500px; height:auto;margin-left:-195px;}
94+
95
.vicinterests_table{ width:200px; height:auto;margin-left:-295px;}
96-
.vicinterests_table td { margin:0px; max-width:500px; overflow:hidden;  }  
96+
97
.vicinterests_table td { margin:0px; max-width:200px; overflow:hidden;  }  
98-
.viclike2meet_table {  width:200px;height:auto;margin-left:310px; }
98+
99
.vicmusic_table{ width:200px; height:auto; margin-left:-90px;  }
100
.vicmusic_table tr { margin:0px;  }
101
.vicmusic_table td { margin:0px; max-width:200px; overflow:hidden;  }
102
103
.vicmovies_table{ width:400px; height:auto; margin-left:115px;  }
104
.vicmovies_table tr { margin:0px;  }
105
.vicmovies_table td { margin:0px; max-width:400px; overflow:hidden;  }
106
 
107
 
108
.vic_table {
109
padding:0px;
110
margin:0px;
111
width:100%;
112
margin-bottom:4px;
113
border:0px solid;
114
border-collapse: collapse; /* 'cellspacing' equivalent */
115
overflow:hidden;
116
}
117
 
118
.vic_table tr { margin:0px; }
119
.vic_table td { margin:0px; width:100%; text-align:center; padding: 0; /* 'cellpadding' equivalent */ }  
120
 
121
.vicarious { Font Styles }
122
a, a:link, a:active, a:visited, a:hover, td.text, table, tr, td, li, div, input, p {
123
font-family: tahoma;
124
font-size: 7pt ;
125
line-height: 90% ;
126
text-decoration:none;
127
}
128
 
129
P { text-align:justify; }
130
 
131
I {
132
font-size:8pt;
133
line-height: 90% ;
134
font-family: brushscript mt;
135
text-decoration:none;
136
text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
137
}
138
 
139
EM {
140
font-size:16pt;    
141-
padding-right:5px;
141+
142
line-height: 100% ;
143
text-decoration:none;  
144
text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);  
145
}
146
 
147
.strike, strike {
148
font-family: tahoma;
149
font-size: 8pt ;
150
line-height: 90% ;
151
text-decoration:line-through;
152
}
153
 
154
.u, u {
155
font-family: tahoma;
156
font-size:10pt;  
157
line-height: 90% ;
158
text-decoration:underline;
159
}
160
 
161
.strong, strong {
162
font-family: tahoma;
163
font-size:11pt;
164
line-height: 90% ;
165
text-decoration:none;
166
font-weight:bolder;
167-
B, .B2, B2, .B3, B3, .B4, B4 {
167+
168-
font-family:copperplate gothic light;
168+
169
B, .B2, B2 {
170
font-family:georgia;
171
font-size:6pt;
172
font-weight:bold;
173
text-transform:uppercase;
174
line-height:100%;
175
letter-spacing: 0pt;
176
text-shadow: 2px 2px 2px rgba(64, 30, 0, 1);  
177-
B,.B2, B2 {font-family:georgia;font-size:6pt;}
177+
178
 
179
180-
.B3, B3, .B4, B4, .B5, B5, .B6, B6, .B7, B7 {  
180+
181
font-family: arial narrow;
182
font-size:8pt;
183
text-align:center;
184
text-transform:uppercase;
185-
.B3, B3  {  
185+
186-
font-size:6pt;  
186+
width:62px;
187
height:32px;
188
line-height:32px;
189
display:inline-block;
190
font-weight:bold;
191-
.B4, B4, .B6, B6 {
191+
192-
font-family:arial;
192+
193
-moz-transition: all  0.6s ease-out;
194
-ms-transition: all  0.6s ease-out;
195
-o-transition: all  0.6s ease-out;
196-
.B5, B5 {
196+
197
margin:0px;
198-
 font-family: tahoma;
198+
199
text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
200
 
201-
margin:10px 0px 5px;
201+
202
 
203
 
204
a.first:hover {  
205
letter-spacing:-1pt;
206-
.B7, B7  {  
206+
207-
font-size:5pt;  
207+
208
  
209
 
210
a.fourth, a.fourth:link, a.fourth:active, a.fourth:visited {
211
font-family: arial narrow;
212
font-size:7pt;
213
text-align:center;
214
text-transform:uppercase;
215
line-height:8pt;
216
height:8pt;
217
font-weight:bold;
218
text-decoration:none;
219-
width:46px;
219+
220-
height:46px;
220+
221
text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
222
display:block;
223
-webkit-transition: all 0.6s ease-out;
224
-moz-transition : all 0.6s ease-out;
225
-o-transition : all 0.6s ease-out;
226
transition : all 0.6s ease-out;  
227
-ms-transition: all 0.6s ease-out;  
228
}
229
 
230
a.fourth:hover {
231-
padding:10px 5px;
231+
232
letter-spacing:3pt;
233-
-webkit-border-radius: 5px;
233+
234-
-moz-border-radius: 5px;
234+
235-
border-radius: 5px;
235+
236-
border-bottom:2px solid ;
236+
237-
border-right:2px solid;
237+
238
text-align:center;
239
display:block;
240
font-size: 11pt ;
241-
a.first:hover {
241+
242-
letter-spacing:-3pt;
242+
243-
 border-bottom:7px solid  ;
243+
244-
border-right:3px solid;
244+
245-
line-height:46px;
245+
246
 
247
 
248
.h1, h1   {
249-
a.second, a.second:link, a.second:active, a.second:visited {
249+
250
font-size: 10pt ;
251
letter-spacing:1pt;
252
font-weight:bold;
253
padding:2px 5px 2px 0px;
254-
line-height:10pt;
254+
255-
height:10pt;
255+
256
 
257
.h2, h2   {
258
font-family: 'Medula One', cursive;
259-
padding:0px 0px 0px 5px;
259+
font-size:6pt;
260-
border-width:0px 20px 0px 0px;
260+
261-
border-style:solid;
261+
262
letter-spacing:1pt;
263
} 
264-
-webkit-transition : border 1s ease-out, font 1.6s ease-out;
264+
265-
-moz-transition : border 1s ease-out, font 1.6s ease-out;
265+
266-
-o-transition : border 1s ease-out, font 1.6s ease-out;
266+
267-
transition : border 1s ease-out, font 1.6s ease-out;  
267+
268-
-ms-transition:border 1s ease-out, font 1.6s ease-out;  
268+
269
font-size:22pt ;
270
font-family: 'Dorsa', sans-serif;
271-
a.second:hover {
271+
272-
height:10pt;
272+
273-
line-height:10pt;
273+
274
 
275-
padding:0px 5px 0px 0px;
275+
276-
border-width:0px 0px 0px 20px;
276+
277
text-align:center;
278
font-size: 10pt ;
279
padding:10px 0px 5px;
280
margin:2.5px 0px ;
281-
a.third, a.third:link, a.third:active, a.third:visited {
281+
282-
font-family: 'Special Elite', cursive;
282+
283
border-top:1px solid;
284-
padding:5px 2px;
284+
285
letter-spacing:1pt;
286
}
287
 
288
.h5, h5 {
289
font-weight:bold;
290
font-size: 46pt ;  
291
letter-spacing:1pt;
292
text-align:center;
293
font-family: 'Dorsa', sans-serif;
294
border-bottom:2px solid;
295
border-top:1px solid;
296
} 
297
 
298
.h6, h6   {  
299
font-family: tahoma;
300
font-weight:bolder;
301
font-size:11pt;  
302
margin:4px 0px ;
303
Text-transform:uppercase;
304
letter-spacing:1pt;
305
}
306
307
.h7, h7   {
308
font-family:arial narrow;
309
font-size:7pt;
310
padding:5px 0px;
311
}
312
 
313
.h8, h8 {
314
font-weight:bold;
315
font-family: 'Dorsa', sans-serif;
316
letter-spacing:2pt;
317
font-size:18pt;
318
height:23px;
319
line-height:23px;
320
text-align:center;  
321
border-bottom:2px solid;
322
}
323
 
324
.h9, h9  {
325
letter-spacing:2pt;
326
font-size:16pt; 
327
padding:5px 0px ;
328
margin-bottom:5px;
329
border-left:55px solid;
330
border-right:55px solid;
331-
font-size: 6pt ;
331+
text-transform:uppercase; 
332
}
333-
border:1px solid;
333+
334
.h10, h10  {
335
font-family:arial narrow;
336
letter-spacing:1pt;
337
font-size:7pt;
338
text-align:center;  
339-
.h2, h2  {
339+
height:20px;
340-
font-family: 'Special Elite', cursive;
340+
line-height:20px; 
341
padding-bottom:4px;
342
} 
343
 
344-
line-height:120%;
344+
.h11, h11   {
345
font-family: 'Righteous', cursive;
346-
border-width:0px 5px 0px 5px;
346+
347-
border-style:solid;
347+
348
text-align:center;  
349-
-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
349+
height:20px;
350-
-moz-box-shadow:    1px 1px 5px 0px rgba(0, 0, 0, 0.75);
350+
line-height:20px; 
351-
box-shadow:         1px 1px 5px 0px rgba(0, 0, 0, 0.75);
351+
padding-bottom:4px;
352
} 
353
 
354
 
355
.h12, h12  {
356
font-weight:bolder;
357
font-size:11pt;  
358
margin:6px 0px;
359
}
360
 
361
.h13, h13  {
362
font-family: georgia;
363
letter-spacing:1pt;
364
font-size:14pt;
365
text-align:center;  
366
padding:5px 0px 0px;
367
line-height:5px;
368-
margin:0px 0px 5px;
368+
margin:10.5px 0px;
369
}
370
 
371
 
372
 
373
.cite {font-size:0pt; visibility:hidden!important; display:none!important; color:transparent;}
374
 
375
 
376
.lyric, .lyric2, .lyric3, .lyric4, .lyric5, .lyric6, .lyric7, lyric, lyric2, lyric3, lyric4, lyric5, lyric6, lyric7  {
377
font-family:georgia;
378
text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
379
text-decoration:none;
380
line-height:65%;
381
padding:0px;
382
margin:0px;
383
display:block;
384
letter-spacing:0pt;
385
}
386-
.h6, h6  {
386+
387
 
388-
font-size:22pt;
388+
.lyric, lyric {
389
Font-size:12pt;
390-
padding:10px 0px;
390+
391
letter-spacing:-1pt;
392-
border-bottom:6px double;
392+
393-
border-top:2px solid;
393+
padding-right:5px;  
394
padding-top:5px;
395
}    
396-
.h7, h7  {
396+
397
.lyric2, lyric2 {
398
Font-size:12pt;
399-
font-size:20pt;
399+
font-family: 'Qwigley', cursive; 
400
letter-spacing:1pt;
401
text-align:left;  
402
padding-left:5px;  
403
}    
404
405
.lyric3, lyric3 {
406
Font-size:16pt;
407
font-family:courier new; 
408
letter-spacing:-1pt;
409
text-align:center;  
410
}    
411
412
.lyric4, lyric4 {
413
Font-size:13pt;
414-
font-size:16pt;
414+
font-family:tahoma; 
415
letter-spacing:0pt;
416-
padding:10px 0px 10px 5px;
416+
417
padding-right:5px; 
418-
border-bottom:6px double;
418+
} 
419-
border-top:2px solid;
419+
420
.lyric5, lyric5 {
421
Font-size:10pt; 
422
letter-spacing:2pt;
423
text-align:left;  
424
padding-left:5px; 
425
}    
426
427-
padding:3px 0px;  
427+
.lyric6, lyric6 {
428
font-family: 'Voltaire', sans-serif;
429
letter-spacing:4pt;
430-
.h11, h11  {
430+
431
}  
432
 
433-
font-size:20pt;
433+
.lyric7, lyric7 {
434
Font-size:13pt;
435
font-family:arial narrow;
436
letter-spacing:1pt;
437
text-align:right;
438
padding-right:5px; 
439
padding-bottom:5px;
440
}  
441
  
442
 
443
.vicarious { Div/Img Style Classes }
444
445
.img1 {height:62px; width:62px; overflow:hidden;}
446-
font-size:20pt;
446+
.img2 {} 
447
.img3 {height:96px; width:96px; overflow:hidden;} 
448
 
449
450-
margin:11px 0px;
450+
451
width:180px;
452
height:63px;
453-
small, big {
453+
454-
font-family:
454+
455-
arial narrow; font-size:7pt;
455+
456
text-align:left;
457
} 
458
 
459
.ToTheR{
460
text-align:right;
461-
.lyric, .lyric2, .lyric3, .lyric4, .lyric5, .lyric6, .lyric7, .lyric8, .lyric9, .lyric10, .lyric11, .lyric12,lyric, lyric2, lyric3, lyric4, lyric5, lyric6, lyric7, lyric8, lyric9, lyric10, lyric11, lyric12   {
461+
462
width:196px;
463
padding: 5px 2px 5px 0px;
464
text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);  
465-
line-height:60%;
465+
466
467
.tunes {
468-
letter-spacing:1.25pt;
468+
469
height:40px;
470
overflow:auto;
471-
.lyric6, .lyric7, .lyric8, .lyric9, .lyric10, .lyric11, .lyric12, lyric6, lyric7, lyric8, lyric9, lyric10, lyric11, lyric12  {
471+
padding: 0px 5px;
472
margin:5px;
473
text-align:left;
474
}
475
476-
.lyric, lyric {Font-size:8pt;}  
476+
.colA {
477-
.lyric2, lyric2 {Font-size:9pt;}  
477+
478-
.lyric3, lyric3 {Font-size:12pt;}  
478+
height:75px;
479-
.lyric4, lyric4 {Font-size:13pt;}
479+
480-
.lyric5, lyric5 {Font-size:7pt;}  
480+
481-
.lyric6, lyric6 {Font-size:13pt;font-family:courier new; letter-spacing:1pt;line-height:65%;text-align:left;  padding:5px 0px 0px 10px;}  
481+
482-
.lyric7, lyric7 {Font-size:10pt;line-height:35%; text-align:right; padding-right:5px; font-style:italic;}  
482+
text-align:justify;
483-
.lyric8, lyric8 {Font-size:14pt;font-family:arial narrow;line-height:135%;text-align:center; margin:7px 0px;   text-transform:uppercase; border-left:15px solid; border-right:15px solid; -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
483+
484-
-moz-box-shadow:    1px 1px 5px 0px rgba(0, 0, 0, 0.75);
484+
485-
box-shadow:         1px 1px 5px 0px rgba(0, 0, 0, 0.75);}  
485+
.colB {
486-
.lyric9, lyric9 {Font-size:12pt;line-height:85%;;text-align:left; padding:0px 0px 5px 10px;}  
486+
487-
.lyric10, lyric10 {Font-size:5pt;line-height:25%;  text-align:center;   text-transform:uppercase; padding:7px 0px;letter-spacing:9pt;}  
487+
height:81px;
488-
.lyric11, lyric11 {Font-size:8pt;font-family:courier new; letter-spacing:1pt;line-height:65%;text-align:left;  padding:5px 0px 0px 10px;}  
488+
489-
.lyric12, lyric12 {Font-size:6pt;line-height:95%; text-align:right; padding:0px 5px 5px 0px; font-style:italic;}  
489+
490
margin:5px;
491-
.righty{text-align:right; line-height:65%; display:block; padding-right:2px; font-size:9pt;text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);  }
491+
text-align:justify;
492
}  
493
 
494
.about {
495
width:380px;
496-
.vdef{width:170px; height:250px; overflow:hidden;  margin: 5px; float:left; }
496+
height:64px;
497-
.vdef2 {width:110px; height:80px; overflow:hidden;  margin: 5px 5px 0px 0px; float:right; }
497+
498-
.img1 {width:61px; height:61px; margin:2px 1.5px; overflow:hidden;}
498+
499-
.img2 {width:71px; height:35px;  overflow:hidden;}
499+
500-
.img3R, .img3L {width:96px; height:40px;   overflow:hidden;}
500+
text-align:justify;
501-
.img3L    {float:left; margin:2px 0px 2px 2px; }
501+
502-
.img3R    {float:right; margin:2px 2px 2px 0px; }
502+
503-
.img4 {width:140px; height:150px; overflow: hidden; margin:10px 5px 0px 5px;  }
503+
.about2 {
504-
.img5 {width:150px; height:50px; overflow: hidden;  }
504+
width:380px;
505-
.img6 {width:150px; height:30px; overflow: hidden;  }
505+
height:161px;
506-
.img7 {width:190px; height:80px; overflow: hidden; margin:0px 5px; }
506+
507
padding: 5px;
508-
.buffer{height:30px; width:auto;   }
508+
509
text-align:justify;
510-
.hbox {
510+
}  
511-
width:200px;
511+
512-
height:100px;
512+
.copyright {
513
width:180px;
514
height:auto;
515
overflow:none;
516-
.hbox1 {
516+
517-
width:190px;
517+
518-
height:100px;
518+
text-align:justify;
519-
padding:0px 5px;
519+
520
 
521
.vicarious {COLOR PALETTE }
522-
 -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
522+
523-
filter: alpha(opacity=0);
523+
body {background-color:0c0c0c;}
524-
opacity: 0;
524+
525-
-webkit-transition: all 1s ease-out 0s;
525+
::-webkit-scrollbar-thumb {background-color:444444;   border-color:000000 ;} 
526-
-moz-transition: all 1s ease-out 0s;
526+
527-
-ms-transition: all 1s ease-out 0s;
527+
.vic_table {background-color:191919;  }
528-
-o-transition: all 1s ease-out 0s;
528+
529-
transition: all 1s ease-out 0s;
529+
.about, .about2, .colA, .colB, .tunes, .misc, .copyright {
530
background-color:121212;
531
}
532-
.Hbox1:hover   {
532+
533-
 -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
533+
a, a:link, a:active, a:visited, a:hover, td.text, table, tr, td, li, div, input, p  { color:3f3636; }
534-
filter: alpha(opacity=100);
534+
535-
opacity: 1;
535+
a.first, a.first:link, a.first:active, a.first:visited,  a.fourth, a.fourth:link, a.fourth:active, a.fourth:visited  {color:696565; background-color:222222;} 
536
 
537
a.first:hover, a.fourth:hover  {color:4c4848;}
538
 
539
 
540
I {color:817a7a;}
541
em {color:c0bcbc;}
542
B {color:736b6b;}
543-
width:200px;
543+
.B2, B2 {color:989a9d;} 
544
.u, u {color:898989;}
545
.strike, strike {color:7b716d;}
546
.strong, strong {color:d8d8d8;}
547
.h1, h1{color:574d4d;}
548
.h2, h2{color:584e4a;}  
549-
.int3RL, .int3C {
549+
.h3, h3 {color:4f5256;border-color:4f5256;}
550-
width:150px;
550+
.h4, h4 {color:676869; border-color:676869}
551-
height:150px;
551+
.h5, h5 {background-color:18181b; color:3f3636;}
552
.h6, h6 {color:7b716d;}
553-
padding:0px 5px;
553+
.h7, h7 {color:7b716d;}
554
.h8, h8 {background-color:111111;  color:676869; border-color:676869;}
555
.h9, h9 {color:3f3636;border-color:3f3636;}
556
.h10, h10 {color:676869;}
557
.h11, h11 {color:6d7174;}
558
.h12, h12 {background-color:0d0e15;color:4f5256;}
559-
.int3RL p, .int3C p {font-size:7pt; font-family:arial narrow;}
559+
.h13, h13 { color:787878;}
560-
.int3RL b, .int3C b {font-size:6pt; }
560+
.lyric, lyric  {color:b2b2b2;}
561-
.int3RL {margin:5px 5px;text-align:left;}
561+
.lyric2, lyric2  {color:7b716d;}
562-
.int3C {margin:5px 0px; text-align:justify; }
562+
.lyric3, lyric3  {color:787878;}
563
.lyric4, lyric4  {color:8c7f7f;}
564
.lyric5, lyric5  {color:676869;}
565-
.notes {
565+
.lyric6, lyric6  {color:ada5a5;}
566
.lyric7, lyric7  {color:95999c;}
567
 
568
.adore {font-size:9pt; color:9c9696;}
569
.heart {font-size:12pt; color:b2b4b5;} 
570
 
571
 .vicarious{ Hide Codes }
572
.profileInfo, .userProfileURL, .friendsComments, .blurbs, .blacktext12, .friendSpace, .contactTable, .extendedNetwork, .latestBlogEntry, .interestsAndDetails, .userprofiledetail, .userAlbums, .whitetext12, .orangetext15, .lightbluetext8, .navigationBar, .profile, table tr td[id='footerWarpper'] { display:none !important;visibility:hidden!important; }
573
table table table table td {width:0px;}
574
.contactTable td, table table td.text table td,table table table table table td {width:auto;}
575
div div select, div div form {display:none !important;}
576-
height:45px;
576+
577
table div {display:none;}table table div {display:block;}
578
.navigationBar { display: none; }
579
div[id="googlebar"],div div select{opacity:0;filter:alpha(opacity=0);display:none !important;position:absolute !important; bottom:2000px !important;}
580
.profileInfo tr tr td { visibility:hidden; }
581
.profileInfo td.text { visibility:visible; }
582
.vicarious {Layouts available @ http://vicarious-hs.tumblr.com/}
583-
#linkbar {  
583+
584-
width:auto;
584+
585-
height:50px;
585+
586-
-webkit-transition: all 0.5s linear;
586+
587-
-moz-transition: all 0.5s linear;
587+
588-
-o-transition: all 0.5s linear;
588+
589-
border-bottom:0px solid ;
589+
590
 
591-
z-index:100;
591+
592-
position:fixed;
592+
593-
bottom:0%;
593+
<font class="cite">COLUMN 1.The above table code must remain at the top.  Everything else beneath it can be rearranged.</font>
594-
right:0%;
594+
595-
margin-bottom:-20px;
595+
596-
-webkit-border-radius: 5px;
596+
597-
-moz-border-radius: 5px;
597+
598-
border-radius: 5px;
598+
<img src="http://i61.tinypic.com/2nktdgj.jpg">
599
600
601-
#linkbar:hover {border-bottom:50px solid ; }
601+
 </td></tr></table><table class="vic_table"><tr><td>
602
<font class="h3">Legal</font>
603-
.int1, .int2, .int4, .owes, .copyright   {
603+
604-
width:280px;
604+
<div class="colA">
605-
padding:0px 5px;
605+
606
<BR><b>NAME:</b> Input info
607
<BR><b>NICKNAMES:</b> Input info
608
<BR><b>ALIASES:</b> Input info
609-
.int1 {height:111px;overflow:auto;text-align:justify;}
609+
610-
.int2 {height:50px;overflow:auto;text-align:left;}
610+
611-
.int4 {height:105px; text-align:left; overflow:auto; font-size:8pt;word-spacing:-3px;}
611+
612-
.int4 p {font-size:8pt;word-spacing:-3px;}
612+
613-
.owes {height:15px; text-align:center; overflow:auto;}
613+
614-
.copyright {height:auto; overflow:none; font-size:7pt;}
614+
615
</td></tr></table><table class="vic_table"><tr><td>
616-
.copyright p {font-size:7pt;}
616+
<img src="http://i58.tinypic.com/vnc85i.jpg">
617
 
618-
.about{height:170px; width:470px;  padding:5px;text-align:justify; overflow:auto; margin:10px;}
618+
619
620-
.story{width:180px; height:150px; margin:10px 5px; padding:0px 5px;text-align:justify;overflow:auto;
620+
<font class="h3">Family</font>
621-
font-size:7.5pt}
621+
622
<div class="colA">
623-
.story p{font-size:7.5pt}
623+
624
<BR><b>MOTHER:</b> Input info
625
<BR><b>FATHER:</b> Input info
626
<BR><b>SISTER(S):</b> Input info
627-
body {background-color:1f2022;}
627+
<BR><b>BROTHER(S):</b> Input info
628
<BR><b>Other Family:</b> Input info
629-
::-webkit-scrollbar-thumb {background-color:444444;   border-color:000000 ;}
629+
630
</div>
631-
#linkbar{background-color:1f2022; border-color:1f2022;}
631+
632-
#linkbar:hover {background-color:transparent; border-color:1f2022;}
632+
633
634-
.vic_table {background-color:333539; }
634+
<img src="http://i58.tinypic.com/2r6nvd2.jpg"> 
635
636-
.about, .int1, .int2, .owes, .int4, .copyright, .int3RL, .int3C, .notes, .misc , .hbox1, .story {
636+
637-
background-color:000613;
637+
638-
-webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
638+
639-
-moz-box-shadow:    1px 1px 5px 0px rgba(0, 0, 0, 0.75);
639+
640-
box-shadow:         1px 1px 5px 0px rgba(0, 0, 0, 0.75);
640+
641
</td></tr></table><table class="vic_table"><tr><td>
642
643-
a, a:link, a:active, a:visited, a:hover, td.text, table, tr, td, li, div, input, p  { color:424242; }
643+
644
<a class="fourth" href="/FriendID#">Connection Name</a>
645-
a.first, a.first:link, a.first:active, a.first:visited,  a.fourth, a.fourth:link, a.fourth:active, a.fourth:visited  {color:f5efeb;background-color:424448; border-color:7e6f6f;}
645+
646
<a class="fourth" href="/FriendID#">Connection Name</a>
647-
a.second, a.second:link, a.second:active, a.second:visited
647+
648-
{color:cdcdcd;background-color:000000; border-color:45474c;}
648+
649
<a class="fourth" href="/FriendID#">Connection Name</a>
650-
a.third, a.third:link, a.third:active, a.third:visited{color:999999; }
650+
651
</div><div class="ToTheR">
652-
a.first:hover,  a.second:hover, a.third:hover, a.fourth:hover {color:7a7a7a; }
652+
653
<font class="heart">☠</font> 
654-
big {color:949498;   }
654+
655-
small {color:d4d4d4;   }
655+
656-
.righty {color:d4d4d4;   }
656+
657-
I {color: c5c1c5; }
657+
658-
em {color: ededed; }
658+
659-
B {color: 66696e; }
659+
660-
.B2, B2 {color: cccecf; }
660+
661-
.B3, B3 {color: 837b7b; }
661+
662-
.B4, B4 {color: 644f4f; background-color:000613; }
662+
663-
.B5, B5 {color: 82868d; }
663+
664-
.B6, B6 {color: dcdbdb; background-color:575357; }
664+
665-
.B7, B7 {color: efefef; }
665+
666-
.strike, strike {color: 8d7979;}
666+
667-
.strong, strong {color: b2b2b8; }
667+
668-
.h1, h1{color: 6b6c6f; background-color:000000; border-color:61524f; }
668+
669-
.h2, h2{color: 797b80;  border-color:484548; }
669+
670-
.h3, h3{color: 837b7b; border-color:4e5056; }
670+
671-
.h4, h4{color: 766b6b; border-color:6d6262; }
671+
672-
.h5, h5{color: 706161; border-color:515357; }
672+
673-
.h6, h6{color: c8c7cb; background-color:575357; border-color:b2b5b6; }
673+
674-
.h7, h7 {color: 7f6b6b;   }
674+
675-
.h8, h8 {color: bbbbbc; border-color:000000;  }
675+
676-
.h9, h9{color: 644f4f; background-color:000613; border-color:726363;}
676+
677-
.h10, h10{color: d6d8d9;   }
677+
678-
.h11, h11{color: 6d5b5b;   }
678+
679-
.h12, h12{color: dcdcdc; background-color:69696a; }
679+
680-
.h13, h13 {color: dadbdc; background-color:000613; }
680+
681-
.lyric, lyric  {color:d3cfd3;}
681+
682-
.lyric2, lyric2  {color:d3cfd3;}
682+
683-
.lyric3, lyric3  {color:d3cfd3;}
683+
684-
.lyric4, lyric4  {color:d3cfd3;}
684+
685-
.lyric5, lyric5  {color:d3cfd3;}
685+
686-
.lyric6, lyric6  {color:644f4f;}
686+
687-
.lyric7, lyric7  {color:917f7f;}
687+
688-
.lyric8, lyric8  {color:726363; border-color:644f4f;}
688+
689-
.lyric9, lyric9  {color:644f4f;}
689+
690-
.lyric10, lyric10 {color:d0cbc8;}
690+
691-
.lyric11, lyric11 {color:c9cacb;}
691+
692-
.lyric12, lyric12 {color:837b7b;}
692+
693-
.adore {font-size:9pt; color:cacaca;}
693+
<font class="h7">COPYRIGHT 2014. ALL RIGHTS RESERVED.</font>
694-
.heart {font-size:12pt; color:e0e1e1;}
694+
695
<div class="copyright">
696
<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.  
697
 
698
<p>I am not the person in the photographs.  This profile is for creative purposes only.
699
</div>
700
701
</td></tr></table><table class="vic_table"><tr><td>
702
 
703
<img class="img1" src="http://i59.tinypic.com/3464wuq.jpg">
704
<img class="img1" src="http://i59.tinypic.com/3464wuq.jpg">
705
<img class="img1" src="http://i59.tinypic.com/3464wuq.jpg">
706
707
 </td></tr></table><table class="vic_table"><tr><td>
708
<font class="h11"><b>AIM:</b>  Screen name Here   </font>
709
 
710
-----------------------------INTERESTS---------------------------------
711
712
 
713
</td></tr></table></td></tr></table><table class="vicinterests_table"><tr><td valign="top" align="center"><table><tr><td>
714
 
715
<font class="cite">COLUMN 2.The above table code must remain at the top.  Everything else beneath it can be rearranged.</font>
716
717
718-
RIGHT SIDE OF PROFILE
718+
719-
The above table code must remain at the top.   
719+
720-
</font>
720+
721
<img src="http://i60.tinypic.com/2s16c2a.jpg">
722
723
</td></tr></table><table class="vic_table"><tr><td>
724
<font class="h3">Personality</font>
725
726-
<font class="h8">Important Shiz‼</font>
726+
<div class="colA">
727
  
728
<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.
729
730
<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.
731
732-
<a class="third" href="Link to Rule Blog"><font color="white">⇥ </font>READ AND SIGN THE RULES<font color="white"> ⇤</font></a>
732+
733
734
</td></tr></table><table class="vic_table"><tr><td>
735
<img src="http://i58.tinypic.com/vnc85i.jpg">
736
  
737-
<font class="h4">Respect My Authority</font>
737+
738
</td></tr></table><table class="vic_table"><tr><td>
739-
<font class="b3">☛ I reserve the right to delete any and all jackasses without prior notice.</font>
739+
<font class="h3">Relationships</font>
740
741-
<BR><i>Once deleted, no re-adds will occur. <font class="righty">Savvy?</font></i>
741+
<div class="colA">
742
<BR><b>STATUS:</b> Input info
743-
<BR><font class="b5">► Auto-Deletes ◄</font>
743+
<BR><b>ORIENTATION:</b> Input info
744-
<div class="notes">
744+
<BR><b>CURRENT:</b> Input info
745-
<b>Stalkers</b>  <i>Get another hobby!</i> 
745+
<BR><b>FORMER:</b> Input info
746-
<br><b>Whiners & Complainers</b> <i>#STFU</i>
746+
747-
<BR><b>Squatters</b> <i>I am not a number.</i>
747+
748
 </td></tr></table><table class="vic_table"><tr><td>
749-
<font class="b5">(◣◢)┌∩┐</font>
749+
750
<font class="h6">Tunes</font>
751
752
</td></tr></table><table class="vic_table"><tr><td>
753
754
<object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="200" height="20">
755-
<font class="b4">Consider this your only warning.</font>
755+
756
    <param name="bgcolor" value="#191919" />
757
    <param name="FlashVars" value="mp3=http%3A//k007.kiwi6.com/hotlink/vbafp0ycd5/BJ_LDR.mp3&autoplay=1&bgcolor=191919&loadingcolor=3f3636&buttoncolor=3f3636&slidercolor=3f3636" />
758-
<font class="h8">✎ Writing Style</font>
758+
759
760-
<div class="notes">
760+
 </td></tr></table><table class="vic_table"><tr><td>
761
<div class="tunes">
762-
<b>✘</b> <font class="strike">One-liners</font>
762+
<BR><B>Signature Song:</b> Title, Artist
763-
<BR><b>✘</b> <font class="strike">Para ( Min 435 Words)</font>
763+
<BR><B>Mood Music:</b>  Title, Artist
764-
<BR><b>✔</b> Multi-Para ( Min 1000 Words)</font>
764+
<BR><B>Listening To:</b> Title, Artist
765-
<BR><b>✔</b> Mega-Para ( Min 3000 Words)</font>
765+
766-
<BR><b>✔</b> Novella ( Min 5000 Words)</font>
766+
767
</td></tr></table><table class="vic_table"><tr><td>
768
<img src="http://i62.tinypic.com/15xp9qh.jpg">
769
770
</td></tr></table><table class="vic_table"><tr><td>
771
<img src="http://i62.tinypic.com/15xp9qh.jpg">
772
773
</td></tr></table><table class="vic_table"><tr><td>
774-
<font class="cite">The images below are 63px x 63px in case you want to change them.</font>
774+
<img src="http://i62.tinypic.com/15xp9qh.jpg">
775
776-
<font class="b6">Things I can't live without ♥</font>
776+
777-
<img class="img1" src="http://i41.tinypic.com/xcstw4.jpg">
777+
<img src="http://i62.tinypic.com/15xp9qh.jpg">
778-
<img class="img1" src="http://i40.tinypic.com/aa9ohg.jpg">
778+
779-
<img class="img1" src="http://i44.tinypic.com/2qbdms5.jpg">
779+
780
 
781
-----------------------------MUSIC---------------------------------
782
783-
<font class="b5">He-Said, She-Said</font>
783+
784-
<font class="b3">Role Play Quotables ツ</font>
784+
785
<font class="cite">COLUMN 3.The above table code must remain at the top.  Everything else beneath it can be rearranged.</font>
786
 
787
788-
<img class="img3L" src="http://i43.tinypic.com/25ipwjp.jpg">
788+
789-
<img class="img3R" src="http://i43.tinypic.com/25ipwjp.jpg">
789+
790
<img src="http://i62.tinypic.com/2d135ug.jpg"> 
791
792
</td></tr></table><table class="vic_table"><tr><td>
793
<font class="h3">Physical</font>
794-
<b>▎Your Name:</b>  <big>❝Put a line from an rp exchange here.❞</big>
794+
795-
<br><font class="b2">▎Name:</font>  <small>❝Put a line from an rp exchange here.❞</small>
795+
<div class="colA">
796
  
797
<BR><b>ETHNICITY:</b> Input info
798
<BR><b>HAIR COLOR:</b> Input info
799
<BR><b>EYE COLOR:</b> Input info
800
<BR><b>HEIGHT:</b> Input info
801
<BR><b>WEIGHT:</b> Input info
802
<BR><b>BIRTHMARKS/SCARS:</b> Input info
803-
<font class="h7">Je l'adore</font>
803+
804
</div>
805
806-
<a class="second" href="/FriendID#">▼ Connection Name </a>
806+
807
<img src="http://i58.tinypic.com/vnc85i.jpg">
808-
<div class="hbox" style="background-image:url(http://i43.tinypic.com/2w4kx3k.jpg);">
808+
809-
<div class="hbox1">
809+
810
</td></tr></table><table class="vic_table"><tr><td>
811
<font class="h3">Education & Employment</font>
812
813-
</div></div><div class="ToTheR">
813+
<div class="colA">
814-
<font class="adore">Because he is The Smex</font>
814+
<br><b>High School</b> Input Info
815-
<font class="heart">❤</font> 
815+
<br><b>College</b> Input Info
816
<br><b>Major</b> Input Info
817
<br><b>Degree</b> Input Info
818
<br><b>OCCUPATION:</b> Input info
819
<BR><b>JOB DESCRIPTION:</b> Input info
820-
<a class="second" href="/FriendID#">▼ Connection Name </a>
820+
<BR><b>EMPLOYER:</b> Input info
821
<BR><b>SKILLSET:</b> Input info
822-
<div class="hbox" style="background-image:url(http://i43.tinypic.com/2w4kx3k.jpg);">
822+
823-
<div class="hbox1">
823+
824
825
</td></tr></table><table class="vic_table"><tr><td>
826
827-
</div></div><div class="ToTheR">
827+
<img src="http://i58.tinypic.com/2r6nvd2.jpg">
828-
<font class="adore">Because she is my Bestie</font>
828+
829-
<font class="heart">ت</font> 
829+
830
831
</td></tr></table><table class="vic_table"><tr><td>
832
833
<font class="h8">◄ Name</font>  
834-
<a class="second" href="/FriendID#">▼ Connection Name</a>
834+
835
<div class="colB">  
836-
<div class="hbox" style="background-image:url(http://i43.tinypic.com/2w4kx3k.jpg);">
836+
837-
<div class="hbox1">
837+
<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.
838
839
<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.
840
841-
</div></div><div class="ToTheR">
841+
842-
<font class="adore">Because he is my No.1 Crush</font>
842+
843-
<font class="heart">ღ</font> 
843+
844
<font class="h10">Bit of a quote goes here</font>
845
</td></tr></table><table class="vic_table"><tr><td>
846
847
<font class="h8">◄ Name</font>  
848
849-
<a class="second" href="/FriendID#">▼ Connection Name </a>
849+
<div class="colB">  
850
851-
<div class="hbox" style="background-image:url(http://i43.tinypic.com/2w4kx3k.jpg);">
851+
<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.
852-
<div class="hbox1">
852+
853
<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.
854
855
</div>
856-
</div></div><div class="ToTheR">
856+
857-
<font class="adore">Because she is The Queen B</font>
857+
858-
<font class="heart">♛</font> 
858+
<font class="h10">Bit of a quote goes here</font>
859
</td></tr></table><table class="vic_table"><tr><td>
860
861
<font class="h8">◄ Name</font>  
862
863
<div class="colB">  
864
865
<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.
866
867
<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.
868
869
</div>
870
 
871
872
<font class="h10">Bit of a quote goes here</font>
873
</td></tr></table><table class="vic_table"><tr><td>
874
875
<font class="h8">◄ Name</font>  
876
877
<div class="colB">  
878
879
<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.
880
881
<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.
882
883
</div>
884
 
885
886
<font class="h10">Bit of a quote goes here</font>
887
 
888
 
889
890
-----------------------------MOVIES---------------------------------
891
892
</td></tr></table></td></tr></table><table class="vicmovies_table"><tr><td valign="top" align="center"><table><tr><td>
893
 
894
<font class="cite">COLUMN 4. The above table code must remain at the top.  Everything else beneath it can be rearranged.</font>
895
896
</td></tr></table><table class="vic_table"><tr><td>
897
<font class="h1">Navigation</font>
898
899
<a CLASS="FIRST" href="/logincomplete.php">Home</a>
900
<a CLASS="FIRST" href="/invite_friend.php?friend_id=xxxxxx">Add</a>
901
<a CLASS="FIRST" href="/send_message.php?member_id=xxxxxx">Message</a>
902
<a CLASS="FIRST" href="/add_testimonial.php?member_id=xxxxxx">Comment</a>
903
<a CLASS="FIRST" href="/gallery.php?member_id=xxxxxx">Photos</a>
904
<a CLASS="FIRST" href="/view_member_blog.php?member_id=xxxxxx">Blogs</a>
905
906
907
</td></tr></table><table class="vic_table"><tr><td>
908
909
<font class="h12">Basic Information</font>
910
911
<div class="about">
912
913
<p>Put a brief synopsis of your character here for a quick read or add some basic rules of play.
914
915-
</td></tr></table><table><tr><td><div class="buffer"><font class="cite">This area allows for some minimal space at the bottom of your profile so that the links do not overlap on top of your last table (which may happen on smaller computer screens). You may leave these instructions here for reference. It will not appear on your profile.</cite></div>
915+
<p><b>Bold</b> <i>Italic</i> <em>Emphasis</em> For the below text font classes and all of the headers (1, 2, 3, etc) and lyrics, please note the following:  I code for ALL sites.  Not every website will allow headers to be placed as h1 etc between < these > brackets.  For that reason, I turn them into font classes with a period in front and script them as I have done below.  If you are on a website that allows regular header, underline, strong, etc coding, you can just use regular header coding for all of the header, lyric, special text labels OR just leave them as they are.  They will work for you either way. 
916
<p><font class="b2">Bold2</font>
917
<p><font class="strong">Strong</font>
918
<p><font class="strike">Strike</font>
919
<p><font class="u">Underline</font>
920
921
922-
CENTER OF PROFILE.
922+
923-
The above table code must remain at the top.  Everything else beneath it can be rearranged.  
923+
924-
</font>
924+
925
</td></tr></table><table class="vic_table"><tr><td>
926
927
<font class="h4">Verse 1 - Verse 2 - Verse 3 - Verse 4</font>
928
929-
<img src="http://i44.tinypic.com/20gfo5u.jpg">
929+
930
931
<img class="img3" src="http://i58.tinypic.com/684uj6.jpg"> 
932
<img class="img3" src="http://i58.tinypic.com/684uj6.jpg"> 
933
<img class="img3" src="http://i58.tinypic.com/684uj6.jpg"> 
934-
<font class="lyric6">Delicate in every way but one </font>
934+
<img class="img3" src="http://i58.tinypic.com/684uj6.jpg"> 
935-
<font class="lyric7">(the swordplay)</font>
935+
936-
<font class="lyric8">God knows we like archaic kinds of fun </font>
936+
937-
<font class="lyric7">(the old way)</font>
937+
938-
<font class="lyric9">Chance is the only game I play with, baby</font>
938+
<font class="h5">Name</font>
939
940
</td></tr></table><table class="vic_table"><tr><td>
941
942
<img src="http://i58.tinypic.com/2efp3kp.jpg">
943-
<div class="about"> 
943+
944
945
</td></tr></table><table class="vic_table"><tr><td>
946
947
<font class="h9">Title Goes Here</font>
948-
<font class="lyric10">We let our battles choose us</font>
948+
949
<font class="h2">Put a quote about your character or a lyric or two here. </font>
950
951
</td></tr></table><table class="vic_table"><tr><td> 
952-
<img src="http://i42.tinypic.com/qswdxj.jpg">
952+
953
<div class="about2">
954
955
956
957
<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?
958-
<font class="h5">Title Goes Here</font>
958+
959
960
</td></tr></table><table class="vic_table"><tr><td>
961
  
962
 
963-
<table><tr> 
963+
964
<font class="lyric">A line of lyrics goes here</font>
965-
<td>
965+
<font class="lyric2">A line of lyrics goes here</font>
966-
<p></p><font class="h12">Legal</font>
966+
<font class="lyric3">A line of lyrics goes here</font>
967
<font class="lyric4">A line of lyrics goes here</font>
968-
<div class="int3RL">
968+
<font class="lyric5">A line of lyrics goes here</font>
969
<font class="lyric6">A line of lyrics goes here</font>
970
<font class="lyric7">A line of lyrics goes here</font>
971
 
972
973
</td></tr></table><table class="vic_table"><tr><td>
974
975-
</div></td>
975+
<img src="http://i57.tinypic.com/2wq6gyw.jpg">
976
977
</td></tr></table><table class="vic_table"><tr><td>
978
<font class="h9">Title Goes Here</font>
979-
<td>
979+
980-
<p></p><font class="h12">Personality</font>
980+
<font class="h2">Put a quote about your character or a lyric or two here. </font>
981-
<div class="int3C">
981+
982-
<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.  
982+
983-
</div></td> 
983+
984
<div class="about2">
985
986-
<td>
986+
987
988-
<p></p><font class="h12">Physical</font>
988+
989-
<div class="int3RL">
989+
990
991
 
992
 
993
-----------------------------TELEVISION / BOOKS / HEROES---------------------------------
994
995-
<BR><b>BIRTHMARKS/SCARS:</b> Input info 
995+
996-
</div></td>
996+
997
</td></tr></table></td></tr></table><table><tr><td><table><tr><td>
998
<font class="cite">
999-
</tr></table>
999+
1000
</font>