Advertisement
VicariousHelpSite

CSS/DIV LAYOUT 124

Sep 28th, 2013
2,661
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. !!!!!!!!!!!!Read It!!!!!!!!!!!!
  2.  
  3. (⊙.⊙(☉_☉)⊙.⊙)
  4.  
  5. DO NOT LET ALL OF THESE INSTRUCTIONS FOOL YOU. This is a really simple layout. I just want everyone to understand how to take away things or make changes to titles, etc if need be. You will note some of these same instructions will appear in the LIKE TO MEET Section. I have put them in there for easy reference.
  6.  
  7.  
  8.  
  9.  
  10. A storyboard is a visual representation of your character's tale. You may include less pics of you and add to them pictures of the place your character is from, things he/she enjoys doing or images of those connections that are central to your character, etc. It's really up to you what you put in here.
  11.  
  12.  
  13. ............................
  14.  
  15. 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.
  16.  
  17.  
  18. There are div ids/classes in this layout. Be VERY, VERY, VERY careful not to drop off any of the coding.
  19.  
  20.  
  21. ............................
  22. MUSIC PLAYER
  23.  
  24. REPLACE MY MUSIC PLAYER WITH YOUR OWN.
  25.  
  26. .......................................
  27.  
  28. Hover Image Panels
  29.  
  30. To replace the images in the hover panels, replace my image url with your own wherever you see div image urls like this:
  31.  
  32. <div class="v150w355h" style="background-image:url(http://i.imgur.com/GYzifCv.jpg);">
  33.  
  34. To find out the width and height for the picture in that section, look at the code. In this case the code says v150w355h. That means the width is 150px and the height is 355px. Make your picture using those dimensions.
  35.  
  36.  
  37. Every image has a scrollbox underneath it. If you decide you want less hover boxes (just leaving the pics instead), do the following:
  38.  
  39. Example:
  40.  
  41. <div class="v350w380h" style="background-image:url(http://i.imgur.com/wd3CzVS.jpg);">
  42. <div class="v350w380ha">
  43. <p>Put whatever you want here.
  44. </div></div>
  45.  
  46. To leave just the image, remove:
  47. <div class="v350w380ha">
  48. <p>Put whatever you want here.
  49. </div>
  50.  
  51. So that you are left with only this:
  52. <div class="v350w380h" style="background-image:url(http://i.imgur.com/wd3CzVS.jpg);">
  53. </div>
  54.  
  55. Again, be very, very careful not to leave or take away </div> tags. Make sure if you remove a div you remove a closed div tag too.
  56. .......................................
  57. TITLES
  58.  
  59. For the lines of text that make-up the visible text on the layout itself on non-hover mode (ie "I wish I could have you here", etc), I have put in text codes and letter-spacing so that the area is almost completely filled. If, however, you change these and the line of text ends up being longer or shorter, you may need to go up into About Me and locate the text div for that area. Example, if you change victext3's wording from "Bleed me dry" to something longer, go into About Me and find the .victext3 div. Change the letter spacing from -2pt to -4pt, etc to smash the text together. OR you can change the font-family from arial narrow to something that is more compact OR you can change the font-size from 50px to 45px, etc. Just mess with it until your wording fits properly.
  60.  
  61. .......................................
  62. Extra:
  63. I have left out stats on this layout as I want you to design the content yourself; however if you have need of some general statistical markers, you can add this inside of one of the divs:
  64.  
  65.  
  66. <p><font class="h3">Legal</font>
  67. <BR><b>NAME:</b> Input info
  68. <BR><b>NICKNAMES:</b> Input info
  69. <BR><b>ALIASES:</b> Input info
  70. <BR><b>DATE OF BIRTH:</b> Input info
  71. <BR><b>PLACE OF BIRTH:</b> Input info
  72. <BR><b>CURRENT RESIDENCE:</b> Input info
  73.  
  74. <p><font class="h3">Physical</font>
  75. <BR><b>ETHNICITY:</b> Input info
  76. <BR><b>HAIR COLOR:</b> Input info
  77. <BR><b>EYE COLOR:</b> Input info
  78. <BR><b>HEIGHT:</b> Input info
  79. <BR><b>WEIGHT:</b> Input info
  80. <BR><b>BIRTHMARKS/SCARS:</b> Input info
  81.  
  82. <p><font class="h3">Personality</font>
  83. <BR><b>Traits:</b> Input Info
  84. <BR><b>Disorders:</b> Input Info
  85. <BR><b>Addictions:</b> Input Info
  86. <BR><b>Likes:</b> Input Info
  87. <BR><b>Dislikes:</b> Input Info
  88. <BR><b>Quirks:</b> Input Info
  89.  
  90. <p><font class="h3">Education</font>
  91. <BR><b>High School</b> Input Info
  92. <br><b>College</b> Input Info
  93. <br><b>Major</b> Input Info
  94. <br><b>Degree</b> Input Info
  95.  
  96. <p><font class="h3">Employment</font>
  97. <BR><b>OCCUPATION:</b> Input info
  98. <BR><b>JOB DESCRIPTION:</b> Input info
  99. <BR><b>EMPLOYER:</b> Input info
  100. <BR><b>SKILLSET:</b> Input info
  101.  
  102. <p><font class="h3">Family</font>
  103. <BR><b>MOTHER:</b> Input info
  104. <BR><b>FATHER:</b> Input info
  105. <BR><b>SISTER(S):</b> Input info
  106. <BR><b>BROTHER(S):</b> Input info
  107. <BR><b>Other Family:</b> Input info
  108.  
  109. <p><font class="h3">Relationships</font>
  110. <BR><b>SEXUAL ORIENTATION:</b> Input info
  111. <BR><b>RELATIONSHIP STATUS:</b> Input info
  112. <BR><b>CURRENT RELATIONSHIP(S):</b> Input info
  113. <BR><b>PAST RELATIONSHIP(S):</b> Input info
  114.  
  115.  
  116.  
  117.  
  118. ///////////////////////////////////////////////////
  119. _______________________________________________
  120.  
  121.  
  122.  
  123.  
  124. Don't forget to replace the XXXXX with your friend ID number.
  125.  
  126. (>‿◠)✌
  127.  
  128.  
  129. *****************************SAVE YOUR WORK AS YOU GO.*******************************
  130.  
  131.  
  132.  
  133.  
  134.  
  135. DO NOT REMOVE THE .VICARIOUS MARKERS FROM ANY VICARIOUS LAYOUT.
  136.  
  137. -----------------------------ABOUT ME---------------------------------
  138.  
  139. </td></tr></table></td></tr></table></td></tr></table></div>
  140.  
  141. <style type="text/css">
  142. @import url(http://fonts.googleapis.com/css?family=Tangerine:400,700|Raleway:400,300|Six+Caps|Yanone+Kaffeesatz:400,700);
  143.  
  144. /* - -DO NOT PUT ANYTHING ABOVE THE @import LINE ABOVE - - */
  145.  
  146. .vicarious {Layouts available @ http://vicarious-hs.tumblr.com/}
  147.  
  148.  
  149.  
  150. .vicarious{Background Properties // BODY COLOR IS IN THE COLOR PALETTE SECTION}
  151. body {
  152. background-image:url( );
  153. background-repeat:repeat;
  154. background-position: top center;
  155. background-attachment:fixed;
  156. }
  157.  
  158. .vicarious{ Google Chrome Scrollbar }
  159. ::-webkit-scrollbar {width: 10px;}
  160. ::-webkit-scrollbar-track {border: 1px solid ;}
  161. ::-webkit-scrollbar-thumb {border: 1px solid ;}
  162.  
  163. .vicarious { Font Styles }
  164.  
  165. a, a:link, a:active, a:visited, a:hover, td, .text, table, tr, td, li, div, input, p, i, b, em {
  166. font-family: tahoma;
  167. font-size: 8pt ;
  168. line-height: 90% ;
  169. text-decoration:none;
  170. }
  171.  
  172. P { text-align:justify; }
  173. I { font-size:12pt;font-family: Tangerine; text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); }
  174. EM {font-size:13pt; font-family: times new roman; text-shadow: 1px 1px 2px rgba(0, 0, 0, 1); }
  175.  
  176. B {
  177. font-family: arial narrow;
  178. font-size:8pt;
  179. font-weight:bold;
  180. text-transform:uppercase;
  181. line-height:100%;
  182. letter-spacing: 0pt;
  183. }
  184.  
  185. a.first, a.first:link, a.first:active, a.first:visited, a.second, a.second:link, a.second:active, a.second:visited {
  186. font-family: arial narrow;
  187. font-size:9pt;
  188. text-align:center;
  189. text-transform:uppercase;
  190. line-height:35px;
  191. height:35px;
  192. display:block;
  193. font-weight:bold;
  194. text-decoration:none;
  195. -webkit-transition: all 2.4s ease-out;
  196. -moz-transition: all 2.4s ease-out;transition:
  197. all 2.4s ease-out;
  198. margin-bottom:2px;
  199. }
  200.  
  201. a.second, a.second:link, a.second:active, a.second:visited {
  202. width:auto;
  203. line-height:20px;
  204. height:20px;
  205. letter-spacing:1pt;
  206.  
  207. }
  208.  
  209.  
  210. .h1, .h2, .h3, .h4, .h5 {
  211. text-transform:uppercase;
  212. line-height:100%;
  213. text-align:center;
  214. display:block;
  215. font-size: 11pt ;
  216. }
  217.  
  218. .h1 {
  219.  
  220. font-family: copperplate gothic light;
  221. font-size: 25pt ;
  222. }
  223.  
  224.  
  225. .h2 {
  226. font-family: 'Yanone Kaffeesatz', sans-serif;
  227. font-size: 15pt ;
  228. }
  229.  
  230.  
  231. .h3 {
  232. font-family: 'Quattrocento', serif;
  233. font-size: 10pt ;
  234. margin:5px 0px;
  235. letter-spacing:2pt;
  236. }
  237.  
  238.  
  239. .h4 {
  240. font-family: 'Raleway', sans-serif;
  241. font-size: 14pt ;
  242. margin:10px 0px;
  243. padding:10px 0px;
  244. letter-spacing:2pt;
  245. }
  246.  
  247. .h5 {
  248. font-family: 'Six Caps', sans-serif;
  249. font-size: 12pt ;
  250. margin:10px 0px;
  251. letter-spacing:2pt;
  252. }
  253.  
  254.  
  255. .vicarious { Div IDS/Class Styles }
  256.  
  257.  
  258. .buffer, .victext1, .victext2, .victext3, .victext4, .victext5, .victext6, .victext7, .v710w300h, .v150w355h, .v350w380h, .v300w200h, .v225w255h, .v330w225h, .v100w225h, .v245w75h, .v530w230h, .v230w150h, .v450w150h {
  259. left:50%;
  260. top:0%;
  261. position:absolute;
  262. overflow:hidden;
  263. z-index:1;
  264. }
  265.  
  266.  
  267. .v710w300ha, .v150w355ha, .v350w380ha, .v300w200ha, .v225w255ha, .v330w225ha, .v100w225ha, .v245w75ha, .v530w230ha, .v230w150ha, .v450w150ha {
  268. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  269. filter: alpha(opacity=0);
  270. opacity: 0;
  271. -webkit-transition: all 0.9s linear ;
  272. -moz-transition: all 0.9s linear ;
  273. -ms-transition: all 0.9s linear ;
  274. -o-transition: all 0.9s linear
  275. transition: all 0.9s linear ;
  276. overflow:hidden;
  277. text-align:left;
  278. }
  279.  
  280.  
  281.  
  282. .v710w300ha:hover, .v150w355ha:hover, .v350w380ha:hover, .v300w200ha:hover, .v225w255ha:hover, .v330w225ha:hover, .v100w225ha:hover, .v245w75ha:hover, .v530w230ha:hover, .v230w150ha:hover, .v450w150ha:hover {
  283. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=96)";
  284. filter: alpha(opacity=96);
  285. opacity: .96;
  286. overflow:auto;
  287. }
  288.  
  289.  
  290. .vicarious { Div IDS/Class Styles }
  291. .v710w300h {margin-top:75px; margin-left:-600px;}
  292. .v710w300h, .v710w300ha {width:710px; height:300px; }
  293. .v150w355h {margin-top:20px;margin-left:115px;}
  294. .v150w355h, .v150w355ha {width:150px; height: 355px;}
  295. .v350w380h {margin-top:50px; margin-left:270px;}
  296. .v350w380h, .v350w380ha {width:350px; height: 380px; }
  297. .v300w200h {margin-top:435px;margin-left:-600px;}
  298. .v300w200h, .v300w200ha {width:300px;height:200px;}
  299. .v225w255h {margin-left:-295px;margin-top:380px;}
  300. .v225w255h, .v225w255ha {width:225px;height:255px;}
  301. .v330w225h {margin-left:-65px;margin-top:435px;}
  302. .v330w225h, .v330w225ha {width:330px;height:225px;}
  303. .v100w225h {margin-left:270px;margin-top:435px;}
  304. .v100w225h, .v100w225ha {width:100px;height:225px;}
  305. .v245w75h {margin-left:375px;margin-top:465px;}
  306. .v245w75h, .v245w75ha {width:245px;height:75px;}
  307. .v530w230h {margin-left:-600px;margin-top:640px;}
  308. .v530w230h, .v530w230ha {width:530px;height:230px;}
  309. .v230w150h {margin-left:-65px;margin-top:665px;}
  310. .v230w150h, .v230w150ha {width:230px;height:150px;}
  311. .v450w150h {margin-left:170px;margin-top:665px;}
  312. .v450w150h, .v450w150ha {width:450px;height:150px;}
  313.  
  314.  
  315. .victext1, .victext2, .victext3, .victext4, .victext5, .victext6, .victext7 {
  316. line-height:100%;
  317. text-align:center;
  318. display:block;
  319. text-transform:uppercase;
  320. overflow:hidden;
  321. }
  322.  
  323.  
  324.  
  325. .victext1 {
  326. width:710px;
  327. height:50px;
  328. margin-left:-600px;
  329. margin-top:20px;
  330. font-size: 50px ;
  331. letter-spacing:1pt;
  332. font-family: arial narrow;
  333. }
  334.  
  335. .victext2{
  336. width:350px;
  337. height:25px;
  338. margin-left:270px;
  339. margin-top:20px;
  340. font-size: 25px ;
  341. letter-spacing:0pt;
  342. font-family: georgia;
  343. }
  344.  
  345. .victext3 {
  346. width:300px;
  347. height:50px;
  348. margin-left:-600px;
  349. margin-top:380px;
  350. font-size: 50px ;
  351. letter-spacing:-2pt;
  352. font-family: arial narrow;
  353. }
  354.  
  355. .victext4 {
  356. width:330px;
  357. height:50px;
  358. margin-left:-65px;
  359. margin-top:380px;
  360. font-size: 50px ;
  361. letter-spacing:9pt;
  362. font-family: 'Six Caps', sans-serif;
  363. }
  364.  
  365. .victext5 {
  366. width:245px;
  367. height:25px;
  368. margin-left:375px;
  369. margin-top:435px;
  370. font-size: 25px ;
  371. letter-spacing:6pt;
  372. font-family: 'Six Caps', sans-serif;
  373. }
  374.  
  375.  
  376. .victext6 {
  377. width:245px;
  378. height:115px;
  379. margin-left:375px;
  380. margin-top:545px;
  381. font-size:115px ;
  382. letter-spacing:-6pt;
  383. font-family:arial narrow;
  384. }
  385.  
  386. .victext7 {
  387. width:685px;
  388. height:50px;
  389. margin-left:-65px;
  390. margin-top:820px;
  391. font-size: 50px ;
  392. letter-spacing:0pt;
  393. font-family: 'Yanone Kaffeesatz', sans-serif;
  394.  
  395. }
  396.  
  397. .buffer {
  398. background-color:transparent;
  399. width:1220px;
  400. height:25px;
  401. margin-left:-650px;
  402. margin-top:880px;
  403. }
  404.  
  405.  
  406.  
  407. .vicarious{ Color Palette}
  408. body{ background-color:121212; }
  409. .victext1, .victext2, .victext3, .victext4, .victext5, .victext6, .victext7, .v710w300h, .v150w355h, .v350w380h, .v300w200h, .v225w255h, .v330w225h, .v100w225h, .v245w75h, .v530w230h, .v230w150h, .v450w150h {background-color:000000; }
  410. .v710w300ha:hover, .v150w355ha:hover, .v350w380ha:hover, .v300w200ha:hover, .v225w255ha:hover, .v330w225ha:hover, .v100w225ha:hover, .v245w75ha:hover, .v530w230ha:hover, .v230w150ha:hover, .v450w150ha:hover {
  411. background-color:121212;}
  412. ::-webkit-scrollbar-track {background-color:000000 ; border-color:121212;}
  413. ::-webkit-scrollbar-thumb {background-color:383a3d; border-color:121212 ;}
  414. a, a:link, a:active, a:visited, a:hover, td, .text, table, tr, td, li, div, input, p, i, b, em { color:424242; }
  415. I { color:cfd4da; }
  416. EM { color:b0bdcd; }
  417. B { color:6b798a; }
  418. a.first, a.first:link, a.first:active, a.first:visited, a.second, a.second:link, a.second:active, a.second:visited { color:9fa6a9; background-color: 151c2c; }
  419. a.first:hover, a.second:hover { color:bac6cb; background-color: 223442; }
  420. .victext1, .victext4, .victext7 { color:6e757d; }
  421. .victext2, .victext3, .victext5, .victext6 { color:444c57; }
  422. .h1{ color:7a8087; background-color:122533 ; }
  423. .h2{ color:000000; background-color: 9aabb3; }
  424. .h3{ color:555555; background-color: 0f2733; }
  425. .h4{ color:9fa6a9; background-color: 151c2c; }
  426. .h5{ color:bac6cb; background-color: 223442; }
  427.  
  428.  
  429. /* - - CSS!! NO TOUCHY!!! - - */
  430.  
  431. img {border:0px;}
  432. table, tr, td {background:transparent; border:0px;}
  433. img, .contactTable { display:none; }
  434. .vicholder img, .comt img { display:inline; }
  435. table div, td td td, table div div { visibility:hidden; }
  436. font, a, .vicsc a { visibility:hidden; }
  437. .hidenav {display:none}
  438. div.profileWidth {margin-top: -30px !important;}
  439. div.profileWidth div {filter:alpha(opacity=0); opacity:0.0001}
  440. div.profileWidth div.clearfix, hidenav hidenav hidenav,
  441. div.profileWidth div div {filter:none; opacity:0.9999}
  442. div.profileWidth div.clearfix {position:relative; top:30px}
  443. table table embed {display:block; width:202px; height:35px; position:absolute; top:0px; left:0px; visibility:visible;}
  444. table table table embed, .vicholder div embed {position:static !important; width:auto; height:auto; }
  445. .text, table table table table a,table table table table div,table table table table div a {visibility:visible;}
  446. .vicsc { display:none; }
  447. .text, td.text td.text table, .contactTable, .lightbluetext8 {display:none;}
  448. table table, table table td {padding:0px; height:0px;}
  449. marquee { z-index:8; }
  450. table div, span, td td td, table div div { visibility:hidden !important; }
  451. .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
  452.  
  453. table font, .vicholder div table, .vicholder div table td, .comt, .comt td, .comt span, .comt a, .comt div {visibility:visible !important;}
  454. .vicDiv {content:"Layouts available @ http://vicarious-hs.tumblr.com";}
  455. /* - - - - - - - */
  456.  
  457.  
  458. .vicarious{ Hide Codes }
  459. .userProfileURL { display:none; }
  460. .profileInfo { display:none; }
  461. .friendsComments { display:none; }
  462. .friendSpace { display:none; }
  463. .blurbs {display: none;}
  464. .contactTable {display: none;}
  465. .latestBlogEntry {display: none;}
  466. .extendedNetwork {display: none;}
  467. .interestsAndDetails {display: none;}
  468. .userprofiledetail {display: none;}
  469. .userAlbums { display:none; }
  470. .whitetext12{visibility:hidden; display:none;}
  471. .orangetext15{visibility:hidden; display:none;}
  472. .lightbluetext8{visibility:hidden; display:none}
  473. table table table table td {width:0px;}
  474. .contactTable td, table table td.text table td,table table table table table td {width:auto;}
  475. .profile { display:none !important;visibility:hidden!important; }
  476. table tr td[id='footerWarpper']{display:none !important;visibility:hidden!important;}
  477.  
  478.  
  479.  
  480. </style>
  481.  
  482. <div style="display:none;"><table><tr><td><table><tr><td><table><tr><td>
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489. -----------------------------LIKE TO MEET---------------------------------
  490.  
  491. </td></tr></table></td></tr></table></td></tr></table></div><DIV class="vicholder">
  492.  
  493. <div class="victext1">I wish I could have you here</div>
  494. <div class="victext2">Character Name Here</div>
  495. <div class="victext3">Bleed me dry</div>
  496. <div class="victext4">In my clutches</div>
  497. <div class="victext5">Kisses & Kerosene</div>
  498. <div class="victext6">MINE</div>
  499. <div class="victext7">...in a perfect world I would get my wish</div>
  500.  
  501.  
  502. <div class="v710w300h" style="background-image:url(http://i.imgur.com/q20TRFK.jpg);">
  503. <div class="v710w300ha">
  504. <font class="h1">Header 1</font>
  505. <font class="h2">Header 2</font>
  506. <font class="h3">Header 3</font>
  507. <font class="h4">Header 4</font>
  508. <font class="h5">Header 5</font>
  509.  
  510. <p><b>Bold</b> <i>Italic</i> <em>Em</em> Regular text
  511.  
  512. <p>A storyboard is a visual representation of your character's tale. You may include less pics of you and add to them pictures of the place your character is from, things he/she enjoys doing or images of those connections that are central to your character, etc. It's really up to you what you put in here.
  513.  
  514. <p>ALL COLORS IN THIS LAYOUT CAN BE CHANGED. Locate a color selector only that will provide you with color codes or use PS, etc on your computer. Find the Color Palette in About Me and alter the colors in that section. Everything is marked. So if you want to change the color of the links in this, change the background-color and the color for the a.first and a.second text markers under Color Palette.
  515.  
  516. <p>All photo boxes (with the exception of the small pic under "Kisses & Kerosene" and the two tall/skinny pics (where the links are), have been left relatively blank for you to put in whatever you wish. If you need to title a section, just use one of the header codes above for your titles.
  517.  
  518. <p>For the lines of text that make-up the visible text on the layout itself on non-hover mode (ie "I wish I could have you here", etc), I have put in text codes and letter-spacing so that the area is almost completely filled. If, however, you change these and the line of text ends up being longer or shorter, you may need to go up into About Me and locate the text div for that area. Example, if you change victext3's wording from "Bleed me dry" to something longer, go into About Me and find the .victext3 div. Change the letter spacing from -2pt to -4pt, etc to smash the text together. OR you can change the font-family from arial narrow to something that is more compact OR you can change the font-size from 50px to 45px, etc. Just mess with it until your wording fits properly.
  519.  
  520. <p<Read the height and width for each image in the actual coding for each section. In this case the code says v710w300h which translates to a 710px width and a 300px height.
  521.  
  522. <p>Put your image code where you see background-image:url(.....)
  523.  
  524. <p>Every image has a scrollbox underneath it. If you decide you want less hover boxes (just leaving the pics instead), do the following (Example is for this section but the same rule applies to all):
  525. <BR>1. From the second line of code that starts with the < sign and then div class="v710w300ha" and ends in > Remove that whole line and then TAKE AWAY one of the closed div tags below (the < followed by the /div and closed with >)
  526.  
  527. <p>Refer to the original instructions if this is in anyway unclear.
  528.  
  529. </div></div>
  530.  
  531.  
  532.  
  533. <div class="v150w355h" style="background-image:url(http://i.imgur.com/GYzifCv.jpg);">
  534. <div class="v150w355ha">
  535. <a class="second" href="LINK HERE">Name</a>
  536. <a class="second" href="LINK HERE">Name</a>
  537. <a class="second" href="LINK HERE">Name</a>
  538. <a class="second" href="LINK HERE">Name</a>
  539. <a class="second" href="LINK HERE">Name</a>
  540. <a class="second" href="LINK HERE">Name</a>
  541. <a class="second" href="LINK HERE">Name</a>
  542. <a class="second" href="LINK HERE">Name</a>
  543. <a class="second" href="LINK HERE">Name</a>
  544. <a class="second" href="LINK HERE">Name</a>
  545. <a class="second" href="LINK HERE">Name</a>
  546. <a class="second" href="LINK HERE">Name</a>
  547. <a class="second" href="LINK HERE">Name</a>
  548. <a class="second" href="LINK HERE">Name</a>
  549. <a class="second" href="LINK HERE">Name</a>
  550. <a class="second" href="LINK HERE">Name</a>
  551.  
  552. </div></div>
  553.  
  554. <div class="v350w380h" style="background-image:url(http://i.imgur.com/wd3CzVS.jpg);">
  555. <div class="v350w380ha">
  556. <p>Put whatever you want here.
  557. </div></div>
  558.  
  559.  
  560. <div class="v300w200h " style="background-image:url(http://i.imgur.com/ZEN4ZEa.jpg);">
  561. <div class="v300w200ha">
  562. <p>Put whatever you want here.
  563. </div></div>
  564.  
  565. <div class="v225w255h" style="background-image:url(http://i.imgur.com/9QNq8Gq.jpg);">
  566. <div class="v225w255ha">
  567. <p>Put whatever you want here.
  568. </div></div>
  569.  
  570.  
  571. <div class="v330w225h" style="background-image:url(http://i.imgur.com/VBDBkgy.jpg);">
  572. <div class="v330w225ha">
  573. <p>Put whatever you want here.
  574. </div></div>
  575.  
  576.  
  577. <div class="v100w225h" style="background-image:url(http://i.imgur.com/3lopMXz.jpg);">
  578. <div class="v100w225ha">
  579.  
  580. <a class="first" href="/logincomplete.php">Home</a>
  581. <a class="first" href="/invite_friend.php?friend_id=xxxxxx">Add</a>
  582. <a class="first" href="/send_message.php?member_id=xxxxxx">Message</a>
  583. <a class="first" href="/add_testimonial.php?member_id=xxxxxx">Comment</a>
  584. <a class="first" href="/gallery.php?member_id=xxxxxx">Photos</a>
  585. <a class="first" href="/view_member_blog.php?member_id=xxxxxx">Blogs</a>
  586.  
  587. </div></div>
  588.  
  589. <div class="v245w75h" style="background-image:url(http://i.imgur.com/BUOgZF3.jpg);">
  590. <div class="v245w75ha">
  591.  
  592. <center>
  593. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="200" height="20">
  594. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
  595. <param name="bgcolor" value="#121212" />
  596. <param name="FlashVars" value="mp3=http%3A//k002.kiwi6.com/hotlink/fp1yetap27/rev_2220.mp3&autoplay=1&bgcolor=121212&loadingcolor=444444&buttoncolor=444444&slidercolor=444444" /></object>
  597. </center>
  598.  
  599. </div></div>
  600.  
  601. <div class="v530w230h" style="background-image:url(http://i.imgur.com/OxhaMFO.jpg);">
  602. <div class="v530w230ha">
  603. <p>Put whatever you want here.
  604. </div></div>
  605.  
  606. <div class="v230w150h" style="background-image:url(http://i.imgur.com/Ano7w7q.jpg);">
  607. <div class="v230w150ha">
  608. <p>Put whatever you want here.
  609. </div></div>
  610.  
  611.  
  612. <div class="v450w150h" style="background-image:url(http://i.imgur.com/UkCNtid.jpg);">
  613. <div class="v450w150ha">
  614. <p>Put whatever you want here.
  615. </div></div>
  616.  
  617.  
  618. <div class="buffer"></div></div></div><div class="ficsc"><table><tr><td><table><tr><td><table><tr><td>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement