Advertisement
VicariousHelpSite

CSS/DIV LAYOUT 121a

Sep 14th, 2013
4,032
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. </td></tr></table></td></tr></table></td></tr></table></div>
  54.  
  55. <style type="text/css">
  56. @import url(http://fonts.googleapis.com/css?family=Tangerine:400,700|Quattrocento|Just+Another+Hand);
  57.  
  58. /* - -DO NOT PUT ANYTHING ABOVE THE @import LINE ABOVE - - */
  59.  
  60. .vicarious {Layouts available @ http://vicarious-hs.tumblr.com/}
  61.  
  62.  
  63.  
  64. .vicarious{Background Properties // BODY COLOR IS IN THE COLOR PALETTE SECTION}
  65. body {
  66. background-image:url();
  67. background-repeat:repeat;
  68. background-position: top center;
  69. background-attachment:fixed;
  70. }
  71.  
  72. .vicarious{ Google Chrome Scrollbar }
  73. ::-webkit-scrollbar {width: 10px;}
  74. ::-webkit-scrollbar-track {border: 1px solid ;}
  75. ::-webkit-scrollbar-thumb {border: 1px solid ;}
  76.  
  77. .vicarious { Font Styles }
  78.  
  79. a, a:link, a:active, a:visited, a:hover, td, .text, table, tr, td, li, div, input, p, i, b, em {
  80. font-family: tahoma;
  81. font-size: 8pt ;
  82. line-height: 90% ;
  83. text-decoration:none;
  84. }
  85.  
  86. P { text-align:justify; }
  87. I { font-size:12pt;font-family: Tangerine; text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); }
  88. EM {font-size:13pt; display:block; text-align:center; font-family: times new roman; text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); }
  89.  
  90. B {
  91. font-family: arial narrow;
  92. font-size:8pt;
  93. font-weight:bold;
  94. text-transform:uppercase;
  95. line-height:100%;
  96. letter-spacing: 0pt;
  97. text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  98. }
  99.  
  100. a.first, a.first:link, a.first:active, a.first:visited, a.second, a.second:link, a.second:active, a.second:visited {
  101. font-family: arial narrow;
  102. font-size:9pt;
  103. text-align:center;
  104. text-transform:uppercase;
  105. line-height:30px;
  106. height:30px;
  107. width:77px;
  108. display:block;
  109. font-weight:bold;
  110. text-decoration:none;
  111. -webkit-transition: all 2.4s ease-out;
  112. -moz-transition: all 2.4s ease-out;transition:
  113. all 2.4s ease-out;
  114. margin-bottom:2px;
  115. }
  116.  
  117. a.second, a.second:link, a.second:active, a.second:visited {
  118. width:auto;
  119. line-height:18px;
  120. height:18px;
  121. letter-spacing:1pt;
  122. margin-bottom:4px;
  123. text-align:left;
  124. padding-left:5px;
  125. }
  126.  
  127. a.third, a.third:link, a.third:active, a.third:visited {
  128. font-family: tahomat;
  129. font-size: 30pt ;
  130. line-height:100%;
  131. text-align:center;
  132. display:block;
  133. text-transform:uppercase;
  134. text-decoration:none;
  135. -webkit-transition: all 1.4s ease-out;
  136. -moz-transition: all 1.4s ease-out;transition:
  137. all 1.4s ease-out;
  138. }
  139.  
  140. .h1, .h2, .h3, .h4, .h5 {
  141. font-family: copperplate gothic light;
  142. text-transform:uppercase;
  143. line-height:100%;
  144. text-align:center;
  145. display:block;
  146. font-size: 11pt ;
  147. text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  148. }
  149.  
  150. .h1 {
  151. font-family: 'Quattrocento', serif;
  152. font-size: 20pt ;
  153. margin:20px 0px 10px;
  154. letter-spacing:2pt;
  155. }
  156.  
  157.  
  158. .h2 {
  159. text-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
  160. }
  161.  
  162.  
  163. .h3 {
  164. font-family: 'Quattrocento', serif;
  165. font-size: 10pt ;
  166. margin:5px 0px;
  167. letter-spacing:2pt;
  168. }
  169.  
  170.  
  171. .h4 {
  172. font-family: 'Quattrocento', serif;
  173. font-size: 14pt ;
  174. margin:10px 0px;
  175. padding:10px 0px;
  176. letter-spacing:2pt;
  177. }
  178.  
  179. .h5 {
  180. font-family: georgia;
  181. font-size: 12pt ;
  182. margin:10px 0px;
  183. letter-spacing:2pt;
  184. }
  185.  
  186.  
  187. .vicarious { Div IDS/Class Styles }
  188. #addsign {
  189. width:50px;
  190. height:50px;
  191. margin-left:25px;
  192. margin-bottom:25px;
  193. z-index:4;
  194. visibility:visible;
  195. left:0%;
  196. bottom:0%;
  197. position:fixed;
  198. overflow:hidden;
  199. }
  200.  
  201.  
  202. #links, #circleback, #top, #line, #music, #connections, #vicmain, #circle, #circleb {
  203. visibility:visible;
  204. left:0%;
  205. top:0%;
  206. position:fixed;
  207. overflow:hidden;
  208. }
  209.  
  210. #links {
  211. width:250px;
  212. height:auto;
  213. margin-left:10px;
  214. margin-top:315px;
  215. z-index:1;
  216. }
  217.  
  218. #circleback {
  219. width:350px;
  220. height:350px;
  221. margin-left:190px;
  222. margin-top:115px;
  223. z-index:2;
  224. -webkit-border-radius: 180px;
  225. -moz-border-radius: 180px;
  226. border-radius: 180px;
  227. }
  228.  
  229. #top {
  230. width:100%;
  231. height:255px;
  232. margin-left:0px;
  233. margin-top:0px;
  234. z-index:3;
  235. }
  236.  
  237. #line {
  238. width:100%;
  239. height:50px;
  240. margin-left:0px;
  241. margin-top:255px;
  242. z-index:4;
  243. text-align:left;
  244. }
  245.  
  246. #music {
  247. width:150px;
  248. height:20px;
  249. margin-left:0px;
  250. margin-top:270px;
  251. z-index:5;
  252. text-align:left;
  253. }
  254.  
  255. #circle, #circleb {
  256. width:300px;
  257. height:300px;
  258. margin-left:200px;
  259. margin-top:125px;
  260. z-index:5;
  261. -webkit-border-radius: 180px;
  262. -moz-border-radius: 180px;
  263. border-radius: 180px;
  264. border:15px solid;
  265. }
  266.  
  267. #circleb {
  268. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  269. filter: alpha(opacity=0);
  270. opacity: 0;
  271. -webkit-transition: all 1.6s ease-out;
  272. -moz-transition: all 1.6s ease-out;
  273. -ms-transition: all 1.6s ease-out;
  274. -o-transition: all 1.6s ease-out;
  275. transition: all 1.6s ease-out;
  276. }
  277.  
  278.  
  279. #circleb:hover {
  280. -webkit-transform: rotate(720deg);
  281. -moz-transform: rotate(720deg);
  282. -o-transform: rotate(720deg);
  283. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  284. filter: alpha(opacity=100);
  285. opacity: 1;
  286. }
  287.  
  288. .circletext{
  289. border:50px solid ;
  290. overflow:auto;
  291. width:200px;
  292. height:200px;
  293. }
  294.  
  295.  
  296. #conimg {
  297. width:162px;
  298. height:162px;
  299. overflow:hidden;
  300. }
  301.  
  302. #context {
  303. width:154px;
  304. height:154px;
  305. overflow:hidden;
  306. padding:4px;
  307. -webkit-transition: all 0.6s ease-out;
  308. -moz-transition: all 0.6s ease-out;
  309. -ms-transition: all 0.6s ease-out;
  310. -o-transition: all 0.6s ease-out;
  311. transition: all 0.6s ease-out;
  312. text-align:left;
  313. overflow:hidden;
  314. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  315. filter: alpha(opacity=0);
  316. opacity: 0;
  317. }
  318.  
  319. #context:hover {
  320. overflow:auto;
  321. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  322. filter: alpha(opacity=100);
  323. opacity: 1;
  324. }
  325.  
  326. #connections, #vicmain {
  327. z-index:6;
  328. -moz-border-radius-bottomright: 20px;
  329. -webkit-border-bottom-right-radius: 20px;
  330. border-bottom-right-radius: 20px;
  331. -moz-border-radius-bottomleft: 20px;
  332. -webkit-border-bottom-left-radius: 20px;
  333. border-bottom-left-radius: 20px;
  334. -webkit-transition: all 1.6s linear;
  335. -moz-transition: all 1.6s linear;
  336. -ms-transition: all 1.6s linear;
  337. -o-transition: all 1.6s linear;
  338. transition: all 1.6s linear;
  339. }
  340.  
  341. #connections {
  342. width:195px;
  343. height:250px;
  344. margin-left:10px;
  345. margin-top:-230px;
  346. }
  347.  
  348. #connections:hover {
  349. margin-top:0px;
  350. }
  351. .connect {
  352. width:185px;
  353. height:170px;
  354. overflow:auto;
  355. margin:0px 10px 0px 5px;
  356. }
  357.  
  358. #vicmain {
  359. width:500px;
  360. height:auto;
  361. margin-left:550px;
  362. margin-top:0px;
  363. position:absolute
  364. }
  365.  
  366.  
  367. .buffer {
  368. width:500px;
  369. height:25px;
  370. }
  371.  
  372. .about {
  373. width:480px;
  374. height:200px;
  375. overflow:auto;
  376. margin:0px 5px 5px;
  377. padding:0px 5px 5px;
  378. }
  379.  
  380. .about2 {
  381. width:480px;
  382. height:auto;
  383. overflow:none;
  384. margin:0px 5px 5px;
  385. padding:0px 5px 5px;
  386. }
  387.  
  388. .stats {
  389. width:200px;
  390. height:250px;
  391. overflow:auto;
  392. padding:0px 5px 5px;
  393. text-align:left;
  394. }
  395.  
  396. .about3 {
  397. width:270px;
  398. height:250px;
  399. overflow:auto;
  400. padding:0px 5px 5px;
  401. text-align:justify;
  402. }
  403.  
  404.  
  405. .vicarious{ Color Palette}
  406.  
  407. body, #circleback { background-color:1a1a1a; }
  408. ::-webkit-scrollbar-track {background-color:000000 ; border-color:121212;}
  409. ::-webkit-scrollbar-thumb {background-color:750000; border-color:121212 ;}
  410. a, a:link, a:active, a:visited, a:hover, td, .text, table, tr, td, li, div, input, p, i, b, em { color:3f4245; }
  411. I { color:900000; }
  412. EM { color:c1c1c1; }
  413. B { color:6b6b6b; }
  414. a.first, a.first:link, a.first:active, a.first:visited, a.second, a.second:link, a.second:active, a.second:visited { color:939393; background-color:510000; }
  415. a.first:hover, a.second:hover {color:a10000; background-color:000000; }
  416. a.third, a.third:link, a.third:active, a.third:visited {color:7c0000; }
  417. a.third:hover {color:d6d6d6; }
  418. .h1 { color:d0d0d0; }
  419. .h3 {color:000000; background-color:520000;}
  420. .h4 {color:d0d0d0; background-color:121212;}
  421. .h2, .h5 { color:b2b2b2; }
  422. #circle, #circleb, #context, .stats, .connect, .about, .about2, .about3 { background-color:121212; }
  423. .circletext {background-color:121212; border-color:#121212;}
  424. #vicmain, #connections { background-color:510000; }
  425. #circle {border-color: #510000; }
  426. #circleb {border-color: #820000; }
  427. #line{ background-color:510000; }
  428. #addsign {background-color:transparent;}
  429. #top { background-color:030000;}
  430.  
  431.  
  432.  
  433. /* - - CSS!! NO TOUCHY!!! - - */
  434.  
  435. img {border:0px;}
  436. table, tr, td {background:transparent; border:0px;}
  437. img, .contactTable { display:none; }
  438. .vicholder img, .comt img { display:inline; }
  439. table div, td td td, table div div { visibility:hidden; }
  440. font, a, .vicsc a { visibility:hidden; }
  441. .hidenav {display:none}
  442. div.profileWidth {margin-top: -30px !important;}
  443. div.profileWidth div {filter:alpha(opacity=0); opacity:0.0001}
  444. div.profileWidth div.clearfix, hidenav hidenav hidenav,
  445. div.profileWidth div div {filter:none; opacity:0.9999}
  446. div.profileWidth div.clearfix {position:relative; top:30px}
  447. table table embed {display:block; width:202px; height:35px; position:absolute; top:0px; left:0px; visibility:visible;}
  448. table table table embed, .vicholder div embed {position:static !important; width:auto; height:auto; }
  449. .text, table table table table a,table table table table div,table table table table div a {visibility:visible;}
  450. .vicsc { display:none; }
  451. .text, td.text td.text table, .contactTable, .lightbluetext8 {display:none;}
  452. table table, table table td {padding:0px; height:0px;}
  453. marquee { z-index:8; }
  454. table div, span, td td td, table div div { visibility:hidden !important; }
  455. .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
  456.  
  457. table font, .vicholder div table, .vicholder div table td, .comt, .comt td, .comt span, .comt a, .comt div {visibility:visible !important;}
  458. .vicDiv {content:"Layouts available @ http://vicarious-hs.tumblr.com";}
  459. /* - - - - - - - */
  460.  
  461.  
  462. .vicarious{ Hide Codes }
  463. .userProfileURL { display:none; }
  464. .profileInfo { display:none; }
  465. .friendsComments { display:none; }
  466. .friendSpace { display:none; }
  467. .blurbs {display: none;}
  468. .contactTable {display: none;}
  469. .latestBlogEntry {display: none;}
  470. .extendedNetwork {display: none;}
  471. .interestsAndDetails {display: none;}
  472. .userprofiledetail {display: none;}
  473. .userAlbums { display:none; }
  474. .whitetext12{visibility:hidden; display:none;}
  475. .orangetext15{visibility:hidden; display:none;}
  476. .lightbluetext8{visibility:hidden; display:none}
  477. table table table table td {width:0px;}
  478. .contactTable td, table table td.text table td,table table table table table td {width:auto;}
  479. .profile { display:none !important;visibility:hidden!important; }
  480. table tr td[id='footerWarpper']{display:none !important;visibility:hidden!important;}
  481.  
  482.  
  483.  
  484. </style>
  485.  
  486. <div style="display:none;"><table><tr><td><table><tr><td><table><tr><td>
  487.  
  488.  
  489.  
  490. -----------------------------LIKE TO MEET---------------------------------
  491.  
  492. </td></tr></table></td></tr></table></td></tr></table></div><DIV class="vicholder">
  493.  
  494.  
  495. <div id="links">
  496. <a class="second" href="/logincomplete.php">Home</a>
  497. <a class="second" href="/send_message.php?member_id=XXXXXX">Message</a>
  498. <a class="second" href="/add_testimonial.php?member_id=xxxxxx">Comment</a>
  499. <a class="second" href="/gallery.php?member_id=XXXXXX">Photos</a>
  500. <a class="second" href="/view_member_blog.php?member_id=XXXXXX">Blogs</a>
  501. </div>
  502.  
  503. <div id="circleback"></div><div id="top"></div><div id="line"></div><div id="music">
  504.  
  505.  
  506. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="200" height="20">
  507. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
  508. <param name="bgcolor" value="#510000" />
  509. <param name="FlashVars" value="mp3=http%3A//k003.kiwi6.com/hotlink/0yub2m0o8m/amel_larrieux_-_sweet_misery_www.mp3fiber.com_.mp3&autoplay=1&bgcolor=510000&loadingcolor=000000&buttoncolor=000000&slidercolor=000000" />
  510. </object>
  511.  
  512.  
  513.  
  514. </div><div id="circle" style="background-image:url(http://i.imgur.com/5phAIuH.png);"></div>
  515.  
  516. <div id="circleb"><div class="circletext">
  517.  
  518. <p><font class="h2">Verses</font>
  519. <center><b>
  520. <br>Verse 1 - Verse 2 - Verse 3- Verse 4
  521. <BR>Verse 5 - Verse 6 - Verse 7 - Verse 8
  522. </b></center>
  523.  
  524. <p><font class="h2">Notations</font>
  525. <BR>Multi-para only. OOC=Messages. IC Exchanges=Comments.
  526.  
  527. <p><font class="h2">Obligations</font>
  528. <br>Owe_________ a starter
  529. <BR>Owe_________ a comment
  530.  
  531. </div></div>
  532.  
  533.  
  534.  
  535.  
  536. <div id="connections">
  537.  
  538. <font class="h4">Connections</font>
  539. <div class="connect">
  540.  
  541. <a class="second" href="LINK TO PROFILE">Friend Name</a>
  542. <a class="second" href="LINK TO PROFILE">Friend Name</a>
  543. <a class="second" href="LINK TO PROFILE">Friend Name</a>
  544. <a class="second" href="LINK TO PROFILE">Friend Name</a>
  545. <a class="second" href="LINK TO PROFILE">Friend Name</a>
  546. <a class="second" href="LINK TO PROFILE">Friend Name</a>
  547. <a class="second" href="LINK TO PROFILE">Friend Name</a>
  548. <a class="second" href="LINK TO PROFILE">Friend Name</a>
  549. <a class="second" href="LINK TO PROFILE">Friend Name</a>
  550. <a class="second" href="LINK TO PROFILE">Friend Name</a>
  551.  
  552.  
  553. </div></div><div id="vicmain">
  554. <font class="h1">Character Name Here</font>
  555. <IMG SRC="http://i.imgur.com/pGW0mw7.png">
  556. <font class="h5">Character Tagline Here</font>
  557.  
  558.  
  559. <div class="about">
  560.  
  561. <p><b>Bold</b> <i>Italic</i> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  562.  
  563. <p><em>Put a block quote, lyrics or a few lines of text for emphasis here</em>
  564.  
  565.  
  566. <p><b>Bold</b> <i>Italic</i> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  567.  
  568. </div><table><TR><td valign="top"><div class="stats">
  569.  
  570. <p><font class="h3">Legal</font>
  571. <BR><b>NAME:</b> Input info
  572. <BR><b>NICKNAMES:</b> Input info
  573. <BR><b>ALIASES:</b> Input info
  574. <BR><b>DATE OF BIRTH:</b> Input info
  575. <BR><b>PLACE OF BIRTH:</b> Input info
  576. <BR><b>CURRENT RESIDENCE:</b> Input info
  577.  
  578. <p><font class="h3">Physical</font>
  579. <BR><b>ETHNICITY:</b> Input info
  580. <BR><b>HAIR COLOR:</b> Input info
  581. <BR><b>EYE COLOR:</b> Input info
  582. <BR><b>HEIGHT:</b> Input info
  583. <BR><b>WEIGHT:</b> Input info
  584. <BR><b>BIRTHMARKS/SCARS:</b> Input info
  585.  
  586. <p><font class="h3">Personality</font>
  587. <BR><b>Traits:</b> Input Info
  588. <BR><b>Disorders:</b> Input Info
  589. <BR><b>Addictions:</b> Input Info
  590. <BR><b>Likes:</b> Input Info
  591. <BR><b>Dislikes:</b> Input Info
  592. <BR><b>Quirks:</b> Input Info
  593.  
  594. <p><font class="h3">Education</font>
  595. <BR><b>High School</b> Input Info
  596. <br><b>College</b> Input Info
  597. <br><b>Major</b> Input Info
  598. <br><b>Degree</b> Input Info
  599.  
  600. <p><font class="h3">Employment</font>
  601. <BR><b>OCCUPATION:</b> Input info
  602. <BR><b>JOB DESCRIPTION:</b> Input info
  603. <BR><b>EMPLOYER:</b> Input info
  604. <BR><b>SKILLSET:</b> Input info
  605.  
  606. <p><font class="h3">Family</font>
  607. <BR><b>MOTHER:</b> Input info
  608. <BR><b>FATHER:</b> Input info
  609. <BR><b>SISTER(S):</b> Input info
  610. <BR><b>BROTHER(S):</b> Input info
  611. <BR><b>Other Family:</b> Input info
  612.  
  613. <p><font class="h3">Relationships</font>
  614. <BR><b>SEXUAL ORIENTATION:</b> Input info
  615. <BR><b>RELATIONSHIP STATUS:</b> Input info
  616. <BR><b>CURRENT RELATIONSHIP(S):</b> Input info
  617. <BR><b>PAST RELATIONSHIP(S):</b> Input info
  618.  
  619.  
  620. </div></td><td valign="top"><div class="about3">
  621.  
  622. <font class="h3">Origins/History</font>
  623.  
  624. <p><b>Bold</b> <i>Italic</i> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  625.  
  626. </div></td></tr></table>
  627.  
  628. <font class="h1">Main Connections</font>
  629.  
  630. <table><TR><td valign="top">
  631.  
  632. <div id="conimg" style="background-image:url(http://i.imgur.com/522MVWS.png);">
  633.  
  634. <div id="context">
  635.  
  636. <b>Name 1 Here</b>
  637.  
  638. <p>CONNECTION BOX 1 TEXT
  639.  
  640. </div></div></td><td valign="top">
  641.  
  642.  
  643. <div id="conimg" style="background-image:url(http://i.imgur.com/522MVWS.png);">
  644.  
  645. <div id="context">
  646.  
  647. <b>Name 2 Here</b>
  648.  
  649. <p>CONNECTION BOX 2 TEXT
  650.  
  651. </div></div></td><td valign="top">
  652.  
  653.  
  654. <div id="conimg" style="background-image:url(http://i.imgur.com/522MVWS.png);">
  655.  
  656. <div id="context">
  657.  
  658. <b>Name 3 Here</b>
  659.  
  660. <p>CONNECTION BOX 3 TEXT
  661.  
  662. </div></div></td> </TR></table>
  663.  
  664.  
  665. <font class="h1">Copyright & Disclaimer</font>
  666.  
  667. <p><CENTER><b>COPYRIGHT 2013. ALL RIGHTS RESERVED.</b></CENTER>
  668.  
  669. <div class="about2">
  670.  
  671. <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.
  672.  
  673.  
  674. <p>I am not the person in the photographs. This profile is for creative purposes only.
  675.  
  676. </div><div class="buffer"></div></div>
  677.  
  678. <div id="addsign"><a title="Add" class="third" href="/invite_friend.php?friend_id=xxxxxx">+</a></div>
  679.  
  680. </div><div class="ficsc"><table><tr><td><table><tr><td><table><tr><td>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement