Advertisement
VicariousHelpSite

CSS/DIV Layout 144a

Aug 29th, 2014
565
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. !!!!!!!!!!!!Read It!!!!!!!!!!!!
  2.  
  3. (⊙.⊙(☉_☉)⊙.⊙)
  4.  
  5. CAN'T EMPHASIZE THIS ENOUGH: There are div ids/classes, tables (table, tr, td) and img classes in this layout. Be VERY, VERY, VERY careful not to drop off any of the coding.
  6.  
  7. ............................
  8.  
  9. INSTRUCTIONS ARE LOCATED IN LIKE TO MEET
  10.  
  11. ............................
  12.  
  13. IMAGES PSD
  14.  
  15. If you elect to keep the color scheme for pics, the psd is here:
  16. https://docs.google.com/file/d/0B79YHAkeE7SuRTUxZzg5YkNmelk
  17.  
  18.  
  19. ............................
  20.  
  21. MUSIC PLAYER
  22.  
  23. REPLACE MY MUSIC PLAYER WITH YOUR OWN.
  24.  
  25.  
  26.  
  27. ............................
  28.  
  29.  
  30. FOR ROLEPLAYER.ME USERS:
  31.  
  32. For the below text font classes and all of the headers (1, 2, 3, etc) and lyrics, please note the following:
  33. 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.
  34.  
  35. <font class="h1">Header 1</font>
  36.  
  37. 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:
  38. <h1>Header</h1> <strike>Strike</strike> etc..
  39.  
  40. OR just leave them as they are. They will work for you either way.
  41.  
  42.  
  43. ///////////////////////////////////////////////////
  44.  
  45.  
  46.  
  47. Don't forget to replace the XXXXX with your friend ID number.
  48.  
  49. (>‿◠)✌
  50.  
  51.  
  52. *****************************SAVE YOUR WORK AS YOU GO.*******************************
  53.  
  54.  
  55. DO NOT REMOVE THE .VICARIOUS MARKERS FROM ANY VICARIOUS LAYOUT.
  56.  
  57. -----------------------------ABOUT ME-----------------------------
  58.  
  59. <style type="text/css">
  60. @import url(http://fonts.googleapis.com/css?family=Raleway:400,900|Oswald|Dynalight|Roboto+Condensed:400,700|Lato:300,400,700|Ruthie);
  61.  
  62. /* - -DO NOT PUT ANYTHING ABOVE THE @import LINE ABOVE - - */
  63. /* - -DO NOT REARRANGE MY CODING!! ORDER IS IMPORTANT! - - */
  64.  
  65. .vicarious { Structure }
  66.  
  67. body{
  68. width:100%;
  69. height:100%;
  70. padding:0px;
  71. margin:0px;
  72. background-color:326d7e;
  73. background-image:url(http://i62.tinypic.com/2lvl8gw.jpg);
  74. background-position:center center;
  75. background-attachment:fixed;
  76. background-repeat:repeat;
  77. }
  78.  
  79. table, tr, td {background-color:transparent; display:inline-block;}
  80.  
  81. .vicarious{ Google Chrome Scrollbar }
  82.  
  83. ::-webkit-scrollbar {width: 10px;}
  84. ::-webkit-scrollbar-track { border: 1px solid #2b6879; background-color:transparent; }
  85. ::-webkit-scrollbar-thumb { border: 1px solid #2b6879; background-color:c8bda5; }
  86.  
  87.  
  88. .vicarious { GENERAL TEXT }
  89.  
  90. a, b, i, p, table, tr, td, li, div, .text, .btext {
  91. font-family:calibri;
  92. font-size:7.5pt;
  93. line-height:95%;
  94. color: beb8a2;
  95. padding:0px;
  96. margin:0px;
  97. text-decoration:none;
  98. text-transform:none;
  99. word-spacing:-1px;
  100. }
  101.  
  102. a { display:block; }
  103.  
  104. p {
  105. text-align:justify;
  106. margin-top: 5px;
  107. text-indent:3px;
  108. }
  109.  
  110. p:first-line {
  111. font-weight:bold; }
  112.  
  113. p:first-letter {
  114. font-size: 9pt;
  115. font-family: 'Ruthie', cursive;
  116. padding-left:5px;
  117. }
  118.  
  119. b {
  120. font-size:8pt;
  121. text-transform:uppercase;
  122. font-family: 'Roboto Condensed', sans-serif;
  123. color: d0cab5;
  124. }
  125.  
  126. i {
  127. font-size:10pt;
  128. color: ccb792;
  129. font-family: 'Dynalight', cursive;
  130. }
  131.  
  132. .u, u {
  133. color: 97b0aa;
  134. text-decoration:underline;
  135. }
  136.  
  137. .strike, strike {
  138. color: d3cebd;
  139. text-decoration:line-through;
  140. letter-spacing:1pt;
  141. }
  142.  
  143. .strong, strong {
  144. font-family:courier new;
  145. font-size: 9pt;
  146. text-transform:uppercase;
  147. color:ddc9aa;
  148. font-weight:900;
  149. }
  150.  
  151. em {
  152. font-family:brush script mt;
  153. font-size:11pt;
  154. color: 89a4a6;
  155. }
  156.  
  157. .h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6, .h7, h7, .h8, h8, .h9, h9, .h10, h10, .h11, h11, .h12, h12, .one, one, .two, two, .three, three, .lyric, lyric, .lyric2, lyric2, .lyric3, lyric3, .lyric4, lyric4, .lyric5, lyric5, .lyric6, lyric6, .lyric7, lyric7, small, big {
  158. padding:0px;
  159. margin:0px;
  160. line-height:auto;
  161. }
  162.  
  163. .h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6, .h7, h7, .h8, h8, .h9, h9, .h10, h10, .h11, h11, .h12, h12, .one, one, .two, two, .three, three {
  164. display:block;
  165. }
  166.  
  167. big {
  168. font-size:36pt;
  169. text-transform:uppercase;
  170. font-family: 'Dynalight', cursive;
  171. }
  172.  
  173. .cite {font-size:0px; color:transparent;display:block; height:0px;}
  174.  
  175.  
  176. p {text-align:justify;}
  177.  
  178.  
  179. .vicarious{ Div Commons }
  180.  
  181. /* MAIN ATTRIBUTES SHARED BY DIVS FROM VARIOUS SECTIONS */
  182.  
  183.  
  184.  
  185. /* Background X mark images for Divs ( Same as profile body background ) */
  186.  
  187. #SIDEBAR #default, .pic .mask, .stats .block, .m11 .bae, .m22 .mask {
  188. background-image:url(http://i62.tinypic.com/2lvl8gw.jpg);
  189. background-position:center center;
  190. background-repeat:repeat;
  191. }
  192.  
  193. #MAIN1, #MAIN2, #LINX, #SIDEBAR, #LINE1, #LINE2, #LINE3 {
  194. visibility:visible;
  195. top:0%;
  196. left:50%;
  197. z-index:2;
  198. overflow:hidden;
  199. }
  200.  
  201. #MAIN1, #MAIN2 { position:absolute; }
  202.  
  203. #LINX, #SIDEBAR, #LINE1, #LINE2, #LINE3 {position:fixed;}
  204. #LINX, #SIDEBAR, #MAIN2 {background-color:transparent; }
  205.  
  206.  
  207. .vicarious{ Divs }
  208.  
  209.  
  210. /* SIDEBAR */
  211.  
  212. #SIDEBAR #default, #SIDEBAR:hover #default, #SIDEBAR #info, #SIDEBAR:hover #info {
  213. -webkit-transition: all .6s ease 1s;
  214. -moz-transition: all .6s ease 1s;
  215. -o-transition: all .6s ease 1s;
  216. -ms-transition: all .6s ease 1s;
  217. transition: all .6s ease 1s;
  218. }
  219.  
  220. #sidebar #namefield, #SIDEBAR #lower {
  221. transition:All .6s linear 0s;
  222. -webkit-transition:All .6s linear 0s;
  223. -moz-transition:All .6s linear 0s;
  224. -o-transition:All .6s linear 0s;
  225. -ms-transition: all .6s ease 0s;
  226. }
  227.  
  228. #SIDEBAR {
  229. margin-top:0px;
  230. margin-left:-575px;
  231. padding:0px;
  232. width:310px;
  233. height:100%;
  234. }
  235.  
  236. #SIDEBAR #default {
  237. position:absolute;
  238. overflow:hidden;
  239. margin-left:0px;
  240. margin-top:100px;
  241. z-index:3;
  242. padding:0px;
  243. width:300px;
  244. height:400px;
  245. padding:0px;
  246. background-color:829893 ;
  247. border:5px solid #c8bda5;
  248. }
  249.  
  250. #SIDEBAR:hover #default {
  251. opacity:0;
  252. }
  253.  
  254. #default img {
  255. overflow:hidden;
  256. margin:5px;
  257. width:280px;
  258. height:380px;
  259. border:5px solid #2b6879;
  260. }
  261.  
  262. #SIDEBAR #info {
  263. position:absolute;
  264. overflow:hidden;
  265. margin-left:0px;
  266. margin-top:100px;
  267. z-index:3;
  268. padding:0px;
  269. width:300px;
  270. height:400px;
  271. opacity:0;
  272. background-color:2b6879;
  273. border:5px solid #c8bda5;
  274. }
  275.  
  276. #SIDEBAR:hover #info {
  277. opacity:1;
  278. }
  279.  
  280. #info .textbox {
  281. position:absolute;
  282. height:250px;
  283. width:250px;
  284. overflow:auto;
  285. margin-top:0px;
  286. margin-left:20px;
  287. padding:5px;
  288. opacity:0;
  289. background-color: rgba(255,255,255,0.05);
  290. transition:All .6s linear 0s;
  291. -webkit-transition:All .6s linear 0s;
  292. -moz-transition:All .6s linear 0s;
  293. -o-transition:All .6s linear 0s;
  294. -ms-transition: all .6s ease 0s;
  295. }
  296.  
  297. #SIDEBAR:hover .textbox {
  298. opacity:1;
  299. margin-top:20px;
  300. transition:All 1.6s linear 3.6s;
  301. -webkit-transition:All 1.6s linear 3.6s;
  302. -moz-transition:All 1.6s linear 3.6s;
  303. -o-transition:All 1.6s linear 3.6s;
  304. -ms-transition: all 1.6s ease 3.6s;
  305. }
  306.  
  307. #SIDEBAR .h1, #SIDEBAR h1 {
  308. margin:10px 0px;
  309. background-color:829893;
  310. font-size:14pt;
  311. font-family: 'Oswald', sans-serif;
  312. font-weight:700;
  313. font-style:italic;
  314. text-align:center;
  315. padding:0px 10px;
  316. text-transform:none;
  317. line-height:60%;
  318. }
  319.  
  320.  
  321. #info .contact {
  322. position:absolute;
  323. overflow:hidden;
  324. margin-top:305px;
  325. margin-left:5px;
  326. height:25px;
  327. width:280px;
  328. padding:0px 5px;
  329. opacity:0;
  330. color:2b6879;
  331. background-color:c8bda5;
  332. font-size:9pt;
  333. line-height:25px;
  334. font-family: 'Oswald', sans-serif;
  335. display:block;
  336. text-align:center;
  337. text-transform:none;
  338. transition:All .2s linear 0s;
  339. -webkit-transition:All .2s linear 0s;
  340. -moz-transition:All .2s linear 0s;
  341. -o-transition:All .2s linear 0s;
  342. -ms-transition: all .2s ease 0s;
  343. }
  344.  
  345. #SIDEBAR:hover .contact{
  346. opacity:1;
  347. margin-top:365px;
  348. transition:All 1.6s linear 4s;
  349. -webkit-transition:All 1.6s linear 4s;
  350. -moz-transition:All 1.6s linear 4s;
  351. -o-transition:All 1.6s linear 4s;
  352. -ms-transition: all 1.6s ease 4s;
  353. }
  354.  
  355.  
  356. #sidebar #namefield {
  357. position:fixed;
  358. overflow:hidden;
  359. margin-top:100px;
  360. margin-left:0px;
  361. height:60px;
  362. line-height:60px;
  363. width:290px;
  364. opacity:0;
  365. background-color:829893;
  366. font-size:16pt;
  367. z-index:5;
  368. font-family: 'Oswald', sans-serif;
  369. font-weight:700;
  370. font-style:italic;
  371. display:block;
  372. text-align:center;
  373. padding:0px 10px;
  374. text-transform:none;
  375. -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
  376. -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
  377. box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
  378. }
  379.  
  380. #SIDEBAR:hover #namefield {
  381. margin-top:400px;
  382. opacity:1;
  383. transition:All 1.6s linear 2s;
  384. -webkit-transition:All 1.6s linear 2s;
  385. -moz-transition:All 1.6s linear 2s;
  386. -o-transition:All 1.6s linear 2s;
  387. -ms-transition: all 1.6s ease 2s;
  388. }
  389.  
  390.  
  391. #SIDEBAR #lower {
  392. position:fixed;
  393. overflow:hidden;
  394. margin-top:100px;
  395. margin-left:0px;
  396. height:105px;
  397. width:300px;
  398. opacity:0;
  399. background-color:2b6879;
  400. border:5px solid #c8bda5;
  401. }
  402.  
  403. #SIDEBAR:hover #lower {
  404. margin-top:515px;
  405. opacity:1;
  406. transition:All 2s linear 2s;
  407. -webkit-transition:All 2s linear 2s;
  408. -moz-transition:All 2s linear 2s;
  409. -o-transition:All 2s linear 2s;
  410. -ms-transition: all 2s ease 2s;
  411. }
  412.  
  413. #lower .quote {
  414. width:280px;
  415. height:60px;
  416. padding:5px;
  417. margin:5px;
  418. display:block;
  419. font-family: 'Dynalight', cursive;
  420. font-size:14pt;
  421. overflow:hidden;
  422. text-align:center;
  423. background-color: rgba(255,255,255,0.05);
  424. }
  425.  
  426. #lower .music {
  427. width:300px;
  428. height:20px;
  429. text-align:center;
  430. display:block;
  431. overflow:hidden;
  432. margin-bottom:5px;
  433. }
  434.  
  435.  
  436. /* MAIN AREA 1 */
  437.  
  438. #MAIN1 {
  439. margin-top:25px;
  440. margin-left:-240px;
  441. padding:0px;
  442. width:700px;
  443. height:510px;
  444. background-color:2b6879;
  445. border:5px solid #c8bda5;
  446. }
  447.  
  448. #MAIN1 .title {
  449. position:absolute;
  450. width:285px;
  451. height:55px;
  452. margin-top:5px;
  453. margin-left:5px;
  454. }
  455.  
  456. #MAIN1 .h1, #MAIN1 h1 {
  457. height:25px;
  458. line-height:25px;
  459. padding:5px;
  460. font-size:25px;
  461. text-align:center;
  462. background-color:829893;
  463. font-family: 'Oswald', sans-serif;
  464. }
  465.  
  466. #MAIN1 .h2, #MAIN1 h2 {
  467. height:10px;
  468. line-height:10px;
  469. padding:5px;
  470. font-size:10px;
  471. text-align:right;
  472. color:2b6879;
  473. background-color:c8bda5;
  474. font-family: 'Oswald', sans-serif;
  475. }
  476.  
  477. #MAIN1 .about {
  478. position:absolute;
  479. width:265px;
  480. height:400px;
  481. padding:10px;
  482. overflow:auto;
  483. margin-top:65px;
  484. margin-left:5px;
  485. background-color: rgba(255,255,255,0.05);
  486. }
  487.  
  488. #MAIN1 .pic {
  489. position:absolute;
  490. background-image:repeat:no-repeat;
  491. width:400px;
  492. height:480px;
  493. background-size:400px 480px;
  494. overflow:hidden;
  495. margin-top:5px;
  496. margin-left:295px;
  497. }
  498.  
  499. .pic .mask, .pic:hover .mask, .pic .stats, .pic:hover .stats {
  500. -webkit-transition: all .6s linear 0s;
  501. -moz-transition: all .6s linear 0s;
  502. -o-transition: all .6s linear 0s;
  503. -ms-transition: all .6s linear 0s;
  504. transition: all .6s linear 0s;
  505. }
  506.  
  507. .pic .mask, .pic .stats {
  508. position:absolute;
  509. opacity:0;
  510. overflow:hidden;
  511. }
  512.  
  513. .pic .mask {
  514. width:400px;
  515. height:480px;
  516. margin-top:0px;
  517. margin-left:0px;
  518. outline:solid;
  519. outline-offset:-10px;
  520. outline-width:2px;
  521. color:2b6879;
  522. background-color:829893;
  523. }
  524.  
  525. .pic .stats {
  526. padding:10px;
  527. width:330px;
  528. height:410px;
  529. margin-top:20px;
  530. margin-left:20px;
  531. border:5px solid #c8bda5;
  532. opacity:0;
  533. background-color: rgba(255,255,255,0.05);
  534. background-color:829893;
  535. text-align:left;
  536. }
  537.  
  538. .stats .block {
  539. float:right;
  540. width:175px;
  541. height:175px;
  542. margin:0px 0px 5px 5px;
  543. overflow:hidden;
  544. outline:solid;
  545. outline-offset:-10px;
  546. outline-width:5px;
  547. color:2b6879;
  548. background-color:c8bda5;
  549. }
  550.  
  551. .block .photo {
  552. margin-top:25px;
  553. margin-left:25px;
  554. width:140px;
  555. height:140px;
  556. padding:20px;
  557. background-size:140px 140px;
  558. background-repeat:no-repeat;
  559. background-position:top left;
  560. -webkit-border-radius: 360px;
  561. -moz-border-radius: 360px;
  562. border-radius:360px;
  563. background-color:2b6879;
  564. -webkit-box-shadow: -2px -2px 6px 0px rgba(0, 0, 0, 0.30);
  565. -moz-box-shadow: -2px -2px 6px 0px rgba(0, 0, 0, 0.30);
  566. box-shadow: -2px -2px 6px 0px rgba(0, 0, 0, 0.30);
  567. }
  568.  
  569. .stats .h3, .stats h3 {
  570. outline:solid;
  571. outline-offset:-5px;
  572. outline-width:2px;
  573. color:6c857f;
  574. height:20px;
  575. line-height:20px;
  576. font-size:15px;
  577. padding:5px 10px 5px 5px;
  578. margin:5px 0px;
  579. text-align:right;
  580. background-color:c8bda5;
  581. font-family: 'Roboto Condensed', sans-serif;
  582. font-weight:700;
  583. }
  584.  
  585. .pic:hover .mask, .pic:hover .stats {opacity:1;}
  586.  
  587. .pic:hover .stats {overflow:auto;}
  588.  
  589. #MAIN1 #more {
  590. z-index:3;
  591. position:absolute;
  592. overflow:hidden;
  593. width:700px;
  594. height:20px;
  595. margin-top:490px;
  596. margin-left:0px;
  597. background-color:2b6879;
  598. -webkit-transition: all .6s linear .5s;
  599. -moz-transition: all .6s linear .5s;
  600. -o-transition: all .6s linear .5s;
  601. -ms-transition: all .6s linear .5s;
  602. transition: all .6s linear .5s;
  603. }
  604.  
  605. #MAIN1 #more:hover {
  606. margin-top:0px;
  607. height:500px;
  608. -webkit-transition: all .6s linear .5s;
  609. -moz-transition: all .6s linear .5s;
  610. -o-transition: all .6s linear .5s;
  611. -ms-transition: all .6s linear .5s;
  612. transition: all .6s linear .5s;
  613. }
  614.  
  615. #more .plus {
  616. z-index:3;
  617. position:absolute;
  618. width:700px;
  619. height:20px;
  620. line-height:20px;
  621. font-size:10px;
  622. display:block;
  623. overflow:hidden;
  624. margin-top:0px;
  625. margin-left:0px;
  626. background-color: rgba(255,255,255,0.05);
  627. opacity:1;
  628. -webkit-transition: all .6s linear 1s;
  629. -moz-transition: all .6s linear 1s;
  630. -o-transition: all .6s linear 1s;
  631. -ms-transition: all .6s linear 1s;
  632. transition: all .6s linear 1s;
  633. }
  634.  
  635. #more:hover .plus {
  636. height:0px;
  637. opacity:0;
  638. -webkit-transition: all .0s linear 1s;
  639. -moz-transition: all .0s linear 1s;
  640. -o-transition: all .0s linear 1s;
  641. -ms-transition: all .0s linear 1s;
  642. transition: all .0s linear 1s;
  643. }
  644.  
  645. #more .pic, #more .about, #more .title, #more:hover .pic, #more:hover .about, #more:hover .title {
  646. -webkit-transition: all .6s linear 1s;
  647. -moz-transition: all .6s linear 1s;
  648. -o-transition: all .6s linear 1s;
  649. -ms-transition: all .6s linear 1s;
  650. transition: all .6s linear 1s;
  651. }
  652.  
  653. #more .pic, #more .about, #more .title {
  654. opacity:0;
  655. }
  656.  
  657. #more:hover .pic, #more:hover .about, #more:hover .title {
  658. opacity:1;
  659. overflow:auto;
  660. }
  661.  
  662.  
  663. /* MAIN AREA 2 */
  664.  
  665. #MAIN2 {
  666. margin-top:550px;
  667. margin-left:-240px;
  668. padding:0px;
  669. width:710px;
  670. height:260px;
  671. }
  672.  
  673. #MAIN2 .m11, #MAIN2 .m22, #MAIN2 .m33 {
  674. position:absolute;
  675. margin-top:0px;
  676. padding:0px;
  677. height:250px;
  678. background-color:2b6879;
  679. border:5px solid #c8bda5;
  680. }
  681.  
  682. #MAIN2 .m11 {
  683. margin-left:0px;
  684. width:300px;
  685. overflow:hidden;
  686. }
  687.  
  688. #MAIN2 .m22 {
  689. margin-left:315px;
  690. width:250px;
  691. overflow:hidden;
  692. }
  693.  
  694. #MAIN2 .m33 {
  695. margin-left:580px;
  696. width:120px;
  697. overflow-y:auto;
  698. overflow-x:hidden;
  699. }
  700.  
  701. .m11 .bae {
  702. float:right;
  703. width:140px;
  704. height:140px;
  705. margin:0px 0px 0px 5px;
  706. overflow:hidden;
  707. color:2b6879;
  708. outline:solid;
  709. outline-offset:-10px;
  710. outline-width:1px;
  711. background-color:2b6879;
  712. }
  713.  
  714. .bae .conn5 {
  715. margin-top:10px;
  716. margin-left:10px;
  717. width:120px;
  718. height:120px;
  719. background-size:120px 120px;
  720. background-repeat:no-repeat;
  721. background-color:2b6879;
  722. }
  723.  
  724. .m11 .about {
  725. width:280px;
  726. height:230px;
  727. padding:5px;
  728. margin:5px;
  729. overflow:auto;
  730. font-size:7pt;
  731. background-color:67898b;
  732. text-align:left;
  733. }
  734.  
  735. .m11 p {
  736. font-size:7pt;
  737. }
  738.  
  739. .m11 b {
  740. color:34626f;
  741. font-size:10pt;
  742. }
  743.  
  744. .m11 big {
  745. font-family: 'Ruthie', cursive;
  746. font-size:20pt;
  747. padding-right:5px;
  748. }
  749.  
  750. .m11 .strong, .m11 strong {
  751. font-family: 'Dynalight', cursive;
  752. font-size: 10pt;
  753. text-transform:none;
  754. font-weight:normal;
  755. }
  756.  
  757. .m11 .h5, .m11 h5 {
  758. padding:10px 5px;
  759. margin:0px 0px 5px 0px;
  760. font-size:13pt;
  761. text-align:right;
  762. border-bottom:2px solid #c8bda5;
  763. font-style:italic;
  764. -moz-border-radius-bottomleft: 90px;
  765. -webkit-border-bottom-left-radius: 90px;
  766. border-bottom-left-radius: 90px
  767. }
  768.  
  769. #MAIN2 .h4, #MAIN2 h4 {
  770. font-family: 'Dynalight', cursive;
  771. font-size:16pt;
  772. text-align:right;
  773. padding:5px;
  774. border-bottom:2px solid #2b6879;
  775. color:2b6879;
  776. }
  777.  
  778. .m22 .conn1, .m22 .conn2, .m22 .conn3, .m22 .conn4 {
  779. position:absolute;
  780. padding:0px;
  781. width:125px;
  782. height:125px;
  783. z-index:1;
  784. background-size:125px 125px;
  785. -webkit-transition: all .4s ease 0s;
  786. -moz-transition: all .4s ease 0s;
  787. -o-transition: all .4s ease 0s;
  788. -ms-transition: all .4s ease 0s;
  789. transition: all .4s ease 0s;
  790. }
  791.  
  792. .m22 .conn1, .m22 .conn2 {margin-top:0px;}
  793. .m22 .conn3, .m22 .conn4 {margin-top:125px;}
  794. .m22 .conn1, .m22 .conn3 {margin-left:0px;}
  795. .m22 .conn2, .m22 .conn4 {margin-left:125px;}
  796.  
  797.  
  798. .m22 .conn1:hover, .m22 .conn2:hover, .m22 .conn3:hover, .m22 .conn4:hover {
  799. width:250px;
  800. height:250px;
  801. margin-top:0px;
  802. margin-left:0px;
  803. z-index:2;
  804. background-size:250px 250px;
  805. -webkit-transition: all .4s ease .2s;
  806. -moz-transition: all .4s ease .2s;
  807. -o-transition: all .4s ease .2s;
  808. -ms-transition: all .4s ease .2s;
  809. transition: all .4s ease .2s;
  810. }
  811.  
  812. .m22 .mask {
  813. overflow:hidden;
  814. position:relative;
  815. width:250px;
  816. height:250px;
  817. margin-top:0px;
  818. margin-left:0px;
  819. -webkit-transition: all .4s ease 0s;
  820. -moz-transition: all .4s ease 0s;
  821. -o-transition: all .4s ease 0s;
  822. -ms-transition: all .4s ease 0s;
  823. transition: all .4s ease 0s;
  824. opacity:0;
  825. background-color:c8bda5;
  826. outline:solid;
  827. outline-offset:-10px;
  828. outline-width:5px;
  829. color:2b6879;
  830. }
  831.  
  832. .conn1:hover .mask, .conn2:hover .mask, .conn3:hover .mask, .conn4:hover .mask {
  833. -webkit-transition: all .6s ease 1.6s;
  834. -moz-transition: all .6s ease 1.6s;
  835. -o-transition: all .6s ease 1.6s;
  836. -ms-transition: all .6s ease 1.6s;
  837. transition: all .6s ease 1.6s;
  838. opacity:1;
  839. }
  840.  
  841. .m22 .about {
  842. overflow:hidden;
  843. position:absolute;
  844. width:200px;
  845. height:200px;
  846. margin-top:20px;
  847. margin-left:20px;
  848. padding:5px;
  849. -webkit-transition: all .4s ease 0s;
  850. -moz-transition: all .4s ease 0s;
  851. -o-transition: all .4s ease 0s;
  852. -ms-transition: all .4s ease 0s;
  853. transition: all .4s ease 0s;
  854. opacity:0;
  855. background-color:829893;
  856. }
  857.  
  858. .conn1:hover .about, .conn2:hover .about, .conn3:hover .about, .conn4:hover .about {
  859. overflow:auto;
  860. -webkit-transition: all .6s ease 1.6s;
  861. -moz-transition: all .6s ease 1.6s;
  862. -o-transition: all .6s ease 1.6s;
  863. -ms-transition: all .6s ease 1.6s;
  864. transition: all .6s ease 1.6s;
  865. opacity:1;
  866. }
  867.  
  868. .m33 a, .m33 a:hover {
  869. -webkit-transition: all .6s ease;
  870. -moz-transition: all .6s ease;
  871. -o-transition: all .6s ease;
  872. -ms-transition: all .6s ease;
  873. transition: all .6s ease;
  874. }
  875.  
  876. .m33 a {
  877. overflow:hidden;
  878. text-decoration:none;
  879. font-family: 'Lato', sans-serif;
  880. font-weight:300;
  881. height:20px;
  882. line-height:20px;
  883. color: 2b6879;
  884. margin:0px 1px 1px 1px;
  885. background-color:c8bda5;
  886. border: 2px solid #829893;
  887. text-align:center;
  888. }
  889.  
  890. .m33 a:hover {
  891. border-left-width:118px;
  892. }
  893.  
  894. /* PROFILE LINES */
  895.  
  896. #LINE1, #LINE2, #LINE3 {
  897. margin-top:0px;
  898. padding:0px;
  899. width:20px;
  900. height:100%;
  901. }
  902.  
  903. #LINE1 {
  904. margin-left:495px;
  905. background-color:829893;
  906. }
  907.  
  908. #LINE2 {
  909. margin-left:525px;
  910. background-color:c1baa3;
  911. }
  912.  
  913. #LINE3 {
  914. margin-left:-445px;
  915. width:50px;
  916. background-color:67898b;
  917. }
  918.  
  919.  
  920. /* PROFILE LINKS */
  921.  
  922. #LINX {
  923. overflow:none;
  924. margin-top:-300px;
  925. margin-left:500px;
  926. padding:0px;
  927. width:40px;
  928. height:300px;
  929. text-decoration:none;
  930. background-color:transparent;
  931. -webkit-transition: all 0s linear 0s;
  932. -moz-transition: all 0s linear 0s;
  933. -o-transition: all 0s linear 0s;
  934. -ms-transition: all 0s linear 0s;
  935. transition: all 0s linear 0s;
  936. }
  937.  
  938. body:hover #LINX {
  939. margin-top:100px;
  940. -webkit-transition: all .6s linear 0s;
  941. -moz-transition: all .6s linear 0s;
  942. -o-transition: all .6s linear 0s;
  943. -ms-transition: all .6s linear 0s;
  944. transition: all .6s linear 0s;
  945. }
  946.  
  947. #LINX a {
  948. -webkit-transition: all .6s ease;
  949. -moz-transition: all .6s ease;
  950. -o-transition: all .6s ease;
  951. -ms-transition: all .6s ease;
  952. transition: all .6s ease;
  953. -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  954. -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  955. box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  956. }
  957.  
  958. #LINX a {
  959. font-size:0pt;
  960. margin:5px;
  961. padding:0px;
  962. width:10px;
  963. height:10px;
  964. background-color:2b6879;
  965. border:10px double #c8bda5;
  966. color:2b6879;
  967. outline:solid;
  968. outline-offset:-10px;
  969. outline-width:0px;
  970. }
  971.  
  972. #LINX a:hover {
  973. outline:solid;
  974. outline-offset:-5px;
  975. outline-width:5px;
  976. background-color:c8bda5;
  977. border:10px double #2b6879;
  978. }
  979.  
  980.  
  981.  
  982. .vicarious{ Hide Codes }
  983. .profileInfo, .userProfileURL, .friendsComments, .blurbs, .blacktext12, .friendSpace, .contactTable, .extendedNetwork, .latestBlogEntry, .interestsAndDetails, .userProfiledetail, .userAlbums, .whitetext12, .orangetext15, .lightbluetext8, .blacktext12, .navigationBar, tr#groups, .navigationBar, .profile, table tr td[id='footerWarpper'] { display:none !important;visibility:hidden!important; }
  984. table table table table td {width:0px;}
  985. .contactTable td, table table td.text table td,table table table table table td {width:auto;}
  986. div div select, div div form {display:none !important;}
  987. select { visibility:hidden!important; WIDTH:0px!important;}
  988. table div {display:none;}
  989. table table div {display:block;}
  990. .clearfix {display:none !important;position:absolute!important;}
  991. div[id="googlebar"],div div select{opacity:0;filter:alpha(opacity=0);display:none !important;position:absolute !important; bottom:2000px !important;}
  992. .profileInfo tr tr td { visibility:hidden; }
  993. .profileInfo td.text { visibility:visible; }
  994. .vicarious {Layouts available @ http://vicarious-hs.tumblr.com/}
  995. </style></td></tr></table><table style="display:none"><tr><td>
  996.  
  997.  
  998.  
  999.  
  1000. -----------------------------LIKE TO MEET-------------------------
  1001.  
  1002. <font class="cite">
  1003.  
  1004. PAST THIS INTO LIKE TO MEET FOR REFERENCE. IT WILL NOT BE VISIBLE ON THE PROFILE.
  1005.  
  1006.  
  1007. Instructions
  1008.  
  1009. ------ > BACKGROUND IMAGES
  1010.  
  1011. The background images are see-through X marks. If you change the color of the background, you will note that the color of the background changes by the X marks remain. If you don't want the X marks, remove the link under Body {background-image:url (LINK) area in About Me. There will also an X mark background image in a few of the divs. The same thing applies. Find the DIV COMMONS in About Me and remove the link if you don't want the X marks to be visible.
  1012.  
  1013.  
  1014. ------ > IMAGES
  1015.  
  1016. A summary of sizes needed are as follows:
  1017.  
  1018. One default pic (INTERESTS/ div id="default") of 280px width X 380px height.
  1019.  
  1020. Two main pics (MUSIC / div class="pic") of 400px width X 480px height.
  1021.  
  1022. For the sake of simplicity, the remaining pics should be 250px width by 250px height. The layout will size them down appropriate if necessary.
  1023.  
  1024.  
  1025. ------ > TEXT
  1026.  
  1027. .vicarious { GENERAL TEXT }
  1028.  
  1029. For the most part, text specifications under General Text apply to the full layout. As such, if you want to change the Bold color for the layout, you would do so under General Text / Bold; however sometimes changes for coloring, size, etc will instead be made IN the individual div sections (under About Me) because they apply to JUST that div.
  1030.  
  1031. Example - Assume the Bold under General Text is White #FFFFFF and the Bold under a Div1 is Black #000000. To alter the color for the Bold in Div1, you would go to that div section in About Me and alter the B color there instead of the one in General Text.
  1032.  
  1033. ------ > Music Player
  1034.  
  1035. You will note a line of code that starts with param name="wmode" on the music player itself. The normal player that you add from flash-mp3-player.net does not contain this. If you are replacing the full player, make sure to add it into your code. Firefox can be buggy with flash players. The extra line of code will keep the player from displaying improperly on the screen.
  1036.  
  1037.  
  1038. </cite>
  1039.  
  1040. -----------------------------INTERESTS----------------------------
  1041.  
  1042. </td></tr></table></td></tr></table><table cellspacing="0" cellpadding="0" border="0"><tr><td><table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" align="center" style="word-wrap:break-word">
  1043.  
  1044. <div id="LINE3"></div><div id="sidebar"><div ID="lower"><div class="quote">
  1045.  
  1046. Thy soul shall find itself alone 'mid dark thoughts of the gray tombstone; not one, of all the crowd, to pry into thine hour of secrecy.
  1047.  
  1048. </div><div class="music">
  1049.  
  1050. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="200" height="20">
  1051. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
  1052. <param name="bgcolor" value="#2b6879" />
  1053. <param name="wmode" value="opaque" />
  1054. <param name="FlashVars" value="mp3=http%3A//k007.kiwi6.com/hotlink/v31anstuba/TON_BNO1.mp3&autoplay=1&bgcolor=2b6879&loadingcolor=c8bda5&buttoncolor=c8bda5&slidercolor=c8bda5" />
  1055. </object>
  1056.  
  1057.  
  1058. </div></div><div ID="default">
  1059.  
  1060. <img src="http://i57.tinypic.com/20ud10h.jpg">
  1061.  
  1062.  
  1063. </div><div id="info"><div class="textbox">
  1064.  
  1065. <font class="h1">Verses</font>
  1066. Verse | Verse | Verse | Verse
  1067.  
  1068. <font class="h1">Writing Style</font>
  1069. Multiple Paragraphs to Novella (Word Count = ?)
  1070.  
  1071. <font class="h1">Dues</font>
  1072. Starters (0) | Comments (0) | Messages (0)
  1073.  
  1074. <font class="h1">Brief Bio or Intro</font>
  1075.  
  1076. <p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus.
  1077.  
  1078. </div><div class="contact">
  1079.  
  1080. AIM: CONTACTINFO
  1081.  
  1082. </div></div><div id="namefield">
  1083.  
  1084. <big>F</big>irstname
  1085. <big>L</big>astname
  1086.  
  1087. </div></div>
  1088.  
  1089.  
  1090. -----------------------------MUSIC--------------------------------
  1091.  
  1092.  
  1093. </td></tr></table></td></tr></table><table cellspacing="0" cellpadding="0" border="0"><tr><td><table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" align="center" style="word-wrap:break-word">
  1094.  
  1095. <div id="main1">
  1096.  
  1097. <div class="pic" style="background-image:url(http://i57.tinypic.com/2zow8qa.jpg);">
  1098.  
  1099. <div class="mask"></div><div class="stats">
  1100.  
  1101. <font class="h3">Legal & Physical</font>
  1102.  
  1103. <b>NICKNAMES:</b> Input info
  1104. <BR><b>ALIASES:</b> Input info
  1105. <BR><b>DATE OF BIRTH:</b> Input info
  1106. <BR><b>PLACE OF BIRTH:</b> Input info
  1107. <BR><b>CURRENT RESIDENCE:</b> Input info
  1108. <BR><b>ETHNICITY:</b> Input info
  1109. <BR><b>HAIR COLOR:</b> Input info
  1110. <BR><b>EYE COLOR:</b> Input info
  1111. <BR><b>HEIGHT:</b> Input info
  1112. <BR><b>WEIGHT:</b> Input info
  1113. <BR><b>BIRTHMARKS/SCARS:</b> Input info
  1114.  
  1115. <font class="h3">Family & Relationships</font>
  1116.  
  1117. <b>MOTHER:</b> Input info
  1118. <BR><b>FATHER:</b> Input info
  1119. <BR><b>SISTER(S):</b> Input info
  1120. <BR><b>BROTHER(S):</b> Input info
  1121. <BR><b>OTHER Family:</b> Input info
  1122. <BR><b>STATUS:</b> Input info
  1123. <BR><b>ORIENTATION:</b> Input info
  1124. <BR><b>CURRENT:</b> Input info
  1125. <BR><b>FORMER:</b> Input info
  1126.  
  1127. <font class="h3">Education & Employment</font>
  1128.  
  1129. <b>High School</b> Input Info
  1130. <br><b>College</b> Input Info
  1131. <br><b>Major</b> Input Info
  1132. <br><b>Degree</b> Input Info
  1133. <br><b>OCCUPATION:</b> Input info
  1134. <BR><b>JOB DESCRIPTION:</b> Input info
  1135. <BR><b>EMPLOYER:</b> Input info
  1136. <BR><b>SKILLSET:</b> Input info
  1137.  
  1138. </div></div><div class="title">
  1139.  
  1140. <font class="h1">History & Origins</font>
  1141. <font class="h2">Quote</font>
  1142.  
  1143. </div><div class="about">
  1144.  
  1145. <em>Emphasized</em>
  1146. <b>Bold</b>
  1147. <i>Italics</i>
  1148. <font class="u">underline</font>
  1149. <font class="strike">strike</font>
  1150. <font class="strong">strong</font>
  1151.  
  1152. <p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.
  1153.  
  1154. <p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.
  1155.  
  1156.  
  1157. </div><div id="more"><div class="plus">+</div>
  1158.  
  1159. <div class="pic" style="background-image:url(http://i58.tinypic.com/fctwls.jpg);">
  1160.  
  1161. <div class="mask"></div><div class="stats">
  1162.  
  1163. <font class="h3">Personality</font>
  1164.  
  1165. <div class="status2"><div class="block">
  1166.  
  1167. <div class="photo" style="background-image:url(http://i59.tinypic.com/eu29l0.jpg);">
  1168.  
  1169. </div></div>
  1170.  
  1171. <b>Type</b> Input Info
  1172. <br><b>Traits</b> Input Info
  1173. <br><b>Quirks</b> Input Info
  1174.  
  1175. <p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.
  1176.  
  1177. <p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.
  1178.  
  1179.  
  1180. </div></div></div><div class="title">
  1181.  
  1182. <font class="h1">Present Day</font>
  1183. <font class="h2">Quote</font>
  1184.  
  1185. </div><div class="about">
  1186.  
  1187. <p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.
  1188.  
  1189. <p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.
  1190.  
  1191. </div></div></div>
  1192.  
  1193.  
  1194.  
  1195. -----------------------------MOVIES-------------------------------
  1196.  
  1197. </td></tr></table></td></tr></table><table cellspacing="0" cellpadding="0" border="0"><tr><td><table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" align="center" style="word-wrap:break-word">
  1198.  
  1199. <div id="MAIN2"><div class="m11"><div class="about">
  1200.  
  1201. <font class="h5">
  1202. <big>F</big>irstname
  1203. <big>L</big>astname
  1204. </font>
  1205.  
  1206. <div class="bae">
  1207. <div class="conn5" style="background-image:url(http://i57.tinypic.com/wlwqxc.jpg);">
  1208. </div></div>
  1209.  
  1210. <font class="strong">
  1211.  
  1212. <b>▪</b> Some detail here
  1213. <BR><b>▪</b> Some detail here
  1214. <BR><b>▪</b> Some detail here
  1215. <BR><b>▪</b> Some detail here
  1216. <BR><b>▪</b> Some detail here
  1217. <BR><b>▪</b> Some detail here
  1218. <BR><b>▪</b> Some detail here
  1219. </font>
  1220.  
  1221. <p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus.
  1222.  
  1223. </div></div><div class="m22">
  1224.  
  1225. <div class="conn1" style="background-image:url(http://i57.tinypic.com/2ebfw4i.jpg);">
  1226.  
  1227. <div class="mask"><div class="about">
  1228.  
  1229. <font class="h4">Main Name 1</font>
  1230.  
  1231. <p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.
  1232.  
  1233. </div></div></div>
  1234.  
  1235. <div class="conn2" style="background-image:url(http://i61.tinypic.com/314copt.jpg);">
  1236.  
  1237. <div class="mask"><div class="about">
  1238.  
  1239. <font class="h4">Main Name 2</font>
  1240.  
  1241. <p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.
  1242.  
  1243. </div></div></div>
  1244.  
  1245. <div class="conn3" style="background-image:url(http://i57.tinypic.com/709n6e.jpg);">
  1246.  
  1247. <div class="mask"><div class="about">
  1248.  
  1249. <font class="h4">Main Name 3</font>
  1250.  
  1251. <p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.
  1252.  
  1253. </div></div></div>
  1254.  
  1255. <div class="conn4" style="background-image:url(http://i60.tinypic.com/2lia8le.jpg);">
  1256.  
  1257. <div class="mask"><div class="about">
  1258.  
  1259. <font class="h4">Main Name 4</font>
  1260.  
  1261. <p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.
  1262.  
  1263. </div></div></div></div><div class="m33">
  1264.  
  1265. <a href="/#">Connection Name</a>
  1266. <a href="/#">Connection Name</a>
  1267. <a href="/#">Connection Name</a>
  1268. <a href="/#">Connection Name</a>
  1269. <a href="/#">Connection Name</a>
  1270. <a href="/#">Connection Name</a>
  1271. <a href="/#">Connection Name</a>
  1272. <a href="/#">Connection Name</a>
  1273. <a href="/#">Connection Name</a>
  1274. <a href="/#">Connection Name</a>
  1275.  
  1276. </div></div>
  1277.  
  1278. -----------------------------TV---------------------------
  1279.  
  1280. </td></tr></table></td></tr></table><table cellspacing="0" cellpadding="0" border="0"><tr><td><table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" align="center" style="word-wrap:break-word">
  1281.  
  1282. <div id="line1"></div><div id="line2"></div><div id="linx">
  1283.  
  1284. <a title="Home" href="/logincomplete.php"></a>
  1285.  
  1286. <a title="Add" href="/invite_friend.php?friend_id=xxxxxx"></a>
  1287.  
  1288. <a title="Message" href="/send_message.php?member_id=xxxxxx"></a>
  1289.  
  1290. <a title="Comment" href="/add_testimonial.php?member_id=xxxxxx"></a>
  1291.  
  1292. <a title="Photos" href="/gallery.php?member_id=xxxxxx"></a>
  1293.  
  1294. <a title="Blogs" href="/view_member_blog.php?member_id=xxxxxx"></a>
  1295.  
  1296. <a title="Extra" href="/#"></a>
  1297.  
  1298. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement