Advertisement
lucitor

coding time

Jun 9th, 2019
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.19 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--
  3.  
  4. -->
  5. <html>
  6.  
  7. <head>
  8. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script><script src="https://static.tumblr.com/rtrqcib/VGGnlh8rf/jquery.style-my-tooltips.min.js"></script><script>(function($){$(document).ready(function(){$("a[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:0,tip_fade_speed:0,attribute:"title"});});})(jQuery);</script>
  9.  
  10. <script type="text/javascript">
  11. // <![CDATA[
  12. var speed=100; // speed colours change, 1 second = 1000
  13. var glow=3; // can be set from '0' for no glow, to 10
  14. var raincol=new Array("#ff0000", "#ff5500", "#ffaa00", "#ffff00", "#aaff00", "#55ff00", "#00ff00", "#00ff55", "#00ffaa", "#00ffff", "#00aaff", "#0055ff", "#0000ff", "#5500ff", "#aa00ff", "#ff00ff", "#ff00aa", "#ff0055"); // change the colours if you want to
  15. var alink=""; // page to link text to (set to ="" for no link)
  16.  
  17. /****************************
  18. * Rainbow Text Effect *
  19. *(c)2003-13 mf2fm web-design*
  20. * http://www.mf2fm.com/rv *
  21. * DON'T EDIT BELOW THIS BOX *
  22. ****************************/
  23. var rainbow, raintxt, raincnt=0;
  24.  
  25. function addLoadEvent(funky) {
  26. var oldonload=window.onload;
  27. if (typeof(oldonload)!='function') window.onload=funky;
  28. else window.onload=function() {
  29. if (oldonload) oldonload();
  30. funky();
  31. }
  32. }
  33.  
  34. addLoadEvent(regenbogen);
  35.  
  36. function regenbogen() { if (document.getElementById) {
  37. var i, rainbeau;
  38. rainbow=document.getElementById("rainbow");
  39. raintxt=rainbow.firstChild.nodeValue;
  40. while (rainbow.childNodes.length) rainbow.removeChild(rainbow.childNodes[0]);
  41. for (i=0; i<raintxt.length; i++) {
  42. rainbeau=document.createElement("span");
  43. rainbeau.setAttribute("id", "rain"+i);
  44. rainbeau.appendChild(document.createTextNode(raintxt.charAt(i)));
  45. if (alink) {
  46. rainbeau.style.cursor="pointer";
  47. rainbeau.onclick=function() { top.location.href=alink; }
  48. }
  49. rainbow.appendChild(rainbeau);
  50. }
  51. rainbow=setInterval ("raining()", speed);
  52. }}
  53.  
  54. function raining() {
  55. var i, c;
  56. for (i=0; i<raintxt.length; i++) {
  57. c=raincol[(i+raincnt)%raincol.length];
  58. document.getElementById("rain"+i).style.color=c;
  59. if (glow) document.getElementById("rain"+i).style.textShadow=c+" 0px 0px "+glow+"px";
  60. }
  61. raincnt++;
  62. }
  63. // ]]>
  64. </script>
  65. <link rel="shortcut icon" href="https://66.media.tumblr.com/9776c6b08cec977d1168942deaf77d8c/tumblr_inline_ml1569mrid1qz4rgp.png">
  66. <meta charset="UTF-8">
  67. <title>SICK SICK SICK</title>
  68. <link href="/style.css" rel="stylesheet" type="text/css" media="all">
  69.  
  70. <style>
  71.  
  72. .tooltip{
  73. display: inline;
  74. position: relative;
  75. }
  76.  
  77.  
  78.  
  79. #s-m-t-tooltip {
  80. max-width:230px;
  81. text-align:center;
  82. margin:20px 0 0 25px;
  83. text-shadow:0px 0px 2px #000;
  84. background: url('https://66.media.tumblr.com/9e5f9a141f7b07a270170b65bf97a673/tumblr_p56ywlBzTK1rmjbjjo1_1280.jpg') repeat;
  85. background-size:cover;
  86. color:#fff;
  87. letter-spacing:1px;
  88. border:3px double #ff00b7;
  89. word-wrap:break-word;
  90. padding:10px;
  91. z-index:999999999999999999999999999999999999;
  92. -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -o -transition-duration:0.2s; transition:all 0.2s linear;
  93. -webkit-box-shadow: 0px 0px 8px 9px transparent;
  94. box-shadow: 0px 0px 5px 9px transparent;
  95. }
  96. body{
  97. font-family:arial;
  98. font-size: 23px;
  99. letter-spacing:-1px;
  100. line-height: 35px;
  101. background: url('https://66.media.tumblr.com/3d415348cccf8600c9c30be0b2165c1c/tumblr_pmobxojzd81uln31x_500.jpg') repeat;
  102. background-size:cover;
  103. color: #000;
  104. }
  105. #box{
  106. box-shadow: 0 02px 3px #000;
  107. font-size:32px;
  108. padding:1px;
  109. border:3px double #ff00b7;
  110. width:43%;
  111. text-align:center;
  112. background: url('https://66.media.tumblr.com/e066eb2b0519164c13dc84b06d51c601/tumblr_pjclcybXDO1rzodufo1_640.jpg') repeat;
  113. background-size:cover;
  114.  
  115. }
  116.  
  117. #fuck{
  118. box-shadow: 0 02px 3px #000;
  119. padding:5px;
  120. border:3px double #ff00b7;
  121. width:43%;
  122. text-align:center;
  123. background:#fff;
  124. }
  125.  
  126.  
  127.  
  128. }
  129.  
  130. #fuck2{
  131. box-shadow: 0 02px 3px #000;
  132. padding:5px;
  133. border:3px double #ff00b7;
  134. width:43%;
  135. text-align:center;
  136. background: url('https://66.media.tumblr.com/9e5f9a141f7b07a270170b65bf97a673/tumblr_p56ywlBzTK1rmjbjjo1_1280.jpg') repeat;
  137. background-size:cover;
  138.  
  139. }
  140. a{
  141. color:#ff5ba2;
  142. text-shadow: 0px 2px 5px #ffd8e9;
  143. text-decoration:none;
  144. }
  145. .search {
  146. width:{text:searchbar width};
  147. padding:7px;
  148. margin-top:10px;
  149. border-radius:4px;
  150. background:#fff
  151. font-size:12px;
  152. color:{color:text};
  153. border:4px double #ff66a5;
  154. font-family:ms gothic;
  155. }
  156.  
  157. ::placeholder{
  158. color:{color:text};
  159. }
  160.  
  161. .go {
  162. width:46px;
  163. height:34px;
  164. background:{color:go};
  165. border-radius:4px;font-size:12px; font-family:{text:font};color:{color:text};
  166.  
  167. border-top:2px solid rgba({RGBcolor:search border}, 0.3);
  168. border-left:2px solid rgba({RGBcolor:search border}, 0.3);
  169. border-bottom:2px solid rgba({RGBcolor:search border}, 1.0);
  170. border-right:2px solid rgba({RGBcolor:search border}, 1.0);
  171. outline:none;font-family:ms gothic;}
  172.  
  173. .go:active{
  174. border-bottom:2px solid rgba({RGBcolor:search border}, 0.3);
  175. border-right:2px solid rgba({RGBcolor:search border}, 0.3);
  176. border-top:2px solid rgba({RGBcolor:search border}, 1.0);
  177. border-left:2px solid rgba({RGBcolor:search border}, 1.0);
  178. outline:none;}
  179.  
  180. .go:hover{
  181. cursor: help;
  182. }
  183.  
  184. .audioinfo {
  185. line-height:18px;
  186. font-family:{select:font};
  187. margin-top:-95px;
  188. margin-left: 130px;
  189. height:95px;
  190. text-align:left;
  191. overflow:auto;
  192. z-index:99999;
  193. }
  194. </style>
  195. </head>
  196. <body><div align="center">
  197. <div id="box">
  198. <marquee behavior="scroll" direction="left"> <span id="rainbow">Burning fiercely in the night sky, Orion! The flames of your heart, that’s the way it should be, and that’s how you should live!</span></marquee>
  199. </div>
  200. <br>
  201. <div id="fuck"> <img src="https://66.media.tumblr.com/22c66225ebc31113f5f63f54635d1643/7cefef3df56d3d15-e2/s100x200/ed991269cac83af9fe0ebaac4f975169e201b538.gif"><form action="/search" method="get">
  202. <input class="search" type="text" placeholder="☆*:.。.o(≧▽≦)o.。.:*☆" name="q" value="" style="outline:none;">
  203. <input class="go" type="submit" value="GO!" id="sb"/> <br>
  204. Hi there! my name is <a href="." title="Or Milena"><strong>Virgil</strong></a><br>
  205. </div><br>
  206. </a>
  207. </div>
  208. </div>
  209. <img src="https://66.media.tumblr.com/26c4a0933005c0ff93e4593c2e248e7d/tumblr_inline_pstmvlP1Yu1wevlm4_500.png" style="position:fixed;left:2px;bottom:2px;z-index:-1"><img src="https://66.media.tumblr.com/97976d6d85534efc37810919754df054/tumblr_o3uif5roA11vn9maeo1_1280.pnj" style="position:fixed;right:2px;bottom:2px;z-index:-1">
  210. </body>
  211. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement