Advertisement
cat_inthe_cradle

Deadpool.

Sep 22nd, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.83 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. body {
  4. margin: 0;
  5. padding: 0;
  6. background-color:#1b1924; /*change your background here*/
  7. -webkit-background-size: ;
  8. -moz-background-size: cover;
  9. -o-background-size: cover;
  10. background-size: ;
  11.  
  12. }
  13.  
  14. a {
  15. text-decoration: none;
  16. -webkit-transition: all 0.5s ease;
  17. -moz-transition: all 0.5s ease;
  18. transition: all 0.5s ease;
  19. }
  20.  
  21. a:hover {
  22. -webkit-transition: all 0.5s ease;
  23. -moz-transition: all 0.5s ease;
  24. transition: all 0.5s ease;
  25. }
  26.  
  27. #top-one {
  28. position: fixed;
  29. left: 4%;
  30. top: 8%;
  31. width: 35%;
  32. height: 0px;
  33. border-top: px solid;
  34. border-color: #FFFFFF; /*change border color here*/
  35. box-shadow: 0 0 3px #FFFFFF; /*change border shadow color here*/
  36. }
  37.  
  38. #top-two {
  39. position: fixed;
  40. right: 4%;
  41. top: 8%;
  42. width: 35%;
  43. height: 0px;
  44. border-top: px solid;
  45. border-color: #FFFFFF; /*change border color here*/
  46. box-shadow: 0 0 3px #FFFFFF; /*change border shadow color here*/
  47. }
  48.  
  49. #left {
  50. position: fixed;
  51. left: 4%;
  52. top: 8%;
  53. height: 84%;
  54. width: 0px;
  55. border-left: px solid;
  56. border-color: #FFFFFF; /*change border color here*/
  57. box-shadow: 0 0 3px #FFFFFF; /*change border shadow color here*/
  58.  
  59. }
  60.  
  61. #bottom {
  62. position: fixed;
  63. width: 92%;
  64. height: 0px;
  65. margin: 0 auto;
  66. left: 0px;
  67. right: 0px;
  68. bottom: 8%;
  69. border-bottom: 0px solid;
  70. border-color: #FFFFFF; /*change border color here*/
  71. box-shadow: 0 0 3px #FFFFFF; /*change border shadow color here*/
  72. }
  73.  
  74. #right {
  75. position: fixed;
  76. right: 4%;
  77. top: 8%;
  78. height: 84%;
  79. width: 0px;
  80. border-right: 0px solid;
  81. border-color: #FFFFFF; /*change border color here*/
  82. box-shadow: 0 0 3px #FFFFFF; /*change border shadow color here*/
  83. }
  84.  
  85. #title {
  86. margin: 0 auto;
  87. left: 0px;
  88. right: 0px;
  89. width: 22%;
  90. text-align: center;
  91. top: 7%;
  92. position: fixed;
  93. font-family: Montserrat;
  94. letter-spacing: 13px;
  95. color: #FFFFFF; /*change title color here*/
  96. font-size: 12px;
  97. }
  98.  
  99. #url a {
  100. margin: 0 auto;
  101. left: 0px;
  102. right: 0px;
  103. width: 100%;
  104. text-align: center;
  105. top: 0px;
  106. position: fixed;
  107. font-size: 50px; /*change url size here*/
  108. letter-spacing: 20px;
  109. color: #760505; /*change url color here*/
  110. font-family: Prata;
  111. text-shadow:
  112. 0 0 3px #FFFFFF, /*change url shadow color here*/
  113. 0 0 3px #FFFFFF, /*change url shadow color here*/
  114. 0 0 3px #FFFFFF, /*change url shadow color here*/
  115. 0 0 3px #FFFFFF; /*change url shadow color here*/
  116. }
  117.  
  118. #url a:hover {
  119. color: #000000; /*change url hover color*/
  120. }
  121.  
  122. #c {
  123. position: fixed;
  124. bottom: 13px;
  125. right: 15px;
  126. font-family: Arial;
  127. }
  128.  
  129. #c a {
  130. color: #FFFFFF; /*change credit color here*/
  131. font-size: 18px;
  132. }
  133.  
  134. /* Credits to http://pohroro.tumblr.com */
  135.  
  136. /* This is the profile page content: */
  137. .contentpage{position:absolute;top:0%;left:0%;height:100%;width:100%;background-color:#a2d8ef;opacity:0;z-index:-1;}
  138. .contentpage:target{opacity:1;z-index:1;transition: all 0.9s ease-in-out;
  139. -webkit-transition: all 0.9s ease-in-out;
  140. -moz-transition: all 0.9s ease-in-out;
  141. -o-transition: all 0.9s ease-in-out;
  142. -ms-transition: all 0.9s ease-in-out;}
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151. .clouds {
  152. position:absolute;
  153. left:0;
  154. bottom:0;
  155. width:100%;
  156. height:100%;
  157. display:block;
  158. overflow: visible;
  159. opacity: 0.5;
  160. background:transparent url('http://i.picpar.com/mMac.png') repeat top center;
  161. z-index:1;
  162. -moz-animation:move-scrolling-front 150s linear infinite;
  163. -ms-animation:move-scrolling-front 150s linear infinite;
  164. -o-animation:move-scrolling-front 150s linear infinite;
  165. -webkit-animation:move-scrolling-front 150s linear infinite;
  166. animation:move-scrolling-front 150s linear infinite;
  167. }
  168.  
  169. @keyframes move-scrolling-front{
  170. from{background-position:0% 0%}
  171. to{background-position:300% 0%}
  172. }
  173. @-webkit-keyframes move-scrolling-front{
  174. from{background-position:0% 0%}
  175. to{background-position:300% 0%}
  176. }
  177. @-moz-keyframes move-scrolling-front{
  178. from{background-position:0% 0%}
  179. to{background-position:300% 0%}
  180. }
  181. @-ms-keyframes move-scrolling-front{
  182. from{background-position:0% 0%}
  183. to{background-position:200% 0%}
  184. }
  185.  
  186.  
  187.  
  188.  
  189. </style>
  190.  
  191.  
  192.  
  193.  
  194. </a>
  195. <div id="url">
  196. <a href="#1">
  197. DEAD <img src="http://i.picpar.com/Xcbc.png" alt="" width="430" />POOL</a>
  198. </div>
  199.  
  200. <div id="c">
  201. <a target="_blank" href=" " title=" "> </a>
  202. </div>
  203.  
  204. <div id="1" class="contentpage">
  205.  
  206.  
  207.  
  208.  
  209.  
  210. <style type="text/css">
  211.  
  212. ::selection {
  213. background: #ddd;
  214. color: #fff;
  215. }
  216.  
  217. ::-moz-selection {
  218. background: #ddd;
  219. color: #fff;
  220. }
  221.  
  222. ::-webkit-selection {
  223. background: #ddd;
  224. color: #fff;
  225. }
  226.  
  227.  
  228. ::-webkit-scrollbar-thumb:vertical {
  229. background-color: #c6a0a8;
  230. height: 50px;
  231. }
  232.  
  233. ::-webkit-scrollbar {
  234. height: 10px;
  235. width: 3px;
  236. background-color: #f0ebea;
  237. }
  238.  
  239. body {
  240. color: #aaa;
  241. text-align:justify;
  242. font-family: tahoma;
  243. font-size: 10px;
  244. background-color: #fff;
  245. background-color:#1b1924;
  246. background-attachment: fixed repeat; }
  247.  
  248.  
  249. #subete{
  250. margin-left: -200px;
  251. margin-top: 130px; }
  252.  
  253. #about { margin-top: 100px; }
  254. #about i { font-style: italic; color:#787878; letter-spacing: 2px; }
  255. #about b { font-weight: bold; color:#787878; letter-spacing: 1px; }
  256.  
  257. #kago {
  258. width: 520px;
  259. height: 330px;
  260. padding: 20px;
  261. overflow: hidden;
  262. background-color:#a2d8ef;border: 1px solid #ddd;
  263. margin-left: 400px;
  264. margin-top: -1px; }
  265.  
  266. #shouzou {
  267. width: 360px;
  268. height: 502px;
  269. background-color:#a2d8ef;border: 1px solid #ddd;
  270. padding: 5px;
  271. margin-top: -70px;
  272. margin-left: 400px;
  273. margin-right:-1px;
  274. float: left; }
  275. #shouzou img { width: 360px; height: 502px; opacity: 0.8; -webkit-filter: grayscale(1);
  276. }
  277.  
  278.  
  279. #daimei {
  280. text-align: center;
  281. font-family: georgia;
  282. color: #444;
  283. font-size: 16px;
  284. text-transform: lowercase;
  285. padding:0px 0px 2px 0px;
  286. border-bottom: 1px dotted #aaa; }
  287.  
  288. #fukudai {
  289. text-align: center;
  290. font-family: tahoma;
  291. color: #aaa;
  292. font-size: 12px;
  293. text-transform: none;
  294. padding:0px 20px 0px 20px;
  295. margin-top: 3px; }
  296.  
  297. #onaka {
  298. float: right;
  299. width: 200px;
  300. text-align: justify;
  301. height: 100px;
  302. padding: 5px;
  303. line-height: 15px;
  304. font-size:9px;
  305. position: relative; }
  306. .tap
  307. {color:#bebebe;
  308. border-left: solid 8px;
  309. letter-spacing: 1px;
  310. font-size:8px; }
  311.  
  312. #nai {
  313. margin-top: 7px;
  314. margin-left: 20px; }
  315.  
  316. #atama {
  317. float: left;
  318. width: 200px;
  319. height: 100px;
  320. padding: 5px;
  321. position: relative; }
  322.  
  323. #karada { position: absolute; margin-top: -5px; }
  324.  
  325. a:link {color:#000; }
  326. a:visited {color:#000; }
  327. a:hover {color:#4D4835;transition:3.4s;-webkit-transition:3.4s;-moz-transition:3.4s;-o-transition:3.4s;-ms-transition:3.4s; }
  328. a:active {color:#fff; }
  329.  
  330.  
  331. ul
  332. {
  333. list-style:square;
  334. margin-left:-10px; }
  335.  
  336. blockquote
  337. {
  338. background-color: #f7f7f7;
  339. padding: 5px;
  340. margin-left: 10px; margin-right: 10px; }
  341.  
  342. /* NAVIGATION */
  343.  
  344. #navi{
  345. text-align:center;
  346. margin-left:25px;
  347. margin-top: 220px;
  348. width:200px;
  349. padding:12px;
  350. position:absolute;
  351. z-index: 9999; }
  352.  
  353. #ichi {
  354. margin-bottom:4px;
  355. color:#b2b2b2;
  356. width: 60px;
  357. background-color:#a2d8ef;
  358. padding: 4px;
  359. opacity: 0.6;
  360. font-size: 8px;
  361. text-transform: uppercase;
  362. letter-spacing:1px;
  363. -webkit-transition: opacity 0.3s linear;
  364. -webkit-transition: all 0.3s ease-in-out;
  365. -moz-transition: all 0.3s ease-in-out;
  366. -o-transition: all 0.3s ease-in-out;
  367. transition: all 0.3s ease-in-out; }
  368. #ichi:hover { opacity: 1; }
  369.  
  370. /* END NAVIGATION */
  371.  
  372.  
  373.  
  374.  
  375.  
  376. b {
  377. text-transform: ;
  378. font-size: px;
  379. font-weight: ;
  380. color: #FFF;
  381. background: #820000;
  382. letter-spacing: px;
  383. padding: 1px 2px 1px 3px;
  384. margin-right: 2px;}
  385. u {
  386. text-transform: ;
  387. font-size: ;
  388. font-weight: ;
  389. color: #000;
  390. background: #;
  391. letter-spacing: 1px;
  392. padding: 1px 2px 1px 3px;
  393. margin-right: 2px;
  394. border-bottom: dotted 1px #000;}
  395. i {
  396. font-size: px;
  397. font-weight: ;
  398. color: #8e0000;
  399. letter-spacing: 1px;
  400. padding: 1px 2px 1px 3px;
  401. margin-right: 2px;}
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410. #url1 a {
  411. margin: 0 auto;
  412. left: 890px;
  413. right: 0px;
  414. width: 100%;
  415. text-align: ;
  416. top: 163px;
  417. position: fixed;
  418. font-size: 38px; /*change url size here*/
  419. letter-spacing: 2px;
  420. color: #000; /*change url color here*/
  421. font-family: Prata;
  422. text-shadow:
  423. 0 0 3px #FFFFFF, /*change url shadow color here*/
  424. 0 0 3px #FFFFFF, /*change url shadow color here*/
  425. 0 0 3px #FFFFFF, /*change url shadow color here*/
  426. 0 0 3px #FFFFFF; /*change url shadow color here*/
  427. }
  428.  
  429. #url1 a:hover {
  430. color: #3b3439; /*change url hover color*/
  431. }
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439. .hoverbox1 {
  440. position: fixed;
  441. background-color: #fff;
  442. opacity: 0;
  443. width: 105px;
  444. height: 345px;
  445. padding: 5px;
  446. left: 1200px;
  447. top: 160px;
  448. font-family: arial;
  449. font-size: 9px;
  450. color: #;
  451. letter-spacing: 0px;
  452. -webkit-transition: all .7s ease-in-out;
  453. }
  454. .hoverbox1:hover {
  455. opacity: 1;
  456. top: 285px;
  457.  
  458. }
  459. .hoverbox1 b {
  460. color: # ;
  461. font-family: calibri;
  462. font-size: 10px;
  463. line-height: 10px;
  464. text-transform: ;
  465. }
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472. .linkbox {
  473. position: fixed;
  474. background-color: #fff;
  475. width: 100px;
  476. height: 100px;
  477. left: 1140px;
  478. top: 330px;
  479. z-index: 9;
  480. opacity: 0;
  481. border: 1px solid #000;
  482. -webkit-transition: all .0s ease-in-out;
  483. }
  484. .linkbox:hover {
  485. opacity: 1;
  486. }
  487. .linkbox a {
  488. display: block;
  489. background-color: #ebf6f9;
  490. margin-top: 4px;
  491. height: 15px;
  492. width: 90px;
  493. align: center;
  494. line-height: 15px;
  495. color: #fff;
  496. }
  497. .linkbox a:hover {
  498. background-color: #d5e9ee;
  499. }
  500.  
  501.  
  502.  
  503.  
  504.  
  505. .mainbox {
  506. background-color: #;
  507. position: fixed;
  508. width: 181px;
  509. height: 215px;
  510. left: 1140px;
  511. top: 330px;
  512. padding: 10px;
  513. border: px solid #ffffff;
  514. opacity: 1;
  515.  
  516. }
  517.  
  518. </style>
  519.  
  520.  
  521.  
  522. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em;border-radius: ; opacity: 1; width: px; height: px; background-color: ; position: absolute; top: 232px; left: 0px; overflow: auto; text-align: left; border: px solid #fff;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;">
  523.  
  524.  
  525. <img src="http://i.picpar.com/Gcbc.png" alt="" width=" " />
  526.  
  527.  
  528. </span></div>
  529.  
  530.  
  531. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em;border-radius: ; opacity: 1; width: px; height: px; background-color: ; position: absolute; top: 230px; left: 820px; overflow: auto; text-align: left; border: px solid #fff;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;">
  532.  
  533. <img src="http://i.picpar.com/kdbc.png" alt="" width="370"/>
  534.  
  535. </span></div>
  536.  
  537.  
  538.  
  539.  
  540.  
  541.  
  542. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em;border-radius: ; opacity: 0.9; width: 340px; height: 380px; background-color:#fff; position: absolute; top: 245px; left: 835px; overflow: auto; text-align: left; border: px solid #fff;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;">
  543.  
  544.  
  545. </span></div>
  546.  
  547.  
  548.  
  549.  
  550.  
  551. <div id="url1">
  552. <a href="#1">
  553. WADE WILSON <br/><span style="font-family: andale mono,times; font-size: 19px; color: #000;"> <i>  A Sarcastic Merc with a Mouth.</i></a>
  554.  
  555. </div>
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em;border-radius: ; opacity: 1; width: px; height: px; background-color: ; position: absolute; top:175px; left: 830px; overflow: auto; text-align: left; border: px solid #fff;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;">
  565. <a href="https://www.youtube.com/watch?v=kRZbk7-7xfE">
  566. <img src="http://a.deviantart.net/avatars/t/0/t0m1n8or.gif?1" alt="" width=""/></a>
  567.  
  568. </span></div>
  569.  
  570.  
  571.  
  572.  
  573. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em;border-radius: ; opacity: 1; width: px; height: px; background-color: ; position: absolute; top:160px; left: 1200px; overflow: auto; text-align: left; border: 8px solid #fff;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;">
  574.  
  575. <img src="https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcR_7Q497bBBgO_Na2yNjvR-YcBIEjp_-111r349wcNLE-Bijf__" alt="" width="100"/>
  576.  
  577. </span></div>
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588. <div class="hoverbox1">
  589. <div style="float: left; width: 100px; height:335px; overflow: auto; overflow-x: hidden; border: solid 0px #000; line-height:8px;">
  590.  
  591. <a target="_blank" href="profile.php?user=Gwen Maxine" target="_blank" data-title=" "><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRB-JBKEO4H7LvU1G_B7FRX14qpp-QcjMvKUj807L_pLD5H-zZf-g" alt="" width="105" /></a><br />
  592. <b> g w e n . s t a c y</b><p>
  593. <span style="font-family: andale mono,times; font-size: small; color: #000000;">Description.</span>
  594.  
  595.  
  596. <P>
  597.  
  598. </div> </div>
  599.  
  600.  
  601.  
  602.  
  603.  
  604.  
  605.  
  606. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em;border-radius: ; opacity: 1; width: px; height: px; background-color: ; position: absolute; top:540px; left: 865px; overflow: auto; text-align: left; border: px solid #fff;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;">
  607.  
  608. <img src="http://i.picpar.com/rdbc.png" alt="" width="220"/> <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTMjNIDvTGHKodJpszEffQ9TKuBc9h21KFm_0siq0S24mjqkgQktg" alt="" width="54" height="54"/>
  609.  
  610. </span></div>
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617.  
  618.  
  619. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em;border-radius: ; opacity: 1; width: 300px; height: 280px; background-color: ; position: absolute; top:270px; left: 860px; overflow: auto; text-align: left; border: px solid #fff;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;">
  620.  
  621.  
  622. <b>NAME</b> Wade Wilson <b>ALIAS</b> Deadpool <b>GENDER</b> ♂<P>
  623. <b>CITIZEN</b> Canadian <b>OCCUPATION</b> Mercenary<P>
  624. <b>HEIGHT</b> 6'2" <b>WEIGHT</b> 210 lbs <b>EYES</b> Brown<P>
  625. <b>SEXUALITY</b> Heterosexual <b>MARTIAL</b> Unattached <P><br />
  626.  
  627.  
  628.  
  629. Wade Wilson is a former test subject of the Weapon X program, possessing a regenerative healing factor and an unstable compiling of other "Weapon X" experiments. Deadpool's powers and personality traits combine to make a wild, mentally unstable, and unpredictable mercenary. Deadpool has been a member of X-Force and the Thunderbolts, and a self-professed member of the X-Men and Avengers. The "Merc with a Mouth" is infamous for breaking the fourth wall.
  630. <P>
  631. <br />
  632. <b>"I always forget (or just black out to spare myself the agony) what Wilson's most lethal weapon is... his mouth! He'll talk nonsense until you surrender or commit suicide."<br />
  633. -- Domino</b>
  634. </span></div>
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em;border-radius: ; opacity: 1; width: 100 px; height: 20px; background-color: ; position: absolute; top:630px; left: 1300px; overflow: auto; text-align: left; border: px solid #fff;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;">
  644.  
  645. <a target="_blank" href="profile.php?user=Gwen Maxine" target="_blank" data-title=" "> ©<i> Gwenny</i></a>
  646. </span></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement