Advertisement
VicariousHelpSite

CSS/DIV Layout 141b

Aug 18th, 2014
547
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. IMAGES
  10.  
  11. For the sake of simplicity, make all of your images 265px width by 265px height. The layout will re-size them for you.
  12.  
  13. If you want to change out the pics but keep the color scheme for the images, the PSD is here: https://drive.google.com/file/d/0B79YHAkeE7SuSnp6MDN0ZTF0bm8
  14.  
  15. ............................
  16.  
  17. MUSIC PLAYER
  18.  
  19. REPLACE MY MUSIC PLAYER WITH YOUR OWN.
  20.  
  21. ............................
  22.  
  23.  
  24. FOR ROLEPLAYER.ME USERS:
  25.  
  26. For the below text font classes and all of the headers (1, 2, 3, etc) and lyrics, please note the following:
  27. 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.
  28.  
  29. <font class="h1">Header 1</font>
  30.  
  31. 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:
  32. <h1>Header</h1> <strike>Strike</strike> etc..
  33.  
  34. OR just leave them as they are. They will work for you either way.
  35.  
  36.  
  37. ///////////////////////////////////////////////////
  38.  
  39.  
  40.  
  41. Don't forget to replace the XXXXX with your friend ID number.
  42.  
  43. (>‿◠)✌
  44.  
  45.  
  46. *****************************SAVE YOUR WORK AS YOU GO.*******************************
  47.  
  48.  
  49. DO NOT REMOVE THE .VICARIOUS MARKERS FROM ANY VICARIOUS LAYOUT.
  50.  
  51. -----------------------------ABOUT ME---------------------------------
  52.  
  53. <style type="text/css">
  54. @import url(http://fonts.googleapis.com/css?family=Abel|Quicksand:700|IM+Fell+English:400,400italic|Alfa+Slab+One|Playfair+Display:400,700italic|Anton:400|Shadows+Into+Light|Raleway:400,900|Yanone+Kaffeesatz:400,300|Oswald|Dynalight|Roboto+Condensed:400,700);
  55.  
  56. /* - -DO NOT PUT ANYTHING ABOVE THE @import LINE ABOVE - - */
  57. /* - -DO NOT REARRANGE MY CODING!! ORDER IS IMPORTANT! - - */
  58.  
  59. .vicarious { Structure }
  60.  
  61. body {
  62. background-color:271d31;
  63. background-image:url();
  64. background-repeat:repeat;
  65. background-attachment:fixed;
  66. background-position:center center;
  67. }
  68.  
  69. table, tr, td {background-color:transparent;}
  70.  
  71. .vicarious{ Google Chrome Scrollbar }
  72. ::-webkit-scrollbar {width: 10px;}
  73. ::-webkit-scrollbar-track {border: 1px solid #000000;background-color:transparent;}
  74. ::-webkit-scrollbar-thumb {border: 1px solid #000000;background-color:a6c4bc;}
  75.  
  76. .vicarious { text }
  77.  
  78. table, tr, td, li, p, div, .text, .btext, a, b, i {
  79. font-family:tahoma;
  80. font-size:7pt;
  81. line-height:100%;
  82. color:5e5468;
  83. padding:0px;
  84. margin:0px;
  85. text-decoration:none;
  86. text-transform:none;
  87. }
  88.  
  89. p {text-align:justify;}
  90. p:first-line { }
  91. p:first-letter { font-size: 9pt; }
  92.  
  93.  
  94. b {
  95. text-transform:uppercase;
  96. font-family: 'Roboto Condensed', sans-serif;
  97. color:b7dad1;
  98. }
  99.  
  100. i {
  101. color:655876;
  102. }
  103.  
  104. .u, u {
  105. color:726482;
  106. text-decoration:underline;
  107. }
  108.  
  109. .strike, strike {
  110. color:c9dcd7;
  111. text-decoration:line-through;
  112. }
  113.  
  114. .strong, strong {
  115. font-family:courier new;
  116. font-size: 9pt;
  117. text-transform:uppercase;
  118. color:d4e8e3;
  119. text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
  120. }
  121.  
  122. em {
  123. font-family:brush script mt;
  124. font-size:11pt;
  125. color:b3aeba;
  126. }
  127.  
  128. .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. small, big {
  129. padding:0px;
  130. margin:0px;
  131. }
  132.  
  133. .cite {font-size:0px; color:transparent;display:block; height:0px;}
  134.  
  135.  
  136. .vicarious { Divs }
  137.  
  138. #back, #back1,#linx, #namefield1, #namefield2, #bx1, #bx2, #c1-5, #c6-7, #c8-10 {
  139. left:50%;
  140. top:0%;
  141. visibility:visible;
  142. z-index:1;
  143. position:absolute;
  144. background-color:transparent;
  145. overflow:hidden;
  146. }
  147.  
  148. #back {
  149. width:1100px;
  150. height:1090px;
  151. margin-top:0px;
  152. margin-left:-555px;
  153. border-left:0px solid # ;
  154. border-right:0px solid # ;
  155. }
  156.  
  157. #back1 {
  158. margin-left:-484px;
  159. margin-top:150px;
  160. width:946px;
  161. height:675px;
  162. -webkit-border-radius: 15px;
  163. -moz-border-radius: 15px;
  164. border-radius: 15px;
  165. border:4px solid #bde1d7;
  166. }
  167.  
  168. #linx {
  169. margin-left:-455px;
  170. margin-top:55px;
  171. width:500px;
  172. height:235px;
  173. transform: rotate(315deg) ;
  174. -webkit-transform: rotate(315deg) ;
  175. -moz-transform: rotate(315deg) ;
  176. -o-transform: rotate(315deg) ;
  177. -ms-transform: rotate(315deg) ;
  178. text-align:left;
  179. }
  180.  
  181. #linx a {
  182. padding-right:5px;
  183. text-align:right;
  184. display:block;
  185. height:29px;
  186. line-height:29px;
  187. margin-bottom:0px;
  188. -moz-border-radius-topright: 90px;
  189. -webkit-border-top-right-radius: 90px;
  190. border-top-right-radius: 90px;
  191. -moz-border-radius-bottomright: 90px;
  192. -webkit-border-bottom-right-radius: 90px;
  193. border-bottom-right-radius: 90px;
  194. font-weight:light;
  195. font-size:7pt;
  196. letter-spacing:1pt;
  197. font-family: 'Oswald', sans-serif;
  198. text-decoration:none;
  199. text-transform:uppercase;
  200. transition:All .6s ease-in-out .2s;
  201. -webkit-transition:All .6s ease-in-out .2s;
  202. -moz-transition:All .6s ease-in-out .2s;
  203. -o-transition:All .6s ease-in-out .2s;
  204. border-width: 4 4 4 15;
  205. border-style:solid;
  206. border-color:bde1d7;
  207. color:d7ebe5 ;
  208. text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
  209. text-decoration:none;
  210. }
  211.  
  212. #linx a.LK1 {width:300px; background-color:3f3050;}
  213. #linx a.LK2 {width:325px; background-color:473859;}
  214. #linx a.LK3 {width:350px; background-color:524364;}
  215. #linx a.LK4 {width:375px; background-color:5c4d6e;}
  216. #linx a.LK5 {width:400px; background-color:665877;}
  217. #linx a.LK6 {width:425px; background-color:726482;}
  218.  
  219. #linx a:hover {border-width: 4px 4px 4px 50px;}
  220.  
  221. #namefield1, #namefield2 {
  222. margin-left: 45px;
  223. width:415px;
  224. display:block;
  225. text-align:right;
  226. background-color:transparent;
  227. padding-right:6px;
  228. }
  229.  
  230. #namefield1 {
  231. margin-top:60px ;
  232. padding-top:5px;
  233. height:25px;
  234. line-height:25px;
  235. text-transform:none;
  236. font-size:35px;
  237. font-family: 'Dynalight', cursive;
  238. font-style:italic;
  239. color:e2f4f3;
  240. }
  241.  
  242. #namefield2 {
  243. margin-top:85px ;
  244. padding-top:0px;
  245. height:55px;
  246. line-height:55px;
  247. text-transform:uppercase;
  248. -webkit-box-sizing: content-box;
  249. -moz-box-sizing: content-box;
  250. box-sizing: content-box;
  251. border: none;
  252. font-size:55px;
  253. font-family: "Anton", Helvetica, sans-serif;
  254. color:e5fff8;
  255. -o-text-overflow: clip;
  256. text-overflow: clip;
  257. text-shadow: 3px 3px 0 rgb(189,225,215) , 6px 6px 0 rgb(82,67,100) , 8px 8px 0 rgb(186,221,212) , 12px 12px 0 rgb(92,77,110) ;
  258. }
  259.  
  260. #bx1, #bx2 {
  261. width:528px;
  262. height:250px;
  263. overflow:hidden;
  264. margin-left:-85px;
  265. }
  266.  
  267. #bx1 {margin-top:225px;}
  268. #bx2 {margin-top:485px;}
  269.  
  270. #bx1 .img1, #bx2 .img1, #bx1 .title, #bx2 .title, #bx1 .about, #bx2 .about {
  271. position:absolute;
  272. background-color:transparent;
  273. }
  274.  
  275. #bx1 .img1, #bx2 .img1, #bx1 .title, #bx2 .title {
  276. margin-top:0px;
  277. overflow:hidden;
  278. height:50px;
  279. }
  280.  
  281. #bx1 .img1, #bx2 .img1 {
  282. margin-left:0px;
  283. width:50px;
  284. background-size: 50px 50px;
  285. }
  286.  
  287. #bx1:hover .img1, #bx2:hover .img1 {
  288. -webkit-transition: all 1s ease;
  289. -moz-transition: all 1s ease;
  290. -o-transition: all 1s ease;
  291. -ms-transition: all 1s ease;
  292. transition: all 1s ease;
  293. -webkit-filter: blur(10px);
  294. }
  295.  
  296. #bx1 .title, #bx2 .title {
  297. margin-left:55px;
  298. width:468px;
  299. font-family: 'Roboto Condensed', sans-serif;
  300. display:block;
  301. text-align:right;
  302. padding:left:5px;
  303. line-height:50px;
  304. text-transform:none;
  305. font-size:20pt;
  306. color:d1ece5;
  307. background-color:170d21;
  308. }
  309.  
  310. #bx1 .about, #bx2 .about {
  311. margin-left:55px;
  312. margin-top:55px;
  313. width:473px;
  314. height:195px;
  315. overflow:auto;
  316. }
  317.  
  318. .circle1, .circle2, .circle3, .circle4, .circle5, .circle6, .circle7, .circle8, .circle9, .circle10 {
  319. border:4px solid #bde1d7;
  320. position:absolute;
  321. background-color:a6c4bc;
  322. overflow:hidden;
  323. }
  324.  
  325. .circle6:hover, .circle7:hover, .circle8:hover, .circle9:hover, .circle10:hover{
  326. z-index:1000;
  327. }
  328.  
  329. .circle1, .circle2, .circle3, .circle4, .circle5, .circle6, .circle7, .circle8, .circle9, .circle10, .circle1 .mask, .circle2 .img, .circle3 .img, .circle4 .img, .circle5 .img, .circle6 .img, .circle6 .mask {
  330. -webkit-border-radius: 360px;
  331. -moz-border-radius: 360px;
  332. border-radius: 360px;
  333. }
  334.  
  335. #c1-5 {
  336. margin-left:-545px;
  337. margin-top:170px;
  338. height:380px;
  339. width:365px;
  340. }
  341.  
  342. .circle1 {
  343. width:245px;
  344. height:245px;
  345. background-size: 245px 245px;
  346. margin-left:40px;
  347. margin-top:60px;
  348. }
  349.  
  350. .circle1 {
  351. -webkit-animation: cssAnimation 2s ease-out 1.5s;
  352. -moz-animation: cssAnimation 2s ease-out 1.5s;
  353. -o-animation: cssAnimation 2s ease-out 1.5s;
  354. }
  355. @-webkit-keyframes cssAnimation {
  356. from { -webkit-transform: rotate(0deg);}
  357. to { -webkit-transform: rotate(2880deg);}
  358. }
  359. @-moz-keyframes cssAnimation {
  360. from { -moz-transform: rotate(0deg);}
  361. to { -moz-transform: rotate(2880deg);}
  362. }
  363. @-o-keyframes cssAnimation {
  364. from { -o-transform: rotate(0deg;);}
  365. to { -o-transform: rotate(2880deg);}
  366. }
  367.  
  368. .circle1:hover {
  369. transition:All .6s ease-in-out .2s;
  370. -webkit-transition:All .6s ease-in-out .2s;
  371. -moz-transition:All .6s ease-in-out .2s;
  372. -o-transition:All .6s ease-in-out .2s;
  373. }
  374.  
  375. .circle1:hover, .circle1:hover .inner {
  376. -moz-transform: rotate(2880deg);
  377. -o-transform: rotate(0deg;);
  378. -webkit-transform: rotate(2880deg) ;
  379. }
  380.  
  381. .circle1 .inner, .circle1 .mask {
  382. position:absolute;
  383. margin-left:0px;
  384. margin-top:0px;
  385. opacity:0;
  386. transition:All 1s ease-in-out ;
  387. -webkit-transition:All 1s ease-in-out ;
  388. -moz-transition:All 1s ease-in-out ;
  389. -o-transition:All 1s ease-in-out ;
  390. overflow:hidden;
  391. }
  392.  
  393. .circle1 .inner {
  394. width:145px;
  395. height:145px;
  396. padding:50px;
  397. }
  398.  
  399. .circle1 .mask {
  400. background-color:271d31;
  401. width:245px;
  402. height:245px;
  403. }
  404.  
  405. .circle1:hover .mask, .circle1:hover .inner {opacity:1;}
  406. .circle1:hover .mask {}
  407. .circle1:hover .inner {overflow:auto;}
  408.  
  409. .circle1, .circle1 p {
  410. color:bde1d7 ;
  411. text-align:center;
  412. }
  413.  
  414. .circle1 .h1, .circle1 h1 {
  415. background-color:e0f5ef;
  416. color:3f3050;
  417. display:block;
  418. text-transform:none;
  419. text-align:right;
  420. padding:3px 4px 2px 0px;
  421. margin:5px 0px;
  422. border-bottom:4px solid #aac4c2;
  423. font-family: 'Playfair Display', serif;
  424. overflow:none;
  425. font-size:14pt;
  426. }
  427.  
  428. .circle1 .strong, .circle1strong {
  429. display:block;
  430. font-size:2pt;
  431. margin-top:15px;
  432. text-align:center;
  433. color:transparent;
  434. transition:All .6s ease-in-out 0.2s;
  435. -webkit-transition:All .6s ease-in-out 0.2s;
  436. -moz-transition:All .6s ease-in-out 0.2s;
  437. -o-transition:All .6s ease-in-out 0.2s;
  438. }
  439.  
  440. .circle1:hover .strong, .circle1:hover strong {
  441. color:e2f4f3;
  442. font-size:20pt;
  443. transition:All 1.6s ease-in-out 2.2s;
  444. -webkit-transition:All 1.6s ease-in-out 2.2s;
  445. -moz-transition:All 1.6s ease-in-out 2.2s;
  446. -o-transition:All 1.6s ease-in-out 2.2s;
  447. }
  448.  
  449. .circle2:hover, .circle3:hover, .circle4:hover, .circle5:hover {
  450. z-index:1000;
  451. width:245px;
  452. height:245px;
  453. margin-left:40px;
  454. margin-top:60px;
  455. }
  456.  
  457. .circle2, .circle5 {width:45px;height:45px;}
  458. .circle2 {margin-left:80px;margin-top:0px;}
  459. .circle3 {margin-left:0px;margin-top:25px;width:75px;height:75px;}
  460. .circle4 {margin-left:270px;margin-top:245px; width:80px;height:80px;}
  461. .circle5 {margin-left:240px;margin-top:325px; }
  462.  
  463. .circle2, .circle3, .circle4, .circle5 {
  464. background-repeat: no-repeat;
  465. overflow:hidden;
  466. transition:All 1.6s ease-in-out 0s;
  467. -webkit-transition:All 1.6s ease-in-out 0s;
  468. -moz-transition:All 1.6s ease-in-out 0s;
  469. -o-transition:All 1.6s ease-in-out 0s;
  470. text-align:left;
  471. }
  472.  
  473. .circle2:hover, .circle3:hover, .circle4:hover, .circle5:hover { }
  474.  
  475. .circle2 .img, .circle5 .img {width:45px;height:45px; background-size: 45px 45px;}
  476. .circle3 .img {width:75px;height:75px; background-size: 75px 75px;}
  477. .circle4 .img {width:80px;height:80px; background-size:80px 80px;}
  478.  
  479. .circle2 .img, .circle3 .img, .circle4 .img, .circle5 .img {
  480. position:absolute;
  481. margin-top:0px;
  482. margin-left:0px;
  483. background-repeat: no-repeat;
  484. transition:All 1.6s ease-in-out 0s;
  485. -webkit-transition:All 1.6s ease-in-out 0s;
  486. -moz-transition:All 1.6s ease-in-out 0s;
  487. -o-transition:All 1.6s ease-in-out 0s;
  488. }
  489.  
  490. .circle2:hover .img, .circle3:hover .img,.circle4:hover .img,.circle5:hover .img {
  491. margin-top:0px;
  492. margin-left:0px;
  493. width:245px;
  494. height:245px;
  495. background-size: 245px 245px;
  496. }
  497.  
  498. .circle2 .about, .circle3 .about,.circle4 .about, .circle5 .about {
  499. width:145px;
  500. height:145px;
  501. border:50px solid #271d31;
  502. margin-top:-500px;
  503. margin-left:-500px;
  504. background-color:271d31;
  505. opacity:0;
  506. overflow:hidden;
  507. transition:All .4s ease-in-out 0s;
  508. -webkit-transition:All .4s ease-in-out 0s;
  509. -moz-transition:All .4s ease-in-out 0s;
  510. -o-transition:All .4s ease-in-out 0s;
  511. }
  512.  
  513. .circle2 .h1, .circle3 .h1, .circle4 .h1, .circle5 .h1, .circle2 h1, .circle3 h1, .circle4 h1, .circle5 h1 {
  514. font-family: 'Roboto Condensed', sans-serif;
  515. font-size:12pt;
  516. text-align:right;
  517. display:block;
  518. margin:5px 0px 2px 0px;
  519. padding:0px 5px 5px 0px;
  520. color:d9f2eb;
  521. border-left:5px solid #bde1d7;
  522. border-bottom:2px solid #bde1d7;
  523. overflow:none;
  524. line-height:95%;
  525. }
  526.  
  527. .circle2:hover .about, .circle3:hover .about, .circle4:hover .about, .circle5:hover .about {
  528. position:absolute;
  529. margin-top:0px;
  530. margin-left:0px;
  531. padding:0px;
  532. opacity:1;
  533. overflow:auto;
  534. -webkit-border-radius: 0px;
  535. -moz-border-radius: 0px;
  536. border-radius: 0px;
  537. transition:All 1s ease-in-out 1s;
  538. -webkit-transition:All 1s ease-in-out 1s;
  539. -moz-transition:All 1s ease-in-out 1s;
  540. -o-transition:All 1s ease-in-out 1s;
  541. }
  542.  
  543. #c6-7 {
  544. margin-left:-500px;
  545. margin-top:585px;
  546. height:300px;
  547. width:400px;
  548. background-color:transparent;
  549. }
  550.  
  551. .circle6, .circle6 .img, .circle6 .mask, .circle6 .conns {position:absolute;}
  552.  
  553. .circle6 {
  554. z-index:2;
  555. margin-left:50px;
  556. margin-top:55px;
  557. width:145px;
  558. height:145px;
  559. background-repeat: no-repeat;
  560. overflow:hidden;
  561. transition:All .6s ease-in-out 1.2s;
  562. -webkit-transition:All .6s ease-in-out 1.2s;
  563. -moz-transition:All .6s ease-in-out 1.2s;
  564. -o-transition:All .6s ease-in-out 1.2s;
  565. }
  566.  
  567. .circle6:hover, .circle6:hover .img {
  568. transition:All .6s ease-in-out .2s;
  569. -webkit-transition:All .6s ease-in-out .2s;
  570. -moz-transition:All .6s ease-in-out .2s;
  571. -o-transition:All .6s ease-in-out .2s;
  572. }
  573.  
  574. .circle6:hover {
  575. margin-left:25px;
  576. margin-top:20px;
  577. width:265px;
  578. height:265px;
  579. }
  580.  
  581. .circle6 .img {
  582. margin-top:0px;
  583. margin-left:0px;
  584. width:145px;
  585. height:145px;
  586. background-size: 145px 145px;
  587. background-repeat: no-repeat;
  588. transition:All .6s ease-in-out 1.2s;
  589. -webkit-transition:All .6s ease-in-out 1.2s;
  590. -moz-transition:All .6s ease-in-out 1.2s;
  591. -o-transition:All .6s ease-in-out 1.2s;
  592. }
  593.  
  594. .circle6:hover .img {
  595. margin-top:0px;
  596. margin-left:0px;
  597. width:265px;
  598. height:265px;
  599. background-size: 265px 265px
  600. }
  601.  
  602. .circle6 .mask {
  603. width:257px;
  604. height:257px;
  605. margin-top:129px;
  606. margin-left:-129px;
  607. background-color:271d31;
  608. opacity:0;
  609. border:4px dashed #bde1d7;
  610. }
  611.  
  612. .circle6 .mask, .circle6 .conns {
  613. transition:All 1s ease-in-out .2s;
  614. -webkit-transition:All 1s ease-in-out .2s;
  615. -moz-transition:All 1s ease-in-out .2s;
  616. -o-transition:All 1s ease-in-out .2s;
  617. }
  618.  
  619. .circle6:hover .mask {
  620. margin-top:0px;
  621. margin-left:0px;
  622. opacity:1;
  623. }
  624.  
  625. .circle6 .conns {
  626. margin-top:129px;
  627. margin-left:-129px;
  628. opacity:0;
  629. width:170px;
  630. height:170px;
  631. padding:5px;
  632. background-color:transparent;
  633. overflow:hidden;
  634. }
  635.  
  636. .circle6:hover .conns {
  637. opacity:1;
  638. overflow:auto;
  639. margin-top:40px;
  640. margin-left:40px;
  641. }
  642.  
  643. .circle6 .h1, .circle6 h1 {
  644. background-color:170d21;
  645. color:d7ebe5;
  646. font-size:13pt;
  647. display:block;
  648. text-align:center;
  649. font-family: 'IM Fell English', serif;
  650. padding:5px 0px;
  651. margin:5px 0px;
  652. text-transform:none;
  653. }
  654.  
  655. .conns a {
  656. font-size:6pt;
  657. font-weight:light;
  658. text-align:center;
  659. margin-bottom:1px;
  660. padding:0px;
  661. display:block;
  662. text-decoration:none;
  663. letter-spacing:0pt;
  664. text-transform:uppercase;
  665. font-family: 'Raleway', sans-serif;
  666. background-color:bde1d7;
  667. color:473859 ;
  668. transition:All 1.6s ease-in-out 0s;
  669. -webkit-transition:All 1.6s ease-in-out 0s;
  670. -moz-transition:All 1.6s ease-in-out 0s;
  671. -o-transition:All 1.6s ease-in-out 0s;
  672. overflow:hidden;
  673. height:10px;
  674. line-height:10px;
  675. }
  676.  
  677. .conns a:hover {color:170d21 ;text-decoration:line-through;text-transform:lowercase;letter-spacing:4pt;}
  678. .conns a.LK1 {border-left:15px solid #170d21 ;border-right:5px solid #170d21 ;}
  679. .conns a.LK1:hover {border-left:45px solid #170d21 ;border-right:5px solid #170d21 ;}
  680. .conns a.LK2 {border-left:5px solid #170d21 ;border-right:15px solid #170d21;}
  681. .conns a.LK2:hover {border-left:5px solid #170d21 ;border-right:45px solid #170d21;}
  682.  
  683.  
  684. .circle7 {
  685. z-index:1;
  686. background-color:271d31;
  687. overflow:hidden;
  688. background-image:url(http://i61.tinypic.com/2cymogl.jpg);
  689. background-size: 45px 45px;
  690. background-repeat: no-repeat;
  691. margin-left:180px;
  692. margin-top:175px;
  693. width:45px;
  694. height:45px;
  695. line-height:45px;
  696. text-align:center;
  697. transition:All .6s ease-in-out 0s;
  698. -webkit-transition:All .6s ease-in-out 0s;
  699. -moz-transition:All .6s ease-in-out 0s;
  700. -o-transition:All .6s ease-in-out 0s;
  701. }
  702.  
  703. .circle7 embed, .circle7 object{opacity:0;}
  704. .circle7:hover embed, .circle7:hover object{opacity:1;}
  705.  
  706. .circle7:hover {
  707. background-image:url(/clear.gif);
  708. width:200px;
  709. height:25px;
  710. padding:20px 0px 0px 10px;
  711. }
  712.  
  713. #c8-10 {
  714. margin-top:745px;
  715. margin-left:-85px;
  716. width:546px;
  717. height:170px;
  718. background-color:transparent;
  719. }
  720.  
  721. .circle8, .circle9, .circle10 {
  722. width:162px;
  723. height:162px;
  724. background-size:162px 162px;
  725. margin-top:0px;
  726. background-repeat:no-repeat;
  727. background-position:top left;
  728. transition:All .6s ease-in-out 0s;
  729. -webkit-transition:All .6s ease-in-out 0s;
  730. -moz-transition:All .6s ease-in-out 0s;
  731. -o-transition:All .6s ease-in-out 0s;
  732. }
  733.  
  734. .circle8 {margin-left:0px; z-index:2; }
  735. .circle9 {margin-left:180px;z-index:1;}
  736. .circle10 {margin-left:370px; z-index:3;}
  737.  
  738. .circle8:hover, .circle9:hover, .circle10:hover {
  739. width:538px;
  740. margin-left:0px;
  741. -webkit-border-radius: 0px;
  742. -moz-border-radius:0px;
  743. border-radius:0px;
  744. z-index:1000;
  745. }
  746.  
  747. .circle8 .about, .circle9 .about, .circle10 .about {
  748. position:absolute;
  749. margin-left:172px;
  750. margin-top;0px;
  751. width:356px;
  752. height:152px;
  753. padding:5px;
  754. background-color:271d31;
  755. overflow:hidden;
  756. opacity:0;
  757. }
  758.  
  759. .circle8:hover .about, .circle9:hover .about, .circle10:hover .about{
  760. overflow:auto;
  761. opacity:1;
  762. }
  763.  
  764. .circle8 .h1, .circle9 .h1, .circle10 .h1, .circle8 h1, .circle9 h1, .circle10 h1 {
  765. font-family: 'Dynalight', cursive;
  766. font-size:16pt;
  767. text-align:right;
  768. display:block;
  769. margin:0px;
  770. padding:0px;
  771. border-bottom:2px solid #bde1d7;
  772. color:bde1d7;
  773. width:0px;
  774. height:0px;
  775. opacity:0;
  776. overflow:none;
  777. color:d7ebe5 ;
  778. }
  779.  
  780. .circle8:hover .h1, .circle9:hover .h1, .circle10:hover .h1, .circle8:hover h1, .circle9:hover h1, .circle10:hover h1 {
  781. opacity:1;
  782. width:auto;
  783. height:20px;
  784. line-height:20px;
  785. margin:5px 0px 2px 0px;
  786. padding:0px 5px 5px 0px;
  787. transition:All .6s ease-in-out 1s;
  788. -webkit-transition:All .6s ease-in-out 1s;
  789. -moz-transition:All .6s ease-in-out 1s;
  790. -o-transition:All .6s ease-in-out 1s;
  791. }
  792.  
  793.  
  794. .vicarious{ Hide Codes }
  795. .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; }
  796. table table table table td {width:0px;}
  797. .contactTable td, table table td.text table td,table table table table table td {width:auto;}
  798. div div select, div div form {display:none !important;}
  799. select { visibility:hidden!important; WIDTH:0px!important;}
  800. table div {display:none;}
  801. table table div {display:block;}
  802. .clearfix {display:none !important;position:absolute!important;}
  803. div[id="googlebar"],div div select{opacity:0;filter:alpha(opacity=0);display:none !important;position:absolute !important; bottom:2000px !important;}
  804. .profileInfo tr tr td { visibility:hidden; }
  805. .profileInfo td.text { visibility:visible; }
  806. .vicarious {Layouts available @ http://vicarious-hs.tumblr.com/}
  807. </style></td></tr></table><table style="display:none"><tr><td>
  808.  
  809. -----------------------------LIKE TO MEET-------------------------
  810.  
  811. <font class="cite">
  812. LEAVE THIS ARE BLANK
  813. IMAGE INSTRUCTIONS: For the sake of simplicity, make all of your images 265px width by 265px height. The layout will re-size them for you.
  814. </font>
  815.  
  816. -----------------------------INTERESTS-----------------------------
  817.  
  818. </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">
  819.  
  820.  
  821. <div id="back"></div>
  822. <div id="back1"></div>
  823. <div id="namefield1">FirstName</div>
  824. <div id="namefield2">LastName</div>
  825.  
  826.  
  827. <div id="linx">
  828. <a class="LK1" href="/logincomplete.php">Home</a>
  829. <a class="LK2" href="/invite_friend.php?friend_id=xxxxxx">Add</a>
  830. <a class="LK3" href="/send_message.php?member_id=xxxxxx">Message</a>
  831. <a class="LK4" href="/add_testimonial.php?member_id=xxxxxx">Comment</a>
  832. <a class="LK5" href="/gallery.php?member_id=xxxxxx">Photos</a>
  833. <a class="LK6" href="/view_member_blog.php?member_id=xxxxxx">Blogs</a>
  834. </div>
  835.  
  836.  
  837. -----------------------------MUSIC---------------------------------
  838.  
  839. </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">
  840.  
  841. <div id="bx1">
  842.  
  843. <div class="img1" style="background-image:url(http://i58.tinypic.com/29uyft5.jpg);"></div>
  844.  
  845. <div class="title">History/Origins ░</div>
  846.  
  847. <div class="about">
  848.  
  849. <p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?
  850.  
  851. <p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?
  852.  
  853.  
  854. </div></div><div id="bx2">
  855.  
  856. <div class="img1" style="background-image:url(http://i62.tinypic.com/2vis8cn.jpg);"></div>
  857.  
  858. <div class="title">Present Day ░</div>
  859.  
  860. <div class="about">
  861.  
  862. <p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?
  863.  
  864. <p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?
  865.  
  866.  
  867. </div></div>
  868.  
  869.  
  870. -----------------------------MOVIES--------------------------------
  871.  
  872. </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">
  873.  
  874. <div id="c1-5">
  875.  
  876. <div class="circle1" style="background-image:url(http://i61.tinypic.com/169f52g.jpg);">
  877.  
  878. <div class="mask"></div><div class="inner">
  879.  
  880. <p><font class="h1">Verses</font>
  881. Verse, Verse, Verse, Verse
  882.  
  883. <p><font class="h1">Dues</font>
  884. S: 0 ║ C: 0 ║ M: 0
  885.  
  886.  
  887. <BR><font class="strong">♛</font>
  888.  
  889. </div></div><div class="circle2">
  890.  
  891. <div class="img" style="background-image:url(http://i57.tinypic.com/2qd4qhi.jpg);"></div>
  892.  
  893. <div class="about">
  894. <font class="h1">Legal & Physical</font>
  895. <BR><b>NAME:</b> Input info
  896. <BR><b>NICKNAMES:</b> Input info
  897. <BR><b>ALIASES:</b> Input info
  898. <BR><b>DATE OF BIRTH:</b> Input info
  899. <BR><b>PLACE OF BIRTH:</b> Input info
  900. <BR><b>CURRENT RESIDENCE:</b> Input info
  901. <BR><b>ETHNICITY:</b> Input info
  902. <BR><b>HAIR COLOR:</b> Input info
  903. <BR><b>EYE COLOR:</b> Input info
  904. <BR><b>HEIGHT:</b> Input info
  905. <BR><b>WEIGHT:</b> Input info
  906. <BR><b>BIRTHMARKS/SCARS:</b> Input info
  907.  
  908.  
  909. </div></div><div class="circle3">
  910.  
  911. <div class="img" style="background-image:url(http://i58.tinypic.com/jigad5.jpg);"></div>
  912.  
  913. <div class="about">
  914. <font class="h1">Family & Relationships</font>
  915. <BR><b>MOTHER:</b> Input info
  916. <BR><b>FATHER:</b> Input info
  917. <BR><b>SISTER(S):</b> Input info
  918. <BR><b>BROTHER(S):</b> Input info
  919. <BR><b>Other Family:</b> Input info
  920. <BR><b>STATUS:</b> Input info
  921. <BR><b>ORIENTATION:</b> Input info
  922. <BR><b>CURRENT:</b> Input info
  923. <BR><b>FORMER:</b> Input info
  924.  
  925. </div></div><div class="circle4">
  926.  
  927. <div class="img" style="background-image:url(http://i58.tinypic.com/vi07id.jpg);"></div>
  928.  
  929. <div class="about">
  930. <font class="h1">Education & Employment</font>
  931. <br><b>High School</b> Input Info
  932. <br><b>College</b> Input Info
  933. <br><b>Major</b> Input Info
  934. <br><b>Degree</b> Input Info
  935. <br><b>OCCUPATION:</b> Input info
  936. <BR><b>JOB DESCRIPTION:</b> Input info
  937. <BR><b>EMPLOYER:</b> Input info
  938. <BR><b>SKILLSET:</b> Input info
  939.  
  940. </div></div><div class="circle5">
  941.  
  942. <div class="img" style="background-image:url(http://i59.tinypic.com/2n87xg8.jpg);"></div>
  943.  
  944. <div class="about">
  945. <font class="h1">Personality</font>
  946. <br><b>Type</b> Input Info
  947. <br><b>Traits</b> Input Info
  948. <br><b>Quirks</b> Input Info
  949.  
  950. <p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?
  951.  
  952. </div></div></div>
  953.  
  954. -----------------------------TELEVISION--------------------------------
  955.  
  956. </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">
  957.  
  958. <div id="c6-7"><div class="circle6">
  959.  
  960. <div class="img" style="background-image:url(http://i59.tinypic.com/v78w1w.jpg);"></div>
  961.  
  962. <div class="mask"></div><div class="conns">
  963.  
  964. <font class="h1">Connections</font>
  965. <a class="LK1" href="/#">Name Here</a>
  966. <a class="LK2" href="/#">Name Here</a>
  967. <a class="LK1" href="/#">Name Here</a>
  968. <a class="LK2" href="/#">Name Here</a>
  969.  
  970. <a class="LK1" href="/#">Name Here</a>
  971. <a class="LK2" href="/#">Name Here</a>
  972. <a class="LK1" href="/#">Name Here</a>
  973. <a class="LK2" href="/#">Name Here</a>
  974.  
  975. <a class="LK1" href="/#">Name Here</a>
  976. <a class="LK2" href="/#">Name Here</a>
  977. <a class="LK1" href="/#">Name Here</a>
  978. <a class="LK2" href="/#">Name Here</a>
  979.  
  980. </div></div><div class="circle7">
  981.  
  982. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=http://k007.kiwi6.com/hotlink/jeig1st9wu/eels_-_fresh_blood_www.mp3fiber.com_.mp3&t0=Fresh Blood&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  983.  
  984. </div></div>
  985. -----------------------------BOOKS--------------------------------
  986. </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">
  987.  
  988. <div id="c8-10">
  989.  
  990. <div class="circle8" style="background-image:url(http://i58.tinypic.com/2lsfwbt.jpg);">
  991.  
  992. <div class="about">
  993. <font class="h1">Connection Name</font>
  994. <p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?
  995.  
  996. </div></div>
  997.  
  998. <div class="circle9" style="background-image:url(http://i60.tinypic.com/10r69o0.jpg);">
  999.  
  1000. <div class="about">
  1001. <font class="h1">Connection Name</font>
  1002. <p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?
  1003.  
  1004.  
  1005. </div></div>
  1006.  
  1007. <div class="circle10" style="background-image:url(http://i57.tinypic.com/vcylfl.jpg);">
  1008.  
  1009. <div class="about">
  1010. <font class="h1">Connection Name</font>
  1011. <p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?
  1012.  
  1013. </div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement