Advertisement
Guest User

Untitled

a guest
Apr 18th, 2015
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.59 KB | None | 0 0
  1. <style type="text/css">
  2. .pfor {
  3. display: none;
  4. }
  5. #profile {
  6. background-color: transparent;
  7. border: 0px;
  8. }
  9.  
  10.  
  11. .wordwrap {
  12. color: #999999;
  13. text-align: justify;
  14. font-family: Verdana;
  15.  
  16.  
  17. }
  18.  
  19. .wordlink {
  20. cursor:pointer;
  21. color: #FFFFFF;
  22. }
  23.  
  24. @import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700|Poiret+One|Roboto+Condensed:300italic,400italic,700italic,400,300,700|Raleway:400,800,100,200,300,500,600,700,900|Oswald:300,400,700|Dynalight|Tangerine:400,700);
  25.  
  26. /* - -DO NOT PUT ANYTHING ABOVE THE @import LINE ABOVE - - */
  27. /* - -DO NOT REARRANGE MY CODING!! ORDER IS IMPORTANT! - - */
  28.  
  29. .vicarious { Structure }
  30. body {
  31. width:100%;
  32. height:100%;
  33. background-color: e1e1e1;
  34. background-image:url();
  35. background-repeat:repeat;
  36. background-attachment:fixed;
  37. background-position:center center;
  38. }
  39.  
  40. table, tr, td { background-color:transparent; border:0px; padding:0px; margin:0px; }
  41.  
  42. .vic-LEFT-SIDE_table, .vic-RIGHT-SIDE_table {
  43. visibility:visible;
  44. z-index:2;
  45. position:absolute;
  46. top:0%;
  47. left:50%;
  48. border:0px;
  49. margin-top:10px;
  50. height:auto;
  51. display:inline-block;
  52. padding:0px;
  53. }
  54.  
  55. .vic-LEFT-SIDE_table { width:302px; height:auto; margin-left:-300px;}
  56. .vic-LEFT-SIDE_table tr { }
  57. .vic-LEFT-SIDE_table td { margin:0px; max-width:300px;}
  58.  
  59. .vic-RIGHT-SIDE_table { width:502px; height:auto; margin-left:10px; }
  60. .vic-RIGHT-SIDE_table tr { }
  61. .vic-RIGHT-SIDE_table td { margin:0px; max-width:500px;}
  62.  
  63. .vic_table {
  64. width:100%;
  65. margin-bottom:4px;
  66. border:1px solid #181818;
  67. background-color: e6e6e6;
  68. overflow:hidden;
  69. display:block;
  70. }
  71.  
  72. .vic_table tr { }
  73. .vic_table td { width:100%; }
  74.  
  75. .vic-LEFT-SIDE_table .vic_table td {width:300px;}
  76. .vic-RIGHT-SIDE_table .vic_table td {width:500px;}
  77.  
  78.  
  79. .vicarious{ Google Chrome Scrollbar }
  80. ::-webkit-scrollbar {width: 10px;}
  81. ::-webkit-scrollbar-track {border: 1px solid #181818 ;background-color:transparent;}
  82. ::-webkit-scrollbar-thumb {border:1px solid #181818;background-color:dadada; }
  83.  
  84. .vicarious { General Text }
  85.  
  86. table, tr, td, li, p, div, .text, .btext, a, b, i {
  87. font-family:tahoma;
  88. font-size:7pt;
  89. line-height:100%;
  90. padding:0px;
  91. margin:0px;
  92. text-decoration:none;
  93. text-transform:none;
  94. text-align:left;
  95. word-wrap: break-word;
  96. color: 1c1c1c ;
  97. }
  98.  
  99. p {
  100. text-align:justify;
  101. margin-top: 5px;
  102. text-indent:10px;
  103. word-wrap: break-word;
  104. }
  105.  
  106. b {
  107. font-family: 'Roboto Condensed', sans-serif;
  108. font-weight:700;
  109. font-size:8pt;
  110. text-transform:uppercase;
  111. color: 818181;
  112. }
  113.  
  114. i {
  115. font-family: 'Dynalight', cursive;
  116. font-size:10pt;
  117. }
  118.  
  119. .u, u {
  120. text-decoration:underline;
  121. }
  122.  
  123. .strike, strike {
  124. text-decoration:line-through;
  125. letter-spacing:1pt;
  126. }
  127.  
  128. .strong, strong {
  129. font-family: "Oswald", Helvetica, sans-serif;
  130. font-size: 9pt;
  131. text-transform:uppercase;
  132. line-height:110%;
  133. }
  134.  
  135. em {
  136. font-family: 'Tangerine', cursive;
  137. font-weight:700;
  138. font-size:19pt;
  139. }
  140.  
  141. .vicarious { Headers }
  142.  
  143. .h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6, .h7, h7, .h8, h8, .h9, h9, .h10, h10, .h11, h11, .h12, h12, .h13, h13, .h14, h14, .h15, h15, .one, one, .two, two, .three, three, .blockquote, blockquote, big, small {
  144. margin:0px;
  145. padding:0px;
  146. display:block;
  147. text-transform:none;
  148. line-height:100%;
  149. }
  150.  
  151. .h1, h1 {
  152. font-family: 'Oswald', sans-serif;
  153. font-weight:700;
  154. font-size:60px;
  155. line-height:100px;
  156. height:100px;
  157. text-transform:uppercase;
  158. letter-spacing:0px;
  159. text-align:center;
  160. text-shadow: -1px -1px 0 #f0f0f0, 1px -1px 0 #f0f0f0, -1px 1px 0 #f0f0f0, 1px 1px 0 #f0f0f0;
  161. }
  162.  
  163. .h2, h2 {
  164. font-family: 'PT Sans Narrow', sans-serif;
  165. color:f0f0f0;
  166. font-size:15px;
  167. height:20px;
  168. line-height:20px;
  169. text-transform:uppercase;
  170. text-align:right;
  171. padding-right:15px;
  172. background-color:181818;
  173. border-bottom:10px double #f0f0f0;
  174. }
  175.  
  176. .h3, h3 {
  177. font-family: 'Poiret One', cursive;
  178. font-size:18px;
  179. height:20px;
  180. line-height:20px;
  181. padding:5px;
  182. text-transform:uppercase;
  183. text-align:center;
  184. border-width:2px 0px;
  185. border-style:solid;
  186. border-color:181818;
  187. margin-bottom:10px;
  188. }
  189.  
  190. .h4, h4 {
  191. font-family: 'Roboto Condensed', sans-serif;
  192. font-weight:700;
  193. font-size:22px;
  194. line-height:110%;
  195. text-transform:uppercase;
  196. text-align:center;
  197. background-color:ececec;
  198. border-bottom:5px solid #181818;
  199. margin:5px;
  200. padding:5px;
  201. }
  202.  
  203. .h5, h5 {
  204. font-family: 'Dynalight', cursive;
  205. font-size:25px;
  206. line-height:25px;
  207. height:25px;
  208. text-transform:none;
  209. text-align:right;
  210. padding:5px;
  211. border-width:2px 0px 2px 0px;
  212. border-style:solid;
  213. border-color: #181818;
  214. text-shadow: -1px -1px 0 #f0f0f0, 1px -1px 0 #f0f0f0, -1px 1px 0 #f0f0f0, 1px 1px 0 #f0f0f0;
  215. }
  216.  
  217. .h6, h6 {
  218. font-family: 'Oswald', sans-serif;
  219. font-weight:700;
  220. font-size:16px;
  221. line-height:20px;
  222. height:20px;
  223. text-transform:uppercase;
  224. letter-spacing:2px;
  225. text-align:center;
  226. color:f0f0f0;
  227. padding:5px;
  228. margin:5px 0px;
  229. background-color: 181818;
  230. }
  231.  
  232. .h7, h7 {
  233. font-family: 'Roboto Condensed', sans-serif;
  234. font-weight:300;
  235. font-style:italic;
  236. font-size:12px;
  237. height:40px;
  238. line-height:40px;
  239. text-transform:uppercase;
  240. letter-spacing:2px;
  241. text-align:center;
  242. border-width:7px 0px;
  243. border-style:solid;
  244. border-color:f0f0f0;
  245. background-color:181818;
  246. color: ededed;
  247. }
  248.  
  249. .cite {font-size:0px; color:transparent;display:block; height:0px;}
  250.  
  251.  
  252. .vicarious { Divs }
  253.  
  254.  
  255. /* Back Area */
  256.  
  257. #line, #line2, #back {
  258. visibility:visible;
  259. position:fixed;
  260. top:0%;
  261. z-index:-1;
  262. padding:0px;
  263. background-color:000000;
  264. }
  265.  
  266. #line {
  267. left:50%;
  268. margin-top:0px;
  269. margin-left:-500px;
  270. width:20px;
  271. height:100%;
  272. }
  273.  
  274. #line2 {
  275. left:0%;
  276. margin-top:310px;
  277. margin-left:0px;
  278. width:100%;
  279. height:20px;
  280. }
  281.  
  282. #Back {
  283. left:50%;
  284. margin-top:0px;
  285. margin-left:-310px;
  286. width:830px;
  287. height:100%;
  288. }
  289.  
  290. /* Left Sidebar */
  291.  
  292. #sidebar {
  293. visibility:visible;
  294. position:fixed;
  295. top:0%;
  296. left:50%;
  297. z-index:3;
  298. margin-top:0px;
  299. margin-left:-660px;
  300. width:320px;
  301. height:100%;
  302. padding:0px;
  303. }
  304.  
  305. #sidebar .vicbox {
  306. margin-top:100px;
  307. float:left;
  308. width:300px;
  309. height:400px;
  310. overflow: hidden;
  311. position: relative;
  312. background-color: dddddd;
  313. border:5px solid #181818;
  314. padding:5px;
  315. }
  316.  
  317. #sidebar .mask {
  318. width:150px;
  319. height:400px;
  320. position: absolute;
  321. overflow: hidden;
  322. top:0px;
  323. left:0px;
  324. opacity: 1;
  325. -webkit-transform: translateX(-300px);
  326. -moz-transform: translateX(-300px);
  327. -ms-transform: translateX(-300px);
  328. -o-transform: translateX(-300px);
  329. transform: translateX(-300px);
  330. -webkit-transition: all 0.4s ease-in-out;
  331. -moz-transition:all 0.4s ease-in-out;
  332. -ms-transition:all 0.4s ease-in-out;
  333. -o-transition: all 0.4s ease-in-out;
  334. transition: all 0.4s ease-in-out;
  335. }
  336.  
  337. #sidebar .vicbox img {
  338. opacity:1;
  339. display: block;
  340. position: relative;
  341. width:300px;
  342. height:400px;
  343. overflow:hidden;
  344. -webkit-transition: all 0.3s ease-in-out;
  345. -moz-transition:all 0.3s ease-in-out;
  346. -ms-transition:all 0.3s ease-in-out;
  347. -o-transition: all 0.3s ease-in-out;
  348. transition: all 0.3s ease-in-out;
  349. }
  350.  
  351. #sidebar .the411 {
  352. position: relative;
  353. text-align: center;
  354. margin:0px;
  355. width:150px;
  356. height:400px;
  357. padding: 0px;
  358. overflow:hidden;
  359. -webkit-transition: all 0.2s linear 0.1s;
  360. -moz-transition:all 0.2s linear 0.1s;
  361. -ms-transition:all 0.2s linear 0.1s;
  362. -o-transition: all 0.2s linear 0.1s;
  363. transition: all 0.2s linear 0.1s;
  364. }
  365.  
  366. #sidebar:hover .mask {
  367. -webkit-transform: translateX(0px);
  368. -moz-transform: translateX(0px);
  369. -ms-transform: translateX(0px);
  370. -o-transform: translateX(0px);
  371. transform: translateX(0px);
  372. }
  373.  
  374. #sidebar:hover img {
  375. opacity: 0.2;
  376. -webkit-transform: translateX(150px);
  377. -moz-transform: translateX(150px);
  378. -ms-transform: translateX(150px);
  379. -o-transform: translateX(150px);
  380. transform: translateX(150px);
  381. transition-delay: 0.1s;
  382. }
  383.  
  384. #sidebar:hover .the411 {
  385. transition-delay: 0.4s;
  386. }
  387.  
  388. #sidebar a {
  389. text-decoration:none;
  390. text-transform:none;
  391. display:block;
  392. width:100px;
  393. font-size:10px;
  394. height:15px;
  395. line-height:15px;
  396. overflow:none;
  397. text-align:left;
  398. font-family: 'Roboto', sans-serif;
  399. font-weight:300;
  400. background-color: ffffff;
  401. padding-left:5px;
  402. letter-spacing:1pt;
  403. margin:2px 0px;
  404. color: 181818;
  405. border-left-width:0px;
  406. border-left-style: solid;
  407. border-left-color: #181818;
  408. -webkit-transition: all 0.5s ease-in-out;
  409. -moz-transition:all 0.5s ease-in-out;
  410. -ms-transition:all 0.5s ease-in-out;
  411. -o-transition: all 0.5s ease-in-out;
  412. transition: all 0.5s ease-in-out;
  413. }
  414.  
  415. #sidebar a:hover {
  416. border-left-width:100px;
  417. -webkit-transition: all 0.5s ease-in-out;
  418. -moz-transition:all 0.5s ease-in-out;
  419. -ms-transition:all 0.5s ease-in-out;
  420. -o-transition: all 0.5s ease-in-out;
  421. transition: all 0.5s ease-in-out;
  422. }
  423.  
  424. #sidebar .linx {
  425. text-align:center;
  426. opacity:0;
  427. z-index:4;
  428. position:absolute;
  429. margin-top:100px;
  430. margin-left:190px;
  431. width:100px;
  432. height:auto;
  433. overflow:hidden;
  434. -webkit-transition: all .5s linear 0.1s;
  435. -moz-transition:all .5s linear 0.1s;
  436. -ms-transition:all .5s linear 0.1s;
  437. -o-transition: all .5s linear 0.1s;
  438. transition: all .5s linear 0.1s;
  439. }
  440.  
  441. #sidebar:hover .linx {
  442. margin-top:225px;
  443. opacity:1;
  444. -webkit-transition: all .5s linear 0.1s;
  445. -moz-transition:all .5s linear 0.1s;
  446. -ms-transition:all .5s linear 0.1s;
  447. -o-transition: all .5s linear 0.1s;
  448. transition: all .5s linear 0.1s;
  449. }
  450.  
  451. .codrops { divs}
  452.  
  453. .ch-grid {
  454. margin: 0;
  455. padding: 0;
  456. list-style: none;
  457. display: block;
  458. text-align: center;
  459. width: 130px;
  460. }
  461.  
  462. .ch-grid:after,
  463. .ch-item:before {
  464. content: '';
  465. display: table;
  466. }
  467.  
  468. .ch-grid:after {
  469. clear: both;
  470. }
  471.  
  472. .ch-grid li {
  473. width: 130px;
  474. height: 130px;
  475. display: block;
  476. margin: 3px 10px;
  477. }
  478.  
  479. .ch-item {
  480. width: 100%;
  481. height: 100%;
  482. position: relative;
  483. -webkit-perspective: 900px;
  484. -moz-perspective: 900px;
  485. -o-perspective: 900px;
  486. -ms-perspective: 900px;
  487. perspective: 900px;
  488. }
  489.  
  490. .ch-info {
  491. position: absolute;
  492. width: 100%;
  493. height: 100%;
  494. -webkit-transform-style: preserve-3d;
  495. -moz-transform-style: preserve-3d;
  496. -o-transform-style: preserve-3d;
  497. -ms-transform-style: preserve-3d;
  498. transform-style: preserve-3d;
  499. }
  500.  
  501. .ch-info > div {
  502. display: block;
  503. position: absolute;
  504. width: 100%;
  505. height: 100%;
  506. background-position: center center;
  507. -webkit-transition: all 0.4s linear;
  508. -moz-transition: all 0.4s linear;
  509. -o-transition: all 0.4s linear;
  510. -ms-transition: all 0.4s linear;
  511. transition: all 0.4s linear;
  512. -webkit-transform-origin: 50% 0%;
  513. -moz-transform-origin: 50% 0%;
  514. -o-transform-origin: 50% 0%;
  515. -ms-transform-origin: 50% 0%;
  516. transform-origin: 50% 0%;
  517. }
  518.  
  519. .ch-info .ch-info-front {
  520. -webkit-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.4);
  521. -moz-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.4);
  522. box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.4);
  523. background-size: 130px 130px;
  524. }
  525.  
  526. .ch-info .ch-info-back {
  527. -webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
  528. -moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
  529. -o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
  530. -ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
  531. transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
  532. background-color: e8e8e8;
  533. opacity: 0;
  534. -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.5);
  535. -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.5);
  536. box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.5);
  537. }
  538.  
  539. .ch-info .about {
  540. padding: 5px;
  541. margin: 5px;
  542. overflow:auto;
  543. width:110px;
  544. height:110px;
  545. text-align:left;
  546. }
  547.  
  548. .ch-info small {
  549. font-family: 'Dynalight', cursive;
  550. text-transform:none;
  551. border-bottom: 2px solid #181818;
  552. font-size:16pt;
  553. line-height:100%;
  554. padding:0px;
  555. margin:5px 0px;
  556. overflow:hidden;
  557. text-align:right;
  558. }
  559.  
  560. .ch-item:hover .ch-info-front {
  561. -webkit-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
  562. -moz-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
  563. -o-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
  564. -ms-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
  565. transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
  566. opacity: 0;
  567. }
  568.  
  569. .ch-item:hover .ch-info-back {
  570. -webkit-transform: rotate3d(1,0,0,0deg);
  571. -moz-transform: rotate3d(1,0,0,0deg);
  572. -o-transform: rotate3d(1,0,0,0deg);
  573. -ms-transform: rotate3d(1,0,0,0deg);
  574. transform: rotate3d(1,0,0,0deg);
  575. opacity: 1;
  576. }
  577.  
  578.  
  579. /* Left Side Tables */
  580.  
  581. .ImgBlock {
  582. width:300px;
  583. height:auto;
  584. overflow:hidden;
  585. }
  586.  
  587. .ImgBlock .left {float:left; width:145px;}
  588. .ImgBlock .right {float:right; width:145px;}
  589.  
  590. .ImgBlock .img1, .ImgBlock .img2, .ImgBlock .img3 {
  591. overflow:hidden;
  592. width:145px;
  593. }
  594. .ImgBlock .img1 {height:50px;}
  595. .ImgBlock .img2 {height:90px; margin-top:5px; }
  596. .ImgBlock .img3 {height:145px;}
  597.  
  598. .ImgBlock .spacer {margin-top:10px;}
  599.  
  600. .music {
  601. width:300px;
  602. height:auto;
  603. text-align:center;
  604. display:block;
  605. overflow:none;
  606. }
  607.  
  608. .Stats_Table {
  609. position:relative;
  610. width:300px;
  611. height:250px;
  612. overflow:hidden;
  613. }
  614.  
  615. .Stats_Table .title {
  616. display:block;
  617. position:absolute;
  618. margin-top:100px;
  619. margin-left:-100px;
  620. width:240px;
  621. height:40px;
  622. overflow:hidden;
  623. color:f0f0f0;
  624. font-family: "Oswald", Helvetica, sans-serif;
  625. font-size:20px;
  626. line-height:40px;
  627. text-align:left;
  628. padding:5px;
  629. text-transform:uppercase;
  630. transform: rotate(270deg) ;
  631. -webkit-transform: rotate(270deg) ;
  632. -moz-transform: rotate(270deg) ;
  633. -o-transform: rotate(270deg) ;
  634. -ms-transform: rotate(270deg) ;
  635. background-color:181818;
  636. }
  637.  
  638.  
  639. .Stats_Table .stats {
  640. position:absolute;
  641. margin-top:5px;
  642. margin-left:55px;
  643. padding:5px;
  644. width:230px;
  645. height:130px;
  646. overflow:auto;
  647. background-color: e8e8e8;
  648. }
  649.  
  650. .Stats_Table img {
  651. position:absolute;
  652. margin-top:150px;
  653. margin-left:50px;
  654. }
  655.  
  656. .connLinks {
  657. width:141px;
  658. height:132px;
  659. padding:2px;
  660. overflow:auto;
  661. background-color:181818;
  662. }
  663.  
  664. .connLinks .left {
  665. float:left;
  666. }
  667.  
  668. .connLinks .right {
  669. float:left;
  670. }
  671.  
  672. .connLinks a.Lk1, .connLinks a.Lk2 {
  673. font-family: 'PT Sans Narrow', sans-serif;
  674. text-decoration:none;
  675. text-align:center;
  676. padding:0px;
  677. margin:1px;
  678. text-transform:uppercase;
  679. display:block;
  680. font-size:8px;
  681. height:12px;
  682. line-height:12px;
  683. color:181818;
  684. letter-spacing:0px;
  685. -webkit-transition: all .3s ease-in-out 0s;
  686. -moz-transition:all .3s ease-in-out 0s;
  687. -ms-transition:all .3s ease-in-out 0s;
  688. -o-transition: all .3s ease-in-out 0s;
  689. transition: all .3s ease-in-out 0s;
  690. }
  691.  
  692. .connLinks a.Lk1 {
  693. background-color:ececec;
  694. color: 777777;
  695. }
  696.  
  697. .connLinks a.Lk2 {
  698. background-color: dadada;
  699. }
  700.  
  701. .connLinks a:hover {
  702. background-color:181818;
  703. color: 9b9b9b;
  704. letter-spacing:2px;
  705. }
  706.  
  707. /* Right Side Tables */
  708.  
  709. .Outside {
  710. width:500px;
  711. height:400px;
  712. overflow:hidden;
  713. -webkit-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.3);
  714. -moz-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.3);
  715. box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.3);
  716. }
  717.  
  718. .about1 {
  719. background-color: e8e8e8;
  720. width:430px;
  721. height:330px;
  722. margin:20px;
  723. padding:5px;
  724. overflow:auto;
  725. border:10px double #181818;
  726. }
  727.  
  728. .about2 {
  729. background-color: e8e8e8;
  730. width:205px;
  731. height:200px;
  732. padding:5px;
  733. overflow:auto;
  734. border:10px solid #ececec;
  735. margin:5px;
  736. -webkit-box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.54);
  737. -moz-box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.54);
  738. box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.54);
  739. }
  740.  
  741. .about2 .left {float:left; }
  742. .about2 .right {float:right; }
  743.  
  744. .conn {
  745. width:500px;
  746. height:245px;
  747. overflow:hidden;
  748. }
  749.  
  750. .connImg {
  751. position:relative;
  752. float:left;
  753. height:245px;
  754. width:245px;
  755. overflow:hidden;
  756. background-size:245px 245px;
  757. background-position:center center;
  758. background-repeat:no-repeat;
  759. -webkit-transition: all .3s ease-in-out 0s;
  760. -moz-transition:all .3s ease-in-out 0s;
  761. -ms-transition:all .3s ease-in-out 0s;
  762. -o-transition: all .3s ease-in-out 0s;
  763. transition: all .3s ease-in-out 0s;
  764. }
  765.  
  766. .conn:hover .connImg {
  767. background-size:225px 225px;
  768. -webkit-transition: all .3s ease-in-out 0s;
  769. -moz-transition:all .3s ease-in-out 0s;
  770. -ms-transition:all .3s ease-in-out 0s;
  771. -o-transition: all .3s ease-in-out 0s;
  772. transition: all .3s ease-in-out 0s;
  773. }
  774.  
  775. .connImg .mask {
  776. background-color:181818;
  777. width:100%;
  778. height:100%;
  779. opacity:0;
  780. position:absolute;
  781. top:0;
  782. bottom:0;
  783. -webkit-transition: all .8s linear 0s;
  784. -moz-transition:all .8s linear 0s;
  785. -ms-transition:all .8s linear 0s;
  786. -o-transition: all .8s linear 0s;
  787. transition: all .8s linear 0s;
  788. -webkit-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.7);
  789. -moz-box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.7);
  790. box-shadow: inset 0px 0px 0px 10px rgba(255, 255, 255, 0.7);
  791. }
  792.  
  793. .conn:hover .mask {
  794. opacity:0.7;
  795. -webkit-transition: all .8s linear 0s;
  796. -moz-transition:all .8s linear 0s;
  797. -ms-transition:all .8s linear 0s;
  798. -o-transition: all .8s linear 0s;
  799. transition: all .8s linear 0s;
  800. }
  801.  
  802. .connText {
  803. float:right;
  804. margin:5px;
  805. padding:5px;
  806. height:225px;
  807. width:225px;
  808. overflow:auto;
  809. background-color: e8e8e8;
  810. }
  811.  
  812. .connImg big {
  813. font-family: 'Dynalight', cursive;
  814. opacity:0;
  815. position:absolute;
  816. margin-top:50px;
  817. left:0%;
  818. font-size:20px;
  819. height:25px;
  820. line-height:25px;
  821. width:100%;
  822. text-transform:none;
  823. color:f0f0f0;
  824. text-align:center;
  825. -webkit-transition: all .8s linear 0s;
  826. -moz-transition:all .8s linear 0s;
  827. -ms-transition:all .8s linear 0s;
  828. -o-transition: all .8s linear 0s;
  829. transition: all .8s linear 0s;
  830. text-shadow: 4px 4px 2px rgba(0, 0, 0, 1);
  831. }
  832.  
  833. .conn:hover big {
  834. opacity:1;
  835. margin-top:110px;
  836. }
  837.  
  838. .connImg .line, .connImg .line2 {
  839. opacity:0;
  840. position: absolute;
  841. top:50%;
  842. left:50%;
  843. width: 90%;
  844. height: 1px;
  845. background-color:f0f0f0;
  846. -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  847. transition: opacity 0.35s, transform 0.35s;
  848. -webkit-transform: translate3d(-50%,-50%,0);
  849. transform: translate3d(-50%,-50%,0);
  850. }
  851.  
  852. .conn:hover .line {
  853. opacity: 0.8;
  854. -webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
  855. transform: translate3d(-50%,-50%,0) rotate(45deg);
  856. }
  857.  
  858. .conn:hover .line2 {
  859. opacity: 0.8;
  860. -webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
  861. transform: translate3d(-50%,-50%,0) rotate(-45deg);
  862. }
  863.  
  864.  
  865. .vicarious{ Hide Codes }
  866. .profileInfo, .userProfileURL, .friendsComments, .blurbs, .friendSpace, .contactTable, .extendedNetwork, .latestBlogEntry, .interestsAndDetails, .userProfiledetail, .userAlbums, .whitetext12, .orangetext15, .lightbluetext8, .blacktext12, .navigationBar, .btext, .redlink, .redtext, .blacktext10, tr#groups, .navigationBar, .profile, table tr td[id='footerWarpper'] { display:none !important;visibility:hidden!important; }
  867. table table table table td {width:0px;}
  868. .contactTable td, table table td.text table td,table table table table table td {width:auto;}
  869. div div select, div div form {display:none !important;}
  870. select { visibility:hidden!important; WIDTH:0px!important;}
  871. table div {display:none;}
  872. table table div {display:block;}
  873. .clearfix {display:none !important;position:absolute!important;}
  874. div[id="googlebar"],div div select{opacity:0;filter:alpha(opacity=0);display:none !important;position:absolute !important; bottom:2000px !important;}
  875. .profileInfo tr tr td { visibility:hidden; }
  876. .profileInfo td.text { visibility:visible; }
  877. .vicarious {Layouts available @ http://vicarious-hs.tumblr.com/}
  878. </style></td></tr></table><table style="display:none"><tr><td>
  879.  
  880.  
  881. -----------------------------LIKE TO MEET-------------------------
  882.  
  883.  
  884. </td></tr></table></td></tr></table></td></tr></table><table cellspacing="0" cellpadding="0"><tr><td valign="top" padding="0"><table cellspacing="0" cellpadding="0"><tr><td>
  885.  
  886. <font class="cite">
  887.  
  888. Image Dimensions
  889.  
  890. Sidebar:
  891. Main Image = 300px width by 400px height
  892. 3 Images Each = 130px by 130px
  893.  
  894. Left Side:
  895. Box Set
  896. Img1 (small) = 145px width by 50px height
  897. Img2 (medium) = 145px width by 90px height
  898. Img3 (large) = 145px by 145px
  899. Stats Pics = 250px width by 100px height
  900.  
  901. Right Side:
  902. Banner = 500px width by 300px height (height doesn't matter)
  903. Connection Image = 245px width by 245px height
  904.  
  905. </font>
  906.  
  907.  
  908.  
  909. <div id="line"></div><div id="line2"></div> <div id="back"></div>
  910.  
  911. <div id="sidebar"><div class="vicbox">
  912.  
  913. <img src="http://static.zerochan.net/Gilgamesh.full.1564765.jpg" width="300" height="400">
  914.  
  915. <div class="mask"><div class="the411"><ul class="ch-grid"><li><div class="ch-item"><div class="ch-info">
  916.  
  917. <div class="ch-info-front" style="background-image: url(http://s1.zerochan.net/Gilgamesh.600.1023176.jpg);">
  918.  
  919. </div><div class="ch-info-back">
  920.  
  921. <div class="about">
  922. <small>Verses</small>
  923.  
  924. <BR>▪ Verse Name
  925. <BR>▪ Verse Name
  926. <BR>▪ Verse Name
  927. <BR>▪ Verse Name
  928.  
  929. </div></div></div></div></li><li><div class="ch-item"><div class="ch-info">
  930.  
  931. <div class="ch-info-front" style="background-image: url(http://static.tumblr.com/fee263d41d77ed7ac96aae95fdcd0207/g02dknl/njymj5zua/tumblr_static_tumblr_mfh4tkdcmm1qj612ko1_1280_copia.jpg);">
  932.  
  933. </div><div class="ch-info-back">
  934.  
  935. <div class="about">
  936. <small>Writing Style</small>
  937.  
  938. <BR>☐ One-liners
  939. <BR>☑ Para
  940. <BR>☑ Multi-para
  941. <BR>☑ Novella
  942.  
  943. </div></div></div></div></li><li><div class="ch-item"><div class="ch-info">
  944.  
  945. <div class="ch-info-front" style="background-image: url(http://static.zerochan.net/Gilgamesh.full.891093.jpg);">
  946.  
  947. </div><div class="ch-info-back">
  948.  
  949. <div class="about">
  950. <small>Dues</small>
  951.  
  952. <BR>✎ Starters (0)
  953. <BR>✎ Comments (0)
  954. <BR>✎ Messages (0)
  955.  
  956.  
  957. </div></div></div></div></li></ul></div></div></div><div class="linx">
  958.  
  959. <a href="/logincomplete.php">Home</a>
  960. <a href="/add_testimonial.php?member_id=xxxxxx">Comment</a>
  961. <a href="/send_message.php?member_id=xxxxxx">Message</a>
  962. <a href="/gallery.php?member_id=xxxxxx">Photos</a>
  963. <a href="/view_member_blog.php?member_id=xxxxxx">Blogs</a>
  964. <a href="/invite_friend.php?friend_id=xxxxxx">Add Me</a>
  965. <a href="/#">Extra</a>
  966. <a href="/#">Extra</a>
  967. <a href="/#">Extra</a>
  968.  
  969. </div></div>
  970.  
  971.  
  972. -----------------------------INTERESTS----------------------------
  973.  
  974.  
  975. </td></tr></table></td></tr></table></td></tr></table><table class="vic-LEFT-SIDE_table" cellspacing="0" cellpadding="0"><tr><td valign="top" padding="0"><table cellspacing="0" cellpadding="0" style="width:300px;"><tr><td>
  976.  
  977. <font class="cite">
  978. The above table code must remain at the top. FULL tables below can be rearranged.
  979. </font>
  980.  
  981.  
  982. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  983.  
  984. <div class="ImgBlock"><div class="left">
  985.  
  986. <img class="img1" src="http://new4.fjcdn.com/thumbnails/comments/Watched+fate+stay+night+first+because+it+s+all+i+knew+about+_811dd0d1f25b2fce66a9ddaa258ebde1.jpg" width="145" height= "50">
  987.  
  988. <img class="img2" src="http://anime.astronerdboy.com/wp-content/uploads/2015/04/03-Gilgamesh.jpg"width="90" height="145">
  989.  
  990. <img class="img3 spacer" src="http://static.zerochan.net/Gilgamesh.full.1109232.jpg" width="145" height="145">
  991.  
  992.  
  993. </div><div class="right">
  994.  
  995. <img class="img3" src="http://forums.nrvnqsr.com/image.php?u=140&dateline=1338324086" width="145" height="145">
  996.  
  997. <img class="img1 spacer" src="http://24.media.tumblr.com/tumblr_m37409cwh61r4jpm5o1_500.jpg"width="145" height= "50">
  998.  
  999. <img class="img2" src="http://media.animevice.com/uploads/2/27577/501666-0029.jpg"width="145" height= "90">
  1000.  
  1001.  
  1002. </div></div>
  1003.  
  1004.  
  1005. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1006.  
  1007. <div class="music">
  1008.  
  1009.  
  1010.  
  1011.  
  1012.  
  1013.  
  1014.  
  1015. </div>
  1016.  
  1017. <font class="cite">You will note a line of code that starts with param name="wmode" above. 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, leaving the player 'on top' of everything even when it is supposed to be hidden. While the extra code is not necessary in this particular layout, it's a good idea to get in the habit of adding it.</font>
  1018.  
  1019.  
  1020.  
  1021. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1022.  
  1023. <div class="Stats_Table">
  1024. <div class="title">Personality</div>
  1025. <div class="stats">
  1026.  
  1027.  
  1028.  
  1029. <p>Cold, and hard to get along with, often tries to keep his distance from people mainly from distrust or his general hatred for most people. Getting him to care is one very hard thing to do, but once he does, its just about as hard to get him to stop. He doesn't care about many things for the most part, but when it comes to the things he does care about, he shows that he does with a passion. Steadfast, he doesn't care if people like or dislike him, and has very high confidence in himself, even though some of his flaws are obvious. He has a tendency to be taciturn, but purely from his own confidence and his fearlessness. He's a bit prideful of his abilities, and not only that, he tends to be recklessly generous towards those he finds worthy of his generosity. He's a gentleman and a smooth talker, and doesn't tend to get involved in much, and when he does get involved, has a tendency to end things quickly.
  1030.  
  1031.  
  1032. </div>
  1033.  
  1034. <img src="http://2.bp.blogspot.com/-SdHT_LJQktQ/VJWQ6INqGHI/AAAAAAAAEn4/F1tgzZty3Cw/s1600/-Tenshi.png"width="250" height="100">
  1035.  
  1036. </div>
  1037.  
  1038.  
  1039. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1040.  
  1041. <div class="Stats_Table">
  1042. <div class="title">Legal & Physical</div>
  1043. <div class="stats">
  1044.  
  1045. <b>Name:</B> Zenith Reisier
  1046. <BR><b>Nicknames:</B> Zen, Z, Zenny
  1047. <BR><b>Aliases:</B> Kazekage
  1048. <BR><b>Date Of Birth:</B> June 26
  1049. <BR><b>Place Of Birth:</B> Unknown
  1050. <BR><b>Current Residence:</B> Somewhere
  1051. <BR><b>Ethnicity:</B> Caucasian
  1052. <BR><b>Hair Color:</B> Blonde
  1053. <BR><b>Eye Color:</B> Crimson
  1054. <BR><b>Natural Scent:</B> Sunflowers and Scotch
  1055. <BR><b>Height:</B> 6'2
  1056. <BR><b>Weight:</B> 178
  1057. <BR><b>Birthmarks/Scars:</B> A long scar on the left forearm
  1058.  
  1059. </div>
  1060.  
  1061. <img src="http://static.zerochan.net/Gilgamesh.full.905576.jpg"width="250" height="100">
  1062.  
  1063. </div>
  1064.  
  1065.  
  1066.  
  1067. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1068.  
  1069. <div class="Stats_Table">
  1070. <div class="title">Family & Relationships</div>
  1071. <div class="stats">
  1072.  
  1073. <b>Mother:</B> Deceased
  1074. <BR><b>Father:</B> Deceased
  1075. <BR><b>Sister(S):</B> None
  1076. <BR><b>Brother(S):</B> None
  1077. <BR><b>Other Family:</B> None
  1078. <BR><b>Sexual Orientation:</B> Straight
  1079. <BR><b>Relationship Status:</B> Single, Open
  1080. <BR><b>Current Relationship(S):</B> None
  1081. <BR><b>Past Relationship(S):</B> Empty
  1082.  
  1083. </div>
  1084.  
  1085. <img class="img1" src="http://i.imgur.com/2fHIW35.jpg" width="250" height="100">
  1086.  
  1087. </div>
  1088.  
  1089.  
  1090.  
  1091. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1092.  
  1093.  
  1094. <div class="Stats_Table">
  1095. <div class="title">Education & Employment</div>
  1096. <div class="stats">
  1097.  
  1098. <b>High School</B> Unknown
  1099. <BR><b>College</B> MIT
  1100. <BR><b>Major</B> Computer Science
  1101. <BR><b>Degree</B> Masters
  1102. <BR><b>Occupation:</B> Assassin/Political Dissident
  1103. <BR><b>Job Description:</B> Assassinates Corrupt politicians
  1104. <BR><b>Employer:</B> Himself
  1105. <BR><b>Skills:</B> Sword affinity, weapon affinity, shadow magic manipulation, see "Abilities"
  1106. </div>
  1107.  
  1108. <img src="http://i.ytimg.com/vi/biL1Dbe6BC0/maxresdefault.jpg" width="250" height="100">
  1109. </div>
  1110.  
  1111. <font class="cite">You will note a line of code that starts with param name="wmode" above. 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 code will keep it hidden until the sidebar has been hovered over.</font>
  1112.  
  1113.  
  1114.  
  1115. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1116.  
  1117. <font class="h6">Connections</font>
  1118.  
  1119. <div class="connlinks left">
  1120.  
  1121. <a class="Lk1" href="https://roleplaychat.org/profile.php?user=Nyxmoon">Nyx</a>
  1122. <a class="Lk2" href="https://roleplaychat.org/profile.php?user=Kirin%20Nakamora">Demon Lady</a>
  1123. <a class="Lk1" href="https://roleplaychat.org/profile.php?user=Yoso%20Kaze">The Nine Tailed Fox</a>
  1124. <a class="Lk2" href="https://roleplaychat.org/profile.php?user=Hailey">Yuki</a>
  1125. <a class="Lk1" href="/#">Connection Name</a>
  1126. <a class="Lk2" href="/#">Connection Name</a>
  1127. <a class="Lk1" href="/#">Connection Name</a>
  1128. <a class="Lk2" href="/#">Connection Name</a>
  1129. <a class="Lk1" href="/#">Connection Name</a>
  1130. <a class="Lk2" href="/#">Connection Name</a>
  1131.  
  1132. </div><div class="connlinks right">
  1133.  
  1134. <a class="Lk1" href="/#">Connection Name</a>
  1135. <a class="Lk2" href="/#">Connection Name</a>
  1136. <a class="Lk1" href="/#">Connection Name</a>
  1137. <a class="Lk2" href="/#">Connection Name</a>
  1138. <a class="Lk1" href="/#">Connection Name</a>
  1139. <a class="Lk2" href="/#">Connection Name</a>
  1140. <a class="Lk1" href="/#">Connection Name</a>
  1141. <a class="Lk2" href="/#">Connection Name</a>
  1142. <a class="Lk1" href="/#">Connection Name</a>
  1143. <a class="Lk2" href="/#">Connection Name</a>
  1144.  
  1145. </div>
  1146.  
  1147.  
  1148.  
  1149. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1150.  
  1151. <font class="h4">More Info</font>
  1152. <font class="h2">More Info</font>
  1153.  
  1154. <DIV STYLE="WIDTH:280PX; HEIGHT:300PX; MARGIN:5PX; PADDING:5PX; OVERFLOW:AUTO;">
  1155.  
  1156. <b>Addictions:</B> Pocky, Coca cola
  1157. <br><b>Favorite Food:</B> Pizza
  1158. <br><b>Conditions:</B> Minor Depression, Insomnia
  1159. <br><b>Alignment:</B> Chaotic Good
  1160.  
  1161. <BR><BR>
  1162. Almost always is drinking tea. <BR><BR>
  1163. Loves eating Pizza <BR> <BR>
  1164. Often gives gifts <BR><BR>
  1165. Drives a 2015 BMW M6 and a Porsche 918 Spyder named Rocinante (If you know where I got the name from I'll love you forever.)<BR><BR>
  1166. Owns an Owl named Gatsby<br><BR>
  1167. Has a sense of Humor even though he rarely shows it. <BR><BR>
  1168.  
  1169. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=http://k003.kiwi6.com/hotlink/0f37o8saqe/11_-_Red_Hands.mp3&t0=Red Hands&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  1170. </div>
  1171. <br><br>
  1172. <div align="center"><a href="http://www.simplehitcounter.com" target="_blank"><img src="http://simplehitcounter.com/hit.php?uid=1887003&f=16777215&b=0" border="0" height="18" width="83" alt="web counter"></a><br>
  1173.  
  1174. </td></tr></table></td></tr></table></td></tr></table><table class="vic-RIGHT-SIDE_table" cellspacing="0" cellpadding="0"><tr><td valign="top" padding="0"><table cellspacing="0" cellpadding="0" style="width:500px;"><tr><td>
  1175.  
  1176. <font class="cite">
  1177. The above table code must remain at the top. FULL tables below can be rearranged.
  1178. </font>
  1179.  
  1180. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1181.  
  1182. <font class="h1">Zenith Reisier</font>
  1183. <font class="h2">Bio</font>
  1184.  
  1185. <div class="outside"><div class="about1">
  1186.  
  1187.  
  1188. <a onClick="if( document.getElementById('agezero').style.display == 'none') { document.getElementById('agezero').style.display = 'block'; } else { document.getElementById('agezero').style.display = 'none'; } return false;" class="wordlink">
  1189.  
  1190. <b>In the beginning, he was found cradled in the arms of his deceased mother....</b>
  1191.  
  1192. </a><br>
  1193. <div id="agezero" class="wordwrap" style="display: none;">
  1194. <p>
  1195.  
  1196. on the footstep of the house of a legendary martial arts master who decided to take him into his care as a child, and from a young age, began to train him in mastering the art of hand to hand combat and weapon mastery. His affinity for the shadows was not unnoticed, and his master who had practice with the supernatural began to lay the foundation where Zenith would learn how to control and master his abilities. Though the shadows came to his benefit from a young age, making tasks that are difficult for many brainless for himself, possessing and taming the ability came at a cost, as the shadows clash against his will, giving him immense nightmares, and driving him to wits end while it feeds like a parasite onto him.
  1197. </p></div>
  1198. <br>
  1199.  
  1200. <a onClick="if( document.getElementById('ageeighteen').style.display == 'none') { document.getElementById('ageeighteen').style.display = 'block'; } else { document.getElementById('ageeighteen').style.display = 'none'; } return false;" class="wordlink">
  1201.  
  1202. <b> Zenith eventually came of age....</b>
  1203. </a><br>
  1204. <div id="ageeighteen" class="wordwrap" style="display: none;">
  1205. <p>
  1206.  
  1207. and his master passed away, causing him to take over the way of his master, honing his skills and perfecting them even further. Though he had a beginning in fighting for peace, he grew more and more aggressive towards corruption that he saw, his will preventing him from standing still and allowing atrocities and injustices to occur not just around him, but beyond the scope of his own reach.
  1208. </p></div>
  1209. <br>
  1210.  
  1211. <a onClick="if( document.getElementById('agetwenty').style.display == 'none') { document.getElementById('agetwenty').style.display = 'block'; } else { document.getElementById('agetwenty').style.display = 'none'; } return false;" class="wordlink">
  1212.  
  1213. <b>Slowly, he grew to become a contract killer....</b>
  1214.  
  1215. </a><br>
  1216. <div id="agetwenty" class="wordwrap" style="display: none;">
  1217. <p>
  1218.  
  1219. only taking up targets which have been a part of corruption. Even so, being a hired killer did pay out, and he reaps the benefits, and sees the change his work makes everyday.
  1220.  
  1221. </p></div>
  1222. <br>
  1223.  
  1224.  
  1225.  
  1226. Zenith picked up many hobbies along the way, from cardgames, to playing the piano. He usually takes it easy during his leisure time, often preferring hobbies like reading compared to sports.
  1227.  
  1228.  
  1229.  
  1230. </div></div>
  1231.  
  1232. <font class="h3">End</font>
  1233.  
  1234. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1235.  
  1236. <img src="http://s1.zerochan.net/Gilgamesh.600.1148978.jpg" width="500" height="300">
  1237.  
  1238.  
  1239. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1240.  
  1241. <font class="h4">Abilities/Weaknesses</font>
  1242.  
  1243. <div class="about2 left">
  1244.  
  1245. <br><b>Abilities:</B><br><br>
  1246.  
  1247.  
  1248.  
  1249. <b>Shadow Aspect:</b>
  1250.  
  1251.  
  1252. Zenith is one with the shadows, being able to use it to his will, making him both a fast and difficult target to hit. He can easily manifest himself into black mist, and has a large affinity for using his energy in attacks and escapes. The aspect allows him to project weapons and mirror images of himself to fight along him, also allowing him change places with his images, and teleport over short distances in a blink of an eye.
  1253.  
  1254. <br><br>
  1255.  
  1256. <b>Free Running:</B>
  1257. Zenith's past in living near a forest made him an adept free runner, which was also accredited to his hunting prowess.<Br> <br>
  1258.  
  1259. <b>Heightened Perception:</B> Zenith's time practicing various martial arts and hunting in his free time granted him the ability to see and hear things that most cannot pick up on.
  1260. <br><br>
  1261.  
  1262. <b>Regeneration:</b> Zenith has the ability to recover quickly for injuries, the shadow aspect introduced a healing factor with a cost to his energy. Though this doesn't mean he won't be able to feel pain from his injuries, no matter how minor.
  1263. <br><br>
  1264.  
  1265. <b>Pain Suppression: </b>Zenith is capable of taking multiple hits, and his highly resistant to pain
  1266.  
  1267. <br><br>
  1268.  
  1269. <b>Sharpshooting:</b> Zenith has a talent for the sniper rifle, allowing him to hit targets with ease from a distance.
  1270. <br><br>
  1271.  
  1272. <b>Superior Agility:</b> Zenith can tap into his energy reserves to move at blinding speeds, a by product of his mastery of the shadows.
  1273. </div>
  1274. <img src="http://24.media.tumblr.com/tumblr_mbel4mwl3D1qzqnxxo1_500.gif" width="240" height="150">
  1275. <div class="about2 right">
  1276.  
  1277. <b>Weaknesses:</B><br>Though Zenith has a ton of abilities at his disposal and is near impossible to take down in a fight, he does have some considerable weaknesses.<br><br>
  1278.  
  1279. <b> Energy Pool:</b> His energy pool is his primary weakness as it is separated into three types, first, physical, which is essentially stamina, second, mental, which is the energy you would think of using when taking a difficult test, and finally shadow energy, a conversion of his physical and mental energy into a more refined energy that he could use to power his strengths. Once he runs out of one of the three energies, it becomes impossible for him to do anything.<br><br>
  1280.  
  1281. <b> Caring heart: </b> He is strangely emotional when it comes to those he cares for, leaving a window for him to be manipulated. <br><br>
  1282.  
  1283. <b> Pride: </b> His sense of pride can actually come to his disadvantage when it comes down to things, and upon the rare occasion when his pride gets hurt, its becomes mentally damaging for him.
  1284.  
  1285.  
  1286. </div>
  1287.  
  1288.  
  1289. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1290.  
  1291. <font class="h5">Tools of the Trade</font>
  1292.  
  1293. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1294.  
  1295.  
  1296.  
  1297. Inventory:
  1298. <br><br>
  1299.  
  1300. <li>"The Light in Shining Darkness": An O-Katana said to be forged by the gods, it remains as his go to weapon due to its reliability. Inherited from his master on his dying day.</li>
  1301. <br><br>
  1302. <li>"Silence and Rapture": His dual Pistols, Silence being an FN-57 and Rapture being a SW1911. Zenith can infused the guns with energy, causing them to have more stopping power with a cost to Zenith's energy pool.</li>
  1303. <br><br>
  1304. <li>"The Amulet": The only remaining memento of his mother, the blue gem stores energy and absorbs the life force of his enemies with successive strikes.</li>
  1305. <br><br>
  1306. <li>"Layla": His Barrett M107 with a customized SVD thermal Infrared scope, bipod, and barrel. A gift from a friend.</li>
  1307. <br><br><br><br>
  1308.  
  1309. </div></div>
  1310.  
  1311. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1312.  
  1313. <font class="h7">"Live forever or die trying"</font>
  1314.  
  1315.  
  1316.  
  1317.  
  1318.  
  1319. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1320.  
  1321.  
  1322. <font class="h4">OOC</font>
  1323. <font class="h2">OOC</font>
  1324.  
  1325. <DIV STYLE="WIDTH:480PX; HEIGHT:100PX; MARGIN:5PX; PADDING:10PX; OVERFLOW:AUTO;">
  1326.  
  1327. <img src="http://www.culturalsponge.com/wp-content/uploads/2014/10/Stop-please-read-01-710x306.png" width="300" height="80">
  1328.  
  1329. </div>
  1330.  
  1331.  
  1332. I'm always PM friendly, and always up for a regular conversation when available. Also, don't start with a post, I always would like to talk over a roleplay before beginning one. By all means, please do tell me any ideas you have, I am very negotiable and will do a spectrum of things that do not exceed my limits. If there's something you want to try, feel free to talk to me about it as if it also sparks my interest, I'd be willing to try it out myself. As for anything that I personally enjoy, I usually enjoy very vanilla, longterm roleplays if they are sexual, and longterm roleplays with a rich plotline if they are not sexual. Usually a longterm roleplay with a very strong storyline would usually pique my interest.
  1333. <br><br>
  1334. Another thing to take into account is good grammar and proper punctuation, its a lot easier to roleplay with someone that is proficient at both, as always, if u talk lyke dis, its a lot less effective than, talking like this. Also, I personally will try my best to mirror your posts, but by all means, unless in dialogue or if nothing really is happening, no one liners. An effective roleplayer adds detail, and through detail a stronger sense of what's going on, allowing for me to make use of the information through detail. Details is key, like any work of literature, it is the difference between a bestseller and a fanfic.
  1335. <br><br>
  1336. Finally, if I message you first, I found your profile interesting where I would want to talk to you about rping unless I say otherwise. Generally I may or may not have an idea on what I would like to rp about, so please be prepared to discuss it with me as I will have questions if something piques my interest.
  1337. <br><br><br><br>
  1338. Likes: Vanilla, Longterm Rp's, cuddles, descriptive writing, character development, Affection
  1339. <br><br><br><br>
  1340. Dislikes: One-liners, improper grammar, sexualized gore and abuse.
  1341. <br><br><br><br>
  1342. Limits: Extreme fetishes, scat, necrophilia, watersports, ageplay, blood, and anthro that goes beyond ears and tail. (sorry furries) <br><br><br><br>
  1343.  
  1344. Finally, thank you for taking the time for reading my profile, doing so will solve many issues that might arise and I do appreciate it that you'd take your time to do so.
  1345. <br><br>
  1346. Happy Hunting.
  1347.  
  1348. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1349.  
  1350.  
  1351.  
  1352.  
  1353. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement