drakesnake09

Untitled

Sep 30th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.24 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(http://fonts.googleapis.com/css?family=Raleway:400,900|Oswald|Dynalight|Roboto+Condensed:400,700|Lato:300,400,700|Ruthie);
  3.  
  4. /* - -DO NOT PUT ANYTHING ABOVE THE @import LINE ABOVE - - */
  5. /* - -DO NOT REARRANGE MY CODING!! ORDER IS IMPORTANT! - - */
  6.  
  7. .vicarious { Structure }
  8.  
  9. body{
  10. width:100%;
  11. height:100%;
  12. padding:0px;
  13. margin:0px;
  14. background-color:326d7e;
  15. background-image:url(https://i.imgur.com/YpsYPyj.jpg);
  16. background-position: center;
  17. background-attachment:fixed;
  18. background-repeat: no-repeat;
  19. background-size: cover;
  20. }
  21.  
  22. table, tr, td {background-color:transparent; display:inline-block;}
  23.  
  24. .vicarious{ Google Chrome Scrollbar }
  25.  
  26. ::-webkit-scrollbar {width: 10px;}
  27. ::-webkit-scrollbar-track { border: 1px solid #2b6879; background-color:transparent; }
  28. ::-webkit-scrollbar-thumb { border: 1px solid #2b6879; background-color:c8bda5; }
  29.  
  30.  
  31. .vicarious { GENERAL TEXT }
  32.  
  33. a, b, i, p, table, tr, td, li, div, .text, .btext {
  34. font-family:calibri;
  35. font-size:7.5pt;
  36. line-height:95%;
  37. color: beb8a2;
  38. padding:0px;
  39. margin:0px;
  40. text-decoration:none;
  41. text-transform:none;
  42. word-spacing:-1px;
  43. }
  44.  
  45. a { display:block; }
  46.  
  47. p {
  48. text-align:justify;
  49. margin-top: 5px;
  50. text-indent:3px;
  51. }
  52.  
  53. p:first-line {
  54. font-weight:bold; }
  55.  
  56. p:first-letter {
  57. font-size: 9pt;
  58. font-family: 'Ruthie', cursive;
  59. padding-left:5px;
  60. }
  61.  
  62. b {
  63. font-size:8pt;
  64. text-transform:uppercase;
  65. font-family: 'Roboto Condensed', sans-serif;
  66. color: d0cab5;
  67. }
  68.  
  69. i {
  70. font-size:10pt;
  71. color: ccb792;
  72. font-family: 'Dynalight', cursive;
  73. }
  74.  
  75. .u, u {
  76. color: 97b0aa;
  77. text-decoration:underline;
  78. }
  79.  
  80. .strike, strike {
  81. color: d3cebd;
  82. text-decoration:line-through;
  83. letter-spacing:1pt;
  84. }
  85.  
  86. .strong, strong {
  87. font-family:courier new;
  88. font-size: 9pt;
  89. text-transform:uppercase;
  90. color:ddc9aa;
  91. font-weight:900;
  92. }
  93.  
  94. em {
  95. font-family:brush script mt;
  96. font-size:11pt;
  97. color: 89a4a6;
  98. }
  99.  
  100. .h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6, .h7, h7, .h8, h8, .h9, h9, .h10, h10, .h11, h11, .h12, h12, .one, one, .two, two, .three, three, .lyric, lyric, .lyric2, lyric2, .lyric3, lyric3, .lyric4, lyric4, .lyric5, lyric5, .lyric6, lyric6, .lyric7, lyric7, small, big {
  101. padding:0px;
  102. margin:0px;
  103. line-height:auto;
  104. }
  105.  
  106. .h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6, .h7, h7, .h8, h8, .h9, h9, .h10, h10, .h11, h11, .h12, h12, .one, one, .two, two, .three, three {
  107. display:block;
  108. }
  109.  
  110. big {
  111. font-size:36pt;
  112. text-transform:uppercase;
  113. font-family: 'Dynalight', cursive;
  114. }
  115.  
  116. .cite {font-size:0px; color:transparent;display:block; height:0px;}
  117.  
  118.  
  119. p {text-align:justify;}
  120.  
  121.  
  122. .vicarious{ Div Commons }
  123.  
  124. /* MAIN ATTRIBUTES SHARED BY DIVS FROM VARIOUS SECTIONS */
  125.  
  126.  
  127.  
  128. /* Background X mark images for Divs ( Same as profile body background ) */
  129.  
  130. #SIDEBAR #default, .pic .mask, .stats .block, .m11 .bae, .m22 .mask {
  131. background-image:url(https://i.imgur.com/PPbwRjX.png);
  132. background-position:center center;
  133. background-repeat:repeat;
  134. }
  135.  
  136. #MAIN1, #MAIN2, #LINX, #SIDEBAR, #LINE1, #LINE2, #LINE3 {
  137. visibility:visible;
  138. top:0%;
  139. left:50%;
  140. z-index:2;
  141. overflow:hidden;
  142. }
  143.  
  144. #MAIN1, #MAIN2 { position:absolute; }
  145.  
  146. #LINX, #SIDEBAR, #LINE1, #LINE2, #LINE3 {position:fixed;}
  147. #LINX, #SIDEBAR, #MAIN2 {background-color:transparent; }
  148.  
  149.  
  150. .vicarious{ Divs }
  151.  
  152.  
  153. /* SIDEBAR */
  154.  
  155. #SIDEBAR #default, #SIDEBAR:hover #default, #SIDEBAR #info, #SIDEBAR:hover #info {
  156. -webkit-transition: all .6s ease 1s;
  157. -moz-transition: all .6s ease 1s;
  158. -o-transition: all .6s ease 1s;
  159. -ms-transition: all .6s ease 1s;
  160. transition: all .6s ease 1s;
  161. }
  162.  
  163. #sidebar #namefield, #SIDEBAR #lower {
  164. transition:All .6s linear 0s;
  165. -webkit-transition:All .6s linear 0s;
  166. -moz-transition:All .6s linear 0s;
  167. -o-transition:All .6s linear 0s;
  168. -ms-transition: all .6s ease 0s;
  169. }
  170.  
  171. #SIDEBAR {
  172. margin-top:0px;
  173. margin-left:-575px;
  174. padding:0px;
  175. width:310px;
  176. height:100%;
  177. }
  178.  
  179. #SIDEBAR #default {
  180. position:absolute;
  181. overflow:hidden;
  182. margin-left:0px;
  183. margin-top:100px;
  184. z-index:3;
  185. padding:0px;
  186. width:300px;
  187. height:400px;
  188. padding:0px;
  189. background-color:829893 ;
  190. border:5px solid #c8bda5;
  191. }
  192.  
  193. #SIDEBAR:hover #default {
  194. opacity:0;
  195. }
  196.  
  197. #default img {
  198. overflow:hidden;
  199. margin:5px;
  200. width:280px;
  201. height:380px;
  202. border:5px solid #2b6879;
  203. }
  204.  
  205. #SIDEBAR #info {
  206. position:absolute;
  207. overflow:hidden;
  208. margin-left:0px;
  209. margin-top:100px;
  210. z-index:3;
  211. padding:0px;
  212. width:300px;
  213. height:400px;
  214. opacity:0;
  215. background-color:2b6879;
  216. border:5px solid #c8bda5;
  217. }
  218.  
  219. #SIDEBAR:hover #info {
  220. opacity:1;
  221. }
  222.  
  223. #info .textbox {
  224. position:absolute;
  225. height:250px;
  226. width:250px;
  227. overflow:auto;
  228. margin-top:0px;
  229. margin-left:20px;
  230. padding:5px;
  231. opacity:0;
  232. background-color: rgba(255,255,255,0.05);
  233. transition:All .6s linear 0s;
  234. -webkit-transition:All .6s linear 0s;
  235. -moz-transition:All .6s linear 0s;
  236. -o-transition:All .6s linear 0s;
  237. -ms-transition: all .6s ease 0s;
  238. }
  239.  
  240. #SIDEBAR:hover .textbox {
  241. opacity:1;
  242. margin-top:20px;
  243. transition:All 1.6s linear 3.6s;
  244. -webkit-transition:All 1.6s linear 3.6s;
  245. -moz-transition:All 1.6s linear 3.6s;
  246. -o-transition:All 1.6s linear 3.6s;
  247. -ms-transition: all 1.6s ease 3.6s;
  248. }
  249.  
  250. #SIDEBAR .h1, #SIDEBAR h1 {
  251. margin:10px 0px;
  252. background-color:829893;
  253. font-size:14pt;
  254. font-family: 'Oswald', sans-serif;
  255. font-weight:700;
  256. font-style:italic;
  257. text-align:center;
  258. padding:0px 10px;
  259. text-transform:none;
  260. line-height:60%;
  261. }
  262.  
  263.  
  264. #info .contact {
  265. position:absolute;
  266. overflow:hidden;
  267. margin-top:305px;
  268. margin-left:5px;
  269. height:25px;
  270. width:280px;
  271. padding:0px 5px;
  272. opacity:0;
  273. color:2b6879;
  274. background-color:c8bda5;
  275. font-size:9pt;
  276. line-height:25px;
  277. font-family: 'Oswald', sans-serif;
  278. display:block;
  279. text-align:center;
  280. text-transform:none;
  281. transition:All .2s linear 0s;
  282. -webkit-transition:All .2s linear 0s;
  283. -moz-transition:All .2s linear 0s;
  284. -o-transition:All .2s linear 0s;
  285. -ms-transition: all .2s ease 0s;
  286. }
  287.  
  288. #SIDEBAR:hover .contact{
  289. opacity:1;
  290. margin-top:365px;
  291. transition:All 1.6s linear 4s;
  292. -webkit-transition:All 1.6s linear 4s;
  293. -moz-transition:All 1.6s linear 4s;
  294. -o-transition:All 1.6s linear 4s;
  295. -ms-transition: all 1.6s ease 4s;
  296. }
  297.  
  298.  
  299. #sidebar #namefield {
  300. position:fixed;
  301. overflow:hidden;
  302. margin-top:100px;
  303. margin-left:0px;
  304. height:60px;
  305. line-height:60px;
  306. width:290px;
  307. opacity:0;
  308. background-color:829893;
  309. font-size:16pt;
  310. z-index:5;
  311. font-family: 'Oswald', sans-serif;
  312. font-weight:700;
  313. font-style:italic;
  314. display:block;
  315. text-align:center;
  316. padding:0px 10px;
  317. text-transform:none;
  318. -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
  319. -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
  320. box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
  321. }
  322.  
  323. #SIDEBAR:hover #namefield {
  324. margin-top:400px;
  325. opacity:1;
  326. transition:All 1.6s linear 2s;
  327. -webkit-transition:All 1.6s linear 2s;
  328. -moz-transition:All 1.6s linear 2s;
  329. -o-transition:All 1.6s linear 2s;
  330. -ms-transition: all 1.6s ease 2s;
  331. }
  332.  
  333.  
  334. #SIDEBAR #lower {
  335. position:fixed;
  336. overflow:hidden;
  337. margin-top:100px;
  338. margin-left:0px;
  339. height:105px;
  340. width:300px;
  341. opacity:0;
  342. background-color:2b6879;
  343. border:5px solid #c8bda5;
  344. }
  345.  
  346. #SIDEBAR:hover #lower {
  347. margin-top:515px;
  348. opacity:1;
  349. transition:All 2s linear 2s;
  350. -webkit-transition:All 2s linear 2s;
  351. -moz-transition:All 2s linear 2s;
  352. -o-transition:All 2s linear 2s;
  353. -ms-transition: all 2s ease 2s;
  354. }
  355.  
  356. #lower .quote {
  357. width:280px;
  358. height:60px;
  359. padding:5px;
  360. margin:5px;
  361. display:block;
  362. font-family: 'Dynalight', cursive;
  363. font-size:14pt;
  364. overflow:hidden;
  365. text-align:center;
  366. background-color: rgba(255,255,255,0.05);
  367. }
  368.  
  369. #lower .music {
  370. width:300px;
  371. height:20px;
  372. text-align:center;
  373. display:block;
  374. overflow:hidden;
  375. margin-bottom:5px;
  376. }
  377.  
  378.  
  379. /* MAIN AREA 1 */
  380.  
  381. #MAIN1 {
  382. margin-top:25px;
  383. margin-left:-240px;
  384. padding:0px;
  385. width:700px;
  386. height:510px;
  387. background-color:2b6879;
  388. border:5px solid #c8bda5;
  389. }
  390.  
  391. #MAIN1 .title {
  392. position:absolute;
  393. width:285px;
  394. height:55px;
  395. margin-top:5px;
  396. margin-left:5px;
  397. }
  398.  
  399. #MAIN1 .h1, #MAIN1 h1 {
  400. height:25px;
  401. line-height:25px;
  402. padding:5px;
  403. font-size:25px;
  404. text-align:center;
  405. background-color:829893;
  406. font-family: 'Oswald', sans-serif;
  407. }
  408.  
  409. #MAIN1 .h2, #MAIN1 h2 {
  410. height:10px;
  411. line-height:10px;
  412. padding:5px;
  413. font-size:10px;
  414. text-align:right;
  415. color:2b6879;
  416. background-color:c8bda5;
  417. font-family: 'Oswald', sans-serif;
  418. }
  419.  
  420. #MAIN1 .about {
  421. position:absolute;
  422. width:265px;
  423. height:400px;
  424. padding:10px;
  425. overflow:auto;
  426. margin-top:65px;
  427. margin-left:5px;
  428. background-color: rgba(255,255,255,0.05);
  429. }
  430.  
  431. #MAIN1 .pic {
  432. position:absolute;
  433. background-image:repeat:no-repeat;
  434. width:400px;
  435. height:480px;
  436. background-size:400px 480px;
  437. overflow:hidden;
  438. margin-top:5px;
  439. margin-left:295px;
  440. }
  441.  
  442. .pic .mask, .pic:hover .mask, .pic .stats, .pic:hover .stats {
  443. -webkit-transition: all .6s linear 0s;
  444. -moz-transition: all .6s linear 0s;
  445. -o-transition: all .6s linear 0s;
  446. -ms-transition: all .6s linear 0s;
  447. transition: all .6s linear 0s;
  448. }
  449.  
  450. .pic .mask, .pic .stats {
  451. position:absolute;
  452. opacity:0;
  453. overflow:hidden;
  454. }
  455.  
  456. .pic .mask {
  457. width:400px;
  458. height:480px;
  459. margin-top:0px;
  460. margin-left:0px;
  461. outline:solid;
  462. outline-offset:-10px;
  463. outline-width:2px;
  464. color:2b6879;
  465. background-color:829893;
  466. }
  467.  
  468. .pic .stats {
  469. padding:10px;
  470. width:330px;
  471. height:410px;
  472. margin-top:20px;
  473. margin-left:20px;
  474. border:5px solid #c8bda5;
  475. opacity:0;
  476. background-color: rgba(255,255,255,0.05);
  477. background-color:829893;
  478. text-align:left;
  479. }
  480.  
  481. .stats .block {
  482. float:right;
  483. width:175px;
  484. height:175px;
  485. margin:0px 0px 5px 5px;
  486. overflow:hidden;
  487. outline:solid;
  488. outline-offset:-10px;
  489. outline-width:5px;
  490. color:2b6879;
  491. background-color:c8bda5;
  492. }
  493.  
  494. .block .photo {
  495. margin-top:25px;
  496. margin-left:25px;
  497. width:140px;
  498. height:140px;
  499. padding:20px;
  500. background-size:140px 140px;
  501. background-repeat:no-repeat;
  502. background-position:top left;
  503. -webkit-border-radius: 360px;
  504. -moz-border-radius: 360px;
  505. border-radius:360px;
  506. background-color:2b6879;
  507. -webkit-box-shadow: -2px -2px 6px 0px rgba(0, 0, 0, 0.30);
  508. -moz-box-shadow: -2px -2px 6px 0px rgba(0, 0, 0, 0.30);
  509. box-shadow: -2px -2px 6px 0px rgba(0, 0, 0, 0.30);
  510. }
  511.  
  512. .stats .h3, .stats h3 {
  513. outline:solid;
  514. outline-offset:-5px;
  515. outline-width:2px;
  516. color:6c857f;
  517. height:20px;
  518. line-height:20px;
  519. font-size:15px;
  520. padding:5px 10px 5px 5px;
  521. margin:5px 0px;
  522. text-align:right;
  523. background-color:c8bda5;
  524. font-family: 'Roboto Condensed', sans-serif;
  525. font-weight:700;
  526. }
  527.  
  528. .pic:hover .mask, .pic:hover .stats {opacity:1;}
  529.  
  530. .pic:hover .stats {overflow:auto;}
  531.  
  532. #MAIN1 #more {
  533. z-index:3;
  534. position:absolute;
  535. overflow:hidden;
  536. width:700px;
  537. height:20px;
  538. margin-top:490px;
  539. margin-left:0px;
  540. background-color:2b6879;
  541. -webkit-transition: all .6s linear .5s;
  542. -moz-transition: all .6s linear .5s;
  543. -o-transition: all .6s linear .5s;
  544. -ms-transition: all .6s linear .5s;
  545. transition: all .6s linear .5s;
  546. }
  547.  
  548. #MAIN1 #more:hover {
  549. margin-top:0px;
  550. height:500px;
  551. -webkit-transition: all .6s linear .5s;
  552. -moz-transition: all .6s linear .5s;
  553. -o-transition: all .6s linear .5s;
  554. -ms-transition: all .6s linear .5s;
  555. transition: all .6s linear .5s;
  556. }
  557.  
  558. #more .plus {
  559. z-index:3;
  560. position:absolute;
  561. width:700px;
  562. height:20px;
  563. line-height:20px;
  564. font-size:10px;
  565. display:block;
  566. overflow:hidden;
  567. margin-top:0px;
  568. margin-left:0px;
  569. background-color: rgba(255,255,255,0.05);
  570. opacity:1;
  571. -webkit-transition: all .6s linear 1s;
  572. -moz-transition: all .6s linear 1s;
  573. -o-transition: all .6s linear 1s;
  574. -ms-transition: all .6s linear 1s;
  575. transition: all .6s linear 1s;
  576. }
  577.  
  578. #more:hover .plus {
  579. height:0px;
  580. opacity:0;
  581. -webkit-transition: all .0s linear 1s;
  582. -moz-transition: all .0s linear 1s;
  583. -o-transition: all .0s linear 1s;
  584. -ms-transition: all .0s linear 1s;
  585. transition: all .0s linear 1s;
  586. }
  587.  
  588. #more .pic, #more .about, #more .title, #more:hover .pic, #more:hover .about, #more:hover .title {
  589. -webkit-transition: all .6s linear 1s;
  590. -moz-transition: all .6s linear 1s;
  591. -o-transition: all .6s linear 1s;
  592. -ms-transition: all .6s linear 1s;
  593. transition: all .6s linear 1s;
  594. }
  595.  
  596. #more .pic, #more .about, #more .title {
  597. opacity:0;
  598. }
  599.  
  600. #more:hover .pic, #more:hover .about, #more:hover .title {
  601. opacity:1;
  602. overflow:auto;
  603. }
  604.  
  605.  
  606. /* MAIN AREA 2 */
  607.  
  608. #MAIN2 {
  609. margin-top:550px;
  610. margin-left:-240px;
  611. padding:0px;
  612. width:710px;
  613. height:260px;
  614. }
  615.  
  616. #MAIN2 .m11, #MAIN2 .m22, #MAIN2 .m33 {
  617. position:absolute;
  618. margin-top:0px;
  619. padding:0px;
  620. height:250px;
  621. background-color:2b6879;
  622. border:5px solid #c8bda5;
  623. }
  624.  
  625. #MAIN2 .m11 {
  626. margin-left:0px;
  627. width:300px;
  628. overflow:hidden;
  629. }
  630.  
  631. #MAIN2 .m22 {
  632. margin-left:315px;
  633. width:250px;
  634. overflow:hidden;
  635. }
  636.  
  637. #MAIN2 .m33 {
  638. margin-left:580px;
  639. width:120px;
  640. overflow-y:auto;
  641. overflow-x:hidden;
  642. }
  643.  
  644. .m11 .bae {
  645. float:right;
  646. width:140px;
  647. height:140px;
  648. margin:0px 0px 0px 5px;
  649. overflow:hidden;
  650. color:2b6879;
  651. outline:solid;
  652. outline-offset:-10px;
  653. outline-width:1px;
  654. background-color:2b6879;
  655. }
  656.  
  657. .bae .conn5 {
  658. margin-top:10px;
  659. margin-left:10px;
  660. width:120px;
  661. height:120px;
  662. background-size:120px 120px;
  663. background-repeat:no-repeat;
  664. background-color:2b6879;
  665. }
  666.  
  667. .m11 .about {
  668. width:280px;
  669. height:230px;
  670. padding:5px;
  671. margin:5px;
  672. overflow:auto;
  673. font-size:7pt;
  674. background-color:67898b;
  675. text-align:left;
  676. }
  677.  
  678. .m11 p {
  679. font-size:7pt;
  680. }
  681.  
  682. .m11 b {
  683. color:34626f;
  684. font-size:10pt;
  685. }
  686.  
  687. .m11 big {
  688. font-family: 'Ruthie', cursive;
  689. font-size:20pt;
  690. padding-right:5px;
  691. }
  692.  
  693. .m11 .strong, .m11 strong {
  694. font-family: 'Dynalight', cursive;
  695. font-size: 10pt;
  696. text-transform:none;
  697. font-weight:normal;
  698. }
  699.  
  700. .m11 .h5, .m11 h5 {
  701. padding:10px 5px;
  702. margin:0px 0px 5px 0px;
  703. font-size:13pt;
  704. text-align:right;
  705. border-bottom:2px solid #c8bda5;
  706. font-style:italic;
  707. -moz-border-radius-bottomleft: 90px;
  708. -webkit-border-bottom-left-radius: 90px;
  709. border-bottom-left-radius: 90px
  710. }
  711.  
  712. #MAIN2 .h4, #MAIN2 h4 {
  713. font-family: 'Dynalight', cursive;
  714. font-size:16pt;
  715. text-align:right;
  716. padding:5px;
  717. border-bottom:2px solid #2b6879;
  718. color:2b6879;
  719. }
  720.  
  721. .m22 .conn1, .m22 .conn2, .m22 .conn3, .m22 .conn4 {
  722. position:absolute;
  723. padding:0px;
  724. width:125px;
  725. height:125px;
  726. z-index:1;
  727. background-size:125px 125px;
  728. -webkit-transition: all .4s ease 0s;
  729. -moz-transition: all .4s ease 0s;
  730. -o-transition: all .4s ease 0s;
  731. -ms-transition: all .4s ease 0s;
  732. transition: all .4s ease 0s;
  733. }
  734.  
  735. .m22 .conn1, .m22 .conn2 {margin-top:0px;}
  736. .m22 .conn3, .m22 .conn4 {margin-top:125px;}
  737. .m22 .conn1, .m22 .conn3 {margin-left:0px;}
  738. .m22 .conn2, .m22 .conn4 {margin-left:125px;}
  739.  
  740.  
  741. .m22 .conn1:hover, .m22 .conn2:hover, .m22 .conn3:hover, .m22 .conn4:hover {
  742. width:250px;
  743. height:250px;
  744. margin-top:0px;
  745. margin-left:0px;
  746. z-index:2;
  747. background-size:250px 250px;
  748. -webkit-transition: all .4s ease .2s;
  749. -moz-transition: all .4s ease .2s;
  750. -o-transition: all .4s ease .2s;
  751. -ms-transition: all .4s ease .2s;
  752. transition: all .4s ease .2s;
  753. }
  754.  
  755. .m22 .mask {
  756. overflow:hidden;
  757. position:relative;
  758. width:250px;
  759. height:250px;
  760. margin-top:0px;
  761. margin-left:0px;
  762. -webkit-transition: all .4s ease 0s;
  763. -moz-transition: all .4s ease 0s;
  764. -o-transition: all .4s ease 0s;
  765. -ms-transition: all .4s ease 0s;
  766. transition: all .4s ease 0s;
  767. opacity:0;
  768. background-color:c8bda5;
  769. outline:solid;
  770. outline-offset:-10px;
  771. outline-width:5px;
  772. color:2b6879;
  773. }
  774.  
  775. .conn1:hover .mask, .conn2:hover .mask, .conn3:hover .mask, .conn4:hover .mask {
  776. -webkit-transition: all .6s ease 1.6s;
  777. -moz-transition: all .6s ease 1.6s;
  778. -o-transition: all .6s ease 1.6s;
  779. -ms-transition: all .6s ease 1.6s;
  780. transition: all .6s ease 1.6s;
  781. opacity:1;
  782. }
  783.  
  784. .m22 .about {
  785. overflow:hidden;
  786. position:absolute;
  787. width:200px;
  788. height:200px;
  789. margin-top:20px;
  790. margin-left:20px;
  791. padding:5px;
  792. -webkit-transition: all .4s ease 0s;
  793. -moz-transition: all .4s ease 0s;
  794. -o-transition: all .4s ease 0s;
  795. -ms-transition: all .4s ease 0s;
  796. transition: all .4s ease 0s;
  797. opacity:0;
  798. background-color:829893;
  799. }
  800.  
  801. .conn1:hover .about, .conn2:hover .about, .conn3:hover .about, .conn4:hover .about {
  802. overflow:auto;
  803. -webkit-transition: all .6s ease 1.6s;
  804. -moz-transition: all .6s ease 1.6s;
  805. -o-transition: all .6s ease 1.6s;
  806. -ms-transition: all .6s ease 1.6s;
  807. transition: all .6s ease 1.6s;
  808. opacity:1;
  809. }
  810.  
  811. .m33 a, .m33 a:hover {
  812. -webkit-transition: all .6s ease;
  813. -moz-transition: all .6s ease;
  814. -o-transition: all .6s ease;
  815. -ms-transition: all .6s ease;
  816. transition: all .6s ease;
  817. }
  818.  
  819. .m33 a {
  820. overflow:hidden;
  821. text-decoration:none;
  822. font-family: 'Lato', sans-serif;
  823. font-weight:300;
  824. height:20px;
  825. line-height:20px;
  826. color: 2b6879;
  827. margin:0px 1px 1px 1px;
  828. background-color:c8bda5;
  829. border: 2px solid #829893;
  830. text-align:center;
  831. }
  832.  
  833. .m33 a:hover {
  834. border-left-width:118px;
  835. }
  836.  
  837. /* PROFILE LINES */
  838.  
  839. #LINE1, #LINE2, #LINE3 {
  840. margin-top:0px;
  841. padding:0px;
  842. width:20px;
  843. height:100%;
  844. }
  845.  
  846. #LINE1 {
  847. margin-left:495px;
  848. background-color:829893;
  849. }
  850.  
  851. #LINE2 {
  852. margin-left:525px;
  853. background-color:c1baa3;
  854. }
  855.  
  856. #LINE3 {
  857. margin-left:-445px;
  858. width:50px;
  859. background-color:67898b;
  860. }
  861.  
  862.  
  863. /* PROFILE LINKS */
  864.  
  865. #LINX {
  866. overflow:none;
  867. margin-top:-300px;
  868. margin-left:500px;
  869. padding:0px;
  870. width:40px;
  871. height:300px;
  872. text-decoration:none;
  873. background-color:transparent;
  874. -webkit-transition: all 0s linear 0s;
  875. -moz-transition: all 0s linear 0s;
  876. -o-transition: all 0s linear 0s;
  877. -ms-transition: all 0s linear 0s;
  878. transition: all 0s linear 0s;
  879. }
  880.  
  881. body:hover #LINX {
  882. margin-top:100px;
  883. -webkit-transition: all .6s linear 0s;
  884. -moz-transition: all .6s linear 0s;
  885. -o-transition: all .6s linear 0s;
  886. -ms-transition: all .6s linear 0s;
  887. transition: all .6s linear 0s;
  888. }
  889.  
  890. #LINX a {
  891. -webkit-transition: all .6s ease;
  892. -moz-transition: all .6s ease;
  893. -o-transition: all .6s ease;
  894. -ms-transition: all .6s ease;
  895. transition: all .6s ease;
  896. -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  897. -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  898. box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  899. }
  900.  
  901. #LINX a {
  902. font-size:0pt;
  903. margin:5px;
  904. padding:0px;
  905. width:10px;
  906. height:10px;
  907. background-color:2b6879;
  908. border:10px double #c8bda5;
  909. color:2b6879;
  910. outline:solid;
  911. outline-offset:-10px;
  912. outline-width:0px;
  913. }
  914.  
  915. #LINX a:hover {
  916. outline:solid;
  917. outline-offset:-5px;
  918. outline-width:5px;
  919. background-color:c8bda5;
  920. border:10px double #2b6879;
  921. }
  922.  
  923.  
  924.  
  925. .vicarious{ Hide Codes }
  926. .profileInfo, .userProfileURL, .friendsComments, .blurbs, .blacktext12, .friendSpace, .contactTable, .extendedNetwork, .latestBlogEntry, .interestsAndDetails, .userProfiledetail, .userAlbums, .whitetext12, .orangetext15, .lightbluetext8, .blacktext12, .navigationBar, tr#groups, .navigationBar, .profile, table tr td[id='footerWarpper'] { display:none !important;visibility:hidden!important; }
  927. table table table table td {width:0px;}
  928. .contactTable td, table table td.text table td,table table table table table td {width:auto;}
  929. div div select, div div form {display:none !important;}
  930. select { visibility:hidden!important; WIDTH:0px!important;}
  931. table div {display:none;}
  932. table table div {display:block;}
  933. .clearfix {display:none !important;position:absolute!important;}
  934. div[id="googlebar"],div div select{opacity:0;filter:alpha(opacity=0);display:none !important;position:absolute !important; bottom:2000px !important;}
  935. .profileInfo tr tr td { visibility:hidden; }
  936. .profileInfo td.text { visibility:visible; }
  937. .vicarious {Layouts available @ http://vicarious-hs.tumblr.com/}
  938. </style></td></tr></table><table style="display:none"><tr><td>
  939.  
  940.  
  941.  
  942. </td></tr></table></td></tr></table><table cellspacing="0" cellpadding="0" border="0"><tr><td><table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" align="center" style="word-wrap:break-word">
  943.  
  944. <div id="LINE3"></div><div id="sidebar"><div ID="lower"><div class="quote">
  945.  
  946. Thy soul shall find itself alone 'mid dark thoughts of the gray tombstone; not one, of all the crowd, to pry into thine hour of secrecy.
  947.  
  948.  
  949.  
  950. </div></div><div ID="default">
  951.  
  952. <img src="https://i.imgur.com/eolzy74.jpg">
  953.  
  954.  
  955. </div><div id="info"><div class="textbox">
  956.  
  957.  
  958.  
  959. <font class="h1">Writing Style</font>
  960. One Liners, Semi-Para, Para
  961.  
  962.  
  963.  
  964. <font class="h1">Misc Details</font>
  965.  
  966. <p><BR>Identity: Public Identity
  967. <BR>Citizenship: Dual Russian, American
  968. <BR>Marital Status: Divorced/Widowed
  969. <BR>Affiliation: Formerly Black Widow Ops Program, KGB, Avengers, Lady Liberators, S.H.I.E.L.D., Black Spectre, Champions of Los Angeles, Marvel Knights, Heroes for Hire, Mighty Avengers (Initiative), Thunderbolts (as Yelena Belova), The Mighty, Secret Avengers (Black Ops Unit), Secret Avengers (S.H.I.E.L.D.), New Avengers (A.I.M.), Underground, Red Room
  970. <BR>
  971. <BR>
  972.  
  973. <BR>Base Of Operations:Formerly Red Room, Moscow, Russia; Little Ukraine, New York City, New York; North Shore Mansion, San Francisco, California; S.H.I.E.L.D. Helicarrier; Savage Land; Avengers Tower, Manhattan, New York City, New York; Infinite Avengers Mansion; Thunderbolts Mountain, Colorado; The Cube; Quincarrier; Lighthouse, Earth Orbit; The Mount, Nevada
  974.  
  975.  
  976. </div></div><div id="namefield">
  977.  
  978. <big>N</big>atalia
  979. <big>R</big>omanova
  980.  
  981. </div></div>
  982.  
  983.  
  984.  
  985.  
  986. </td></tr></table></td></tr></table><table cellspacing="0" cellpadding="0" border="0"><tr><td><table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" align="center" style="word-wrap:break-word">
  987.  
  988. <div id="main1">
  989.  
  990. <div class="pic" style="background-image:url(https://i.imgur.com/3nddv9S.jpg);">
  991.  
  992. <div class="mask"></div><div class="stats">
  993.  
  994. <font class="h3">Legal & Physical</font>
  995.  
  996. <b>NICKNAMES/Alias(es):</b> Red, Nat, Widow, Yelena Belova, Natasha Romanoff, Tasha, Madame Nikita, Nancy Rushman, Laura Matthers, Nadine Roman, Natalya Romanova, Oktober, Black Pearl, Ebon Flame, Ms. Heck, Tsarina, Natalia Shostakova, Natuska, Czarina, Babette
  997. <BR><b>Codename:</b> Black Widow
  998. <BR><b>DATE OF BIRTH:</b> Input info
  999. <BR><b>PLACE OF BIRTH:</b> Stalingrad, USSR
  1000. <BR><b>CURRENT RESIDENCE:</b> USA, New York
  1001. <BR><b>ETHNICITY:</b> Caucasian
  1002. <BR><b>Nationality:</b> Russian
  1003. <BR><b>HAIR COLOR:</b> Red
  1004. <BR><b>EYE COLOR:</b> Blue
  1005. <BR><b>HEIGHT:</b> 5'7"
  1006. <BR><b>WEIGHT:</b> 125 Pounds
  1007. <BR><b>BIRTHMARKS/SCARS:</b> Bullet Scar abdomen(Near Bikini Line)
  1008.  
  1009. <font class="h3">Family & Relationships</font>
  1010.  
  1011. <b>MOTHER:</b> Unnamed mother (deceased)
  1012. <BR><b>FATHER:</b> Ivan Petrovitch ("foster father")
  1013. <BR><b>SISTER(S):</b> Input info
  1014. <BR><b>BROTHER(S):</b> unnamed brothers (possibly deceased), Vindiktor (alleged older brother, deceased)
  1015. <BR><b>OTHER Family:</b> Ronin (Alexi Shostakov) (ex-husband)
  1016. <BR><b>STATUS:</b> Input info
  1017. <BR><b>ORIENTATION:</b> Bisexual
  1018. <BR><b>CURRENT:</b> Input info
  1019. <BR><b>FORMER:</b> Tony Star, Count Otto Von Doom, Matthew Murdock, Bruce Banner, Phantom Reporter, Steve Rogers, Bucky Barnes, Red Guardian, Ronin (Alexi Shostakov) (ex-husband), Nikolai (husband; deceased), Nick Fury,
  1020.  
  1021. <font class="h3">Education & Employment</font>
  1022.  
  1023. <b>High School</b>
  1024. <br><b>College</b> College Graduate, Unnamed College
  1025. <br><b>Other</b> Red Room Training
  1026. <br><b>Degree</b> Input Info
  1027. <br><b>OCCUPATION:</b> Spy/Assassin/Super Heroine
  1028. <BR><b>JOB DESCRIPTION:</b> Russian Super-Soldier, expertly trained intelligence agent
  1029. <BR><b>EMPLOYER:</b> Avengers, S.H.I.E.L.D
  1030. <BR><b>SKILLSET:</b>
  1031.  
  1032. </div></div><div class="title">
  1033.  
  1034. <font class="h1">History & Origins</font>
  1035. <font class="h2">Quote</font>
  1036.  
  1037. </div><div class="about">
  1038.  
  1039. <em>No Remorse</em>
  1040. <b>No Regrets</b>
  1041. <i>I am not a Tool</i>
  1042. <font class="u">I am my own Woman</font>
  1043. <font class="strike">I am Just</font>
  1044. <font class="strong">I am, Black Widow</font>
  1045.  
  1046. <p>It was rumored that Natasha Romanova as somehow related to the last ruling czars of Russia, but this was never proven.
  1047. <br>
  1048. There are varying accounts of Romanova's early life. One account states that in 1928, Nazis set the building in Stalingrad that Natasha and her mother were living in on fire. Her mother threw her out the window to a Russian soldier before dying in the fire. The soldier's name was Ivan Petrovitch, and he watched over Natasha for her entire life, remaining by her side as her "foster father".
  1049. <br>
  1050. While under Ivan's protection, many adversaries attempted to attack her. Baron von Stucker abducted Natasha and presented her to the Hand in Madripoor. There, she was to become their Master Assassin until Captain America, Logan, and Ivan saved her. As Natasha grew and matured, she proved to be an amazing athlete and scholar, while gaining distinction in the USSR as a ballerina.
  1051. <br>
  1052. <br>
  1053. <b>Red Room:</b>
  1054. <br>
  1055. <br>
  1056. Another account establishes her as being raised from very early childhood by the U.S.S.R.'s "Black Widow Ops" Program, rather than solely by Ivan Petrovitch. Petrovitch had taken her to Department X, with other 28 young female orphans, where she is trained in combat and espionage at the covert "Red Room" facility. There, she is bio-technologically and psycho-technologically enhanced; an accounting that provides a rationale for her unusually long and youthful lifespan. She never really trained in ballet in the Bolshoi Theatre, having instead artificial memories. During her training, Romanova was contacted by the Enchantress, who manipulated her simply for the sake of it suggesting that Romanova may be freed only to prevent her from escaping - however, Romanova's effort attracted attention of the program's organizers, who would had otherwise "discard" Romanova.
  1057. <br>
  1058. Regardless of which account is accurate, she was eventually arranged to marry Alexi Shostakov, a distinguished Soviet test pilot.
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065. <p><b>KGB:</b>
  1066. <br>
  1067. <br>
  1068. The Soviet government intelligence (KGB) decided that the skill set of this couple would make them superb special operatives, and split them up while Alexi was away on a mission. Trained as the Red Guardian, Alexi became the Soviet Union’s answer to the United States’ Captain America.
  1069. <br>
  1070. Natasha was told that her husband died in an experimental rocket crash, and was drafted into the KGB. She became their best operative from being trained in the infamous Red Room Academy, becoming excellent at fighting and information gathering. During this time she had some training under the Winter Soldier. It was there she was first dubbed the “Black Widow.”
  1071. <br>
  1072. The man named Logan resurfaced in America years later without any memory of his past, and in danger from Hydra assassins. She saved him and came upon him again when he stole the Red Storm Project from Russia alongside Carol Danvers and Ben Grimm.
  1073. <br>
  1074.  
  1075. </div><div id="more"><div class="plus">+</div>
  1076.  
  1077. <div class="pic" style="background-image:url(https://i.imgur.com/8nm4Mbg.jpg);">
  1078.  
  1079. <div class="mask"></div><div class="stats">
  1080.  
  1081. <font class="h3">Personality</font>
  1082.  
  1083. <div class="status2"><div class="block">
  1084.  
  1085. <div class="photo" style="background-image:url(https://i2.wp.com/hnentertainment.co/wp-content/uploads/2019/02/BLACK-WIDOW_BLUE-BAYOU_PINEWOOD_UK_.jpg?fit=1600%2C894&ssl=1);">
  1086.  
  1087. </div></div>
  1088.  
  1089. <b>Type</b> Input Info
  1090. <br><b>Traits</b> Input Info
  1091. <br><b>Quirks</b> Input Info
  1092.  
  1093. <p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.
  1094.  
  1095. <p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.
  1096.  
  1097.  
  1098. </div></div></div><div class="title">
  1099.  
  1100. <font class="h1">Present Day</font>
  1101. <font class="h2">You'll never see or hear it coming.</font>
  1102.  
  1103. </div><div class="about">
  1104.  
  1105. <p><b>Secret Empire:</b>
  1106. <br>
  1107. <br>
  1108. Following the eventual restoration of the Multiverse, Natasha left the Avengers and returned to a life of espionage. Black Widow was forced to betray and deflect from S.H.I.E.L.D. when a new adversary nicknamed the Weeping Lion blackmailed her. In an ensuing mission, Natasha discovered the existence of a Dark Room Academy founded by the Red Room's former Headmistress. After turning the tables on the Weeping Lion and getting him to work for her, Black Widow further investigated the Dark Room. She managed to stop an assassination attempt in the White House from Dark Room recruits, and subsequently prevented the Headmistress' daughter Anya from compromising S.H.I.E.L.D., freeing the remaining recruits from the Dark Room's grasp, driving them to a path of recovery, and cleaning her name in the process.
  1109. <br>
  1110. <br>
  1111. When Hydra abruptly conquered the United States guided by the hand of Captain America, or rather a twisted fascist version of him that had secretly taken his place due to a Cosmic Cube, Black Widow joined the last line of resistance, the Underground. Having grown tired of the Underground's reluctance to take the extreme approach to end Captain America even after his regime had leveled Las Vegas, Natasha parted on her own to kill Rogers. She was followed by the Champions, who joined her enterprise in an attempt to talk her out of murdering Captain America.
  1112. <br>
  1113. <br>
  1114. Over the course of the following weeks, Natasha trained the Champions in hopes to prepare them for the grim future, while scheming her murder plot. Black Widow also planned to kill Captain America herself to lift the burden from Spider-Man's shoulders, as a vision projected by an Inhuman profiler named Ulysses Cain had predicted the young hero was going to murder Rogers. Unfortunately, the intervention of a Hydra agent delayed the execution of Black Widow's plan, which gave Spider-Man enough time to confront Captain America alone. While Steve and Spider-Man were trading blows, Black Widow stepped in for the kid's safety, taking a hit from Captain America's shield which broke her neck. Enraged, Spider-Man beat up Captain America severely. Wasp stopped him, and convinced him to follow Natasha's wish, that he avoided becoming an assassin like her.
  1115. <br>
  1116. <br>
  1117. </div></div></div>
  1118.  
  1119.  
  1120.  
  1121. </td></tr></table></td></tr></table><table cellspacing="0" cellpadding="0" border="0"><tr><td><table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" align="center" style="word-wrap:break-word">
  1122.  
  1123. <div id="MAIN2"><div class="m11"><div class="about">
  1124.  
  1125. <font class="h5">
  1126. <big>N</big>atalia
  1127. <big>R</big>omanova
  1128. </font>
  1129.  
  1130. <div class="bae">
  1131. <div class="conn5" style="background-image:url(https://i.imgur.com/pAhbktl.jpg);">
  1132. </div></div>
  1133.  
  1134. <font class="strong">
  1135.  
  1136. <b>▪</b> Deadly
  1137. <BR><b>▪</b> Precise
  1138. <BR><b>▪</b> Swift
  1139. <BR><b>▪</b> Efficient
  1140. <BR><b>▪</b> Seductive
  1141. <BR><b>▪</b> Alluring
  1142. <BR><b>▪</b> Provocative
  1143. </font>
  1144.  
  1145. <br>
  1146. <br>
  1147. <br>
  1148. <p>Master Martial Artist: Natasha has mastered in many fields of martial arts. These include sambo, boxing, karate, judo, aikido, ninjutsu, savate, muay thai, and multiple styles of kung fu. She have shown impressive skills to easily defeated one hundred armed soldiers, and fought Wolverine during her training in the Red Room Academy. She was able to hold her own against other dangerous opponents like Winter Soldier, Elektra, and Punisher.
  1149. <br>
  1150. <br>
  1151. <br>
  1152. Master Acrobat: Natasha is a extraordinary skilled gymnast, acrobat, and aerialist. She is capable of achieving very difficult maneuvers and feats that no greatest athletes can accomplish.
  1153. <br>
  1154. <br>
  1155. <br>
  1156. Master Assassin: Natasha is heavily skilled in assassination techniques. She uses her skills as a martial artist, acrobat, and spy to further enhance her skills as an assassin. She has been sent by S.H.I.E.L.D. and the KGB to eliminate numerous enemies. Her assassination skills are on par with, if not surpassing, those of the Winter Soldier, Deadpool, Domino, and Lester.
  1157. <br>
  1158. <br>
  1159. <br>
  1160. Indomitable Will: Natasha is a very strong willed woman. Her will is so strong to the point that she will never surrender to her opponents, no matter how powerful they intent to be.
  1161. <br>
  1162. <br>
  1163. <br>
  1164. Master Markswoman: Natasha is an extremely accurate markswoman skilled in sharpshooting and knife throwing.
  1165. <br>
  1166. <br>
  1167. <br>
  1168. Multilingual: Natasha is fluent in Russian,[ English, French, German, Chinese, Japanese, and various other languages, Including American Sign.
  1169. <br>
  1170. <br>
  1171. <br>
  1172. Gifted Intellect: Natasha possesses the ability to quickly process multiple information streams, such as threat assessment, and rapidly respond to changing tactical situations.
  1173. <br>
  1174. <br>
  1175. <br>
  1176. Graceful Dancer: Natasha is a profound ballet dancer.
  1177. <br>
  1178. <br>
  1179. <br>
  1180. Master Tactician: Natasha is a very effective strategist, tactician, and field commander. She has lead the Avengers and even S.H.I.E.L.D. on one occasion.
  1181. <br>
  1182. <br>
  1183. <br>
  1184. Talented Hacker: Natasha can hack into all computer systems without tripping any firewalls or security with ease.
  1185. <br>
  1186. <br>
  1187. <br>
  1188. Master Seductress: She is an expert in the field of seduction. Natasha has been infamously known to bend many different men to her will and sometimes even get them to do her bidding for her. She sometimes continues deceiving certain men through means of acting if she still has a further use for them.
  1189. <br>
  1190. <br>
  1191. <br>
  1192. Master Spy: Natasha is a dangerous secret agent trained in espionage, stealth, disguise, infiltration, and demolitions. She displays an uncanny affinity for psychological manipulation and can mask her real emotions perfectly. She is capable of killing in cold blood when the need arises. Her talents and years of experience have enabled her to reach a high ranking position as an agent of S.H.I.E.L.D.
  1193. <br>
  1194. <br>
  1195. <br>
  1196. Skilled Shield Fighter: Natasha is proficient with Captain America's Shield. She has been seen to use the shield to block several gunshots from Winter Soldier during their fight.
  1197. <br>
  1198. <br>
  1199. <br>
  1200. Strength level:
  1201. Natasha is capable of lifting 500 lbs.; however, she stated that the Punisher was stronger than she is. Nevertheless, she has demonstrated in the past to be as strong as it is possible for a female human without being strictly classified as superhuman. She was capable of breaking an arm of an Aleph, and was also strong enough to injure Imus Champion, who possesses superhuman endurance.
  1202. <br>
  1203. <br>
  1204. <br>
  1205. Weaknesses:
  1206. Pregnancy: While not an encumbrance to her performance, the serum and biological modifications made to Natasha's physiology, granting her impressive resilience; the effects of a highly efficient immune system inhibit her reproductive capabilities rendering pregnancy impossible.
  1207. <br>
  1208. <br>
  1209. <br>
  1210.  
  1211. Special Powers:
  1212. Artificially Enhanced Physiology: Natasha was biochemically enhanced through the Black Widow Ops Program when she was a infant. She received the Red Room's version of the Super-Soldier Serum that was created by Dr. Lyudmila Kudrin to enhance her immune system, bodily condition, and longevity.
  1213. <br>
  1214. <br>
  1215. <br>
  1216. Peak Human Strength: Natasha's physical strength is enhanced to the maximum limit of female human potential, enabling her to consistently press lift 500 pounds (226 kilograms). Natasha's strength extends to her legs, enabling her to leap at least 10 ft (3 m) into the air without a running start. She was even able to leap on top of a water tower building in a single bound.
  1217. <br>
  1218. <br>
  1219. <br>
  1220. Peak Human Speed: Natasha's speed is enhanced to the peak of human potential, enabling her to run at speeds of 32-36 mph.
  1221. <br>
  1222. <br>
  1223. <br>
  1224. Peak Human Durability: Natasha's body is enhanced to withstand greater physical injuries than normal humans. She is durable enough to withstand falls from heights of several stories. She has also withstood blows from superhumans like Imus Champion, and Black Dwarf. She was able to withstand a nearby grenade explosion, a dark matter blast from Darkstar, and even managed to continue fighting after being shot through her shoulder.
  1225. <br>
  1226. <br>
  1227. <br>
  1228. Peak Human Agility: Natasha's agility, balance, flexibility, and dexterity are enhanced to levels that are beyond the natural limits of an Olympic gold medalist.
  1229. <br>
  1230. <br>
  1231. <br>
  1232. Peak Human Reflexes: Natasha's reflexes are enhanced to the very peak of human potential. Her reaction speed is faster than normal humans, which made it possible for her to dodge several attacks from Bullseye, as well as easily dodge gunfire at mid-range. She can even dodge shots from multiple gunmen at close range.
  1233. <br>
  1234. <br>
  1235. <br>
  1236. Peak Human Stamina: Natasha's musculature produces less fatigue toxins during physical activity than ordinary humans. She is able to exert herself at peak capacity for up to one hour before the build up of fatigue toxins in her blood begin to impair her.
  1237. <br>
  1238. <br>
  1239. <br>
  1240. Peak Human Healing: Natasha's healing speed and efficiency is at the highest limits of human potential, allowing her to heal faster than most humans. Dr. Kudrin theoretically stated Natasha's wounds heal five times faster than average human rate. She is able to heal broken bones, fractures, torn muscles, several gunshots, puncture wounds, and other serious injuries in three days time and most lesser physical injuries like cuts, scrapes, and burns in a matter of hours.
  1241. <br>
  1242. <br>
  1243. <br>
  1244. Peak Mental Resistance: Natasha's mind is capable of withstanding extraordinary torture. She is often required to go undercover for S.H.I.E.L.D. and has been extensively trained to endure long-term inhumane interrogation methods.
  1245. <br>
  1246. <br>
  1247. <br>
  1248. Enhanced Immune System: The Black Widow has been enhanced by biotechnology that makes her body immune to aging, disease, etc.
  1249. <br>
  1250. <br>
  1251. <br>
  1252. Enhanced Longevity: The serum extends Natasha's lifespan and youth, resulting in her maintaining the appearance of a woman in her 30's despite being born in 1928.
  1253. <br>
  1254. <br>
  1255. <br>
  1256. Peak Human Endurance: Natasha exhibits extraordinary levels to physical pain. She once resumed functioning in spite of her undergoing unbearable surgery without anesthesia.
  1257. <br>
  1258. <br>
  1259. <br>
  1260. Equipment:
  1261. Costume Specifications: Synthetic stretch fabric which has been augmented to be highly resistant to damage even small arms fire and high temperatures. Microscopic suction cups on her costume allow her to scale walls and cling to ceilings, just as her namesake.
  1262. <br>
  1263. <br>
  1264. <br>
  1265.  
  1266. Transportation:
  1267. Natasha uses her Widow's Line, a grappling hook with a retractable line, to swing along rooftops for increased mobility. Avenger's Quinjets. Assorted S.H.I.E.L.D. aircraft. Used an Avengers Issue Jet-Pack.
  1268. <br>
  1269. <br>
  1270. <br>
  1271.  
  1272. Weapons
  1273. Black Widow's Gauntlets: The Black Widow's Gauntlets are wrist cartridges containing various tools of the spy trade: tear-gas pellets, a radio transmitter and fire a 100 foot spring-loaded cable.
  1274. <br>
  1275. <br>
  1276. <br>
  1277.  
  1278. Vibranium collapsible Shock Batons: 50,000 - 150,000 Volts, Durable, light weight.
  1279. <br>
  1280. <br>
  1281. <br>
  1282.  
  1283. Special Weaponry: Various automatic weapons and firearms, combat knives and explosives as needed. She also uses a device often referred to as the Widow's Bite that is capable of stunning a superhuman opponent and emitting highly potent electric shocks with a maximum of about 30,000 volts at the range of at least 20 feet.
  1284. <br>
  1285. <br>
  1286. <br>
  1287.  
  1288. Source of Paraphernalia: Formerly Soviet Union, S.H.I.E.L.D., Avengers.
  1289. <br>
  1290. <br>
  1291. <br>
  1292.  
  1293. </div></div><div class="m22">
  1294.  
  1295. <div class="conn1" style="background-image:url(https://hips.hearstapps.com/digitalspyuk.cdnds.net/17/33/1502794321-nick-fury-samuel-l-jackson-arms-crossed.jpg?resize=480:*);">
  1296.  
  1297. <div class="mask"><div class="about">
  1298.  
  1299. <font class="h4">Nick Fury</font>
  1300.  
  1301. <p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.
  1302.  
  1303. </div></div></div>
  1304.  
  1305. <div class="conn2" style="background-image:url(https://images-na.ssl-images-amazon.com/images/I/41CEvRzQZ2L.jpg);">
  1306.  
  1307. <div class="mask"><div class="about">
  1308.  
  1309. <font class="h4">Bucky Barnes</font>
  1310.  
  1311. <p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.
  1312.  
  1313. </div></div></div>
  1314.  
  1315. <div class="conn3" style="background-image:url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQCRwe9NEcrO9ht-0T1KiT76M7KY4EeB3HGpi3ZSHkaPju-NQdR5Q);">
  1316.  
  1317. <div class="mask"><div class="about">
  1318.  
  1319. <font class="h4">Steve Rogers</font>
  1320.  
  1321. <p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.
  1322.  
  1323. </div></div></div>
  1324.  
  1325. <div class="conn4" style="background-image:url(https://cdn.images.express.co.uk/img/dynamic/36/590x/Hugh-Jackman-as-Wolverine-771379.jpg);">
  1326.  
  1327. <div class="mask"><div class="about">
  1328.  
  1329. <font class="h4">Logan</font>
  1330.  
  1331. <p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.
  1332.  
  1333.  
  1334.  
  1335. </td></tr></table></td></tr></table><table cellspacing="0" cellpadding="0" border="0"><tr><td><table cellspacing="0" cellpadding="0" border="0"><tr><td valign="top" align="center" style="word-wrap:break-word">
  1336.  
  1337.  
  1338. </body>
  1339. </html>
Add Comment
Please, Sign In to add comment