Advertisement
teruteru

Joyrider -【 PAGE 7 by Anomaly ☽】

Jun 14th, 2017
429
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.06 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5.  
  6. PAGE #7 by Anomaly ☾ tumblr user xollyx ☽ : JOYRIDER !!
  7.  
  8. - i made the base code
  9. - please abide by all the rules
  10.  
  11. 【 All themes and pages can be found here : http://xollyx.tumblr.com/thm 】
  12.  
  13. Thank you for using! Or just looking at the code. Whatever you're here for. Either way, it's appreciated!
  14. Feel free to message me if you need any help, my ask box is always open!
  15.  
  16. -->
  17.  
  18. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  19. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  20.  
  21. <script>
  22. (function($){
  23. $(document).ready(function(){
  24. $("a[title]").style_my_tooltips({
  25. tip_follows_cursor:true,
  26. tip_delay_time:90,
  27. tip_fade_speed:600,
  28. attribute:"title"
  29. });
  30. });
  31. })(jQuery);
  32. </script>
  33.  
  34. <title>{Title}</title>
  35.  
  36. <link rel="shortcut icon" href="{URL HERE}">
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  38. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  39.  
  40. <style type="text/css">
  41.  
  42. @font-face { font-family: "street gathering"; src: url('https://dl.dropboxusercontent.com/s/c2bdidfzvdo23yy/Street%20Gathering.ttf?dl=0'); format("truetype");}
  43.  
  44. @font-face { font-family:"nishuki"; src: url('https://dl.dropboxusercontent.com/s/cj2vk6rxyk8pqhh/nishuki_pixels.ttf?dl=1'); format(“truetype”);}
  45.  
  46. ::-webkit-scrollbar {
  47. width: 9px;
  48. height: 4px;
  49. background:#ccc;
  50. border:4px solid #fff;
  51. }
  52.  
  53. ::-webkit-scrollbar-thumb {
  54. background-color:#ccc;
  55. border-radius:5px;
  56. }
  57.  
  58. #s-m-t-tooltip {
  59. max-width:300px;
  60. margin:10px 0px 0px 10px;
  61. background-color:#000;
  62. font-family:nishuki;
  63. font-size:8px;
  64. padding:3px;
  65. color:#fff;
  66. z-index:999999999999999999999999999999999999;
  67. }
  68.  
  69. #s-m-t-tooltip:after {
  70. position: absolute;
  71. display: block; content: "";
  72. border-color: transparent #000 transparent transparent ;
  73. border-style: solid;
  74. border-width: 5px;
  75. height:0;
  76. width:0;
  77. position:absolute;
  78. top:3px;
  79. left:-10px;
  80. }
  81.  
  82. ::selection {
  83. background: #000;
  84. color: #fff;
  85. }
  86.  
  87. ::-moz-selection {
  88. background: #000;
  89. color: #fff;
  90. }
  91.  
  92. ::-webkit-selection {
  93. background: #000;
  94. color: #fff;
  95. }
  96.  
  97. {block:ifcursor}body, a, a:hover {cursor: url('CURSOR URL HERE'), progress;}{/block:ifcursor}
  98.  
  99. body {
  100. background:#091C58;
  101. background-image:url('{URL HERE}');
  102. background-attachment:fixed;
  103. {block:ifbgcover}
  104. background-repeat:no-repeat;
  105. background-size:cover;
  106. {/block:ifbgcover}
  107. color:#000;
  108. font-family:consolas;
  109. font-size:11px;
  110. }
  111.  
  112. a {
  113. color:#555;
  114. text-decoration:none;
  115. }
  116.  
  117. a:hover {
  118. color:#ccc;
  119. -webkit-transition: all 0.7s ease;
  120. -moz-transition: all 0.7s ease;
  121. -o-transition: all 0.7s ease;
  122. transition: all 0.7s ease;
  123. }
  124.  
  125. #title {
  126. position:fixed;
  127. top:calc(7% - 65px);
  128. left:30%;
  129. font-family:street gathering;
  130. font-size:120px;
  131. font-style:italic;
  132. text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  133. }
  134.  
  135. #subtitle {
  136. position:fixed;
  137. top:calc(7% + 5px);
  138. left:calc(30% + 200px);
  139. font-family:street gathering;
  140. font-size:50px;
  141. text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  142. }
  143.  
  144. #box {
  145. position:fixed;
  146. top:15%;
  147. left:30%;
  148. padding:10px;
  149. width:500px;
  150. background-color:#fff;
  151. border:1px solid #000;
  152. outline:1px solid #000;
  153. outline-offset:-5px;
  154. z-index:9999;
  155. }
  156.  
  157. #sidebarimg {
  158. position:fixed;
  159. top:15%;
  160. left:calc(30% - 210px);
  161. background-color:#fff;
  162. border:1px solid #000;
  163. outline:1px solid #000;
  164. outline-offset:-5px;
  165. padding:10px;
  166. }
  167.  
  168. #links {
  169. position:fixed;
  170. text-align:center;
  171. width:175px;
  172. left:calc(30% - 210px);
  173. top:calc(15% + 312px);
  174. background-color:#fff;
  175. border:1px solid #000;
  176. outline:1px solid #000;
  177. outline-offset:-5px;
  178. padding:10px;
  179. }
  180.  
  181. #sidelinks {
  182. position:fixed;
  183. top:15%;
  184. left:calc(30% + 530px);
  185. line-height:25px;
  186. }
  187.  
  188. #sidelinks a {
  189. position:fixed;
  190. width:20px;
  191. height:20px;
  192. border-radius:100%;
  193. background:#000;
  194. border:1px solid #eee;
  195. }
  196.  
  197. .credit {
  198. position:fixed;
  199. bottom:4px;
  200. left:8px;
  201. font: 9px consolas;
  202. text-transform:uppercase;
  203. letter-spacing: 0px;
  204. padding: 2px;
  205. }
  206.  
  207. </style>
  208. <body>
  209.  
  210. <div id="title">title here</div>
  211. <div id="subtitle">- subtitle here</div>
  212.  
  213. <div id="sidebarimg">
  214. <img style="width:175px;" src="{URL HERE}">
  215. </div>
  216.  
  217. <div id="links">
  218. content here
  219. </div>
  220.  
  221. <div id="box">
  222. content here
  223. </div>
  224.  
  225. <div id="sidelinks">
  226. <a style="opacity:1;" href="/" title="back home"></a><br>
  227. <a style="opacity:.8;" href="/ask" title="ask"></a><br>
  228. <a style="opacity:.6;" href="/submit" title="submit"></a><br>
  229. <a style="opacity:.4;" href="/abt" title="about"></a><br>
  230. <a style="opacity:.2;" href="" title="other links"></a>
  231. </div>
  232.  
  233.  
  234. {block:ifrender}<div style="position:fixed; left:{text:render left}px; bottom:{text:render bottom}px; z-index:1;"><img src="{image:render}" width="{text:render width}"></div>{/block:ifrender}
  235.  
  236. <div class="credit"><a href="http://xollyx.tumblr.com/" title="theme"><img src="http://orig04.deviantart.net/151c/f/2015/334/6/e/tumblr_inline_mij52fv1gc1qz4rgp_by_kittystuff-d9il7w5.gif" /></a></div>
  237.  
  238. </body>
  239. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement