Advertisement
cat_inthe_cradle

Link

Feb 4th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.47 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. body {
  4. margin: 0;
  5. padding: 0;
  6. background-color:#292d4b; /*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: 200px;
  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:#1d2536;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.  
  197. <a href="#1">
  198. <img src="http://i.picpar.com/msFc.png" alt="" width="230" /> </a>
  199. </div>
  200.  
  201. <div id="c">
  202. <a target="_blank" href=" " title=" "> </a>
  203. </div>
  204.  
  205. <div id="1" class="contentpage">
  206.  
  207.  
  208.  
  209.  
  210.  
  211. <style type="text/css">
  212. @import url(https://fonts.googleapis.com/css?family=Poiret+One);
  213.  
  214.  
  215. ::selection {
  216. background: #ddd;
  217. color: #fff;
  218. }
  219.  
  220. ::-moz-selection {
  221. background: #ddd;
  222. color: #fff;
  223. }
  224.  
  225. ::-webkit-selection {
  226. background: #ddd;
  227. color: #fff;
  228. }
  229.  
  230.  
  231. ::-webkit-scrollbar-thumb:vertical {
  232. background-color: #c6a0a8;
  233. height: 50px;
  234. }
  235.  
  236. ::-webkit-scrollbar {
  237. height: 10px;
  238. width: 3px;
  239. background-color: #f0ebea;
  240. }
  241.  
  242. body {
  243. color: #aaa;
  244. text-align:justify;
  245. font-family: tahoma;
  246. font-size: 10px;
  247. background-color: #2a3547;
  248. background-image:url('');
  249. background-attachment: fixed repeat; }
  250.  
  251.  
  252. #subete{
  253. margin-left: -200px;
  254. margin-top: 130px; }
  255.  
  256. #about { margin-top: 100px; }
  257. #about i { font-style: italic; color:#787878; letter-spacing: 2px; }
  258. #about b { font-weight: bold; color:#787878; letter-spacing: 1px; }
  259.  
  260. #kago {
  261. width: 520px;
  262. height: 330px;
  263. padding: 20px;
  264. overflow: hidden;
  265. background-color:#00062a;border: 1px solid #ddd;
  266. margin-left: 400px;
  267. margin-top: -1px; }
  268.  
  269. #shouzou {
  270. width: 360px;
  271. height: 502px;
  272. background-color:#00062a;border: 1px solid #ddd;
  273. padding: 5px;
  274. margin-top: -70px;
  275. margin-left: 400px;
  276. margin-right:-1px;
  277. float: left; }
  278. #shouzou img { width: 360px; height: 502px; opacity: 0.8; -webkit-filter: grayscale(1);
  279. }
  280.  
  281.  
  282. #daimei {
  283. text-align: center;
  284. font-family: georgia;
  285. color: #444;
  286. font-size: 16px;
  287. text-transform: lowercase;
  288. padding:0px 0px 2px 0px;
  289. border-bottom: 1px dotted #aaa; }
  290.  
  291. #fukudai {
  292. text-align: center;
  293. font-family: tahoma;
  294. color: #aaa;
  295. font-size: 12px;
  296. text-transform: none;
  297. padding:0px 20px 0px 20px;
  298. margin-top: 3px; }
  299.  
  300. #onaka {
  301. float: right;
  302. width: 200px;
  303. text-align: justify;
  304. height: 100px;
  305. padding: 5px;
  306. line-height: 15px;
  307. font-size:9px;
  308. position: relative; }
  309. .tap
  310. {color:#bebebe;
  311. border-left: solid 8px;
  312. letter-spacing: 1px;
  313. font-size:8px; }
  314.  
  315. #nai {
  316. margin-top: 7px;
  317. margin-left: 20px; }
  318.  
  319. #atama {
  320. float: left;
  321. width: 200px;
  322. height: 100px;
  323. padding: 5px;
  324. position: relative; }
  325.  
  326. #karada { position: absolute; margin-top: -5px; }
  327.  
  328.  
  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:#2a3647;
  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: px;
  400. padding: ;
  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.  
  519. body, a, a:hover{
  520. cursor: url('http://i.picpar.com/psFc.png'), progress;}
  521.  
  522.  
  523.  
  524. .ophi {
  525. position: absolute;
  526. left: 150px;
  527. top: 15%;
  528. z-index: 99;
  529. height: 75%;
  530. width: 30%;
  531. background-image:url('');
  532. background-size: 100% 100%;
  533. background-position: center;
  534. background-repeat: no-repeat;
  535. }
  536.  
  537. .star {
  538. position: absolute;
  539. left:80px;
  540. top: 380px;
  541. text-align: justify;
  542. overflow: auto;
  543. z-index: 99;
  544. height: 200px;
  545. width: 15%;
  546. font-family: Poiret One;
  547. font-size: 2vh;
  548. color: #ddd;
  549. }
  550.  
  551.  
  552. .stars-bg {
  553. position: fixed;
  554. width: 100%;
  555. height: 100%;
  556. top: 0;
  557. left: 0;
  558. background-size: 240px;
  559. backface-visibility: visible;
  560. z-index: 1;
  561. animation: spin 300s linear infinite;
  562. }
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572. #meelaud { z-index: 10000; position: fixed; left:152px; top:290px; width:800px; font-family: 'Great Vibes', cursive; font-size: 100px; color: #fff; -webkit-text-fill-color: transparent; background: -webkit-linear-gradient(transparent, transparent), url('https://78.media.tumblr.com/1046ae5f9a312353e0e3fb7db09358d2/tumblr_o1kh9kmU4F1tpqbioo1_500.gif') repeat; background: -o-linear-gradient(transparent, transparent); -webkit-background-clip: text; background-position: center left; background-size: cover;}
  573.  
  574. #mee { z-index: 10000; position: fixed; left:150px; top:290px; width:800px; font-family: 'Great Vibes', cursive; font-size: 100px; color: #fff; -webkit-text-fill-color: transparent; background-color:#fff; background: -o-linear-gradient(transparent, transparent); -webkit-background-clip: text; background-position: center left; background-size: cover;}
  575.  
  576. a {
  577. text-decoration:none;
  578. outline:none;
  579. -moz-outline-style:none;
  580. font-style: ;
  581. color:#68a279;
  582. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #68a279, 0 -1px #68a279;
  583. -moz-transition-duration:0.5s;
  584. -webkit-transition-duration:0.5s;
  585. -o-transition-duration:0.5s;
  586. }
  587.  
  588. a:hover {
  589. text-decoration:none;
  590. outline:none;
  591. -moz-outline-style:none;
  592. color:#68a279;
  593. }
  594.  
  595.  
  596. </style>
  597.  
  598.  
  599.  
  600.  
  601.  
  602. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em;border-radius: ; opacity: 0.8; width: px; height: px; background-color: ; position: absolute; top: 155px; left: 550px; overflow: auto; text-align: left; border: px solid #fff;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;">
  603.  
  604.  
  605. <img src="http://i.picpar.com/tsFc.png" alt="" width="" />
  606.  
  607.  
  608. </span></div>
  609. <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: px; height: px; background-color: ; position: absolute; top: 155px; left: 420px; overflow: auto; text-align: left; border: px solid #fff;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;">
  610.  
  611.  
  612. <img src="https://vignette.wikia.nocookie.net/mugen/images/5/5f/BoTWLinkArtwork.png/revision/latest?cb=20170303191517" alt="" width="370" />
  613.  
  614.  
  615. </span></div>
  616.  
  617.  
  618. <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: px; height: px; background-color: ; position: absolute; top: 255px; left: 70px; overflow: auto; text-align: left; border: px solid #fff;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;">
  619.  
  620.  
  621. <img src="http://i.picpar.com/usFc.png" alt="" width="420" />
  622.  
  623.  
  624. </span></div>
  625.  
  626.  
  627.  
  628.  
  629. <div style="letter-spacing: 2px; text-shadow: ##585858 0pt 0em .1em, ##585858 0pt 0em 1em,##585858 1pt 1em 1em;border-radius: ; opacity: 0.2; width: 430px; height: 230px; background-color:#424d63; position: absolute; top: 350px; left: 70px; overflow: auto; text-align: left; border: px solid #fff;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;">
  630.  
  631.  
  632.  
  633.  
  634. </span></div>
  635.  
  636.  
  637. <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: px; height:px; background-color:#; position: absolute; top: 390px; left: 310px; overflow: auto; text-align: left; border: px solid #fff;"><span style="font-family: andale mono,times; font-size: xx-small; color: #000000;">
  638.  
  639. <img src="http://i.picpar.com/ysFc.png" alt="" width="160" height="160"/>
  640.  
  641. </span></div>
  642.  
  643.  
  644.  
  645. <div class="ophi"></div>
  646. <div class="star">
  647. <center><div style="font-size: 3vh;">L i n k</div></center>
  648. <hr color="#858CD7">
  649. <center><i><span style="color:#fff">A hero is not defined only in battle. They aso inspire. They bring hope of a new horizon.</i>
  650. </center>
  651. <br><br>
  652. <font style=float:left>- name</font> <font style=float:right>Link -</font><br>
  653. <font style=float:left>- race</font> <font style=float:right>Hylian -</font><br>
  654. <font style=float:left>- home</font> <font style=float:right>Kokiri Forest -</font><br>
  655. <font style=float:left>- sexuality</font> <font style=float:right>Heterosexual -</font><br>
  656. <font style=float:left>- marital</font> <font style=float:right> Singular -</font><br>
  657. </div>
  658.  
  659.  
  660.  
  661.  
  662.  
  663. <div id="mee"><span style="font-family: brush script mt, cursive; letter-spacing: 0px; font-size: 73px;"> hylian hero</div>
  664.  
  665.  
  666. <span title="I play Navi as temperamental and stubborn. She's a bit fiery with some fight in her. Don't piss her off.">
  667. <div id="meelaud"><span style="font-family: brush script mt, cursive; letter-spacing: 0px; font-size: 73px;"> hylian hero</div></span>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement