Advertisement
BeckynRoll

BlogRoll #1

Dec 14th, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.34 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <html>
  4. <head>
  5.  
  6. <link href='http://fonts.googleapis.com/css?family=Agency FB' rel='stylesheet' type='text/css'>
  7.  
  8. <script type="text/javascript">
  9. // <![CDATA[
  10. var speed=100; //
  11. var height=3; //
  12. var alink="/"; // page to link text to (set to ="" for no link)
  13.  
  14. /****************************
  15. ****************************/
  16. var wobtxt, wobble, wobcnt=0;
  17. window.onload=function() { if (document.getElementById) {
  18. var i, wobli;
  19. wobble=document.getElementById("wobble");
  20. wobtxt=wobble.firstChild.nodeValue;
  21. while (wobble.childNodes.length) wobble.removeChild(wobble.childNodes[0]);
  22. for (i=0; i<wobtxt.length; i++) {
  23. wobli=document.createElement("span");
  24. wobli.setAttribute("id", "wobb"+i);
  25. wobli.style.position="relative";
  26. wobli.appendChild(document.createTextNode(wobtxt.charAt(i)));
  27. if (alink) {
  28. wobli.style.cursor="pointer";
  29. wobli.onclick=function() { top.location.href=alink; }
  30. }
  31. wobble.appendChild(wobli);
  32. }
  33. setInterval("wobbler()", speed);
  34. }}
  35.  
  36. function wobbler() {
  37. for (var i=0; i<wobtxt.length; i++) document.getElementById("wobb"+i).style.top=Math.round(height*Math.sin(i+wobcnt))+"px"
  38. wobcnt++;
  39. }
  40. // ]]>
  41. </script>
  42.  
  43. <title>{Title}</title>
  44. <link rel="shortcut icon" href="{Favicon}"/>
  45.  
  46. <!-- THEME BY: WAYFORLIFE... JESUS LOVEEEES UUUUUUU <3 U'RE PERFECT TO JESUS :)
  47. -->
  48. <!-- THEME BY: WAYFORLIFE... JESUS LOVEEEES UUUUUUU <3 U'RE PERFECT TO JESUS :)
  49. -->
  50. <!-- THEME BY: WAYFORLIFE... JESUS LOVEEEES UUUUUUU <3 U'RE PERFECT TO JESUS :)
  51. -->
  52.  
  53.  
  54. <style type="text/css">
  55.  
  56. body {
  57. background-color:#0e0e0e;
  58. background-image: url(http://static.tumblr.com/bcwzrg0/zCwme2kbb/14.jpg);
  59.  
  60. }
  61.  
  62. a {
  63. text-decoration:none;
  64. color: #000;
  65. }
  66.  
  67.  
  68. .god {
  69. top: -40px;
  70. left: 370px;
  71. position: fixed;
  72.  
  73. }
  74.  
  75. .jesus {
  76. width: 100px;
  77. height: 100px;
  78. right: 491px;
  79. top: 70px;
  80. position: fixed;
  81. background-image: url(http://static.tumblr.com/g9vfugx/YvBmezjrp/untitled-4.png);
  82. }
  83.  
  84. .jesuus {right: 505px; top: 85px;
  85. position: fixed;}
  86.  
  87.  
  88. #following {
  89. overflow: auto;
  90. width: 479px;
  91. height: 350px;
  92. padding: 10px;
  93. top: 250px;
  94. left: 415px;
  95. position: fixed;
  96. background-image: url(http://static.tumblr.com/g9vfugx/fYUmezjkz/15.png);}
  97.  
  98. #following img {
  99. border-radius: 0px;
  100. box-shadow: 1px 1px 1px #f51637;
  101. max-width: 48px;
  102. margin: 3.5px;
  103. opacity: 0.79;
  104. -webkit-transition: all 0.4s ease-in-out;
  105. -moz-transition: all 0.4s ease-in-out;
  106. -o-transition: all 0.4s ease-in-out;
  107. -ms-transition: all 0.4s ease-in-out;
  108. transition: all 0.4s ease-in-out;
  109. }
  110.  
  111. #following img:hover {
  112. border-radius: 40px;
  113. opacity: 1.0;
  114. box-shadow: 1px 1px 2px #fff;
  115. }
  116.  
  117. #credit a {
  118. opacity: 0.4;
  119. position: fixed;
  120. bottom: 0px;
  121. right: 0px;
  122. font-size: 12px;
  123. color: #222;
  124. z-index: 1001;
  125. -webkit-transition: all 1s ease-in-out;
  126. -moz-transition: all 1s ease-in-out;
  127. -o-transition: all 1s ease-in-out;
  128. transition: all 1s ease-in-out;
  129. }
  130.  
  131. #credit a:hover {
  132. color: #000;
  133. }
  134. .tatla{;
  135. top:400px;
  136. margin-left:-130px;
  137. position:fixed;
  138. width:428px;}
  139.  
  140. .ttita{font-family: "Agency FB";
  141. color:#df3a52;
  142. text-align: right;
  143. font-size:55px;
  144. text-shadow: 1px 1px 0px #f51637;
  145. opacity:0.8;}
  146.  
  147. menu {margin-left: 270px; background: #df3a52; width: 150px; margin-top: 200px; color: #fff; text-align: center; padding: 2px; font-family: 'Agency FB'; font-size: 17px; display: block; margin-bottom: 0px; cursor: pointer; -webkit-transition-duration: .80s; -moz-transition-duration: .80s; -o-transition-duration: .80s;}
  148. menu:hover {background: #fff; width: 220px;}
  149.  
  150. </style>
  151. </head><body>
  152.  
  153. <div style="position: fixed; top: 0px; left: 0px; font-size: 10px; font-family: 'georgia;"><a href="http://wayforlife.tumblr.com/">credits</a></div>
  154. <div class="tatla"><div class="ttita"><div id="wobble">BlogRoll ★</div></div></div>
  155.  
  156. <a href="/"><menu>Refresh</menu></a>
  157.  
  158. <img src="http://static.tumblr.com/g9vfugx/SYBmezj8a/fd.png" class="god"></div>
  159.  
  160.  
  161.  
  162.  
  163. <div class="jesus"><center><img src="{PortraitURL-128}" class="jesuus" width="70"/></center></div>
  164.  
  165. <div id="following"><center>
  166. {block:Following}{block:Followed} <a href="{FollowedURL}" title="{FollowedTitle}" /><img src="{FollowedPortraitURL-48}" border="0"/></a>{/block:Followed}{/block:Following}</center>
  167. </div>
  168.  
  169. </body>
  170. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement