Advertisement
VicariousHelpSite

STANDARD HTML 2 COLUMN LAYOUT 129b

Oct 18th, 2013
1,674
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. THE DEFAULT PHOTO SECTION IS V I S I B L E in this layout. If you want to hide it, add the below right after
  12. .vicarious{ Hide Codes }. You will note that there is a comma at the end of it. LEAVE IT THERE.
  13. .profileInfo,
  14. ............................
  15. MUSIC PLAYER
  16.  
  17. REPLACE MY MUSIC PLAYER WITH YOUR OWN.
  18.  
  19. .......................................
  20.  
  21. PARAGRAPH - SPECIAL
  22.  
  23. Paragraph first letter and first line:
  24.  
  25. If you don't want the color to change for the first line of your paragraph, just delete this from the Color Palette near the end of About ME:
  26. p:first-line {color:8a7c83;}
  27.  
  28. If you don't want any adjustments to the first line and letter of the paragraph, remove this from the Font Styles in About Me:
  29. p:first-letter {font-size:15pt;}
  30. p:first-line {font-size:10pt;}
  31.  
  32. .......................................
  33.  
  34. SCUFFED/DISTRESSED TEXT GRAPHIC FOR HEADER 2 IS ONLY AVAIALBLE FOR CHROME AND SAFARI
  35.  
  36. .......................................
  37.  
  38. FOR ROLEPLAYER.ME USERS:
  39.  
  40. For the below text font classes and all of the headers (1, 2, 3, etc) and lyrics, please note the following:
  41. 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.
  42.  
  43. <font class="h1">Header 1</font>
  44.  
  45. 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:
  46. <h1>Header</h1> <strike>Strike</strike> etc..
  47.  
  48. OR just leave them as they are. They will work for you either way.
  49.  
  50.  
  51. _______________________________________________
  52.  
  53.  
  54.  
  55.  
  56. Don't forget to replace the XXXXX with your friend ID number.
  57.  
  58. (>‿◠)✌
  59.  
  60.  
  61. *****************************SAVE YOUR WORK AS YOU GO.*******************************
  62.  
  63.  
  64.  
  65.  
  66.  
  67. DO NOT REMOVE THE .VICARIOUS MARKERS FROM ANY VICARIOUS LAYOUT.
  68.  
  69. -----------------------------ABOUT ME---------------------------------
  70.  
  71. <style type="text/css">
  72.  
  73. @import url(http://fonts.googleapis.com/css?family=Special+Elite|Rancho|Qwigley|Dorsa|Mystery+Quest|Voltaire|Righteous&effect=decaying);
  74.  
  75. /* - -DO NOT PUT ANYTHING ABOVE THE @import LINE ABOVE - - */
  76. /* - -DO NOT REARRANGE MY CODING!! ORDER IS IMPORTANT! - - */
  77. .vicarious{ Background Properties }
  78. body {
  79. background-image: url("");
  80. background-attachment:fixed;
  81. background-repeat:no-repeat;
  82. background-position:center center;
  83. }
  84.  
  85. .vicarious { Table Properties }
  86. table, tr, td { background-color:transparent; border:0;}
  87. table table {
  88. background-color:transparent;
  89. border-left:0px double #000000 ;
  90. border-right:0px double #000000;
  91. }
  92.  
  93. table table table { background-color:transparent; display: inline-table; border:1px solid; }
  94.  
  95. .vicarious{Like To Meet Tables Placement (Up/Down/Left/Right) Codes}
  96. td.text table {position:relative; top:-35px; left:3px; }
  97. td.text object, td.text embed, td.text table table {position:static;}
  98.  
  99. .vicarious{Interests Tables Placement (Up/Down/Left/Right) Codes}
  100. object, embed, table table table { position:relative; top:xxpx; left:6px;}
  101. table table table table{border:0px; position:static;}
  102.  
  103. .vic_table {
  104. padding:5px;
  105. margin-bottom:5px;
  106. border:1px solid ; }
  107. .vic_table tr { margin:0px; }
  108. .vic_table td { margin:0px; width:100%; }
  109.  
  110. .profileInfo{padding:5px; }
  111.  
  112. .vicarious{ Google Chrome Scrollbar }
  113. ::-webkit-scrollbar {width: 10px;}
  114. ::-webkit-scrollbar-track {border: 1px solid ;}
  115. ::-webkit-scrollbar-thumb {border: 1px solid ;}
  116.  
  117.  
  118. .vicarious { Font Styles }
  119. a, a:link, a:active, a:visited, a:hover, td, .text, table, tr, td, li, div, input, p, i, b, em {
  120. font-family: tahoma;
  121. font-size: 8pt ;
  122. line-height: 90% ;
  123. text-decoration:none;
  124. }
  125.  
  126. P { text-align:justify; }
  127. p:first-letter {font-size:15pt;}
  128. p:first-line {font-size:10pt;}
  129.  
  130. I {
  131. font-size:12pt;
  132. font-family: brushscript mt;
  133. text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  134. }
  135.  
  136. EM {
  137. font-size:16pt;
  138. font-family: 'Qwigley', cursive;
  139. text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  140. }
  141.  
  142. .strike, strike {
  143. text-decoration:line-through;
  144. }
  145.  
  146. .u, u {
  147. text-decoration:underline;
  148. font-size:10pt;
  149. }
  150.  
  151. .strong, strong {
  152. font-weight:bolder;
  153. font-size:11pt;
  154. }
  155.  
  156. B, .B2, B2, .B3, B3, .B4, B4 {
  157. font-family:copperplate gothic light;
  158. font-size:7pt;
  159. font-weight:bold;
  160. text-transform:uppercase;
  161. line-height:100%;
  162. letter-spacing: 0pt;
  163. text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  164. }
  165.  
  166. B{font-family:georgia;}
  167.  
  168. .B2, B2 {
  169. letter-spacing:1pt;
  170. }
  171.  
  172. .B3, B3, .B4, B4 {
  173. display:block;
  174. text-align:center;
  175. margin:5px 0px;
  176. }
  177.  
  178. .B3, B3 {
  179. font-size:9pt;
  180. letter-spacing:1pt;
  181. }
  182.  
  183.  
  184. a.first, a.first:link, a.first:active, a.first:visited, a.second, a.second:link, a.second:active, a.second:visited {
  185. font-family: 'Voltaire', sans-serif;
  186. font-size:15pt;
  187. text-align:center;
  188. text-transform:uppercase;
  189. letter-spacing:-1px;
  190. line-height:35px;
  191. height:35px;
  192. display:block;
  193. font-weight:bold;
  194. text-decoration:none;
  195. -webkit-transition: all 0.6s ease-out;
  196. -moz-transition: all 0.6s ease-out;
  197. -ms-transition: all 0.6s ease-out;
  198. -o-transition: all 0.6s ease-out;
  199. transition: all 0.6s ease-out;
  200. margin-bottom:2px;
  201. }
  202. a.first, a.first:link, a.first:active, a.first:visited{
  203. width:46px;
  204. }
  205. a.first:hover {
  206. font-size:25pt;
  207. text-decoration: line-through;
  208. -webkit-transition: all 1.0s ease-out;
  209. -moz-transition: all 1.0s ease-out;
  210. -ms-transition: all 1.0s ease-out;
  211. -o-transition: all 1.0s ease-out;
  212. transition: all 1.0s ease-out;
  213. }
  214. a.second, a.second:link, a.second:active, a.second:visited {
  215. line-height:10px;
  216. height:10px;
  217. font-size:8pt;
  218. letter-spacing:0px;
  219. }
  220.  
  221. a.second:hover {
  222. letter-spacing:8px;
  223. }
  224.  
  225. .nametext, .h1, .h2, .h3, .h4, .h5, .h6, .h7, .h8, .h9, h1, h2, h3, h4, h5, h6, h7, h8, h9, small, big {
  226. font-family: copperplate gothic light;
  227. line-height:100%;
  228. text-align:center;
  229. display:block;
  230. font-size: 11pt ;
  231. padding:0px;
  232. margin:0px;
  233. text-decoration:none;
  234. }
  235.  
  236. .nametext, .h1, h1 {
  237. font-size: 12pt ;
  238. margin:5px 0px 0px;
  239. text-align:left;
  240. border-bottom:2px solid;
  241. font-weight:bold;
  242. }
  243.  
  244. .h2, h2 {
  245. font-family: 'Righteous', cursive;
  246. letter-spacing:1pt;
  247. font-size:20pt;
  248. text-align:center;
  249. line-height:160%;
  250. text-transform:uppercase;
  251. border-left:20px solid;
  252. border-right:20px solid;
  253. }
  254.  
  255. .h3, h3 {
  256. text-align:left;
  257. padding-left:5px;
  258. margin-top:10px;
  259. font-size: 12pt ;
  260. font-family: 'Mystery Quest', cursive;
  261. }
  262.  
  263. .h4, h4 {
  264. font-weight:bold;
  265. text-align:left;
  266. font-size: 10pt ;
  267. font-family: 'Voltaire', sans-serif;
  268. border-bottom:2px solid;
  269. }
  270.  
  271. .h5, h5 {
  272. font-weight:bold;
  273. font-size: 46pt ;
  274. letter-spacing:1pt;
  275. text-align:center;
  276. font-family: 'Dorsa', sans-serif;
  277. }
  278.  
  279. .h6, h6 {
  280. letter-spacing:1pt;
  281. font-size:20pt;
  282. text-align:center;
  283. }
  284.  
  285. .h7, h7 {
  286. font-family: 'Rancho', cursive;
  287. letter-spacing:-1pt;
  288. font-size:20pt;
  289. text-align:center;
  290. }
  291.  
  292. .h8, h8 {
  293. font-weight:bold;
  294. font-family: 'Dorsa', sans-serif;
  295. letter-spacing:2pt;
  296. font-size:18pt;
  297. text-align:center;
  298. }
  299.  
  300. small {
  301. font-family: 'Dorsa', sans-serif;
  302. letter-spacing:0pt;
  303. font-size:12pt;
  304. text-align:center;
  305. text-transform:uppercase;
  306. }
  307.  
  308. big {
  309. font-family: 'Voltaire', sans-serif;
  310. letter-spacing:0pt;
  311. font-size:28pt;
  312. text-align:center;
  313. text-transform:uppercase;
  314. }
  315.  
  316. .lyric, .lyric2, .lyric3, .lyric4, .lyric5, .lyric6, .lyric7, lyric, lyric2, lyric3, lyric4, lyric5, lyric6, lyric7 {
  317. font-family: 'Special Elite', cursive;
  318. text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  319. text-decoration:none;
  320. line-height:60%;
  321. padding:0px;
  322. margin:0px;
  323. }
  324.  
  325. .lyric, lyric {Font-size:14pt;}
  326. .lyric2, lyric2 {Font-size:12pt;}
  327. .lyric3, lyric3 {Font-size:13pt;}
  328. .lyric4, lyric4 {Font-size:10pt;}
  329. .lyric5, lyric5 {Font-size:12pt;letter-spacing:1.8pt;}
  330. .lyric6, lyric6 {Font-size:13pt;}
  331. .lyric7, lyric7 {Font-size:15pt;letter-spacing:1pt;}
  332.  
  333.  
  334.  
  335.  
  336. .vicarious{ Div Style Classes}
  337.  
  338.  
  339. .about{
  340. width:380px;
  341. height:135px;
  342. overflow:auto;
  343. margin:10px;
  344. padding:5px 0px;
  345. text-align:justify;
  346. }
  347.  
  348. .stats {
  349. width:290px;
  350. height:80px;
  351. overflow:auto;
  352. margin:5px;
  353. text-align:left;
  354. }
  355.  
  356. .stats2 {
  357. width:290px;
  358. height:115px;
  359. overflow:auto;
  360. margin:5px;
  361. text-align:left;
  362. }
  363.  
  364. .copyright {
  365. width:290px;
  366. height:auto;
  367. overflow:none;
  368. margin:5px;
  369. text-align:justify;
  370. }
  371.  
  372. .connlinks {
  373. width:128px;
  374. height:100px;
  375. overflow:auto;
  376. }
  377.  
  378. .symbol {
  379. width:20px;
  380. height:auto;
  381. overflow:none;
  382. }
  383.  
  384. .infostuff {
  385. width:350px;
  386. height:auto;
  387. overflow:none;
  388. }
  389.  
  390. .connsL, .connsR {
  391. width:235px;
  392. height:190px;
  393. overflow:auto;
  394. margin:5px;
  395. text-align:justify;
  396. }
  397.  
  398.  
  399. .imgL, .imgR {
  400. width:150px;
  401. height:200px;
  402. overflow:hidden;
  403. }
  404.  
  405. .imgL, .connsL {float:left;}
  406. .imgR, .connsR {float:right;}
  407.  
  408. .vicarious{ Color Palette}
  409.  
  410. body { background-color:43323a; }
  411. ::-webkit-scrollbar-track {background-color:000000 ; border-color:000000 ;}
  412. ::-webkit-scrollbar-thumb {background-color:a899a0; border-color:000000 ;}
  413. .vic_table, table table table {background-color:1d1519; border-color:544e50; }
  414. .about, .stats, .stats2, .connlinks, .copyright, .connsR, .connsL {background-color:151213; }
  415.  
  416.  
  417. a, a:link, a:active, a:visited, a:hover, td, .text, table, tr, td, li, div, input, p { color:43393e; }
  418. p:first-line {color:8a7c83;}
  419. I { color:ebebeb; }
  420. EM { color:ebe7e8; }
  421. B {color:92878e;}
  422. .B2, B2, .B3, B3, .B4, B4 {color:b9b3b7; }
  423. .strong, strong {color:d3cbcf; }
  424. .strike, strike {color:efeae7; }
  425.  
  426. a.first, a.first:link, a.first:active, a.first:visited, a.second, a.second:link, a.second:active, a.second:visited {color:a6989e;background-color:43323a; }
  427. a.first:hover, a.second:hover {color:cbc8ca;background-color:43323a; }
  428.  
  429.  
  430. .nametext, .h1, h1 {color:93868c; border-color:262224;}
  431. .h2, h2 {color:6b6367 ; border-color:72646a;}
  432. .h3, h3, .h5, h5 { color:b4b4b4 ; }
  433. .h4, h4 {color:85767d ;background-color:2f1d25; border-color:544e50;}
  434. .h6, h6 {color:000000;background-color:66545d; }
  435. .h7, h7 {color:b3adad; }
  436. .h8, h8 {color:726b70; }
  437. small {color:a1969b;background-color:110c0e; }
  438. big {color:110c0e;background-color:a1969b; }
  439. .lyric, lyric { color:8b7f85;}
  440. .lyric2, lyric2 {color:584d52;}
  441. .lyric3, lyric3 {color:776970; }
  442. .lyric4, lyric4 {color:484144; }
  443. .lyric5, lyric5 {color:51454b }
  444. .lyric6, lyric6 {color:918088; }
  445. .lyric7, lyric7 {color:6b5b62; }
  446.  
  447.  
  448.  
  449.  
  450. .vicarious{ Hide Codes }
  451. .userProfileURL, .friendsComments, .blacktext12, .friendSpace, .blurbs, .contactTable, .extendedNetwork, .latestBlogEntry, .interestsAndDetails, .userprofiledetail, .userAlbums, .whitetext12, .orangetext15, .lightbluetext8, .navigationBar, .profile, table tr td[id='footerWarpper'] { display:none !important;visibility:hidden!important; }
  452. table table table table td {width:0px;}
  453. .contactTable td, table table td.text table td,table table table table table td {width:auto;}
  454. div div select, div div form {display:none !important;}
  455. select { visibility:hidden!important; WIDTH:0px!important;}
  456. table div {display:none;}table table div {display:block;}
  457. .navigationBar { display: none; }
  458. div[id="googlebar"],div div select{opacity:0;filter:alpha(opacity=0);display:none !important;position:absolute !important; bottom:2000px !important;}
  459. .vicarious{Misc Codes}
  460. p.breakhere { page-break-after: always }
  461. br{line-height:10px!important;}
  462. .profileInfo tr tr td { visibility:hidden; }
  463. .profileInfo td.text { visibility:visible; }
  464.  
  465. .vicarious {Layouts available @ http://vicarious-hs.tumblr.com/}
  466. </style>
  467.  
  468.  
  469. </td></tr></table><table style="display:none"><tr><td>
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477. -----------------------------LIKE TO MEET---------------------------------
  478.  
  479. </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="center" style="width:400px; display:block; word-wrap:break-word">
  480.  
  481. <table><tr><td valign="top"><div class="symbol"><font class="h8">◢</font></div></td><td><div class="infostuff">
  482.  
  483. <font class="h8">Verse 1 - Verse 2 - Verse 3 - Verse 4</font>
  484.  
  485. </div></td><td valign="top"><div class="symbol"><font class="h8">◣</font></div></td></tr></table>
  486.  
  487. <img src="http://i.imgur.com/I2ciQo9.png">
  488. <img src="http://i.imgur.com/67ZldyV.png">
  489. <img src="http://i.imgur.com/I2ciQo9.png">
  490.  
  491.  
  492. <table><tr><td valign="top"><div class="symbol"><font class="h8">◥</font></div></td><td><div class="infostuff">
  493.  
  494. <font class="h8">Multi-Para to Novella, Third Person POV</font>
  495.  
  496. </div></td><td valign="top"><div class="symbol"><font class="h8">◤</font></div></td></tr></table>
  497.  
  498.  
  499. </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="center" style="width:400px; display:block; word-wrap:break-word">
  500.  
  501. <font class="h5">Header 5</font>
  502. <font class="h6">Header 6</font>
  503.  
  504. <div class="about">
  505. <p>The first letter of a paragraph will be enlarged and the first line of a paragraph will have a different color. If you do not want this effect, you can remove the paragraph codes in About Me.
  506.  
  507. <BR><B>Bold</b> <i> Italic</i> <em>Emphasized text</em>
  508.  
  509. <BR>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. SEE THE INSTRUCTIONS FOR THIS LAYOUT FOR SPECIFIC DETAILS AND EXAMPLES.
  510. <BR><BR>
  511. <font class="b2">Bold2</font>
  512. <font class="strong">Strong</font>
  513. <font class="strike">Strike</font>
  514. <font class="u">Underline</font>
  515.  
  516. <BR><BR>I have also included the below two special text classes that are fine as is and need no modification on any site.
  517.  
  518. <big>big</big>
  519. <small>Small</small>
  520.  
  521. <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.
  522. </div>
  523.  
  524.  
  525. <font class="h7">Short character quote here</font>
  526.  
  527. </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="center" style="width:400px; display:block; word-wrap:break-word">
  528.  
  529. <img src="http://i.imgur.com/YC2SSoD.png">
  530.  
  531.  
  532.  
  533. </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="center" style="width:400px; display:block; word-wrap:break-word">
  534.  
  535.  
  536. <font class="h5">Header 5</font>
  537. <font class="h6">Header 6</font>
  538.  
  539.  
  540. <div class="about">
  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.  
  544. <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.
  545.  
  546. </div>
  547.  
  548.  
  549. <font class="h7">Short Character quote here</font>
  550.  
  551.  
  552. </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="center" style="width:400px; display:block; word-wrap:break-word">
  553.  
  554. <font class="lyric">I sold my soul so long ago</font>
  555. <font class="lyric2">and now I’m alone</font>
  556. <font class="lyric3">here in the palace </font>
  557. <font class="lyric4">of sadness and madness and bone</font>
  558. <font class="lyric5">then she said to the ghosts in her head</font>
  559. <font class="lyric6">I will find the edge</font>
  560. <font class="lyric7">I will force my fingers in</font>
  561. <font class="lyric">I will sip from the slit</font>
  562. <font class="lyric2">I will rip you to shreds</font>
  563.  
  564.  
  565.  
  566. </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="center" style="width:400px; display:block; word-wrap:break-word">
  567.  
  568. <font class="h1">Main 1 Name</font>
  569. <a class="second" href="/FriendID">View Profile</a>
  570.  
  571. <img class="imgL" src="http://i.imgur.com/vM8nnP9.png">
  572.  
  573.  
  574. <div class="connsR">
  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.  
  577. </div>
  578.  
  579.  
  580.  
  581. </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="center" style="width:400px; display:block; word-wrap:break-word">
  582.  
  583. <font class="h1">Main 2 Name</font>
  584. <a class="second" href="/FriendID">View Profile</a>
  585.  
  586. <img class="imgR" src="http://i.imgur.com/vM8nnP9.png">
  587.  
  588.  
  589. <div class="connsL">
  590.  
  591. <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.
  592.  
  593.  
  594. </div>
  595.  
  596.  
  597. </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="center" style="width:400px; display:block; word-wrap:break-word">
  598.  
  599. <font class="h1">Main 3 Name</font>
  600.  
  601. <a class="second" href="/FriendID">View Profile</a>
  602.  
  603. <img class="imgL" src="http://i.imgur.com/vM8nnP9.png">
  604.  
  605.  
  606. <div class="connsR">
  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.  
  610. </div>
  611.  
  612.  
  613.  
  614.  
  615. </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="center" style="width:400px; display:block; word-wrap:break-word">
  616.  
  617. <font class="h1">Main 4 Name</font>
  618.  
  619. <a class="second" href="/FriendID">View Profile</a>
  620.  
  621. <img class="imgR" src="http://i.imgur.com/vM8nnP9.png">
  622.  
  623. <div class="connsL">
  624.  
  625. <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.
  626.  
  627. </div>
  628.  
  629.  
  630.  
  631.  
  632. </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="center" style="width:400px; display:block; word-wrap:break-word">
  633.  
  634. <div class="font-effect-decaying"><font class="h2">Connections</font></div>
  635.  
  636.  
  637. <table><tr><td><div class="connlinks">
  638.  
  639. <a class="second" href="/FriendID">Name</a>
  640. <a class="second" href="/FriendID">Name</a>
  641. <a class="second" href="/FriendID">Name</a>
  642. <a class="second" href="/FriendID">Name</a>
  643. <a class="second" href="/FriendID">Name</a>
  644. <a class="second" href="/FriendID">Name</a>
  645. <a class="second" href="/FriendID">Name</a>
  646. <a class="second" href="/FriendID">Name</a>
  647. </div></td><td><div class="connlinks">
  648.  
  649. <a class="second" href="/FriendID">Name</a>
  650. <a class="second" href="/FriendID">Name</a>
  651. <a class="second" href="/FriendID">Name</a>
  652. <a class="second" href="/FriendID">Name</a>
  653. <a class="second" href="/FriendID">Name</a>
  654. <a class="second" href="/FriendID">Name</a>
  655. <a class="second" href="/FriendID">Name</a>
  656. <a class="second" href="/FriendID">Name</a>
  657. </div></td><td><div class="connlinks">
  658.  
  659. <a class="second" href="/FriendID">Name</a>
  660. <a class="second" href="/FriendID">Name</a>
  661. <a class="second" href="/FriendID">Name</a>
  662. <a class="second" href="/FriendID">Name</a>
  663. <a class="second" href="/FriendID">Name</a>
  664. <a class="second" href="/FriendID">Name</a>
  665. <a class="second" href="/FriendID">Name</a>
  666. <a class="second" href="/FriendID">Name</a>
  667. </div></td></tr></table>
  668.  
  669. -----------------------------INTERESTS---------------------------------
  670.  
  671.  
  672. </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="center" style="width:300px; display:block; word-wrap:break-word">
  673.  
  674. <table><tr><center>
  675. <TD><a class="first" href="/logincomplete.php" title="Home">H</a></TD>
  676. <TD><a class="first" href="/invite_friend.php?friend_id=xxxxxx" title="Add">A</a></TD>
  677. <TD><a class="first" href="/send_message.php?member_id=xxxxxx" title="Message">M</a></TD>
  678. <TD><a class="first" href="/add_testimonial.php?member_id=xxxxxx" title="Comment">C</a></TD>
  679. <TD><a class="first" href="/gallery.php?member_id=xxxxxx" title="Photos">P</a></TD>
  680. <TD><a class="first" href="/view_member_blog.php?member_id=xxxxxx" title="Blogs">B</a></TD>
  681. </center></tr></table>
  682.  
  683.  
  684. </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="center" style="width:300px; display:block; word-wrap:break-word">
  685.  
  686. <font class="h4">Obligations</font>
  687. <font class="b3">Starters</font>
  688. Name 1, Name 2, Name 3
  689. <font class="b3">Comments</font>
  690. Name 1, Name 2, Name 3
  691.  
  692. </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="center" style="width:300px; display:block; word-wrap:break-word">
  693.  
  694. <font class="h4">Tunes</font>
  695.  
  696. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="200" height="20">
  697. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
  698. <param name="bgcolor" value="#1d1519" />
  699. <param name="FlashVars" value="mp3=http%3A//k004.kiwi6.com/hotlink/gls7gigi00/03-florence_and_the_machine-what_the_water_gave_me.mp3&autoplay=1&bgcolor=1d1519&loadingcolor=43393e&buttoncolor=43393e&slidercolor=43393e" />
  700. </object>
  701.  
  702.  
  703.  
  704.  
  705. </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="center" style="width:300px; display:block; word-wrap:break-word">
  706.  
  707. <div class="font-effect-decaying"><font class="h2">Personality</font></div>
  708.  
  709. <img src="http://i.imgur.com/9Et1ZGe.png">
  710. <img src="http://i.imgur.com/l6kLE3T.png">
  711. <img src="http://i.imgur.com/l6kLE3T.png">
  712.  
  713.  
  714. </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="center" style="width:300px; display:block; word-wrap:break-word">
  715.  
  716. <div class="stats2">
  717. <b>Traits:</b> Input Info
  718. <BR><b>Disorders:</b> Input Info
  719. <BR><b>Addictions:</b> Input Info
  720. <BR><b>Likes:</b> Input Info
  721. <BR><b>Dislikes:</b> Input Info
  722. <BR><b>Quirks:</b> Input Info
  723.  
  724.  
  725. <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.
  726.  
  727. </div>
  728.  
  729. </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="center" style="width:300px; display:block; word-wrap:break-word">
  730.  
  731. <div class="font-effect-decaying"><font class="h2">Statistical</font></div>
  732.  
  733. <img src="http://i.imgur.com/ty5TA3X.png">
  734.  
  735.  
  736. </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="center" style="width:300px; display:block; word-wrap:break-word">
  737.  
  738. <font class="h3">Legal</font>
  739. <div class="stats">
  740. <b>NAME:</b> Input info
  741. <BR><b>NICKNAMES:</b> Input info
  742. <BR><b>ALIASES:</b> Input info
  743. <BR><b>DATE OF BIRTH:</b> Input info
  744. <BR><b>PLACE OF BIRTH:</b> Input info
  745. <BR><b>CURRENT RESIDENCE:</b> Input info
  746. </div>
  747.  
  748.  
  749. <font class="h3">Physical</font>
  750. <div class="stats">
  751. <b>ETHNICITY:</b> Input info
  752. <BR><b>HAIR COLOR:</b> Input info
  753. <BR><b>EYE COLOR:</b> Input info
  754. <BR><b>HEIGHT:</b> Input info
  755. <BR><b>WEIGHT:</b> Input info
  756. <BR><b>BIRTHMARKS/SCARS:</b> Input info
  757. </div>
  758.  
  759.  
  760.  
  761. </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="center" style="width:300px; display:block; word-wrap:break-word">
  762.  
  763. <img src="http://i.imgur.com/ty5TA3X.png">
  764.  
  765. </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="center" style="width:300px; display:block; word-wrap:break-word">
  766.  
  767. <font class="h3">Education</font>
  768. <div class="stats">
  769. <b>High School</b> Input Info
  770. <br><b>College</b> Input Info
  771. <br><b>Major</b> Input Info
  772. <br><b>Degree</b> Input Info
  773. </div>
  774.  
  775. <font class="h3">Employment</font>
  776. <div class="stats">
  777. <b>OCCUPATION:</b> Input info
  778. <BR><b>JOB DESCRIPTION:</b> Input info
  779. <BR><b>EMPLOYER:</b> Input info
  780. <BR><b>SKILLSET:</b> Input info
  781. </div>
  782.  
  783. </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="center" style="width:300px; display:block; word-wrap:break-word">
  784.  
  785. <img src="http://i.imgur.com/ty5TA3X.png">
  786.  
  787. </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="center" style="width:300px; display:block; word-wrap:break-word">
  788.  
  789. <font class="h3">Family</font>
  790. <div class="stats">
  791. <b>MOTHER:</b> Input info
  792. <BR><b>FATHER:</b> Input info
  793. <BR><b>SISTER(S):</b> Input info
  794. <BR><b>BROTHER(S):</b> Input info
  795. <BR><b>Other Family:</b> Input info
  796. </div>
  797.  
  798. <font class="h3">Relationships</font>
  799. <div class="stats">
  800. <b>SEXUAL ORIENTATION:</b> Input info
  801. <BR><b>RELATIONSHIP STATUS:</b> Input info
  802. <BR><b>CURRENT RELATIONSHIP(S):</b> Input info
  803. <BR><b>PAST RELATIONSHIP(S):</b> Input info
  804. </div>
  805.  
  806.  
  807. </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="center" style="width:300px; display:block; word-wrap:break-word">
  808.  
  809. <font class="h1">Copyright & Disclaimer</font>
  810.  
  811. <font class="b4">COPYRIGHT 2013. ALL RIGHTS RESERVED.</font>
  812.  
  813. <div class="copyright">
  814.  
  815. 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. I am not the person in the photographs. This profile is for creative purposes only.
  816.  
  817. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement