Advertisement
Lizellea

Mat Drake

Feb 1st, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.47 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(http://fonts.googleapis.com/css?family=Raleway:400,900|Playfair+Display:400,700italic|Marck+Script|Oswald|Dynalight|Roboto+Condensed:400,700);
  3.  
  4. /* - -DO NOT PUT ANYTHING ABOVE THE @import LINE ABOVE - - */
  5. /* - -DO NOT REARRANGE MY CODING!! ORDER IS IMPORTANT! - - */
  6.  
  7. .vicarious { Structure }
  8.  
  9.  
  10. body {
  11. background-color: 202020;
  12. background-image:url( );
  13. background-repeat:repeat;
  14. background-attachment:fixed;
  15. background-position:center center;
  16. }
  17.  
  18. table, tr, td {background-color:transparent;}
  19.  
  20. .viclike2meet_table, .vicinterests_table, #sidebar {
  21. visibility:visible;
  22. z-index:2;
  23. position:absolute;
  24. top:0%;
  25. left:50%;
  26. border:0px solid;
  27. margin-top:0px;
  28. height:auto;
  29. overflow:hidden;
  30. display:inline-block;
  31. background-color:transparent;
  32. }
  33.  
  34. .viclike2meet_table { width:350px;height:auto;margin-left:-160px; }
  35. .viclike2meet_table tr { margin:0px; }
  36. .viclike2meet_table td { margin:0px; max-width:350px; overflow:hidden; }
  37.  
  38. .vicinterests_table{ width:425px; height:auto;margin-left:195px;}
  39. .vicinterests_table tr { margin:0px; }
  40. .vicinterests_table td { margin:0px; max-width:425px; overflow:hidden; }
  41.  
  42.  
  43. .vic_table {
  44. padding:0px;
  45. margin:0px;
  46. width:100%;
  47. margin-bottom:4px;
  48. border:0px solid;
  49. background-color:d7d7d7;
  50. border-collapse: collapse; /* 'cellspacing' equivalent */
  51. overflow:hidden;
  52. }
  53.  
  54. .vic_table tr { margin:0px; }
  55. .vic_table td { margin:0px; width:100%; text-align:center; padding: 0; /* 'cellpadding' equivalent */ }
  56.  
  57.  
  58. .vicarious{ Google Chrome Scrollbar }
  59. ::-webkit-scrollbar {width: 10px;}
  60. ::-webkit-scrollbar-track {border: 1px solid #000000;background-color:transparent;}
  61. ::-webkit-scrollbar-thumb {border: 1px solid #000000;background-color:ffffff;}
  62.  
  63. .vicarious { text }
  64.  
  65. table, tr, td, li, p, div, .text, .btext, a, b, i {
  66. font-family:tahoma;
  67. font-size:7pt;
  68. line-height:100%;
  69. color: 4e4e4e;
  70. padding:0px;
  71. margin:0px;
  72. text-decoration:none;
  73. text-transform:none;
  74. }
  75.  
  76. p {text-align:justify; margin-top: 5px;text-indent:10px; }
  77. p:first-line { }
  78. p:first-letter { font-size: 9pt; }
  79.  
  80.  
  81. b {
  82. font-size:8pt;
  83. text-transform:uppercase;
  84. font-family: 'Roboto Condensed', sans-serif;
  85. color: 000000;
  86. }
  87.  
  88. i {
  89. font-size:10pt;
  90. color: 424242;
  91. font-family: 'Dynalight', cursive;
  92. }
  93.  
  94. .u, u {
  95. color: 202020;
  96. text-decoration:underline;
  97. }
  98.  
  99. .strike, strike {
  100. color: 4e4e4e ;
  101. text-decoration:line-through;
  102. letter-spacing:1pt;
  103. }
  104.  
  105. .strong, strong {
  106. font-family:courier new;
  107. font-size: 9pt;
  108. text-transform:uppercase;
  109. color: 454545;
  110. font-weight:900;
  111. }
  112.  
  113. em {
  114. font-family:brush script mt;
  115. font-size:11pt;
  116. color: 4b4b4b;
  117. }
  118.  
  119. .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 {
  120. padding:0px;
  121. margin:0px;
  122. }
  123.  
  124.  
  125. .blockquote {
  126. height:auto;
  127. display:block;
  128. text-align:justify;
  129. margin:5px 5px 5px 10px;
  130. padding: 5px 5px 5px 10px;
  131. border-left:10px double #151515;
  132. background-color:eaeaea;
  133. -moz-border-radius-topleft: 90px;
  134. -webkit-border-top-left-radius: 90px;
  135. border-top-left-radius: 90px;
  136. -moz-border-radius-topright: 5px;
  137. -webkit-border-top-right-radius: 5px;
  138. border-top-right-radius: 5px;
  139. -moz-border-radius-bottomright: 5px;
  140. -webkit-border-bottom-right-radius: 5px;
  141. border-bottom-right-radius: 5px;
  142. -moz-border-radius-bottomleft: 90px;
  143. -webkit-border-bottom-left-radius: 90px;
  144. border-bottom-left-radius: 90px;
  145. }
  146.  
  147.  
  148. .cite {font-size:0px; color:transparent;display:block; height:0px;}
  149.  
  150.  
  151. .vicarious { Divs }
  152.  
  153. /* add*/
  154. #add {
  155. visibility:visible;
  156. z-index:2000;
  157. position:fixed;
  158. bottom:0%;
  159. left:0%;
  160. margin-bottom:20px;
  161. margin-left:20px;
  162. background-color:transparent;
  163. }
  164.  
  165. #add a {
  166. text-transform:none;
  167. text-decoration:none;
  168. height:25px;
  169. width:25px;
  170. line-height:25px;
  171. font-size:18pt;
  172. overflow:hidden;
  173. color:ffffff;
  174. text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
  175. }
  176.  
  177. /* SIDEBAR */
  178.  
  179. #sidebar {
  180. position:fixed;
  181. z-index:10000;
  182. margin-top:0px;
  183. margin-left:-605px;
  184. width:440px;
  185. height:100%;
  186. background-color:transparent;
  187. }
  188.  
  189. #sidebar .sidebarB {
  190. position:absolute;
  191. margin-top:100px;
  192. margin-left:0px;
  193. width:430px;
  194. height:300px;
  195. background-color: eaeaea;
  196. border:5px solid #d6d6d6;
  197. }
  198.  
  199. .sidebarB .def {
  200. z-index:10000;
  201. position:absolute;
  202. margin-top:5px;
  203. margin-left:25px;
  204. width:190px;
  205. height:190px;
  206. background-color:transparent;
  207. transform: rotate(345deg);
  208. -webkit-transform: rotate(345deg);
  209. -moz-transform: rotate(345deg);
  210. -o-transform: rotate(345deg);
  211. -ms-transform: rotate(345deg);
  212. transition:All 1s linear 0s;
  213. -webkit-transition:All 1s linear 0s;
  214. -moz-transition:All 1s linear 0s;
  215. -o-transition:All 1s linear 0s;
  216. }
  217.  
  218. .sidebarB:hover .def {
  219. transition:All 1s linear 0s;
  220. -webkit-transition:All 1s linear 0s;
  221. -moz-transition:All 1s linear 0s;
  222. -o-transition:All 1s linear 0s;
  223. transform: rotate(360deg);
  224. -webkit-transform: rotate(360deg);
  225. -moz-transform: rotate(360deg);
  226. -o-transform: rotate(360deg);
  227. -ms-transform: rotate(360deg);
  228. }
  229.  
  230. .def .linx {
  231. z-index:2;
  232. position:absolute;
  233. margin-top:0px;
  234. margin-left:0px;
  235. width:190px;
  236. height:190px;
  237. background-color:d7d7d7;
  238. }
  239.  
  240. .def a {
  241. letter-spacing:0pt;
  242. height:34px;
  243. line-height:34px;
  244. display:block;
  245. outline:dashed;
  246. outline-offset:-6px;
  247. outline-width:1px;
  248. text-transform:uppercase;
  249. text-decoration:none;
  250. text-align:center;
  251. color:151515;
  252. background-color: e6e6e6;
  253. border:1px solid #202020;
  254. margin:2px;
  255. overflow:hidden;
  256. font-family: 'Raleway', sans-serif;
  257. transition:All .6s ease-in-out 0s;
  258. -webkit-transition:All .6s ease-in-out 0s;
  259. -moz-transition:All .6s ease-in-out 0s;
  260. -o-transition:All .6s ease-in-out 0s;
  261. }
  262.  
  263. .def a:hover {
  264. color:b4b4b4;
  265. letter-spacing:2pt;
  266. background-color:e7e7e7;
  267. }
  268.  
  269. .def1 {
  270. opacity:1;
  271. z-index:3;
  272. position:absolute;
  273. margin-top:0px;
  274. margin-left:0px;
  275. width:180px;
  276. height:180px;
  277. background-size:180px 180px;
  278. border:5px solid #454545;
  279. transition:All 1s linear 0s;
  280. -webkit-transition:All 1s linear 0s;
  281. -moz-transition:All 1s linear 0s;
  282. -o-transition:All 1s linear 0s;
  283. transform-origin: top left;
  284. transform-style: preserve-3D;
  285. transform: rotate(0deg);
  286. }
  287.  
  288. .def:hover .def1 {
  289. opacity:0;
  290. transform: rotate(-180deg);
  291. transform-origin:-0px -0px;
  292. -ms-transform: rotate(-180deg);
  293. -ms-transform-origin:-0px -0px;
  294. -webkit-transform: rotate(-180deg);
  295. -webkit-transform-origin:-0px -0px;
  296. -moz-transform: rotate(-180deg);
  297. -moz-transform-origin:-0px -0px;
  298. -o-transform: rotate(-180deg);
  299. -o-transform-origin:-0px -0px;
  300. }
  301.  
  302. .sidebarB .quote1 {
  303. position:absolute;
  304. margin-top:245px;
  305. margin-left:5px;
  306. width:400px;
  307. height:30px;
  308. line-height:30px;
  309. outline:solid;
  310. outline-offset:-2px;
  311. outline-width:1px;
  312. color:ffffff;
  313. background-color: 151515;
  314. display:block;
  315. overflow:hidden;
  316. text-align:center;
  317. padding:5px 10px;
  318. transition:All 1.4s linear .7s;
  319. -webkit-transition:All 1.4s linear .7s;
  320. -moz-transition:All 1.4s linear .7s;
  321. -o-transition:All 1.4s linear .7s;
  322. }
  323.  
  324. .sidebarB:hover .quote1 {
  325. font-size:10pt;
  326. color: e0e0e0;
  327. background-color: 202020;
  328. width:170px;
  329. height:60px;
  330. line-height:100%;
  331. margin-left:25px;
  332. margin-top:205px;
  333. transition:All 1s linear 0s;
  334. -webkit-transition:All 1s linear 0s;
  335. -moz-transition:All 1s linear 0s;
  336. -o-transition:All 1s linear 0s;
  337. }
  338.  
  339. .sidebarB .title {
  340. font-family: 'Playfair Display', serif;
  341. font-style:italic;
  342. font-size:37px;
  343. position:absolute;
  344. margin-top:5px;
  345. margin-left:240px;
  346. text-align:center;
  347. display:block;
  348. width:170px;
  349. height:50px;
  350. line-height:50px;
  351. overflow:hidden;
  352. color:151515;
  353. background-color:transparent;
  354. }
  355.  
  356. .sidebarB .stuff {
  357. position:absolute;
  358. margin-top:60px;
  359. margin-left:240px;
  360. width:170px;
  361. height:215px;
  362. overflow:hidden;
  363. background-color:transparent;
  364. }
  365.  
  366. .sidebarB .icon {
  367. display:block;
  368. text-align:center;
  369. opacity:1;
  370. position:absolute;
  371. margin-top:0px;
  372. margin-left:0px;
  373. width:170px;
  374. height:125px;
  375. font-size:100px;
  376. line-height:125px;
  377. color: ffffff;
  378. text-shadow: 4px 2px 2px rgba(0, 0, 0, 1);
  379. background-color:transparent;
  380. transition:All 1.4s ease-in-out 0s;
  381. -webkit-transition:All 1.4s ease-in-out 0s;
  382. -moz-transition:All 1.4s ease-in-out 0s;
  383. -o-transition:All 1.4s ease-in-out 0s;
  384. }
  385.  
  386. .sidebarB:hover .icon {
  387. font-size:2pt;
  388. height:10px;
  389. margin-top:-125px;
  390. opacity:0;
  391. transition:All .6s ease-in-out 0s;
  392. -webkit-transition:All .6s ease-in-out 0s;
  393. -moz-transition:All .6s ease-in-out 0s;
  394. -o-transition:All .6s ease-in-out 0s;
  395. }
  396.  
  397. .sidebarB .info {
  398. position:absolute;
  399. margin-top:0px;
  400. margin-left:0px;
  401. width:145px;
  402. padding:10px;
  403. height:170px;
  404. overflow:hidden;
  405. opacity:0;
  406. transition: all 1s ease-out 0s;
  407. -o-transition-transition: all 1s ease-out 0s;
  408. -webkit-transition: all 1s ease-out 0s;
  409. -moz-transition: all 1s ease-out 0s;
  410. outline:dashed;
  411. outline-offset:-6px;
  412. outline-width:1px;
  413. text-align:center;
  414. background-color: 151515;
  415. color: e6e6e6;
  416. -webkit-box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.75);
  417. -moz-box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.75);
  418. box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.75);
  419. }
  420.  
  421. .sidebarB:hover .info {
  422. opacity:1;
  423. margin-top:20px;
  424. transition: all 1s ease-out 1s;
  425. -o-transition-transition: all 1s ease-out 1s;
  426. -webkit-transition: all 1s ease-out 1s;
  427. -moz-transition: all 1s ease-out;
  428. }
  429.  
  430. .sidebarB .strong, .sidebarB strong {
  431. color: ffffff;
  432. display:block;
  433. text-align:center;
  434. padding:2px;
  435. line-height:100%;
  436. margin-top:5px;
  437. }
  438.  
  439.  
  440. /* INTERESTS - TABLE 1 */
  441.  
  442. #INTtable1 {
  443. width:425px;
  444. height:500px;
  445. background-color:transparent;
  446. }
  447.  
  448. #INTtable1 .line1, #INTtable1 .line2, #INTtable1 .line3, #INTtable1 .line4 {
  449. position:absolute;
  450. transition:All 1s linear;
  451. -webkit-transition:All 1s linear;
  452. -moz-transition:All 1s linear;
  453. -o-transition:All 1s linear;
  454. background-color:transparent;
  455. border-style:solid;
  456. }
  457.  
  458. #INTtable1 .line1, #INTtable1 .line2 { border-width:5 5 0 0; }
  459. #INTtable1 .line3, #INTtable1 .line4 { border-width:0 0 5 5; }
  460. #INTtable1 .line1, #INTtable1 .line3 { height:145px; border-color:#fefefe; }
  461. #INTtable1 .line2, #INTtable1 .line4 { height:245px; border-color:#454545; }
  462.  
  463. #INTtable1 .line1 { width:110px; margin:80px 0px 0px 305px;}
  464. #INTtable1 .line2 { width:100px; margin:90px 0px 0px 305px;}
  465. #INTtable1 .line3 { width:135px; margin:335px 0px 0px 5px;}
  466. #INTtable1 .line4 { width:125px; margin:225px 0px 0px 15px;}
  467.  
  468. #INTtable1:hover .line1 { height:400px; }
  469. #INTtable1:hover .line2 { height:390px; }
  470. #INTtable1:hover .line3, #INTtable1:hover .line4 { margin-top:5px; }
  471. #INTtable1:hover .line3 { height:475px; }
  472. #INTtable1:hover .line4 { height:465px; }
  473.  
  474. #INTtable1 .about {
  475. background-color: eaeaea;
  476. width:365px;
  477. padding:0px 5px;
  478. height:365px;
  479. margin:100px 0px 0px 25px;
  480. position:absolute;
  481. text-align:justify;
  482. overflow:auto;
  483. transition:All .6s ease-in-out 0s;
  484. -webkit-transition:All .6s ease-in-out 0s;
  485. -moz-transition:All .6s ease-in-out 0s;
  486. -o-transition:All .6s ease-in-out 0s;
  487. }
  488.  
  489. #INTtable1:hover .about {
  490. background-color:ffffff;
  491. }
  492.  
  493. #INTtable1 .quote {
  494. opacity:1;
  495. z-index:1;
  496. font-family: 'Raleway', sans-serif;
  497. font-size:7pt;
  498. letter-spacing:0pt;
  499. width:245px;
  500. height:20px;
  501. line-height:20px;
  502. margin:470px 0px 0px 150px;
  503. position:absolute;
  504. text-align:left;
  505. padding:0px;
  506. letter-spacing:1pt;
  507. text-transform:uppercase;
  508. color: 4a4a4a;
  509. overflow:hidden;
  510. display:block;
  511. transition:All .6s ease-in-out 0s;
  512. -webkit-transition:All .6s ease-in-out 0s;
  513. -moz-transition:All .6s ease-in-out 0s;
  514. -o-transition:All .6s ease-in-out 0s;
  515. }
  516.  
  517. #INTtable1:hover .quote {
  518. opacity:0;
  519. }
  520.  
  521. #INTtable1 .music {
  522. z-index:2;
  523. opacity:0;
  524. width:245px;
  525. height:20px;
  526. margin:470px 0px 0px 150px;
  527. position:absolute;
  528. padding:0px;
  529. overflow:hidden;
  530. display:block;
  531. transition:All .6s ease-in-out 0s;
  532. -webkit-transition:All .6s ease-in-out 0s;
  533. -moz-transition:All .6s ease-in-out 0s;
  534. -o-transition:All .6s ease-in-out 0s;
  535. }
  536.  
  537. #INTtable1:hover .music { opacity:1;}
  538. #INTtable1 .xxx {z-index:2;opacity:1;}
  539. #INTtable1:hover .xxx {opacity:0;}
  540. #INTtable1 .xxy {z-index:1;opacity:0;}
  541. #INTtable1:hover .xxy {opacity:1;}
  542.  
  543. #INTtable1 .xxx, #INTtable1 .xxy {
  544. background-color:transparent;
  545. width:280px;
  546. height:100px;
  547. position:absolute;
  548. margin:5px 0px 0px 25px;
  549. transition:All .6s ease-in-out 0s;
  550. -webkit-transition:All .6s ease-in-out 0s;
  551. -moz-transition:All .6s ease-in-out 0s;
  552. -o-transition:All .6s ease-in-out 0s;
  553. }
  554.  
  555. #INTtable1 img {
  556. border-width:5px;
  557. border-style:solid;
  558. border-color:#151515;
  559. height:80px;
  560. width:80px;
  561. display:inline-block;
  562. }
  563.  
  564. /* INTERESTS - TABLE 2 */
  565.  
  566. #INTtable2 {
  567. background-color:#fefefe;
  568. width:425px;
  569. height:424px;
  570. overflow:hidden;
  571. }
  572.  
  573. .vicbox {
  574. width: 207px;
  575. height: 207px;
  576. margin: 0px;
  577. float: left;
  578. overflow: hidden;
  579. position: relative;
  580. text-align: center;
  581. }
  582.  
  583. .vicbox .mask, .vicbox .content {
  584. width: 207px;
  585. height: 207px;
  586. position: absolute;
  587. overflow: hidden;
  588. top: 0;
  589. left: 0;
  590. background-color: rgba(0,0,0,0.5);
  591. opacity:0;
  592. transition: all 0.3s ease-in 0.4s;
  593. }
  594.  
  595. .vicbox:hover .mask {
  596. opacity:1;
  597. transition-delay: 0s;
  598. }
  599.  
  600. .vicbox img {
  601. width:207px;
  602. height:207px;
  603. overflow:hidden;
  604. display: block;
  605. position: relative;
  606. transition: all 0.4s ease-in-out 0.5s;
  607. }
  608.  
  609. .vicbox:hover img {
  610. transition-delay: 0s;
  611. }
  612.  
  613. .vicbox .h2, .vicbox h2 {
  614. font-family: 'Oswald', sans-serif;
  615. display:block;
  616. text-transform: uppercase;
  617. color: ffffff;
  618. text-align: center;
  619. position: relative;
  620. font-size: 10pt;
  621. line-height:100%;
  622. padding: 5px;
  623. text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
  624. opacity:0;
  625. transform: scale(10);
  626. transition: all 0.3s ease-in-out 0.1s;
  627. border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  628. background: transparent;
  629. margin: 20px 10px 0px 10px;
  630. }
  631.  
  632. .vicbox:hover .h2, .vicbox:hover h2 {
  633. opacity: 1;
  634. transform: scale(1);
  635. transition-delay: 0.1s;
  636. }
  637.  
  638. .vicbox .stats {
  639. position: relative;
  640. color: ffffff;
  641. padding: 10px 5px 5px 5px;
  642. text-align: left;
  643. overflow:auto;
  644. height:140px;
  645. margin:0px 10px;
  646. text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
  647. opacity:0;
  648. transform: scale(10);
  649. transition: all 0.3s ease-in-out 0.2s;
  650. }
  651.  
  652. .stats p {
  653. color:ffffff;
  654. text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
  655. }
  656.  
  657. .stats b {
  658. font-size:8pt;
  659. color: e1e1e1;
  660. text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
  661. }
  662.  
  663. .vicbox:hover .stats {
  664. opacity:1;
  665. transform: scale(1);
  666. transition-delay: 0.2s;
  667. }
  668.  
  669.  
  670. /* INTERESTS - TABLE 3 */
  671.  
  672. #INTtable3 {
  673. width:425px;
  674. height:350px;
  675. overflow:hidden;
  676. }
  677.  
  678. #INTtable3 .title1 {
  679. z-index:7;
  680. font-size:40pt;
  681. width:415px;
  682. height:50px;
  683. line-height:50px;
  684. color:fefefe;
  685. text-align:left;
  686. padding:10px 5px 80px 5px;
  687. border-bottom:2px solid #d7d7d7;
  688. background-color:151515;
  689. margin-top:0px;
  690. margin-left:0px;
  691. position:absolute;
  692. display:block;
  693. overflow:hidden;
  694. -webkit-box-shadow: 0px 5px 0px 0px rgba(181, 181, 181, 0.75);
  695. -moz-box-shadow: 0px 5px 0px 0px rgba(181, 181, 181, 0.75);
  696. box-shadow: 0px 5px 0px 0px rgba(181, 181, 181, 0.75);
  697. font-family: 'Dynalight', cursive;
  698. text-transform:none;
  699. letter-spacing:1pt;
  700. }
  701.  
  702. #INTtable3 .title2 {
  703. z-index:8;
  704. font-size:6pt;
  705. width:205px;
  706. height:10px;
  707. line-height:10px;
  708. color:151515;
  709. text-align:right;
  710. padding:2px 215px 2px 5px;
  711. background-color:fefefe;
  712. position:absolute;
  713. margin-top:60px;
  714. margin-left:0px;
  715. display:block;
  716. overflow:hidden;
  717. text-transform:uppercase;
  718. font-family: 'Raleway', sans-serif;
  719. letter-spacing:3pt;
  720. }
  721.  
  722. #INTtable3 .pic {
  723. z-index:9;
  724. width:100px;
  725. height:100px;
  726. background-size:100px 100px;
  727. position:absolute;
  728. margin-top:20px;
  729. margin-left:300px;
  730. overflow:none;
  731. border:5px solid #fefefe;
  732. -webkit-border-radius: 360px;
  733. -moz-border-radius: 360px;
  734. border-radius: 360px;
  735. }
  736.  
  737. #INTtable3 .about {
  738. z-index:6;
  739. width:397px;
  740. height:140px;
  741. position:absolute;
  742. margin-top:145px;
  743. margin-left:5px;
  744. padding:5px;
  745. overflow:auto;
  746. border-width:0px 4px 0px 4px;
  747. border-style:double;
  748. border-color:fefefe;
  749. background-color: eeeeee;
  750. }
  751.  
  752. #INTtable3 .quote {
  753. z-index:7;
  754. width:405px;
  755. height:35px;
  756. line-height:100%;
  757. padding:10px;
  758. position:absolute;
  759. margin-top:295px;
  760. margin-left:0px;
  761. overflow:auto;
  762. color: eeeeee;
  763. display:block;
  764. text-align:center;
  765. background-color:151515;
  766. font-family: 'Oswald', sans-serif;
  767. font-size:9pt;
  768. overflow:hidden;
  769. }
  770.  
  771.  
  772. /* INTERESTS - TABLE 4 */
  773.  
  774. #INTtable4 {
  775. width:405px;
  776. height:168px;
  777. overflow:hidden;
  778. border:5px solid #454545;
  779. padding:5px;
  780. overflow:auto;
  781. }
  782.  
  783.  
  784. /* LIKE TO MEET - TABLE 1 */
  785.  
  786. #LK2MEETtable1 {
  787. width:350px;
  788. height:500px;
  789. overflow:hidden;
  790. }
  791.  
  792. #LK2MEETtable1 .namefield {
  793. background-color: transparent;
  794. width:502px;
  795. height:75px;
  796. position:absolute;
  797. margin-left:60px;
  798. margin-top:212px;
  799. transform: rotate(90deg) ;
  800. -webkit-transform: rotate(90deg) ;
  801. -moz-transform: rotate(90deg) ;
  802. -o-transform: rotate(90deg) ;
  803. -ms-transform: rotate(90deg) ;
  804. display:block;
  805. overflow:hidden;
  806. }
  807.  
  808. #LK2MEETtable1 .h1, #LK2MEETtable1 h1 {
  809. margin:0px;
  810. text-align:left;
  811. padding-left:15px;
  812. height:55px;
  813. line-height:55px;
  814. font-size:55px;
  815. font-family: 'Oswald', sans-serif;
  816. color:0f0f0f;
  817. border-bottom:20px solid #fefefe;
  818. display:block;
  819. overflow:hidden;
  820. }
  821.  
  822. #LK2MEETtable1 .default, #LK2MEETtable1 .innerbox {
  823. position:absolute;
  824. transition:All 1s linear 0s;
  825. -webkit-transition:All 1s linear 0s;
  826. -moz-transition:All 1s linear 0s;
  827. -o-transition:All 1s linear 0s;
  828. }
  829.  
  830. #LK2MEETtable1 .default {
  831. margin:0px 0px 0px 0px;
  832. overflow:none;
  833. opacity:1;
  834. z-index:1;
  835. width:275px;
  836. height:500px;
  837. background-size:275px 500px;
  838. }
  839.  
  840. #LK2MEETtable1:hover .default {
  841. opacity:.2;
  842. }
  843.  
  844. #LK2MEETtable1 .innerbox {
  845. overflow:hidden;
  846. opacity:0;
  847. z-index:2;
  848. width:200px;
  849. height:380px;
  850. padding:10px;
  851. margin:0px 0px 0px 25px;
  852. border:1px solid #c2b0ad;
  853. background-color:e7e7e7;
  854. outline:dashed;
  855. outline-offset:-6px;
  856. outline-width:1px;
  857. -webkit-box-shadow: 4px 4px 2px 0px rgba(176, 176, 176, 0.75);
  858. -moz-box-shadow: 4px 4px 2px 0px rgba(176, 176, 176, 0.75);
  859. box-shadow: 4px 4px 2px 0px rgba(176, 176, 176, 0.75);
  860. }
  861.  
  862. .innerbox .text {
  863. width:180px;
  864. margin:5px;
  865. padding:5px;
  866. height:360px;
  867. overflow:auto;
  868. }
  869.  
  870. .innerbox p {}
  871.  
  872. #LK2MEETtable1:hover .innerbox {
  873. overflow:auto;
  874. opacity:1;
  875. margin:50px 0px 0px 25px;
  876. }
  877.  
  878. /* LIKE TO MEET - TABLE 2 */
  879.  
  880. #LK2MEETtable2 {
  881. z-index:7;
  882. width:330px;
  883. height:330px;
  884. overflow:hidden;
  885. outline:solid;
  886. outline-offset:-15px;
  887. outline-width:5px;
  888. outline-color:454545;
  889. border:5px solid #eeeeee;
  890. margin:5px;
  891. }
  892.  
  893. #LK2MEETtable2 .about {
  894. z-index:8;
  895. width:290px;
  896. height:240px;
  897. margin-top:15px;
  898. margin-left:15px;
  899. padding:5px;
  900. position:absolute;
  901. overflow:auto;
  902. }
  903.  
  904. #LK2MEETtable2 img {
  905. width:100px;
  906. height:100px;
  907. overflow:hidden;
  908. float:left;
  909. padding:10px;
  910. margin:2px;
  911. background-color:454545;
  912. outline:dotted;
  913. outline-offset:-6px;
  914. outline-width:1px;
  915. outline-color:ffffff;
  916. }
  917.  
  918. #LK2MEETtable2 .text {
  919. z-index:9;
  920. position:absolute;
  921. width:330px;
  922. height:30px;
  923. margin-top:275px;
  924. margin-left:0px;
  925. overflow:hidden;
  926. background-color:151515;
  927. transition:All .4s linear 2s;
  928. -webkit-transition:All .4s linear 2s;
  929. -moz-transition:All .4s linear 2s;
  930. -o-transition:All .4s linear 2s;
  931. }
  932.  
  933. #LK2MEETtable2 .text:hover {
  934. height:330px;
  935. margin-top:0px;
  936. transition:All .4s linear 0s;
  937. -webkit-transition:All .4s linear 0s;
  938. -moz-transition:All .4s linear 0s;
  939. -o-transition:All .4s linear 0s;
  940. }
  941.  
  942. .text .title {
  943. position:absolute;
  944. width:320px;
  945. height:30px;
  946. line-height:30px;
  947. font-size:12pt;
  948. color:ffffff;
  949. padding-right:10px;
  950. display:block;
  951. text-align:right;
  952. margin-top:0px;
  953. margin-left:0px;
  954. overflow:hidden;
  955. text-transform:uppercase;
  956. }
  957.  
  958. .text .additional {
  959. position:absolute;
  960. margin-top:40px;
  961. margin-left:10px;
  962. width:270px;
  963. height:210px;
  964. padding:10px;
  965. background-color:d7d7d7;
  966. overflow:auto;
  967. opacity:0;
  968. border:double #fefefe 10px;
  969. transition:All .8s linear 0s;
  970. -webkit-transition:All .8s linear 0s;
  971. -moz-transition:All .8s linear 0s;
  972. -o-transition:All .8s linear 0s;
  973. }
  974.  
  975. .text:hover .additional {
  976. opacity:1;
  977. margin-top:50px;
  978. transition:All .8s linear 1s;
  979. -webkit-transition:All .8s linear 1s;
  980. -moz-transition:All .8s linear 1s;
  981. -o-transition:All .8s linear 1s;
  982. }
  983.  
  984.  
  985. /* LIKE TO MEET - TABLE 3 */
  986.  
  987. #LK2MEETtable3 {
  988. width:350px;
  989. height:170px;
  990. overflow:hidden;
  991. outline:groove;
  992. outline-offset:-20px;
  993. outline-width:1px;
  994. background-color: ffffff;
  995. color: 151515;
  996. }
  997.  
  998.  
  999. #LK2MEETtable3 .shorty {
  1000. width:290px;
  1001. height:100px;
  1002. text-align:justify;
  1003. position:auto;
  1004. padding:5px;
  1005. margin:25px 0px 0px 25px;
  1006. overflow:auto;
  1007. }
  1008.  
  1009. .shorty p { color: 151515; text-indent:0px;}
  1010. .shorty p:first-letter { font-size: 7pt; }
  1011.  
  1012.  
  1013. #LK2MEETtable3 .one, #LK2MEETtable3 one {
  1014. display:block;
  1015. background-color:151515;
  1016. color:fefefe;
  1017. padding:5px;
  1018. line-height:35px;
  1019. height:35px;
  1020. width:35px;
  1021. font-size:16pt;
  1022. font-family: 'Raleway', sans-serif;
  1023. outline:dashed;
  1024. outline-offset:-6px;
  1025. outline-width:1px;
  1026. float:left;
  1027. margin:2px;
  1028. text-align:center;
  1029. }
  1030.  
  1031.  
  1032. /* LIKE TO MEET - Connections Tables */
  1033.  
  1034. #LK2MEETconnTables {
  1035. width:350px;
  1036. height:110px;
  1037. overflow:hidden;
  1038. border-bottom:2px solid #d7d7d7;
  1039. -webkit-box-shadow: 0px 5px 0px 0px rgba(181, 181, 181, 0.75);
  1040. -moz-box-shadow: 0px 5px 0px 0px rgba(181, 181, 181, 0.75);
  1041. box-shadow: 0px 5px 0px 0px rgba(181, 181, 181, 0.75);
  1042. }
  1043.  
  1044. #LK2MEETconnTables .title1, #LK2MEETconnTables .title1, #LK2MEETconnTables .pic, #LK2MEETconnTables .conn {
  1045. transition:All .6s linear 0s;
  1046. -webkit-transition:All .6s linear 0s;
  1047. -moz-transition:All .6s linear 0s;
  1048. -o-transition:All .6s linear 0s;
  1049. }
  1050.  
  1051. #LK2MEETconnTables .title1 {
  1052. z-index:7;
  1053. font-size:16pt;
  1054. width:340px;
  1055. height:30px;
  1056. line-height:30px;
  1057. color:000000;
  1058. text-align:right;
  1059. padding:60px 5px 10px 5px;
  1060. margin-top:0px;
  1061. margin-left:0px;
  1062. position:absolute;
  1063. display:block;
  1064. overflow:hidden;
  1065. font-family: 'Raleway', sans-serif;
  1066. text-transform:none;
  1067. letter-spacing:1pt;
  1068. }
  1069.  
  1070. #LK2MEETconnTables:hover .title1 {
  1071. margin-left:-360px;
  1072. opacity:0;
  1073. }
  1074.  
  1075. #LK2MEETconnTables .title2 {
  1076. z-index:8;
  1077. font-size:6pt;
  1078. width:230px;
  1079. height:10px;
  1080. line-height:10px;
  1081. color:ffffff;
  1082. text-align:left;
  1083. padding:2px 5px 2px 115px;
  1084. background-color:454545;
  1085. position:absolute;
  1086. margin-top:40px;
  1087. margin-left:0px;
  1088. display:block;
  1089. overflow:hidden;
  1090. text-transform:uppercase;
  1091. font-family: 'Raleway', sans-serif;
  1092. letter-spacing:3pt;
  1093. }
  1094.  
  1095. #LK2MEETconnTables:hover .title2 {
  1096. margin-left:360px;
  1097. opacity:0;
  1098. transition:All .6s linear .6s;
  1099. -webkit-transition:All .6s linear .6s;
  1100. -moz-transition:All .6s linear .6s;
  1101. -o-transition:All .6s linear .6s;
  1102. }
  1103.  
  1104. #LK2MEETconnTables .pic {
  1105. z-index:9;
  1106. width:80px;
  1107. height:80px;
  1108. background-size:80px 80px;
  1109. position:absolute;
  1110. margin-top:10px;
  1111. margin-left:25px;
  1112. overflow:none;
  1113. border:5px solid #454545;
  1114. }
  1115.  
  1116. #LK2MEETconnTables:hover .pic {
  1117. margin-left:245px;
  1118. opacity:1;
  1119. transition:All .6s linear 1.2s;
  1120. -webkit-transition:All .6s linear 1.2s;
  1121. -moz-transition:All .6s linear 1.2s;
  1122. -o-transition:All .6s linear 1.2s;
  1123. }
  1124.  
  1125. #LK2MEETconnTables .conn {
  1126. opacity:0;
  1127. z-index:10;
  1128. font-size:16pt;
  1129. width:0px;
  1130. height:80px;
  1131. padding:5px;
  1132. margin-top:10px;
  1133. margin-left:25px;
  1134. position:absolute;
  1135. overflow:hidden;
  1136. background-color: ffffff;
  1137. font-family:arial narrow;
  1138.  
  1139. }
  1140.  
  1141. .conn p {;font-family:arial narrow;}
  1142.  
  1143. #LK2MEETconnTables:hover .conn {
  1144. width:200px;
  1145. opacity:1;
  1146. overflow:auto;
  1147. transition:All .6s linear 1.2s;
  1148. -webkit-transition:All .6s linear 1.2s;
  1149. -moz-transition:All .6s linear 1.2s;
  1150. -o-transition:All .6s linear 1.2s;
  1151. }
  1152.  
  1153. /* LIKE TO MEET - Connections Links*/
  1154.  
  1155. #LK2MEETlinksTable {
  1156. background-color: d7d7d7;
  1157. width:350px;
  1158. height:auto;
  1159. overflow:hidden;
  1160. }
  1161.  
  1162. #LK2MEETlinksTable .left, #LK2MEETlinksTable .right {
  1163. width:48%;
  1164. overflow:auto;
  1165. height:95px;
  1166. }
  1167.  
  1168. #LK2MEETlinksTable .left { float:left;}
  1169. #LK2MEETlinksTable .right { float:right; }
  1170.  
  1171. #LK2MEETlinksTable a {
  1172. background-color:151515;
  1173. color:ffffff;
  1174. font-size:7pt;
  1175. display:block;
  1176. text-align:center;
  1177. height:17px;
  1178. line-height:17px;
  1179. margin-bottom:2px;
  1180. font-family: 'Roboto Condensed', sans-serif;
  1181. outline:solid;
  1182. outline-offset:-3px;
  1183. outline-width:1px;
  1184. text-transform;uppercase;
  1185. text-decoration:none;
  1186. letter-spacing:0pt;
  1187. transition:All .6s linear 0s;
  1188. -webkit-transition:All .6s linear 0s;
  1189. -moz-transition:All .6s linear 0s;
  1190. -o-transition:All .6s linear 0s;
  1191. }
  1192.  
  1193. #LK2MEETlinksTable a:hover {
  1194. background-color: fefefe;
  1195. color: 151515;
  1196. text-decoration:line-through;
  1197. letter-spacing:2pt;
  1198. }
  1199.  
  1200. .vicarious{ Hide Codes }
  1201. .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; }
  1202. table table table table td {width:0px;}
  1203. .contactTable td, table table td.text table td,table table table table table td {width:auto;}
  1204. div div select, div div form {display:none !important;}
  1205. select { visibility:hidden!important; WIDTH:0px!important;}
  1206. table div {display:none;}
  1207. table table div {display:block;}
  1208. .clearfix {display:none !important;position:absolute!important;}
  1209. div[id="googlebar"],div div select{opacity:0;filter:alpha(opacity=0);display:none !important;position:absolute !important; bottom:2000px !important;}
  1210. .profileInfo tr tr td { visibility:hidden; }
  1211. .profileInfo td.text { visibility:visible; }
  1212. .vicarious {Layouts available @ http://vicarious-hs.tumblr.com/}
  1213. </style></td></tr></table><table style="display:none"><tr><td>
  1214.  
  1215.  
  1216.  
  1217.  
  1218.  
  1219.  
  1220. -----------------------------LIKE TO MEET-------------------------
  1221.  
  1222.  
  1223.  
  1224. </td></tr></table></td></tr></table><table class="viclike2meet_table"><tr><td valign="top" align="center"><table><tr><td>
  1225.  
  1226. <font class="cite">
  1227. The above table code must remain at the top. FULL tables below can be rearranged.
  1228.  
  1229. ***Image Sizing Instructions***
  1230. This layout will code image sizes for you. For the sake of simplicity you may make all photos 250px width by 250px height EXCEPT the 'default' photo in this section. The tall 'default' image is 275px width by 500px height.
  1231. </font>
  1232.  
  1233.  
  1234.  
  1235. </td></tr></table><table class="vic_table"><tr><td>
  1236.  
  1237. <div id="LK2MEETtable1"><div class="namefield">
  1238.  
  1239. <font class="h1">Mathias
  1240. <font color="b0b0b0">Drake
  1241.  
  1242. </font></font></div>
  1243.  
  1244. <div class="default" style="background-image:url(http://i.imgur.com/l6XhbpM.jpg);">
  1245.  
  1246. </div><div class="innerbox"><div class="text">
  1247. <center>
  1248. <p><em>LIKES</em>
  1249. <br>Women
  1250. <br>Drinking
  1251. <br>Hunting
  1252. <br>Working on cars
  1253.  
  1254. <p><em>DISLIKES</em>
  1255. <br>Rude bastards
  1256. <br>Liars
  1257. <br>The taste of Rum
  1258. <br>
  1259. </center>
  1260. </div></div></div>
  1261.  
  1262.  
  1263.  
  1264. </td></tr></table><table class="vic_table"><tr><td>
  1265.  
  1266.  
  1267. <div id="LK2MEETtable2">
  1268.  
  1269. <div class="about">
  1270.  
  1271. <p><img src="http://i.imgur.com/HgpAhgB.jpg"> Reserved spot for his mate
  1272.  
  1273. </div>
  1274.  
  1275.  
  1276. <div class="text"><div class="title">
  1277.  
  1278. Something goes here ▼
  1279.  
  1280. </div><div class="additional">
  1281.  
  1282. <p>Reserved spot for any children he has here.
  1283.  
  1284.  
  1285. </div></div></div>
  1286.  
  1287.  
  1288.  
  1289.  
  1290. </td></tr></table><table class="vic_table"><tr><td>
  1291.  
  1292. <div id="LK2MEETtable3"><div class="shorty">
  1293.  
  1294. <p><font class="one">A</font> something will go here when I feel like it.
  1295.  
  1296. </div></div>
  1297.  
  1298.  
  1299. </td></tr></table><table class="vic_table"><tr><td>
  1300.  
  1301. <div id="LK2MEETconnTables">
  1302.  
  1303. <div class="title1">Connection One</div>
  1304. <div class="title2">Short Quote</div>
  1305.  
  1306. <a href="/#">
  1307. <div class="pic" style="background-image:url(http://i.imgur.com/59Ni5qu.jpg);">
  1308. </div></a>
  1309.  
  1310.  
  1311. <div class="conn">
  1312.  
  1313. <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.
  1314.  
  1315. </div></div>
  1316.  
  1317.  
  1318.  
  1319. </td></tr></table><table class="vic_table"><tr><td>
  1320.  
  1321. <div id="LK2MEETconnTables">
  1322.  
  1323. <div class="title1">Connection Two</div>
  1324. <div class="title2">Short Quote</div>
  1325.  
  1326. <a href="/#">
  1327. <div class="pic" style="background-image:url(http://i.imgur.com/59Ni5qu.jpg);">
  1328. </div></a>
  1329.  
  1330.  
  1331. <div class="conn">
  1332.  
  1333. <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.
  1334.  
  1335. </div></div>
  1336.  
  1337.  
  1338. </td></tr></table><table class="vic_table"><tr><td>
  1339.  
  1340. <div id="LK2MEETconnTables">
  1341.  
  1342. <div class="title1">Connection Three</div>
  1343. <div class="title2">Short Quote</div>
  1344.  
  1345. <a href="/#">
  1346. <div class="pic" style="background-image:url(http://i.imgur.com/59Ni5qu.jpg);">
  1347. </div></a>
  1348.  
  1349.  
  1350. <div class="conn">
  1351.  
  1352. <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.
  1353.  
  1354. </div></div>
  1355.  
  1356. </td></tr></table><table class="vic_table"><tr><td>
  1357.  
  1358. <div id="LK2MEETlinksTable"><div class="left">
  1359.  
  1360. <a href="/#">Connection Name</a>
  1361. <a href="/#">Connection Name</a>
  1362. <a href="/#">Connection Name</a>
  1363. <a href="/#">Connection Name</a>
  1364. <a href="/#">Connection Name</a>
  1365.  
  1366. </div><div class="right">
  1367.  
  1368. <a href="/#">Connection Name</a>
  1369. <a href="/#">Connection Name</a>
  1370. <a href="/#">Connection Name</a>
  1371. <a href="/#">Connection Name</a>
  1372. <a href="/#">Connection Name</a>
  1373.  
  1374. </div></div>
  1375. -----------------------------INTERESTS-----------------------------
  1376.  
  1377.  
  1378. </td></tr></table></td></tr></table><table class="vicinterests_table"><tr><td valign="top" align="center"><table><tr><td>
  1379.  
  1380. <font class="cite">
  1381. The above table code must remain at the top. FULL tables below can be rearranged.
  1382. </font>
  1383.  
  1384. </td></tr></table><table class="vic_table"><tr><td>
  1385.  
  1386.  
  1387. <div id="INTtable1">
  1388.  
  1389. <div class="line1"></div><div class="line2"></div><div class="line3"></div><div class="line4"></div>
  1390.  
  1391.  
  1392. <div class="xxx">
  1393.  
  1394. <img src="http://i.imgur.com/SPhO0WQ.jpg">
  1395. <img src="http://i.imgur.com/0UVZ4VR.jpg">
  1396. <img src="http://i.imgur.com/F7ws4TA.jpg">
  1397.  
  1398.  
  1399. </div><div class="xxy">
  1400.  
  1401. <img src="http://i.imgur.com/auXDR5E.jpg">
  1402. <img src="http://i.imgur.com/0vbfv91.jpg">
  1403. <img src="http://i.imgur.com/Xn2mIju.jpg?1">
  1404.  
  1405. </div><div class="about">
  1406.  
  1407. <p>Born during the war between the Grecians and the Persians and what is now known as Russia, Mathias or Mat grew up in a middle class family. Not having everything he might have wanted but was content enough with what he had. Not knowing his father and his mother not really speaking of him much but he always wondered who and where he was.
  1408.  
  1409. <font class="blockquote">
  1410. Around the time that he was old enough to understand his mother revealed that his family was not normal. But one of a blood of wolves. Werewolves. Having to be told before his first turning this was a shock to him and even though just finding out he was able to take on his first full moon transformation and succeed without subcoming to madness like most that was unable to accept their fate.
  1411. </font>
  1412.  
  1413. <p>Transversing through life becoming a soldier, worker, or anything else that may help him survive for the decades to come he started to track down his life and learn of his origins. Finding relitives all over the globe he found that he came from a long line of aristocrats that were rulers, slave owners, and some just down right cold blooded killers. With this revalation he found that he was thankful that his mother raised him and his sisters well away from this life. He was a better man for it and more honorable and respectful toward others. With each new years he moved from one place to another and finally settling down even though it wouldn't be for long he was still a nomad.
  1414.  
  1415. <p>Will add more later.
  1416.  
  1417.  
  1418. </div><div class="quote">
  1419.  
  1420. I shall live by passion and not by law
  1421.  
  1422. </div><div class="music">
  1423.  
  1424.  
  1425.  
  1426.  
  1427.  
  1428. </div></div>
  1429.  
  1430. <font class="cite">You will note a line of code that starts with param name="wmode" above. The normal player that you add from mp3.flash 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. This will keep it hidden until it's hovered over.</font>
  1431.  
  1432.  
  1433.  
  1434. </td></tr></table><table class="vic_table"><tr><td>
  1435.  
  1436. <div id="INTtable2"><div class="vicbox" style="position:absolute; margin-top:0px; margin-left:0px; ">
  1437.  
  1438. <img src="http://i.imgur.com/nkLdC2X.jpg?1">
  1439.  
  1440. <div class="mask">
  1441.  
  1442. <font class="h2">Legal & Physical</font>
  1443.  
  1444. <div class="stats">
  1445. <b>NAME:</b> Mathias Drake
  1446. <BR><b>NICKNAMES:</b> Mat
  1447. <BR><b>DATE OF BIRTH:</b> 5th Century BC
  1448. <BR><b>AGE:</b> Looks 30
  1449. <BR><b>CURRENT RESIDENCE:</b> Off the grid
  1450. <BR><b>SPECIES:</b> Werewolf
  1451. <BR><b>HAIR COLOR:</b> Black
  1452. <BR><b>EYE COLOR:</b> Brown / Blue with contacts
  1453. <BR><b>HEIGHT:</b> 6'5"
  1454. <BR><b>WEIGHT:</b> 210lbs
  1455. <BR><b>BIRTHMARKS/SCARS:</b> Many scars
  1456.  
  1457. </div></div></div>
  1458.  
  1459. <div class="vicbox" style="position:absolute; margin-top:0px; margin-left:218px;">
  1460.  
  1461. <img src="http://i.imgur.com/f9N2kbE.jpg">
  1462.  
  1463. <div class="mask">
  1464.  
  1465. <font class="h2">Family & Relationships</font>
  1466.  
  1467. <div class="stats">
  1468. <BR><b>MOTHER:</b> Martha
  1469. <BR><b>FATHER:</b> No clue
  1470. <BR><b>SISTER(S):</b> A sister and Step sister
  1471. <BR><b>BROTHER(S):</b> None
  1472. <BR><b>Other Family:</b> None
  1473. <BR>
  1474. <BR><b>STATUS:</b> Single
  1475. <BR><b>ORIENTATION:</b> Women sexual
  1476. <BR><b>CURRENT:</b> None
  1477. <BR><b>FORMER:</b> None
  1478.  
  1479.  
  1480. </div></div></div>
  1481.  
  1482.  
  1483. <div class="vicbox" style="position:absolute; margin-top:217px; margin-left:0px;">
  1484.  
  1485. <img src="http://i.imgur.com/aKurNSo.jpg">
  1486.  
  1487. <div class="mask">
  1488.  
  1489. <font class="h2">Education & Employment</font>
  1490.  
  1491. <div class="stats">
  1492.  
  1493. <br><b>OCCUPATION:</b> Anything
  1494. <BR><b>SKILLSET:</b> Jack of all trades
  1495.  
  1496.  
  1497. </div></div></div>
  1498.  
  1499. <div class="vicbox" style="position:absolute; margin-top:217px; margin-left:218px;">
  1500.  
  1501. <img src="http://i.imgur.com/PDPf6pR.jpg">
  1502.  
  1503. <div class="mask">
  1504.  
  1505. <font class="h2">Personality</font>
  1506.  
  1507. <div class="stats">
  1508. <b>Traits</b>
  1509. <br>☆ Rough, Outspoken, Thinker.
  1510. <br>☆ Honorable, Loving (To mate only) Trusting.
  1511. <br>☆ Good around computers, Excellent Builder.
  1512. <br>☆ Simple magic, Great with kids and babies, Can speak other languages .
  1513.  
  1514. <p>Despite the rough exterior he is rather soft. Trusting of people and loving to his mate. Helpful and just plain handy when you get down to it. A jack of all trade he is there for those that need him. Whether a shoulder to cry on or just a drinking buddy. He will be there for those that need him.
  1515.  
  1516.  
  1517. </div></div></div></div>
  1518.  
  1519.  
  1520.  
  1521. </td></tr></table><table class="vic_table"><tr><td>
  1522.  
  1523. <div id="INTtable3">
  1524. <div class="title1">Howl</div>
  1525. <div class="title2">at the moon</div>
  1526.  
  1527. <div class="pic" style="background-image:url(http://i.imgur.com/sWLLsX3.jpg);"></div>
  1528.  
  1529.  
  1530. <div class="about">
  1531.  
  1532. <p><center><em>OOC</em>
  1533. <br>☆ Face Claim: Joe Manganiello
  1534. <br>☆ IC =/= OOC
  1535. <br>☆ NO Drama
  1536. <br>☆ Not always PM friendly.
  1537. <br>☆ Be polite, say if you have to go. If you can't let me know later.
  1538. <br>☆ Pics are not mine
  1539. </center>
  1540. </div><div class="quote">
  1541. This is where I hide my power. This is where I become free.
  1542. <BR>
  1543. This is where I take control and slowly choke your fantasies.
  1544.  
  1545. </div></div>
  1546.  
  1547.  
  1548. </td></tr></table><table class="vic_table"><tr><td>
  1549.  
  1550.  
  1551. <div id="INTtable4">
  1552.  
  1553. <p> Will put something here eventually.
  1554.  
  1555. </div>
  1556.  
  1557.  
  1558. -----------------------------MUSIC---------------------------------
  1559.  
  1560. </td></tr></table></td></tr></table><table><tr><td valign="top" align="center"><table><tr><td>
  1561.  
  1562. <div id="sidebar"><div class="sidebarB"><div class="def">
  1563.  
  1564. <div class="def1" style="background-image:url(http://i.imgur.com/ocKzuzW.gif);">
  1565.  
  1566. </div><div class="linx">
  1567.  
  1568.  
  1569. </div></div><div class="quote1">
  1570.  
  1571. But I'm, nothing special. I'm not unique. I have many secrets, and I eat the weak.
  1572.  
  1573.  
  1574. </div><div class="title">
  1575.  
  1576. Arooooo
  1577.  
  1578. </div><div class="stuff">
  1579.  
  1580. <div class="icon">☾</div>
  1581.  
  1582. <div class="info">
  1583.  
  1584. <BR><Strong>Writing Style</strong>
  1585. <BR>Oneliners
  1586. <BR>Semi-Para
  1587. <BR>Para
  1588. <BR>Some times multi-para if the muse strikes.
  1589.  
  1590.  
  1591. </div></div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement