Advertisement
VicariousHelpSite

CSS/DIV LAYOUT 120b

Sep 14th, 2013
1,223
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. ............................
  12. MUSIC PLAYER
  13.  
  14. REPLACE MY MUSIC PLAYER WITH YOUR OWN. The height must be 200px and the width no greater than 20px.
  15.  
  16. .......................................
  17.  
  18. Hover Image Panels
  19. To replace the images in the hover panels, replace my image url with your own wherever you see div id image urls like this:
  20.  
  21. <div id="CIRCLE" style="background-image:url(http://i.imgur.com/D3vrTwl.png);">
  22.  
  23. .......................................
  24.  
  25. ADD BUTTON
  26.  
  27. The add button for your profile is at the bottom of LIKE TO MEET. Don't forget to put your id number instead of the XXXXXX. If your profile is private you can remove this entire line of code below.
  28.  
  29.  
  30. <div id="addsign"><a title="Add" class="third" href="/invite_friend.php?friend_id=xxxxxx">+</a></div>
  31.  
  32.  
  33. _______________________________________________
  34.  
  35.  
  36.  
  37.  
  38. Don't forget to replace the XXXXX with your friend ID number.
  39.  
  40. (>‿◠)✌
  41.  
  42.  
  43. *****************************SAVE YOUR WORK AS YOU GO.*******************************
  44.  
  45.  
  46.  
  47.  
  48.  
  49. DO NOT REMOVE THE .VICARIOUS MARKERS FROM ANY VICARIOUS LAYOUT.
  50.  
  51. -----------------------------ABOUT ME---------------------------------
  52.  
  53.  
  54. </td></tr></table></td></tr></table></td></tr></table></div>
  55.  
  56. <style type="text/css">
  57. @import url(http://fonts.googleapis.com/css?family=Tangerine:400,700|Quattrocento|Just+Another+Hand);
  58.  
  59. /* - -DO NOT PUT ANYTHING ABOVE THE @import LINE ABOVE - - */
  60.  
  61. .vicarious {Layouts available @ http://vicarious-hs.tumblr.com/}
  62.  
  63.  
  64.  
  65. .vicarious{Background Properties // BODY COLOR IS IN THE COLOR PALETTE SECTION}
  66. body {
  67. background-image:url();
  68. background-repeat:repeat;
  69. background-position: top center;
  70. background-attachment:fixed;
  71. }
  72.  
  73. .vicarious{ Google Chrome Scrollbar }
  74. ::-webkit-scrollbar {width: 10px;}
  75. ::-webkit-scrollbar-track {border: 1px solid ;}
  76. ::-webkit-scrollbar-thumb {border: 1px solid ;}
  77.  
  78. .vicarious { Font Styles }
  79.  
  80. a, a:link, a:active, a:visited, a:hover, td, .text, table, tr, td, li, div, input, p, i, b, em {
  81. font-family: tahoma;
  82. font-size: 8pt ;
  83. line-height: 90% ;
  84. text-decoration:none;
  85. }
  86.  
  87. P { text-align:justify; }
  88. I { font-size:12pt;font-family: Tangerine; text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); }
  89. EM {font-size:13pt; text-align:center; font-family: times new roman; text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); }
  90.  
  91. B {
  92. font-family: arial narrow;
  93. font-size:9pt;
  94. font-weight:bold;
  95. text-transform:uppercase;
  96. line-height:100%;
  97. letter-spacing: 0pt;
  98. text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  99. }
  100.  
  101. a.first, a.first:link, a.first:active, a.first:visited, a.second, a.second:link, a.second:active, a.second:visited {
  102. font-family: arial narrow;
  103. font-size:9pt;
  104. text-align:center;
  105. text-transform:uppercase;
  106. line-height:30px;
  107. height:30px;
  108. width:77px;
  109. display:block;
  110. font-weight:bold;
  111. text-decoration:none;
  112. -webkit-transition: all 2.4s ease-out;
  113. -moz-transition: all 2.4s ease-out;transition:
  114. all 2.4s ease-out;
  115. margin-bottom:2px;
  116. }
  117.  
  118. a.second, a.second:link, a.second:active, a.second:visited {
  119. width:auto;
  120. line-height:18px;
  121. height:18px;
  122. letter-spacing:1pt;
  123. margin-bottom:4px;
  124. text-align:left;
  125. padding-left:5px;
  126. }
  127.  
  128. a.third, a.third:link, a.third:active, a.third:visited {
  129. font-family: tahomat;
  130. font-size: 30pt ;
  131. line-height:100%;
  132. text-align:center;
  133. display:block;
  134. text-transform:uppercase;
  135. text-decoration:none;
  136. -webkit-transition: all 1.4s ease-out;
  137. -moz-transition: all 1.4s ease-out;transition:
  138. all 1.4s ease-out;
  139. }
  140.  
  141. .h1, .h2, .h3, .h4 {
  142. font-family: copperplate gothic light;
  143. text-shadow: 3px 3px 3px rgba(0, 0, 0, 1);
  144. text-transform:uppercase;
  145. line-height:100%;
  146. text-align:center;
  147. display:block;
  148. font-size: 11pt ;
  149. }
  150.  
  151. .h1 {
  152. font-family: 'Quattrocento', serif;
  153. font-size: 20pt ;
  154. margin:20px 0px 10px;
  155. letter-spacing:2pt;
  156. }
  157.  
  158.  
  159. .h3 {
  160. font-family: 'Quattrocento', serif;
  161. font-size: 14pt ;
  162. margin:5px 0px;
  163. letter-spacing:2pt;
  164. }
  165.  
  166.  
  167. .h4 {
  168. font-family: 'Quattrocento', serif;
  169. font-size: 14pt ;
  170. margin:10px 0px;
  171. padding:10px 0px;
  172. letter-spacing:2pt;
  173. }
  174.  
  175.  
  176. .vicarious { Div IDS/Class Styles }
  177. #addsign {
  178. width:50px;
  179. height:50px;
  180. margin-left:25px;
  181. margin-bottom:25px;
  182. z-index:4;
  183. visibility:visible;
  184. left:0%;
  185. bottom:0%;
  186. position:fixed;
  187. overflow:hidden;
  188. }
  189.  
  190.  
  191. #links, #circleback, #top, #line, #music, #connections, #vicmain, #circle, #circle2, #circle3, #circleb, #circle2b, #circle3b {
  192. visibility:visible;
  193. left:0%;
  194. top:0%;
  195. position:fixed;
  196. overflow:hidden;
  197. }
  198.  
  199. #links {
  200. width:250px;
  201. height:auto;
  202. margin-left:10px;
  203. margin-top:315px;
  204. z-index:1;
  205. }
  206.  
  207. #circleback {
  208. width:350px;
  209. height:350px;
  210. margin-left:190px;
  211. margin-top:115px;
  212. z-index:2;
  213. -webkit-border-radius: 180px;
  214. -moz-border-radius: 180px;
  215. border-radius: 180px;
  216. }
  217.  
  218. #top {
  219. width:100%;
  220. height:255px;
  221. margin-left:0px;
  222. margin-top:0px;
  223. z-index:3;
  224. }
  225.  
  226. #line {
  227. width:100%;
  228. height:50px;
  229. margin-left:0px;
  230. margin-top:255px;
  231. z-index:4;
  232. text-align:left;
  233. }
  234.  
  235. #music {
  236. width:150px;
  237. height:20px;
  238. margin-left:0px;
  239. margin-top:270px;
  240. z-index:5;
  241. text-align:left;
  242. }
  243.  
  244. #circle, #circle2, #circle3, #circleb, #circle2b, #circle3b {
  245. z-index:5;
  246. -webkit-border-radius: 180px;
  247. -moz-border-radius: 180px;
  248. border-radius: 180px;
  249. border:15px solid;
  250. }
  251.  
  252. #circleb, #circle2b, #circle3b {
  253. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  254. filter: alpha(opacity=0);
  255. opacity: 0;
  256. -webkit-transition: all 1.6s ease-out;
  257. -moz-transition: all 1.6s ease-out;
  258. -ms-transition: all 1.6s ease-out;
  259. -o-transition: all 1.6s ease-out;
  260. transition: all 1.6s ease-out;
  261. }
  262.  
  263.  
  264. #circleb:hover, #circle2b:hover, #circle3b:hover {
  265. -webkit-transform: rotate(720deg);
  266. -moz-transform: rotate(720deg);
  267. -o-transform: rotate(720deg);
  268. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  269. filter: alpha(opacity=100);
  270. opacity: 1;
  271. }
  272.  
  273. #circle, #circleb {
  274. width:300px;
  275. height:300px;
  276. margin-left:200px;
  277. margin-top:125px;
  278. }
  279.  
  280. #circle2, #circle2b {
  281. width:260px;
  282. height:260px;
  283. margin-left:535px;
  284. margin-top:145px;
  285. }
  286.  
  287. #circle3, #circle3b {
  288. width:220px;
  289. height:220px;
  290. margin-left:830px;
  291. margin-top:165px;
  292. }
  293.  
  294. .circletext,.circle2text, .circle3text {
  295. border:50px solid ;
  296. overflow:auto;
  297. }
  298.  
  299. .circletext {
  300. width:200px;
  301. height:200px;
  302. }
  303.  
  304. .circle2text {
  305. border:50px solid ;
  306. overflow:auto;
  307. width:160px;
  308. height:160px;
  309. }
  310.  
  311. .circle3text {
  312. border:40px solid ;
  313. overflow:auto;
  314. width:140px;
  315. height:140px;
  316. }
  317.  
  318. #conimg {
  319. width:162px;
  320. height:162px;
  321. overflow:hidden;
  322. }
  323.  
  324. #context {
  325. width:154px;
  326. height:154px;
  327. overflow:hidden;
  328. padding:4px;
  329. -webkit-transition: all 0.6s ease-out;
  330. -moz-transition: all 0.6s ease-out;
  331. -ms-transition: all 0.6s ease-out;
  332. -o-transition: all 0.6s ease-out;
  333. transition: all 0.6s ease-out;
  334. text-align:left;
  335. overflow:hidden;
  336. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  337. filter: alpha(opacity=0);
  338. opacity: 0;
  339. }
  340.  
  341. #context:hover {
  342. overflow:auto;
  343. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  344. filter: alpha(opacity=100);
  345. opacity: 1;
  346. }
  347.  
  348. #connections, #vicmain {
  349. z-index:6;
  350. -moz-border-radius-bottomright: 20px;
  351. -webkit-border-bottom-right-radius: 20px;
  352. border-bottom-right-radius: 20px;
  353. -moz-border-radius-bottomleft: 20px;
  354. -webkit-border-bottom-left-radius: 20px;
  355. border-bottom-left-radius: 20px;
  356. -webkit-transition: all 1.6s linear;
  357. -moz-transition: all 1.6s linear;
  358. -ms-transition: all 1.6s linear;
  359. -o-transition: all 1.6s linear;
  360. transition: all 1.6s linear;
  361. }
  362.  
  363. #connections {
  364. width:195px;
  365. height:250px;
  366. margin-left:10px;
  367. margin-top:-230px;
  368. }
  369.  
  370. #connections:hover {
  371. margin-top:0px;
  372. }
  373. .connect {
  374. width:185px;
  375. height:170px;
  376. overflow:auto;
  377. margin:0px 10px 0px 5px;
  378. }
  379.  
  380. #vicmain {
  381. width:850px;
  382. height:575px;
  383. margin-left:215px;
  384. margin-top:-555px;
  385. }
  386.  
  387. #vicmain:hover {
  388. margin-top:0px;
  389. }
  390.  
  391. .vicmainA {
  392. width:810px;
  393. height:555px;
  394. margin:0px 20px;
  395. }
  396.  
  397. .vicmainA1 {
  398. float:left;
  399. width:300px;
  400. height:555px;
  401. overflow:auto;
  402. }
  403.  
  404. .vicmainA2 {
  405. float:right;
  406. width:510px;
  407. height:555px;
  408. overflow:auto;
  409. }
  410.  
  411. .stats {
  412. width:auto;
  413. height:auto;
  414. overflow:none;
  415. padding:0px 4px 5px;
  416. text-align:left;
  417. }
  418.  
  419.  
  420. .vicarious{ Color Palette}
  421.  
  422. body, #circleback { background-color:6d747e; }
  423. ::-webkit-scrollbar-track {background-color:000000 ; border-color:121212;}
  424. ::-webkit-scrollbar-thumb {background-color:7d838b; border-color:121212 ;}
  425. a, a:link, a:active, a:visited, a:hover, td, .text, table, tr, td, li, div, input, p, i, b, em { color:3f4245; }
  426. I { color:c1c5cb; }
  427. EM { color:999da2; }
  428. B { color:65696e; }
  429. a.first, a.first:link, a.first:active, a.first:visited, a.second, a.second:link, a.second:active, a.second:visited { color:181d22; background-color:aeb0b4; }
  430. a.first:hover, a.second:hover {color:999da2; background-color:1c232a; }
  431. a.third, a.third:link, a.third:active, a.third:visited {color:999da2; }
  432. a.third:hover {color:1c232a; }
  433. .h1 { color:c0c8d2; }
  434. .h3, .h4 {color:8b949e; background-color:181d22;}
  435. .h2 { color:a6adb5; }
  436. #circle, #circle2, #circle3, #circleb, #circle2b, #circle2b, #context, .stats, .connect { background-color:181d22; }
  437. .circletext, .circle2text, .circle3text {background-color:181d22; border-color:#181d22;}
  438. #vicmain, #connections { background-color:aeb0b4; }
  439. .vicmainA1, .vicmainA2 { background-color:17191c; }
  440. #circle, #circle2, #circle3 {border-color: #aeb0b4; }
  441. #circleb, #circle2b, #circle3b {border-color: #d4d8dd; }
  442. #line{ background-color:aeb0b4; }
  443. #addsign {background-color:transparent;}
  444. #top { background-color:1c232a;}
  445.  
  446.  
  447.  
  448.  
  449. /* - - CSS!! NO TOUCHY!!! - - */
  450.  
  451. img {border:0px;}
  452. table, tr, td {background:transparent; border:0px;}
  453. img, .contactTable { display:none; }
  454. .vicholder img, .comt img { display:inline; }
  455. table div, td td td, table div div { visibility:hidden; }
  456. font, a, .vicsc a { visibility:hidden; }
  457. .hidenav {display:none}
  458. div.profileWidth {margin-top: -30px !important;}
  459. div.profileWidth div {filter:alpha(opacity=0); opacity:0.0001}
  460. div.profileWidth div.clearfix, hidenav hidenav hidenav,
  461. div.profileWidth div div {filter:none; opacity:0.9999}
  462. div.profileWidth div.clearfix {position:relative; top:30px}
  463. table table embed {display:block; width:202px; height:35px; position:absolute; top:0px; left:0px; visibility:visible;}
  464. table table table embed, .vicholder div embed {position:static !important; width:auto; height:auto; }
  465. .text, table table table table a,table table table table div,table table table table div a {visibility:visible;}
  466. .vicsc { display:none; }
  467. .text, td.text td.text table, .contactTable, .lightbluetext8 {display:none;}
  468. table table, table table td {padding:0px; height:0px;}
  469. marquee { z-index:8; }
  470. table div, span, td td td, table div div { visibility:hidden !important; }
  471. .vicholder div, .vicholder div font, .vicholder div a, .vicholder div div, .vicholder font a, .vicholder span, .vicholder div table a, .vicholder div table img, .vicholder div
  472.  
  473. table font, .vicholder div table, .vicholder div table td, .comt, .comt td, .comt span, .comt a, .comt div {visibility:visible !important;}
  474. .vicDiv {content:"Layouts available @ http://vicarious-hs.tumblr.com";}
  475. /* - - - - - - - */
  476.  
  477.  
  478. .vicarious{ Hide Codes }
  479. .userProfileURL { display:none; }
  480. .profileInfo { display:none; }
  481. .friendsComments { display:none; }
  482. .friendSpace { display:none; }
  483. .blurbs {display: none;}
  484. .contactTable {display: none;}
  485. .latestBlogEntry {display: none;}
  486. .extendedNetwork {display: none;}
  487. .interestsAndDetails {display: none;}
  488. .userprofiledetail {display: none;}
  489. .userAlbums { display:none; }
  490. .whitetext12{visibility:hidden; display:none;}
  491. .orangetext15{visibility:hidden; display:none;}
  492. .lightbluetext8{visibility:hidden; display:none}
  493. table table table table td {width:0px;}
  494. .contactTable td, table table td.text table td,table table table table table td {width:auto;}
  495. .profile { display:none !important;visibility:hidden!important; }
  496. table tr td[id='footerWarpper']{display:none !important;visibility:hidden!important;}
  497.  
  498.  
  499.  
  500. </style>
  501.  
  502. <div style="display:none;"><table><tr><td><table><tr><td><table><tr><td>
  503.  
  504.  
  505.  
  506. -----------------------------LIKE TO MEET---------------------------------
  507.  
  508.  
  509. </td></tr></table></td></tr></table></td></tr></table></div><DIV class="vicholder">
  510.  
  511.  
  512. <div id="links">
  513. <a class="second" href="/logincomplete.php">Home</a>
  514. <a class="second" href="/send_message.php?member_id=XXXXXX">Message</a>
  515. <a class="second" href="/add_testimonial.php?member_id=xxxxxx">Comment</a>
  516. <a class="second" href="/gallery.php?member_id=XXXXXX">Photos</a>
  517. <a class="second" href="/view_member_blog.php?member_id=XXXXXX">Blogs</a>
  518. </div>
  519.  
  520. <div id="circleback"></div><div id="top"></div><div id="line"></div><div id="music">
  521.  
  522.  
  523. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="200" height="20">
  524. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
  525. <param name="bgcolor" value="#aeb0b4" />
  526. <param name="FlashVars" value="mp3=http%3A//k003.kiwi6.com/hotlink/0yub2m0o8m/amel_larrieux_-_sweet_misery_www.mp3fiber.com_.mp3&autoplay=1&bgcolor=aeb0b4&loadingcolor=181d22&buttoncolor=181d22&slidercolor=181d22" />
  527. </object>
  528.  
  529.  
  530.  
  531. </div><div id="circle" style="background-image:url(http://i.imgur.com/5phAIuH.png);"></div>
  532.  
  533. <div id="circleb"><div class="circletext">
  534.  
  535. <p><font class="h2">Origins/History</font>
  536. <p><b>Bold</b> <i>Italic</i> <em>Em</em> 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.
  537.  
  538. <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.
  539.  
  540. </div></div>
  541.  
  542. <div id="circle2" style="background-image:url(http://i.imgur.com/V7DHx3j.png);"></div>
  543. <div id="circle2b"><div class="circle2text">
  544.  
  545. <p><font class="h2">Present Day</font>
  546.  
  547. <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.
  548.  
  549. <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.
  550.  
  551.  
  552. </div></div>
  553.  
  554. <div id="circle3" style="background-image:url(http://i.imgur.com/6vYxP6m.png);"></div>
  555. <div id="circle3b"><div class="circle3text">
  556.  
  557. <p><font class="h2">Personality</font>
  558. <BR><b>Traits:</b> Input Info
  559. <BR><b>Disorders:</b> Input Info
  560. <BR><b>Addictions:</b> Input Info
  561. <BR><b>Likes:</b> Input Info
  562. <BR><b>Dislikes:</b> Input Info
  563. <BR><b>Quirks:</b> Input Info
  564.  
  565. <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.
  566.  
  567. </div></div>
  568.  
  569.  
  570. <div id="connections">
  571.  
  572. <font class="h4">Connections</font>
  573. <div class="connect">
  574.  
  575. <a class="second" href="LINK TO PROFILE">Friend Name</a>
  576. <a class="second" href="LINK TO PROFILE">Friend Name</a>
  577. <a class="second" href="LINK TO PROFILE">Friend Name</a>
  578. <a class="second" href="LINK TO PROFILE">Friend Name</a>
  579. <a class="second" href="LINK TO PROFILE">Friend Name</a>
  580. <a class="second" href="LINK TO PROFILE">Friend Name</a>
  581. <a class="second" href="LINK TO PROFILE">Friend Name</a>
  582. <a class="second" href="LINK TO PROFILE">Friend Name</a>
  583. <a class="second" href="LINK TO PROFILE">Friend Name</a>
  584. <a class="second" href="LINK TO PROFILE">Friend Name</a>
  585.  
  586.  
  587. </div></div><div id="vicmain"><div class="vicmainA"><div class="vicmainA1">
  588.  
  589.  
  590. <p><font class="h3">Legal</font>
  591. <div class="stats">
  592. <BR><b>NAME:</b> Input info
  593. <BR><b>NICKNAMES:</b> Input info
  594. <BR><b>ALIASES:</b> Input info
  595. <BR><b>DATE OF BIRTH:</b> Input info
  596. <BR><b>PLACE OF BIRTH:</b> Input info
  597. <BR><b>CURRENT RESIDENCE:</b> Input info
  598. </div>
  599.  
  600. <p><font class="h3">Physical</font>
  601. <div class="stats">
  602. <BR><b>ETHNICITY:</b> Input info
  603. <BR><b>HAIR COLOR:</b> Input info
  604. <BR><b>EYE COLOR:</b> Input info
  605. <BR><b>HEIGHT:</b> Input info
  606. <BR><b>WEIGHT:</b> Input info
  607. <BR><b>BIRTHMARKS/SCARS:</b> Input info
  608. </div>
  609.  
  610. <p><font class="h3">Education</font>
  611. <div class="stats">
  612. <BR><b>High School</b> Input Info
  613. <br><b>College</b> Input Info
  614. <br><b>Major</b> Input Info
  615. <br><b>Degree</b> Input Info
  616. </div>
  617.  
  618. <p><font class="h3">Employment</font>
  619. <div class="stats">
  620. <BR><b>OCCUPATION:</b> Input info
  621. <BR><b>JOB DESCRIPTION:</b> Input info
  622. <BR><b>EMPLOYER:</b> Input info
  623. <BR><b>SKILLSET:</b> Input info
  624. </div>
  625.  
  626. <p><font class="h3">Family</font>
  627. <div class="stats">
  628. <BR><b>MOTHER:</b> Input info
  629. <BR><b>FATHER:</b> Input info
  630. <BR><b>SISTER(S):</b> Input info
  631. <BR><b>BROTHER(S):</b> Input info
  632. <BR><b>Other Family:</b> Input info
  633. </div>
  634.  
  635. <p><font class="h3">Relationships</font>
  636. <div class="stats">
  637. <BR><b>SEXUAL ORIENTATION:</b> Input info
  638. <BR><b>RELATIONSHIP STATUS:</b> Input info
  639. <BR><b>CURRENT RELATIONSHIP(S):</b> Input info
  640. <BR><b>PAST RELATIONSHIP(S):</b> Input info
  641. </div>
  642.  
  643.  
  644.  
  645. </div><div class="vicmainA2">
  646.  
  647. <font class="h1">Main Connections</font>
  648. <table><TR><td valign="top">
  649.  
  650. <div id="conimg" style="background-image:url(http://i.imgur.com/522MVWS.png);">
  651.  
  652. <div id="context">
  653.  
  654. <b>Name 1 Here</b>
  655.  
  656. <p>CONNECTION BOX 1 TEXT
  657.  
  658. </div></div></td><td valign="top">
  659.  
  660.  
  661. <div id="conimg" style="background-image:url(http://i.imgur.com/522MVWS.png);">
  662.  
  663. <div id="context">
  664.  
  665. <b>Name 2 Here</b>
  666.  
  667. <p>CONNECTION BOX 2 TEXT
  668.  
  669. </div></div></td><td valign="top">
  670.  
  671.  
  672. <div id="conimg" style="background-image:url(http://i.imgur.com/522MVWS.png);">
  673.  
  674. <div id="context">
  675.  
  676. <b>Name 3 Here</b>
  677.  
  678. <p>CONNECTION BOX 3 TEXT
  679.  
  680. </div></div></td></TR></table>
  681.  
  682.  
  683.  
  684. <table><TR><td valign="top">
  685.  
  686. <div id="conimg" style="background-image:url(http://i.imgur.com/522MVWS.png);">
  687.  
  688. <div id="context">
  689.  
  690. <b>Name 4 Here</b>
  691.  
  692. <p>CONNECTION BOX 5 TEXT
  693.  
  694. </div></div></td><td valign="top">
  695.  
  696.  
  697. <div id="conimg" style="background-image:url(http://i.imgur.com/522MVWS.png);">
  698.  
  699. <div id="context">
  700.  
  701. <b>Name 6 Here</b>
  702.  
  703. <p>CONNECTION BOX 6 TEXT
  704.  
  705. </div></div></td><td valign="top">
  706.  
  707.  
  708. <div id="conimg" style="background-image:url(http://i.imgur.com/522MVWS.png);">
  709.  
  710. <div id="context">
  711.  
  712. <b>Name 7 Here</b>
  713.  
  714. <p>CONNECTION BOX 7 TEXT
  715.  
  716. </div></div></td></TR></table>
  717.  
  718.  
  719. <table><TR><td valign="top">
  720.  
  721. <div id="conimg" style="background-image:url(http://i.imgur.com/522MVWS.png);">
  722.  
  723. <div id="context">
  724.  
  725. <b>Name 8 Here</b>
  726.  
  727. <p>CONNECTION BOX 8 TEXT
  728.  
  729. </div></div></td><td valign="top">
  730.  
  731.  
  732. <div id="conimg" style="background-image:url(http://i.imgur.com/522MVWS.png);">
  733.  
  734. <div id="context">
  735.  
  736. <b>Name 9 Here</b>
  737.  
  738. <p>CONNECTION BOX 9 TEXT
  739.  
  740. </div></div></td><td valign="top">
  741.  
  742.  
  743. <div id="conimg" style="background-image:url(http://i.imgur.com/522MVWS.png);">
  744.  
  745. <div id="context">
  746.  
  747. <b>Name 3 Here</b>
  748.  
  749. <p>CONNECTION BOX 3 TEXT
  750.  
  751. </div></div></td></TR></table>
  752.  
  753.  
  754. </div></div></div>
  755.  
  756. <div id="addsign"><a title="Add" class="third" href="/invite_friend.php?friend_id=xxxxxx">+</a></div>
  757.  
  758. </div><div class="ficsc"><table><tr><td><table><tr><td><table><tr><td>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement