mikaelsonklaus

Vote for Harley.

Sep 17th, 2016
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 49.09 KB | None | 0 0
  1. ABOUT ME:
  2. /// Please read the instructions before asking any questions. ///
  3.  
  4. (⊙.⊙(☉_☉)⊙.⊙)
  5.  
  6. CAN'T EMPHASIZE THIS ENOUGH: There are div ids/classes, tables (table, tr, td) and img classes in this layout. Be VERY,
  7.  
  8. VERY, VERY careful not to drop off any of the coding.
  9.  
  10. ............................
  11.  
  12. IMAGES
  13.  
  14. Dimensions are located in Like to Meet.
  15.  
  16. ............................
  17.  
  18. COLOR PALETTE
  19.  
  20. I generally don't include a color palette unless there are only 5 colors in a layout. Otherwise the code presentation can look fairly messy. Either way, it is still VERY EASY to replace colors in any Vicarious Layout. The simplest way is to put the About Me code into Word or Wordpad (whatever version you have). You should be able to Find/Replace ALL for a particular color code. IE If you wanted to replace the color black in a layout with the color white, you would have the word processor program search for color code #000000 and then ask it to replace each instance of #000000 with #ffffff instead.
  21.  
  22. Additional information:
  23.  
  24. For Wordpad:
  25. http://windows.microsoft.com/en-us/windows-vista/wordpad-frequently-asked-questions
  26. See: How to find or replace specific characters or words.
  27.  
  28. For Word:
  29. https://support.office.com/en-sg/article/Find-and-replace-text-or-other-items-50b45f26-c4b8-4003-b9e4-
  30.  
  31. 315a3547f69c#__toc282602049
  32. See: Find and replace text
  33.  
  34. ............................
  35.  
  36. MUSIC PLAYER
  37.  
  38. REPLACE MY MUSIC PLAYER WITH YOUR OWN.
  39.  
  40.  
  41. ............................
  42.  
  43.  
  44.  
  45. **************** FOR FANDOMAIN USERS O N L Y ****************
  46.  
  47. Also add this to Heroes to complete the hide code section.
  48.  
  49. </td></tr></table></td></tr></table></td><td><div class="hidethem"><table><tr><td><table><tr><td>
  50.  
  51.  
  52.  
  53. **************** FOR ROLEPLAYER.ME USERS O N L Y ****************
  54.  
  55. For the below text font classes and all of the headers (1, 2, 3, etc) and lyrics, please note the following:
  56. I code for ALL sites. Not every website will allow headers to be placed as <h1>Header 1</h1>. For that reason, I turn them into
  57.  
  58. font classes with a period in front (.h1) in About Me and script them in the tables as I have done below.
  59.  
  60. <font class="h1">Header 1</font>
  61.  
  62. If you are on a website like RPer.me that allows regular header, underline, strong, etc coding, you can just use regular header
  63.  
  64. coding for all of the header, lyric, special text labels like so:
  65. <h1>Header</h1> <strike>Strike</strike> etc..
  66.  
  67. OR just leave them as they are. They will work for you either way.
  68.  
  69.  
  70. ///////////////////////////////////////////////////
  71.  
  72.  
  73.  
  74.  
  75. Don't forget to replace the XXXXX with your friend ID number.
  76.  
  77. (>‿◠)✌
  78.  
  79.  
  80. *****************************SAVE YOUR WORK AS YOU GO.*******************************
  81.  
  82.  
  83. DO NOT REMOVE THE .VICARIOUS MARKERS FROM ANY VICARIOUS LAYOUT.
  84.  
  85. -----------------------------ABOUT ME-----------------------------
  86.  
  87. <style type="text/css">
  88. @import url(http://fonts.googleapis.com/css?family=Oswald:300,400,700|PT+Sans+Caption:400,700|Six+Caps|Arapey:400italic,400|Anton|BenchNine:300,400,700|Racing+Sans+One|Great+Vibes|Cookie|Berkshire+Swash|Rochester);
  89.  
  90. /* - -DO NOT PUT ANYTHING ABOVE THE @import LINE ABOVE - - */
  91. /* - -DO NOT REARRANGE MY CODING!! ORDER IS IMPORTANT! - - */
  92.  
  93. .V I C A R I O U S { L A Y O U T S @ http://vicarious-hs.tumblr.com/ }
  94.  
  95. .V I C A R I O U S { S T R U C T U R E }
  96. body {
  97. width:100%;
  98. height:100%;
  99. background-color:#e3deda;
  100. background-image:url();
  101. background-repeat:repeat;
  102. background-attachment:fixed;
  103. background-position:center center;
  104. }
  105.  
  106. table, tr, td { background-color:transparent; border:0px; padding:0px; margin:0px; }
  107.  
  108. .vic-LeftSide_table, .vic-Middle_table, .vic-RightSide_table {
  109. position:absolute;
  110. visibility:visible;
  111. z-index:2;
  112. top:0%;
  113. left:50%;
  114. margin-top:45px;
  115. padding-bottom:10px;
  116. border:0px;
  117. height:100%;
  118. display:inline-block;
  119. }
  120.  
  121.  
  122.  
  123. .vic-LeftSide_table { width:300px; height:auto; margin-left:-505px; }
  124. .vic-LeftSide_table tr { margin:0px; }
  125. .vic-LeftSide_table td { margin:0px; max-width:302px;}
  126.  
  127. .vic-Middle_table { width:600px; height:auto; margin-left:-198px; }
  128. .vic-Middle_table tr { margin:0px; }
  129. .vic-Middle_table td { margin:0px; max-width:602px;}
  130.  
  131. .vic-RightSide_table { width:200px; height:auto; margin-left:409px; }
  132. .vic-RightSide_table tr { margin:0px; }
  133. .vic-RightSide_table td { margin:0px; max-width:202px; }
  134.  
  135. .vic_table {
  136. width:100%;
  137. margin-bottom:4px;
  138. background-color:#dcd7d3;
  139. border:1px solid #313439 ;
  140. overflow:hidden;
  141. display:block;
  142. }
  143.  
  144. .vic_table tr { }
  145. .vic_table td { width:100%; }
  146. .vic-LeftSide_table .vic_table td {width:300px;}
  147. .vic-Middle_table .vic_table td {width:600px;}
  148. .vic-RightSide_table .vic_table td {width:200px; background-color:#313439; }
  149.  
  150.  
  151.  
  152. .V I C A R I O U S { C H R O M E S C R O L L B A R }
  153.  
  154. body ::-webkit-scrollbar {width: 5px;}
  155.  
  156. ::-webkit-scrollbar {width: 10px;}
  157. ::-webkit-scrollbar-track {border: 0px solid; background-color: transparent;}
  158. ::-webkit-scrollbar-thumb {border:1px solid #656a71; background-color:#b0a69d; }
  159.  
  160.  
  161. .V I C A R I O U S { G E N E R A L T E X T }
  162.  
  163. table, tr, td, li, p, div, .text, .btext, a, b, i {
  164. font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  165. font-size:9px;
  166. color: #6b6661;
  167. letter-spacing: 0px ;
  168. text-align:left;
  169. text-decoration:none;
  170. text-transform: none ;
  171. margin:0px;
  172. padding:0px;
  173. line-height:100%;
  174. word-wrap: break-word;
  175. }
  176.  
  177. p {
  178. text-align:justify;
  179. text-indent:0px;
  180. margin-bottom:4px;
  181. }
  182.  
  183. b {
  184. font-family: "Oswald", Helvetica, sans-serif;
  185. font-weight:700;
  186. font-size:9px;
  187. text-transform:uppercase;
  188. color: #313439 ;
  189. }
  190.  
  191. .vic-RightSide_table .vic_table td b,
  192. .colorize b
  193. { color: #656a71; }
  194.  
  195.  
  196. i {
  197. font-family: "Rochester", cursive;
  198. font-size:12px;
  199. }
  200.  
  201. .strike, strike {
  202. letter-spacing:1px;
  203. text-decoration:line-through;
  204. }
  205.  
  206. .strong, strong {
  207. font-family: "Racing Sans One", cursive;
  208. font-size: 13px;
  209. letter-spacing:1px;
  210. text-transform:uppercase;
  211. line-height:110%;
  212. color: #313439 ;
  213. }
  214.  
  215. .vic-RightSide_table .vic_table td .strong,
  216. .vic-RightSide_table .vic_table td strong,
  217. .colorize .strong,
  218. .colorize strong {
  219. color: #656a71;
  220. }
  221.  
  222. em {
  223. font-family: "Cookie", cursive;
  224. font-size:18px;
  225. color: #313439 ;
  226. }
  227.  
  228. .vic-RightSide_table .vic_table td em,
  229. .colorize em {
  230. color: #656a71;
  231. }
  232.  
  233. .standout {
  234. font-family: "Oswald", Helvetica, sans-serif;
  235. font-weight:400;
  236. letter-spacing:3px;
  237. text-transform:uppercase;
  238. padding:1px 0px 1px 3px;
  239. line-height:200%;
  240. color:#e3deda;
  241. background-color: #313439 ;
  242. }
  243.  
  244.  
  245. .vic-RightSide_table .vic_table td .standout,
  246. .colorize .standout {
  247. color:#313439 ;
  248. background-color: #e3deda;
  249. }
  250.  
  251.  
  252. small {
  253. font-size:75%;
  254. color:#313439 ;
  255. }
  256.  
  257. .vic-RightSide_table .vic_table td small,
  258. .colorize small {
  259. color: #656a71;
  260. }
  261.  
  262. big {
  263. font-size: 150%;
  264. color:#313439 ;
  265. }
  266.  
  267. .vic-RightSide_table .vic_table td big,
  268. .colorize big {
  269. color: #656a71;
  270. }
  271.  
  272.  
  273.  
  274. .V I C A R I O U S { H E A D E R S }
  275.  
  276. .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, .quote, quote, .blockquote, blockquote, .lyric, lyric, .lyric2, lyric2, .lyric3, lyric3, .lyric4, lyric4, .lyric5, lyric5, .lyric6, lyric6, .lyric7, lyric7 {
  277. letter-spacing: 0px ;
  278. text-align:center;
  279. text-decoration:none;
  280. text-transform: none ;
  281. margin:0px;
  282. padding:0px;
  283. line-height:100%;
  284. display:block;
  285. border-width:0px;
  286. border-style:solid;
  287. }
  288.  
  289. .h1, h1 {
  290. font-family: "Oswald", Helvetica, sans-serif;
  291. font-weight:400;
  292. font-size:30px;
  293. padding:5px;
  294. text-transform:uppercase;
  295. border-width:20px 0px 10px 0px;
  296. border-color: #313439;
  297. color: #313439 ;
  298. }
  299.  
  300. .h2, h2 {
  301. font-family: "Oswald", Helvetica, sans-serif;
  302. font-weight:400;
  303. font-size:20px;
  304. padding:5px;
  305. margin:2px 0px;
  306. text-transform:uppercase;
  307. border-width:4px;
  308. }
  309.  
  310. .h3, h3 {
  311. font-family: "BenchNine", sans-serif;
  312. font-size:20px;
  313. text-transform:uppercase;
  314. color: #656a71;
  315. background-color: #313439 ;
  316. padding:5px;
  317. text-shadow: -1px 2px 0 #000000;
  318. }
  319.  
  320. .h4, h4 {
  321. font-family: "Oswald", Helvetica, sans-serif;
  322. font-weight:400;
  323. font-size:12px;
  324. text-transform:uppercase;
  325. color: #656a71;
  326. background-color: #313439 ;
  327. padding:5px;
  328. letter-spacing:1px;
  329. text-shadow: -1px 2px 0 #000000;
  330. border-width:4px 0px 2px 0px;
  331. border-color:#656a71;
  332. }
  333.  
  334. .lyric, lyric {
  335. font-family: "Great Vibes", cursive;
  336. font-size:45px;
  337. text-align:left;
  338. line-height:75%;
  339. margin:5px 0px 0px 0px;
  340. }
  341.  
  342. .lyric2, lyric2 {
  343. font-family: "Berkshire Swash", cursive;
  344. font-size:30px;
  345. text-align:right;
  346. line-height:35%;
  347. color:#3d4147;
  348. }
  349.  
  350. .lyric3, lyric3 {
  351. font-family: "BenchNine", sans-serif;
  352. font-size:20px;
  353. letter-spacing:1px;
  354. text-transform:uppercase;
  355. margin:5px 0px 0px 0px;
  356. }
  357.  
  358. .lyric4, lyric4{
  359. font-family: "Cookie", cursive;
  360. font-size:33px;
  361. line-height:85%;
  362. text-align:right;
  363. margin:0px 0px 5px 0px;
  364. }
  365.  
  366. .lyric5, lyric5 {
  367. font-family: "Racing Sans One", cursive;
  368. font-size:15px;
  369. letter-spacing:3px;
  370. text-transform:uppercase;
  371. color: #313439 ;
  372. text-shadow: -1px 3px 0 #b0a69d;
  373. }
  374.  
  375.  
  376. .blockquote, blockquote {
  377. font-family: "Oswald", Helvetica, sans-serif;
  378. font-weight:400;
  379. font-size:10px;
  380. letter-spacing: ;
  381. text-align:justify;
  382. text-transform: ;
  383. margin:2% 10%;
  384. padding:5px;
  385. height:55px;
  386. line-height:110%;
  387. border-left:8px solid #313439;
  388. outline: 1px dotted #313439;
  389. outline-offset: 2px;
  390. overflow-x:hidden;
  391. overflow-y:auto;
  392. }
  393.  
  394.  
  395.  
  396. .cite {font-size:0px; color:transparent;display:block; height:0px;}
  397.  
  398. .V I C A R I O U S { D I V S }
  399.  
  400. /* Commons */
  401.  
  402. .colorize { background-color: #313439 ; }
  403.  
  404. img {
  405. border-style:solid;
  406. border-width:0px;
  407. overflow:hidden;
  408. background-color:#e3deda;
  409. }
  410.  
  411. div {
  412. border-style:solid;
  413. border-width:0px;
  414. background-position:center center;
  415. background-repeat:no-repeat;
  416. overflow:hidden;
  417. background-color:transparent;
  418. }
  419.  
  420. div p:last-child:after {
  421. position: relative;
  422. content:". . .";
  423. font-size: 20px;
  424. text-align:center; display:block;
  425. margin:10px 0px;
  426. }
  427.  
  428. .textbox {
  429. padding:5px;
  430. overflow-x:hidden;
  431. overflow-y:auto;
  432. text-align:justify;
  433. }
  434.  
  435. .Vicarious-Divs { Rbackground }
  436.  
  437. #Rbackground {
  438. position:fixed;
  439. z-index:1;
  440. top:0%;
  441. left:50%;
  442. margin-top:45px;
  443. margin-left:409px;
  444. width:202px;
  445. height:100%;
  446. background-color: #313439 ;
  447. }
  448.  
  449.  
  450. .Vicarious-Divs { Lborder }
  451.  
  452. #Lborder {
  453. position:fixed;
  454. z-index:2;
  455. top:0%;
  456. left:50%;
  457. margin-top:45px;
  458. margin-left:-600px;
  459. width:90px;
  460. height:100%;
  461. background-color: #313439 ;
  462. }
  463.  
  464. .Vicarious-Divs { tiptop }
  465.  
  466. #tiptop {
  467. position:fixed;
  468. z-index:100;
  469. top:0%;
  470. left:0%;
  471. margin-top:0px;
  472. margin-left:0px;
  473. width:100%;
  474. height:5px;
  475. background-color:#e3deda;
  476. box-shadow: 0 0 8px 2px rgba(0,0,0,.7);
  477. }
  478.  
  479. #linx {
  480. position:fixed;
  481. z-index:99;
  482. top:0%;
  483. left:0%;
  484. margin-top:5px;
  485. margin-left:0px;
  486. width:100%;
  487. height:30px;
  488. background-color:#dcd7d3;
  489. box-shadow: 0 0 8px 2px rgba(0,0,0,.7);
  490. }
  491.  
  492. #linx .lkbx {
  493. position:absolute;
  494. left:50%;
  495. margin-top:0px;
  496. margin-left:-600px;
  497. width:999px;
  498. height:30px;
  499. text-align:right;
  500. }
  501.  
  502. #linx a {
  503. font-size:9px;
  504. letter-spacing:0px;
  505. margin:0px 5px;
  506. padding:0px;
  507. height:30px;
  508. line-height:30px;
  509. width:85px;
  510. display:inline-block;
  511. text-decoration:none;
  512. text-transform:uppercase;
  513. font-family: "Oswald", Helvetica, sans-serif;
  514. font-weight:400;
  515. text-align:center;
  516. color: #313439 ;
  517. -webkit-transition: all 0.4s ease-in-out;
  518. -moz-transition: all 0.4s ease-in-out;
  519. -o-transition: all 0.4s ease-in-out;
  520. -ms-transition: all 0.4s ease-in-out;
  521. transition: all 0.4s ease-in-out;
  522. }
  523.  
  524. #linx a:hover {
  525. letter-spacing:2px;
  526. color: #b0a69d;}
  527.  
  528.  
  529. .Vicarious-Divs { Left Side Tables }
  530.  
  531. .LST {
  532. position:relative;
  533. width:300px;
  534. }
  535.  
  536. .LST div { height:auto;}
  537.  
  538. .pers {}
  539.  
  540. .pers .textbox {
  541. width:250px;
  542. height:150px;
  543. margin:25px;
  544. }
  545.  
  546. .pers .pic {
  547. width:250px;
  548. height:100px;
  549. background-size:250px 100px;
  550. outline: 1px dotted #313439;
  551. outline-offset: 5px;
  552. margin: 15px 25px;
  553.  
  554. }
  555.  
  556. .conns { height:163px;}
  557.  
  558. .conns div {position:absolute;}
  559.  
  560. .conns .pic {
  561. margin-top:33px;
  562. margin-left:195px;
  563. width:100px;
  564. height:125px;
  565. background-size:100px 125px;
  566. }
  567.  
  568. .conns .textbox {
  569. margin-top:33px;
  570. margin-left:5px;
  571. width:175px;
  572. height:115px;
  573. }
  574.  
  575. .conns .title {
  576. margin-top:5px;
  577. margin-left:5px;
  578. height:20px;
  579. width:282px;
  580. font-size:16px;
  581. line-height:20px;
  582. font-family: "Oswald", Helvetica, sans-serif;
  583. font-weight:700;
  584. display:block;
  585. padding:0px 5px 0px 0px;
  586. color: #313439;
  587. border-style:solid;
  588. border-width:1px 2px 2px 1px;
  589. border-color: #b0a69d #313439 #313439 #b0a69d;
  590. }
  591.  
  592. .boxy {
  593. width:10px;
  594. height:10px;
  595. margin:4px 10px 4px 5px;
  596. border:1px solid #656a71;
  597. float:left;
  598. display:block;
  599. background-color:#313439;
  600. }
  601.  
  602. .qmark {
  603. z-index:2;
  604. height:1px;
  605. font-size:30px;
  606. display:block;
  607. text-align:center;
  608. overflow:visible;
  609. color: #313439 ;
  610. text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
  611. background-color: #313439 ;
  612. }
  613.  
  614. .start { margin:25px 25px 0px 25px;}
  615. .end { margin:0px 25px 25px 25px;}
  616.  
  617. .quotable {
  618. z-index:1;
  619. margin:0px 25px 0px 25px;
  620. padding:10px;
  621. width:230px;
  622. font-size:20px;
  623. font-family: "Oranienbaum", serif;
  624. overflow:visible;
  625. display:block;
  626. text-align:center;
  627. color:#3d4147;
  628. }
  629.  
  630.  
  631. .trio { height:104px;}
  632.  
  633. .trio img {
  634. position:absolute;
  635. margin-top:5px;
  636. width:94px;
  637. height:94px;
  638. overflow:hidden;
  639. }
  640.  
  641. .trio .img1 { margin-left:5px; }
  642. .trio .img2 { margin-left:103px; }
  643. .trio .img3 { margin-left:201px; }
  644.  
  645. .more { }
  646.  
  647. .more .textbox {
  648. margin:5px;
  649. width:280px;
  650. height:75px;
  651. background-color:#dcd7d3;
  652. }
  653.  
  654. .more .textbox .title {
  655. margin:2px 0px 5px 0px;
  656. background-color: #313439 ;
  657. }
  658.  
  659. .more .textbox big {
  660. height:15px;
  661. font-size:13px;
  662. line-height:15px;
  663. font-family: "Racing Sans One", cursive;
  664. display:block;
  665. padding:2px 10px 2px 10px;
  666. float:right;
  667. text-transform:uppercase;
  668. background-color:#dcd7d3;
  669. }
  670.  
  671.  
  672.  
  673. .Vicarious-Divs { Middle Tables }
  674.  
  675.  
  676. .MST {
  677. position:relative;
  678. width:600px;
  679. }
  680.  
  681. .mainbio div {position:absolute;}
  682.  
  683. .mainbio {
  684. height:320px;
  685. border-width:200px 0px 50px 0px;
  686. border-color: #313439;
  687. overflow:visible;
  688. }
  689.  
  690. .mainbio .title {
  691. margin-left:5px;
  692. width:590px;
  693. display:block;
  694. color:#dcd7d3;
  695. }
  696.  
  697. .mainbio .top {
  698. margin-top:-200px;
  699. height:100px;
  700. line-height:100px;
  701. letter-spacing:1px;
  702. text-align:center;
  703. font-family: "Oswald", Helvetica, sans-serif;
  704. font-weight:400;
  705. font-size:70px;
  706. text-transform:uppercase;
  707. text-shadow:
  708. 2px 2px 0px #313439,
  709. -3px -3px 0px #b0a69d,
  710. 2px -3px 0px #b0a69d,
  711. -3px 3px 0px #b0a69d,
  712. 2px 3px 0px #b0a69d;
  713. }
  714.  
  715.  
  716. .mainbio .pic {
  717. z-index:3;
  718. width:160px;
  719. height:200px;
  720. margin-top:-95px;
  721. background-size:160px 200px;
  722. box-shadow: 0 0 8px 2px rgba(0,0,0,.7);
  723. }
  724.  
  725. .mainbio .pc1 {margin-left:50px;}
  726. .mainbio .pc2 {margin-left:220px;}
  727. .mainbio .pc3 {margin-left:390px;}
  728.  
  729. .mainbio .textbox {
  730. z-index:2;
  731. margin-top:10px;
  732. margin-left:10px;
  733. width:570px;
  734. height:185px;
  735. background-color:#dcd7d3;
  736. border-width:105px 0px 0px 0px;
  737. border-color:#dcd7d3;
  738. }
  739.  
  740. .bio {
  741. width:600px;
  742. height:210px;
  743. }
  744.  
  745. .bio .textbox {
  746. margin:5px;
  747. width:580px;
  748. height:190px;
  749. }
  750.  
  751. .lyrical {
  752. width:500px;
  753. height:auto;
  754. margin:20px;
  755. padding:20px;
  756. border-width:10px;
  757. border-color: #313439 ;
  758. overflow:visible;
  759. outline: 1px dotted #313439;
  760. outline-offset: 5px;
  761.  
  762. }
  763.  
  764. .Vicarious-Divs { Right Side Tables }
  765.  
  766. .vic-RightSide_table div {background-color:#313439;}
  767.  
  768. .RST {
  769. position:relative;
  770. width:200px;
  771. }
  772.  
  773. .stats {
  774. margin:10px;
  775. width:180px;
  776. height:300px;
  777. background-size:180px 300px;
  778. }
  779.  
  780. .stats .textbox {
  781. float:left;
  782. opacity:0;
  783. margin:0px;
  784. width:170px;
  785. height:290px;
  786. -webkit-transition: all 0.4s ease-in-out;
  787. -moz-transition: all 0.4s ease-in-out;
  788. -o-transition: all 0.4s ease-in-out;
  789. -ms-transition: all 0.4s ease-in-out;
  790. transition: all 0.4s ease-in-out;
  791. }
  792.  
  793. .stats:hover .textbox {
  794. opacity:1;
  795. }
  796.  
  797. .ConnLinks {
  798. width:196px;
  799. height:auto;
  800. margin:2px;
  801. text-align:center;
  802. }
  803.  
  804. .ConnLinks img {
  805. position:relative;
  806. margin:1px 0px;
  807. width:30px;
  808. height:30px;
  809. display:inline-block;
  810. }
  811.  
  812. .Vicarious-Divs { Extra Tables / All Sides }
  813.  
  814. .extra { height:150px;}
  815.  
  816. .extra .textbox {
  817. margin:5px;
  818. height:130px;
  819. }
  820.  
  821.  
  822.  
  823.  
  824. .V I C A R I O U S { SEE LIKE TO MEET NOTES }
  825.  
  826. .vic-RightSide_table {}
  827.  
  828.  
  829.  
  830. .V I C A R I O U S { H I D E C O D E S }
  831.  
  832. .profileInfo, .userProfileURL, .friendsComments, .blurbs, .friendSpace, .contactTable, .extendedNetwork, .latestBlogEntry, .interestsAndDetails, .userProfiledetail, .userAlbums, .whitetext12, .orangetext15, .lightbluetext8, .blacktext12, .navigationBar, .btext, .redlink, .redtext, .blacktext10, tr#groups, tr#TelevisionRow, tr#MusicRow, div.header, div.nav.navtop.nav24, .navigationBar, img#ctl00_cpMain_ctl01_Img2, div#headerWrap, .profile, table tr td[id='footerWarpper'] { display:none !important;visibility:hidden!important; }
  833. table table table table td {width:0px;}
  834. .contactTable td, table table td.text table td,table table table table table td {width:auto;display:none !important;visibility:hidden!important;}
  835. div div select, div div form {display:none !important;}
  836. select { visibility:hidden!important; WIDTH:0px!important;}
  837. table div {display:none;}
  838. table table div {display:block;}
  839. .clearfix {display:none !important;position:absolute!important;}
  840. div[id="googlebar"],div div select{opacity:0;filter:alpha(opacity=0);display:none !important;position:absolute!important; bottom:2000px!important;}
  841. .profileInfo tr tr td { visibility:hidden!important; }
  842. .profileInfo td.text { visibility:visible!important; }
  843.  
  844.  
  845. .Vicarious-Hide Codes { Additional Hide Codes for sites with non-upgraded coding }
  846.  
  847. span.lightbluetext8 {display:none !important;}
  848. table.contacttable {display:none;}
  849. body #Table1 {display:none;}
  850. body table td.text #Table1 {display:block;}
  851. .friendsComments { display:none; }
  852. .nametext { display: none; }
  853. .txt_label { display: none; }
  854. td td td.text {display:none;}
  855. td td td td.label { display:none; }
  856. #footer { display:none; }
  857. .hidethem {visibility:hidden; display:none;}
  858. #ProfileGeneral{visibility:hidden; display:none;}
  859.  
  860. .V I C A R I O U S { L A Y O U T S @ http://vicarious-hs.tumblr.com/ }
  861.  
  862.  
  863. </style></td></tr></table><table style="display:none"><tr><td>
  864.  
  865. -----------------------------LIKE TO MEET-------------------------
  866.  
  867.  
  868. <font class="cite">
  869.  
  870.  
  871. --- IMAGE DIMENSIONS ---
  872.  
  873. //Left Side Tables//
  874.  
  875. Personality Pic = width:250px; height:100px;
  876. Trio Images = width:94px; height:94px;
  877. Connection Images / Conns Pic = width:100px; height:125px;
  878.  
  879. //Middle Tables//
  880.  
  881. MainBio pics (3 pics below 'Character Name') = width:160px; height:200px;
  882. Bottom pic img src = width:600px; height:400px;
  883.  
  884.  
  885. //Right Side Tables//
  886.  
  887. Stats pic = width:180px; height:300px;
  888. ConnLinks img src = width:30px; height:30px;
  889.  
  890.  
  891. --- Right Side Tables (Right 'Sidebar') ---
  892.  
  893. This area is set to position:absolute; meaning that it will scroll along with your other tables (up/down). It has been done this way
  894.  
  895. so as to allow you to put in additional tables if you so choose. If, however, you would rather this side operate as a fixed sidebar,
  896.  
  897. do the following:
  898.  
  899. ----Instructions----
  900.  
  901. 1. Go into About Me. RIGHT Above the hide codes you will see:
  902.  
  903. .V I C A R I O U S { SEE LIKE TO MEET NOTES }
  904.  
  905. .vic-RightSide_table {}
  906.  
  907.  
  908. 2. Between the brackets {}, put the following: position:fixed;
  909.  
  910.  
  911. ----End instructions----
  912.  
  913. **Not everyone has the same screen size. Keep that in mind when adding information and 'fixing' the position. If you add several
  914.  
  915. tables, consider leaving the position at 'absolute' so people with smaller monitors can see it all.
  916.  
  917. </font>
  918.  
  919. INTERESTS:
  920. -----------------------------INTERESTS----------------------------
  921.  
  922. </td></tr></table></td></tr></table></td></tr></table><table class="vic-LeftSide_table" cellspacing="0"
  923.  
  924. cellpadding="0"><tr><td valign="top" padding="0"><table cellspacing="0" cellpadding="0"><tr><td style="width:300px;">
  925.  
  926. <font class="cite">
  927. The above table code must remain at the top. FULL tables below can be rearranged.
  928.  
  929. </font>
  930.  
  931.  
  932. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  933.  
  934. <font class="h1">Personality</font>
  935.  
  936. <div class="LST pers">
  937.  
  938. <div class="textbox">
  939.  
  940. <p>Domino joined the new X-Force, now a mutant Black Ops team lead by Wolverine, which is able to use any means necessary, including lethal force, to preemptively deal with the threats that would be too dangerous or unsavory for the X-Men to handle. After tracking down and blackmailing the Vanisher who has stolen a strain of the Legacy Virus, the group is now preparing to deal with the Messiah War.
  941.  
  942. Wolverine then asks Domino to stop in a cemetery in Japan to deliver flowers to a deceased loved one. While there she finds Spiral, Chimera and Lady Deathstrike who have dug up Kwannon's body. After a brief fight she wounds Chimera and the women teleport off with Kwannon's body. Later Domino replaces Jean Grey's body before the Red Queen could take it as her host. Whilst Domino is on a mission she accidentally becomes the first person to discover the Red Hulk's identity and is then marked for death by him. Thunderbolt Ross and Samson provide Rulk with a list of mercenaries to help him hunt her down and only gives him 24 hours to do it. Among those on the list are Deadpool, the Punisher, Thundra and Elektra. They then find Domino hiding in a bar. When the group arrives to take Domino out they find the bar inhabited by all the members of X-Force.
  943.  
  944. Domino and the X-Force manage to escape the encounter. Later on, Domino and Wolverine meet the Red Hulk and Elektra at Silver Sable's estate where she forces Silver Sable to tell her that Domino was set up to be where the Red Hulk Doc Samson), giving her false information on an A.I.M. front. The Red Hulk says it doesn't matter and blackmails Domino into not telling his identity to anyone, despite Domino claiming she wasn't sure of what she saw, since the government is looking for an excuse to exterminate all mutants and if word got out of X-Force, a mutant hit squad, that would be all it took. They reach an agreement and Domino is let go.
  945.  
  946. </div>
  947.  
  948. <div class="pic" style="background-image:url(http://imgur.com/zB1TGL6.png);">
  949.  
  950. </div></div>
  951.  
  952. <font class="h3">
  953. AOL CONTACT INFO
  954. </font>
  955.  
  956.  
  957. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  958.  
  959.  
  960. <font class="qmark start">❝</font>
  961. <div class="quotable">
  962. Sometimes it's hard to let go.
  963. It's hard to move along the scars of life.
  964. Memories are blooming in the gloom as I'm feeling so cold inside.
  965. </div>
  966. <font class="qmark end">❞</font>
  967.  
  968.  
  969. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  970.  
  971. <div class="LST more">
  972. <div class="textbox">
  973.  
  974. <div class="title"><big>Traits</big></div>
  975. <BR><b>Psychoticism</b> Can be sarcastic, has problems with trusting some types of people. Can also become very smart mouthy [Sassy]
  976.  
  977. <BR><b>Obsessionality</b> Pretty much seeing new weapons, having fun talking sh*t to enemies.
  978.  
  979.  
  980. <BR>
  981.  
  982.  
  983.  
  984. </div></div>
  985.  
  986.  
  987.  
  988. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  989.  
  990. <div class="LST trio colorize">
  991.  
  992. <img class="img1" src="http://imgur.com/MqBPnKk.png">
  993. <img class="img2" src="http://imgur.com/4Z8R3gE.png">
  994. <img class="img3" src="http://imgur.com/2eZnKYC.png">
  995.  
  996. </div>
  997.  
  998.  
  999. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1000.  
  1001. <div class="LST more">
  1002. <div class="textbox">
  1003. <div class="title"><big>Preferences</big></div>
  1004.  
  1005. <b>Likes</b> Having fun, toying with new weapons, missions for money
  1006. likes here;
  1007. <BR><b>Dislikes</b> Wade messing around with her, people who aren't serious on missions.. Ignorance, Chickens..
  1008.  
  1009.  
  1010. </div></div>
  1011. </div></div>
  1012. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1013.  
  1014. <div class="LST conns">
  1015.  
  1016. <div class="title">
  1017. <font class="boxy"></font>
  1018. Wade Wilson- Deadpool
  1019. </div>
  1020.  
  1021. <div class="pic" style="background-image:url(http://i.imgur.com/UMUCPd9.png);"></div>
  1022.  
  1023.  
  1024. <div class="textbox colorize">
  1025.  
  1026. <p>
  1027. My friendly ol' pal.. Literally the best Deadpool and dummy that everyone loves. Since he can't die, I use him as a surf board till we hit the ground whilst sky diving. it's all fun and games.. Been through some funny sh*ts and giggles!!
  1028. </div></div>
  1029. </div></div>
  1030.  
  1031. <div class="LST conns">
  1032.  
  1033. <div class="title">
  1034. <font class="boxy"></font>
  1035. Nathan Summers [Cable]
  1036. </div>
  1037.  
  1038. <div class="pic" style="background-image:url(http://imgur.com/yMQG6kY.png);"></div>
  1039.  
  1040.  
  1041. <div class="textbox colorize">
  1042.  
  1043. <p>
  1044. This man.. A great writer and just meant to get on my nerves every time. But not worse than Wade. He's mannerable and I enjoy his company. We have a funny past together. At least things are working well now, right? <3
  1045. </div></div></div></div>
  1046.  
  1047. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1048. <div class="LST conns">
  1049.  
  1050. <div class="title">
  1051. <font class="boxy"></font>
  1052. Thor Odinson
  1053. </div>
  1054.  
  1055. <div class="pic" style="background-image:url(http://imgur.com/C0rkYY4.png);"></div>
  1056.  
  1057. <div class="textbox colorize">
  1058.  
  1059. <p>
  1060. He prefers me not to call him Thor. Awkward as it may seem, always call thy Odinson, cause he's Odin's son. Get it? =D
  1061.  
  1062.  
  1063. </div></div>
  1064.  
  1065.  
  1066.  
  1067.  
  1068. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1069.  
  1070. <div class="LST conns">
  1071.  
  1072. <div class="title">
  1073. <font class="boxy"></font>
  1074. Punisher- WAR DOG
  1075. </div>
  1076.  
  1077.  
  1078. <div class="pic" style="background-image:url(http://imgur.com/PgWB8vn.png);"></div>
  1079.  
  1080. <div class="textbox colorize">
  1081.  
  1082. <p>He's one of my first friends ever when I first started here. To be honest, he has an intimidating nature. He can be nice, but then it just turns tables depending on his situations.. I'm kidding. He's always nice <3 This is why I placed him here. Since you were there for me, I'll be here for you, my friend.
  1083.  
  1084.  
  1085.  
  1086. </div></div>
  1087. <div class="LST conns">
  1088.  
  1089. <div class="title">
  1090. <font class="boxy"></font>
  1091. Silver Star [Lindsey Monroe]
  1092. </div>
  1093.  
  1094. <div class="pic" style="background-image:url(http://imgur.com/tFV0F8p.png);"></div>
  1095.  
  1096. <div class="textbox colorize">
  1097.  
  1098. <p>I just want to say, you're the kindest person I've met here and hope that you enjoy this spot on my profile! <3 Thank you for being there for me... I'll have to make us edits sometime. Don't mess with her, or I'll deal with you myself. :3
  1099.  
  1100.  
  1101.  
  1102.  
  1103. </div></div>
  1104.  
  1105.  
  1106. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1107.  
  1108. <font class="h4">Extra Table Title</font>
  1109.  
  1110. <div class="LST extra"><div class="textbox">
  1111.  
  1112. <p>Duplicate as many as needed or simply delete this table.
  1113.  
  1114. <p>Integer a lacinia quam. Cras ut dolor ac neque pharetra lobortis. Morbi venenatis elit a ante bibendum placerat. Nunc sit amet
  1115.  
  1116. libero condimentum, congue massa fermentum, feugiat neque. Proin ut nunc facilisis lacus bibendum congue sit amet at nunc.
  1117.  
  1118. Maecenas pulvinar efficitur tellus aliquet volutpat. Etiam posuere diam a erat sollicitudin varius. Nulla eu leo vestibulum, convallis
  1119.  
  1120. risus at, consectetur mauris. Sed nec mattis turpis. Phasellus scelerisque sed metus sed pretium. Etiam luctus in dolor id
  1121.  
  1122. scelerisque. Nulla at metus metus.
  1123.  
  1124. <p>Maecenas sollicitudin justo est, a laoreet nisl ullamcorper id. Nullam vitae ligula non felis elementum efficitur. Morbi augue
  1125.  
  1126. urna, porta ac posuere non, scelerisque non nisl. Nullam pretium diam vel nibh pellentesque gravida. Sed tincidunt mi id massa
  1127.  
  1128. iaculis, et fermentum massa maximus. Suspendisse placerat blandit aliquam. Nulla porttitor metus metus, eu rutrum dui
  1129.  
  1130. ullamcorper et. Nulla cursus nunc ut orci egestas, eget lacinia nisi lacinia. Pellentesque viverra risus et convallis blandit. Mauris
  1131.  
  1132. eros erat, pellentesque et aliquet non, accumsan non sem. Nullam et nibh lacus. Donec in sodales erat, sit amet sagittis lectus.
  1133.  
  1134. Curabitur elementum lacus eget nunc rutrum varius. In hac habitasse platea dictumst. Nullam convallis cursus nulla et maximus.
  1135.  
  1136. Aliquam eget faucibus felis, eu fringilla magna.
  1137. </div></div>
  1138.  
  1139. -----------------------------INTERESTS----------------------------
  1140.  
  1141. </td></tr></table></td></tr></table></td></tr></table><table class="vic-LeftSide_table" cellspacing="0"
  1142.  
  1143. cellpadding="0"><tr><td valign="top" padding="0"><table cellspacing="0" cellpadding="0"><tr><td style="width:300px;">
  1144.  
  1145. <font class="cite">
  1146. The above table code must remain at the top. FULL tables below can be rearranged.
  1147.  
  1148. </font>
  1149.  
  1150.  
  1151. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1152.  
  1153. <font class="h1">Personality</font>
  1154.  
  1155. <div class="LST pers">
  1156.  
  1157. <div class="textbox">
  1158.  
  1159. <p>Domino joined the new X-Force, now a mutant Black Ops team lead by Wolverine, which is able to use any means necessary, including lethal force, to preemptively deal with the threats that would be too dangerous or unsavory for the X-Men to handle. After tracking down and blackmailing the Vanisher who has stolen a strain of the Legacy Virus, the group is now preparing to deal with the Messiah War.
  1160.  
  1161. Wolverine then asks Domino to stop in a cemetery in Japan to deliver flowers to a deceased loved one. While there she finds Spiral, Chimera and Lady Deathstrike who have dug up Kwannon's body. After a brief fight she wounds Chimera and the women teleport off with Kwannon's body. Later Domino replaces Jean Grey's body before the Red Queen could take it as her host. Whilst Domino is on a mission she accidentally becomes the first person to discover the Red Hulk's identity and is then marked for death by him. Thunderbolt Ross and Samson provide Rulk with a list of mercenaries to help him hunt her down and only gives him 24 hours to do it. Among those on the list are Deadpool, the Punisher, Thundra and Elektra. They then find Domino hiding in a bar. When the group arrives to take Domino out they find the bar inhabited by all the members of X-Force.
  1162.  
  1163. Domino and the X-Force manage to escape the encounter. Later on, Domino and Wolverine meet the Red Hulk and Elektra at Silver Sable's estate where she forces Silver Sable to tell her that Domino was set up to be where the Red Hulk Doc Samson), giving her false information on an A.I.M. front. The Red Hulk says it doesn't matter and blackmails Domino into not telling his identity to anyone, despite Domino claiming she wasn't sure of what she saw, since the government is looking for an excuse to exterminate all mutants and if word got out of X-Force, a mutant hit squad, that would be all it took. They reach an agreement and Domino is let go.
  1164.  
  1165. </div>
  1166.  
  1167. <div class="pic" style="background-image:url(http://imgur.com/zB1TGL6.png);">
  1168.  
  1169. </div></div>
  1170.  
  1171. <font class="h3">
  1172. AOL CONTACT INFO
  1173. </font>
  1174.  
  1175.  
  1176. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1177.  
  1178.  
  1179. <font class="qmark start">❝</font>
  1180. <div class="quotable">
  1181. Sometimes it's hard to let go.
  1182. It's hard to move along the scars of life.
  1183. Memories are blooming in the gloom as I'm feeling so cold inside.
  1184. </div>
  1185. <font class="qmark end">❞</font>
  1186.  
  1187.  
  1188. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1189.  
  1190. <div class="LST more">
  1191. <div class="textbox">
  1192.  
  1193. <div class="title"><big>Traits</big></div>
  1194. <BR><b>Psychoticism</b> Can be sarcastic, has problems with trusting some types of people. Can also become very smart mouthy [Sassy]
  1195.  
  1196. <BR><b>Obsessionality</b> Pretty much seeing new weapons, having fun talking sh*t to enemies.
  1197.  
  1198.  
  1199. <BR>
  1200.  
  1201.  
  1202.  
  1203. </div></div>
  1204.  
  1205.  
  1206.  
  1207. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1208.  
  1209. <div class="LST trio colorize">
  1210.  
  1211. <img class="img1" src="http://imgur.com/MqBPnKk.png">
  1212. <img class="img2" src="http://imgur.com/4Z8R3gE.png">
  1213. <img class="img3" src="http://imgur.com/2eZnKYC.png">
  1214.  
  1215. </div>
  1216.  
  1217.  
  1218. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1219.  
  1220. <div class="LST more">
  1221. <div class="textbox">
  1222. <div class="title"><big>Preferences</big></div>
  1223.  
  1224. <b>Likes</b> Having fun, toying with new weapons, missions for money
  1225. likes here;
  1226. <BR><b>Dislikes</b> Wade messing around with her, people who aren't serious on missions.. Ignorance, Chickens..
  1227.  
  1228.  
  1229. </div></div>
  1230. </div></div>
  1231. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1232.  
  1233. <div class="LST conns">
  1234.  
  1235. <div class="title">
  1236. <font class="boxy"></font>
  1237. Wade Wilson- Deadpool
  1238. </div>
  1239.  
  1240. <div class="pic" style="background-image:url(http://i.imgur.com/UMUCPd9.png);"></div>
  1241.  
  1242.  
  1243. <div class="textbox colorize">
  1244.  
  1245. <p>
  1246. My friendly ol' pal.. Literally the best Deadpool and dummy that everyone loves. Since he can't die, I use him as a surf board till we hit the ground whilst sky diving. it's all fun and games.. Been through some funny sh*ts and giggles!!
  1247. </div></div>
  1248. </div></div>
  1249.  
  1250. <div class="LST conns">
  1251.  
  1252. <div class="title">
  1253. <font class="boxy"></font>
  1254. Nathan Summers [Cable]
  1255. </div>
  1256.  
  1257. <div class="pic" style="background-image:url(http://imgur.com/yMQG6kY.png);"></div>
  1258.  
  1259.  
  1260. <div class="textbox colorize">
  1261.  
  1262. <p>
  1263. This man.. A great writer and just meant to get on my nerves every time. But not worse than Wade. He's mannerable and I enjoy his company. We have a funny past together. At least things are working well now, right? <3
  1264. </div></div></div></div>
  1265.  
  1266. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1267. <div class="LST conns">
  1268.  
  1269. <div class="title">
  1270. <font class="boxy"></font>
  1271. Thor Odinson
  1272. </div>
  1273.  
  1274. <div class="pic" style="background-image:url(http://imgur.com/C0rkYY4.png);"></div>
  1275.  
  1276. <div class="textbox colorize">
  1277.  
  1278. <p>
  1279. He prefers me not to call him Thor. Awkward as it may seem, always call thy Odinson, cause he's Odin's son. Get it? =D
  1280.  
  1281.  
  1282. </div></div>
  1283.  
  1284.  
  1285.  
  1286.  
  1287. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1288.  
  1289. <div class="LST conns">
  1290.  
  1291. <div class="title">
  1292. <font class="boxy"></font>
  1293. Punisher- WAR DOG
  1294. </div>
  1295.  
  1296.  
  1297. <div class="pic" style="background-image:url(http://imgur.com/PgWB8vn.png);"></div>
  1298.  
  1299. <div class="textbox colorize">
  1300.  
  1301. <p>He's one of my first friends ever when I first started here. To be honest, he has an intimidating nature. He can be nice, but then it just turns tables depending on his situations.. I'm kidding. He's always nice <3 This is why I placed him here. Since you were there for me, I'll be here for you, my friend.
  1302.  
  1303.  
  1304.  
  1305. </div></div>
  1306. <div class="LST conns">
  1307.  
  1308. <div class="title">
  1309. <font class="boxy"></font>
  1310. Silver Star [Lindsey Monroe]
  1311. </div>
  1312.  
  1313. <div class="pic" style="background-image:url(http://imgur.com/tFV0F8p.png);"></div>
  1314.  
  1315. <div class="textbox colorize">
  1316.  
  1317. <p>I just want to say, you're the kindest person I've met here and hope that you enjoy this spot on my profile! <3 Thank you for being there for me... I'll have to make us edits sometime. Don't mess with her, or I'll deal with you myself. :3
  1318.  
  1319.  
  1320.  
  1321.  
  1322. </div></div>
  1323.  
  1324.  
  1325. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1326.  
  1327. <font class="h4">Extra Table Title</font>
  1328.  
  1329. <div class="LST extra"><div class="textbox">
  1330.  
  1331. <p>Duplicate as many as needed or simply delete this table.
  1332.  
  1333. <p>Integer a lacinia quam. Cras ut dolor ac neque pharetra lobortis. Morbi venenatis elit a ante bibendum placerat. Nunc sit amet
  1334.  
  1335. libero condimentum, congue massa fermentum, feugiat neque. Proin ut nunc facilisis lacus bibendum congue sit amet at nunc.
  1336.  
  1337. Maecenas pulvinar efficitur tellus aliquet volutpat. Etiam posuere diam a erat sollicitudin varius. Nulla eu leo vestibulum, convallis
  1338.  
  1339. risus at, consectetur mauris. Sed nec mattis turpis. Phasellus scelerisque sed metus sed pretium. Etiam luctus in dolor id
  1340.  
  1341. scelerisque. Nulla at metus metus.
  1342.  
  1343. <p>Maecenas sollicitudin justo est, a laoreet nisl ullamcorper id. Nullam vitae ligula non felis elementum efficitur. Morbi augue
  1344.  
  1345. urna, porta ac posuere non, scelerisque non nisl. Nullam pretium diam vel nibh pellentesque gravida. Sed tincidunt mi id massa
  1346.  
  1347. iaculis, et fermentum massa maximus. Suspendisse placerat blandit aliquam. Nulla porttitor metus metus, eu rutrum dui
  1348.  
  1349. ullamcorper et. Nulla cursus nunc ut orci egestas, eget lacinia nisi lacinia. Pellentesque viverra risus et convallis blandit. Mauris
  1350.  
  1351. eros erat, pellentesque et aliquet non, accumsan non sem. Nullam et nibh lacus. Donec in sodales erat, sit amet sagittis lectus.
  1352.  
  1353. Curabitur elementum lacus eget nunc rutrum varius. In hac habitasse platea dictumst. Nullam convallis cursus nulla et maximus.
  1354.  
  1355. Aliquam eget faucibus felis, eu fringilla magna.
  1356.  
  1357. </div></div>
  1358.  
  1359.  
  1360. -----------------------------MUSIC-------------------------
  1361.  
  1362. </td></tr></table></td></tr></table></td></tr></table><table class="vic-Middle_table" cellspacing="0" cellpadding="0"><tr><td
  1363.  
  1364. valign="top" padding="0"><table cellspacing="0" cellpadding="0"><tr><td style="width:600px;">
  1365.  
  1366. <font class="cite">
  1367. The above table code must remain at the top. FULL tables below can be rearranged.
  1368. </font>
  1369. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1370.  
  1371. <div class="MST mainbio">
  1372. <div class="title top">
  1373. Neena Thurman
  1374. </div>
  1375. <div class="pic pc1" style="background-image:url(http://imgur.com/xV6DiMv.png);"></div>
  1376. <div class="pic pc2" style="background-image:url(http://imgur.com/iKOI7wl.png);"></div>
  1377. <div class="pic pc3" style="background-image:url(http://imgur.com/Mf5JBzX.png);"></div>
  1378.  
  1379.  
  1380. <div class="textbox">
  1381.  
  1382. <p>The woman who would become known as Domino is actually the result of a top-secret government breeding program intended to develop the perfect weapon. Domino was the only test subject to survive, but her "luck" power was deemed a failure at meeting the project's goals. Her biological mother broke her out of the project and left her with Father Rudolpho Boschelli in the Church of the Sacred Heart in Chicago. Domino eventually left the Church and became a mercenary.
  1383. <br />
  1384. One of her first jobs was to stop "Operation: Jericho," which was a remote-controlled warbot project. Domino wrecked the robot, but in the process fried the mind of the soldier controlling it. She was then assigned to guard the genius Dr. Milo Thurman, whose analytical ability made him too dangerous for the government to let roam free. I've done many things in my life that I am happy about.. Some? Not much.
  1385. <br />
  1386. Somehow, Domino and Thurman fell in love and were married. Due to Thurman's love of Dante's Inferno, he called Domino "Beatrice." The two separated after a raid on the facility by AIM members, with Milo believing Domino had been killed during the altercation.
  1387.  
  1388.  
  1389. <BR>
  1390.  
  1391. <p>I have nothing more to explain about myself. You have to figure it all out yourself
  1392.  
  1393. </div></div>
  1394.  
  1395.  
  1396. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1397.  
  1398. <div class="lyrical">
  1399. <font class="lyric">I learned</font>
  1400. <font class="lyric2">To never trust</font>
  1401. <font class="lyric3">Anyone <big><3</big> Or get closer to anyone</font>
  1402. <font class="lyric4">ever again.</font>
  1403. <font class="lyric5">Because of you</font>
  1404. </div>
  1405.  
  1406.  
  1407.  
  1408. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1409.  
  1410.  
  1411.  
  1412. <div class="bio"><div class="textbox">
  1413.  
  1414. <p>Integer a lacinia quam. Cras ut dolor ac neque pharetra lobortis. Morbi venenatis elit a ante bibendum placerat. Nunc sit amet
  1415.  
  1416. libero condimentum, congue massa fermentum, feugiat neque. Proin ut nunc facilisis lacus bibendum congue sit amet at nunc.
  1417.  
  1418. Maecenas pulvinar efficitur tellus aliquet volutpat. Etiam posuere diam a erat sollicitudin varius. Nulla eu leo vestibulum, convallis
  1419.  
  1420. risus at, consectetur mauris. Sed nec mattis turpis. Phasellus scelerisque sed metus sed pretium. Etiam luctus in dolor id
  1421.  
  1422. scelerisque. Nulla at metus metus.
  1423.  
  1424. <font class="blockquote">
  1425.  
  1426. Loving someone is possibly the hardest thing for me right now. You cannot just come up to a girl and automatically say sorry either. There is one thing that really has hit me. Trust..
  1427.  
  1428. </font>
  1429.  
  1430.  
  1431. <p>Maecenas sollicitudin justo est, a laoreet nisl ullamcorper id. Nullam vitae ligula non felis elementum efficitur. Morbi augue
  1432.  
  1433. urna, porta ac posuere non, scelerisque non nisl. Nullam pretium diam vel nibh pellentesque gravida. Sed tincidunt mi id massa
  1434.  
  1435. iaculis, et fermentum massa maximus. Suspendisse placerat blandit aliquam. Nulla porttitor metus metus, eu rutrum dui
  1436.  
  1437. ullamcorper et. Nulla cursus nunc ut orci egestas, eget lacinia nisi lacinia. Pellentesque viverra risus et convallis blandit. Mauris
  1438.  
  1439. eros erat, pellentesque et aliquet non, accumsan non sem. Nullam et nibh lacus. Donec in sodales erat, sit amet sagittis lectus.
  1440.  
  1441. Curabitur elementum lacus eget nunc rutrum varius. In hac habitasse platea dictumst. Nullam convallis cursus nulla et maximus.
  1442.  
  1443. Aliquam eget faucibus felis, eu fringilla magna.
  1444.  
  1445. </div></div>
  1446.  
  1447.  
  1448. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1449.  
  1450. <img src="http://imgur.com/tsqgBxH.png">
  1451.  
  1452.  
  1453. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1454.  
  1455. <font class="h4">Extra Table Title</font>
  1456.  
  1457. <div class="MST extra"><div class="textbox">
  1458.  
  1459. <p>Duplicate as many as needed or simply delete this table.
  1460.  
  1461. <p>Integer a lacinia quam. Cras ut dolor ac neque pharetra lobortis. Morbi venenatis elit a ante bibendum placerat. Nunc sit amet
  1462.  
  1463. libero condimentum, congue massa fermentum, feugiat neque. Proin ut nunc facilisis lacus bibendum congue sit amet at nunc.
  1464.  
  1465. Maecenas pulvinar efficitur tellus aliquet volutpat. Etiam posuere diam a erat sollicitudin varius. Nulla eu leo vestibulum, convallis
  1466.  
  1467. risus at, consectetur mauris. Sed nec mattis turpis. Phasellus scelerisque sed metus sed pretium. Etiam luctus in dolor id
  1468.  
  1469. scelerisque. Nulla at metus metus.
  1470.  
  1471. <p>Maecenas sollicitudin justo est, a laoreet nisl ullamcorper id. Nullam vitae ligula non felis elementum efficitur. Morbi augue
  1472.  
  1473. urna, porta ac posuere non, scelerisque non nisl. Nullam pretium diam vel nibh pellentesque gravida. Sed tincidunt mi id massa
  1474.  
  1475. iaculis, et fermentum massa maximus. Suspendisse placerat blandit aliquam. Nulla porttitor metus metus, eu rutrum dui
  1476.  
  1477. ullamcorper et. Nulla cursus nunc ut orci egestas, eget lacinia nisi lacinia. Pellentesque viverra risus et convallis blandit. Mauris
  1478.  
  1479. eros erat, pellentesque et aliquet non, accumsan non sem. Nullam et nibh lacus. Donec in sodales erat, sit amet sagittis lectus.
  1480.  
  1481. Curabitur elementum lacus eget nunc rutrum varius. In hac habitasse platea dictumst. Nullam convallis cursus nulla et maximus.
  1482.  
  1483. Aliquam eget faucibus felis, eu fringilla magna.
  1484.  
  1485. </div></div>
  1486.  
  1487.  
  1488. -----------------------------MOVIES-------------------------
  1489.  
  1490. </td></tr></table></td></tr></table></td></tr></table><table class="vic-RightSide_table" cellspacing="0"
  1491.  
  1492. cellpadding="0"><tr><td valign="top" padding="0"><table cellspacing="0" cellpadding="0"><tr><td style="width:200px;">
  1493.  
  1494. <font class="cite">
  1495. The above table code must remain at the top. FULL tables below can be rearranged.
  1496. </font>
  1497.  
  1498.  
  1499.  
  1500. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1501.  
  1502.  
  1503. <div class="RST stats" style="background-image:url(http://imgur.com/ihdYyTm.png);">
  1504.  
  1505. <div class="textbox">
  1506.  
  1507. <b>Full Name:</B> Neena Thurman
  1508. <BR><b>Nicknames:</B> Dot, Spot, Oreo
  1509. <BR><b>Aliases:</B> Domino,Beatrice, Tamara Winter, Samantha Wu, Elena Vladescu, Jessica Marie Costello, Luisa Mendoza, Christina Elizabeth Aliosa, others
  1510. <BR><b>First Appearance:</B> X-Force #8 (1992)
  1511. <BR><b>Place Of Birth:</B> Chicago
  1512. <BR><b>Current Residence:</B> New York City
  1513. <BR><b>Ethnicity:</B> Caucasian
  1514. <BR><b>Hair Color:</B> Black
  1515. <BR><b>Eye Color:</B> Blue
  1516. <BR><b>Height:</B> 5'8
  1517. <BR><b>Weight:</B> 130
  1518. <BR><b>Birthmarks/Scars:</B> Black Spot on left eye
  1519. <BR><b>Mother:</B> Unknown
  1520. <BR><b>Father:</B> Rudolpho Boschelli
  1521. <BR><b>Sister(S):</B> None
  1522. <BR><b>Brother(S):</B> None
  1523. <BR><b>Other Family:</B>
  1524. <BR><b>Sexual Orientation:</B> Straight
  1525. <BR><b>Relationship Status:</B> Pringles
  1526. <BR><b>Past Relationship(S):</B> Milo Thurman (Deceased-Ex husband), Deadpool, Wolverine
  1527. <BR><b>High School</B> Input Info
  1528. <BR><b>College</B> Input Info
  1529. <BR><b>Major</B> Input Info
  1530. <BR><b>Degree</B> Input Info
  1531. <BR><b>Occupation:</B> Mercenary
  1532. <BR><b>Job Description:</B> Input Info
  1533. <BR><b>Employer:</B> Input Info
  1534. <BR><b>Skills:</b> Luck- Probability Field, Weapon expert
  1535.  
  1536.  
  1537.  
  1538. </div></div>
  1539.  
  1540.  
  1541.  
  1542. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1543.  
  1544. <div><object height="175" width="200"><param name="movie" value="http://www.youtube.com/v/aPxVSCfoYnU&list=PLHbhmP2l31z-81uJCJ-2xKm0qobM0L1Ss&loop=1&autoplay=1"><div><param name="allowScriptAccess" value="never"></div><div><param name="allowNetworking" value="internal"></div><div><param name="wmode" value="transparent"></div><div><embed type="application/x-shockwave-flash" src="http://www.youtube.com/v/aPxVSCfoYnU&list=PLHbhmP2l31z-81uJCJ-2xKm0qobM0L1Ss?&version=3&showinfo=0&controls=0&rel=0&loop=1&autoplay=1" &playlist="LHbhmP2l31z-81uJCJ-2xKm0qobM0L1Ss&loop=1" "="" height="175" width="200" wmode="transparent"></div><div>
  1545.  
  1546.  
  1547.  
  1548. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1549.  
  1550. <div class="RST ConnLinks">
  1551.  
  1552. <a href="/532058"><img src="http://imgur.com/C0rkYY4.png"title="Thor Odinson"></a>
  1553. <a href="/1193276"><img src="https://0-t.imgbox.com/MKAZfNpu.jpg"title="Nathan[Cable]"></a>
  1554. <a href="/1185841"><img src="http://i.imgur.com/ybnghBf.jpg"Title="Punisher"></a>
  1555. <a href="/789425"><img src="https://8-t.imgbox.com/VoqDNCto.jpg"title="DeadPool [K-Rama]"></a>
  1556. <a href="/4005"><img src="http://imgur.com/NFlkIHC.png"title="Hitmonpool"></a>
  1557. <a href="/941293"><img src="https://8-t.imgbox.com/3PkoNkMJ.jpg"title="Bruce Banner"></a>
  1558.  
  1559. <a href="/1116905"><img src="http://imgur.com/afmUjyl.png"title="Rowe"></a>
  1560. <a href="/1140524"><img src="http://imgur.com/tFV0F8p.png"height="100"width="100"title="Lindsey Monroe"></a>
  1561. <a href="/1202981"><img src="http://1.bp.blogspot.com/-dxPilCFFErg/UfRE21jEPsI/AAAAAAAACH4/E8R_elSJGB0/s1600/Wolverine.jpg"height="100"width="100"title="Logan"></a>
  1562. <a href="/1166735"><img src="http://i.imgur.com/Yby048l.jpg"height="100"width="100"title="Percy Summers"></a>
  1563. <a href="/#"><img src="http://i62.tinypic.com/25a6n4m.jpg"></a>
  1564. <a href="/#"><img src="http://i62.tinypic.com/25a6n4m.jpg"></a>
  1565.  
  1566. <a href="/#"><img src="http://i62.tinypic.com/25a6n4m.jpg"></a>
  1567. <a href="/#"><img src="http://i62.tinypic.com/25a6n4m.jpg"></a>
  1568. <a href="/#"><img src="http://i62.tinypic.com/25a6n4m.jpg"></a>
  1569. <a href="/#"><img src="http://i62.tinypic.com/25a6n4m.jpg"></a>
  1570. <a href="/#"><img src="http://i62.tinypic.com/25a6n4m.jpg"></a>
  1571. <a href="/#"><img src="http://i62.tinypic.com/25a6n4m.jpg"></a>
  1572.  
  1573. </div>
  1574.  
  1575. </td></tr></table><table class="vic_table" cellspacing="0" cellpadding="0"><tr><td>
  1576.  
  1577. <font class="h4">Extra Table Title</font>
  1578.  
  1579. <div class="RST extra"><div class="textbox">
  1580.  
  1581. <p>Duplicate as many as needed or simply delete this table.
  1582.  
  1583. <p>Integer a lacinia quam. Cras ut dolor ac neque pharetra lobortis. Morbi venenatis elit a ante bibendum placerat. Nunc sit amet
  1584.  
  1585. libero condimentum, congue massa fermentum, feugiat neque. Proin ut nunc facilisis lacus bibendum congue sit amet at nunc.
  1586.  
  1587. Maecenas pulvinar efficitur tellus aliquet volutpat. Etiam posuere diam a erat sollicitudin varius. Nulla eu leo vestibulum, convallis
  1588.  
  1589. risus at, consectetur mauris. Sed nec mattis turpis. Phasellus scelerisque sed metus sed pretium. Etiam luctus in dolor id
  1590.  
  1591. scelerisque. Nulla at metus metus.
  1592.  
  1593. <p>Maecenas sollicitudin justo est, a laoreet nisl ullamcorper id. Nullam vitae ligula non felis elementum efficitur. Morbi augue
  1594.  
  1595. urna, porta ac posuere non, scelerisque non nisl. Nullam pretium diam vel nibh pellentesque gravida. Sed tincidunt mi id massa
  1596.  
  1597. iaculis, et fermentum massa maximus. Suspendisse placerat blandit aliquam. Nulla porttitor metus metus, eu rutrum dui
  1598.  
  1599. ullamcorper et. Nulla cursus nunc ut orci egestas, eget lacinia nisi lacinia. Pellentesque viverra risus et convallis blandit. Mauris
  1600.  
  1601. eros erat, pellentesque et aliquet non, accumsan non sem. Nullam et nibh lacus. Donec in sodales erat, sit amet sagittis lectus.
  1602.  
  1603. Curabitur elementum lacus eget nunc rutrum varius. In hac habitasse platea dictumst. Nullam convallis cursus nulla et maximus.
  1604.  
  1605. Aliquam eget faucibus felis, eu fringilla magna.
  1606.  
  1607. </div></div>
  1608.  
  1609.  
  1610. -----------------------------TELEVISION-------------------------
  1611.  
  1612.  
  1613. </td></tr></table></td></tr></table></td></tr></table><table cellspacing="0" cellpadding="0"><tr><td valign="top"
  1614.  
  1615. padding="0"><table cellspacing="0" cellpadding="0"><tr><td>
  1616.  
  1617. <div id="Lborder"></div>
  1618. <div id="Rbackground"></div>
  1619. <div id="tiptop"></div>
  1620. <div id="linx"><div class="lkbx">
  1621.  
  1622.  
  1623. <a href="/logincomplete.php">Home</a>
  1624. <a href="/add_testimonial.php?member_id=1167665">Comment</a>
  1625. <a href="/send_message.php?member_id=1167665">Message</a>
  1626. <a href="/gallery.php?member_id=1167665">Photos</a>
  1627. <a href="/view_member_blog.php?member_id=1167665">Blogs</a>
  1628. <a href="/invite_friend.php?friend_id=1167665">Add</a>
  1629.  
  1630. </div></div>
Add Comment
Please, Sign In to add comment