Advertisement
quirons

rocket, nine

Feb 10th, 2015
600
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.84 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7. ROCKET, C09 BY @QUIRONS.
  8. - don't repost or give away as your own
  9. - don't steal bits of the code
  10. - if you have any doubts/find bugs, feel free to send me a message
  11.  
  12. -->
  13.  
  14. {block:Description}
  15. <meta name="description" content="{MetaDescription}" />
  16. {/block:Description}
  17. <meta charset="utf-8">
  18. <meta name="viewport" content="initial-scale=1.0, width=device-width" />
  19. <title>{Title}{block:TagPage} - {Tag} {/block:TagPage} {block:SearchPage} - {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}- {PostSummary} {/block:PostSummary}</title>
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22.  
  23. <!-- SCRIPTS -->
  24.  
  25. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  26. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  27.  
  28. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  29. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  30. <script>
  31. (function($){
  32. $(document).ready(function(){
  33. $("a[title]").style_my_tooltips({
  34. tip_follows_cursor:true,
  35. tip_delay_time:90,
  36. tip_fade_speed:600,
  37. attribute:"title"
  38. });
  39. });
  40. })(jQuery);
  41. </script>
  42.  
  43. <!-- METAS -->
  44.  
  45. <meta name="image:background" content=""/>
  46. <meta name="if:cover bg" content="0"/>
  47. <meta name="if:links" content="1"/>
  48.  
  49. <meta name="image:icon 1" content=""/>
  50. <meta name="image:icon 2" content=""/>
  51. <meta name="image:icon 3" content=""/>
  52. <meta name="image:icon 4" content=""/>
  53. <meta name="image:icon 5" content=""/>
  54. <meta name="image:icon 6" content=""/>
  55. <meta name="image:icon 7" content=""/>
  56. <meta name="image:icon 8" content=""/>
  57.  
  58. <meta name="color:border" content="#000000"/>
  59. <meta name="color:links" content="#000000"/>
  60. <meta name="color:text" content="#000000"/>
  61.  
  62. <meta name="text:URL" content="Link URL"/>
  63. <meta name="text:Link" content="link"/>
  64.  
  65. <meta name="text:blog 1" content="blog 1"/>
  66. <meta name="text:blog 2" content="blog 2"/>
  67. <meta name="text:blog 3" content="blog 3"/>
  68. <meta name="text:blog 4" content="blog 4"/>
  69. <meta name="text:blog 5" content="blog 5"/>
  70. <meta name="text:blog 6" content="blog 6"/>
  71. <meta name="text:blog 7" content="blog 7"/>
  72. <meta name="text:blog 8" content="blog 8"/>
  73.  
  74. <link href='http://fonts.googleapis.com/css?family=Maven+Pro:400,700' rel='stylesheet' type='text/css'>
  75. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic' rel='stylesheet' type='text/css'>
  76.  
  77. <style type="text/css">
  78.  
  79. /* -------- SCROLLBAR ------- */
  80.  
  81. ::-webkit-scrollbar {width: 2px;}
  82. ::-webkit-scrollbar-track {background:none;}
  83. ::-webkit-scrollbar-thumb {background:black;}
  84. ::-webkit-scrollbar-thumb:window-inactive {background: transparent;}
  85. ::-webkit-scrollbar-thumb:horizontal {display:none;}
  86.  
  87.  
  88. /* ------- TOOLTIPS ------ */
  89.  
  90. #s-m-t-tooltip {
  91. max-width:300px;
  92. margin:15px;
  93. background-color:{color:accent};
  94. font-family:helvetica;
  95. font-size:12px;
  96. color:white;
  97. z-index:999999999999999999999999999999999999;
  98. }
  99.  
  100. /* ------- BASIC ------ */
  101.  
  102. body {
  103. {block:ifnotcoverbg}
  104. background:url({image:background}) repeat center center fixed;
  105. {/block:ifnotcoverbg}
  106. {block:ifcoverbg}
  107. background:url({image:background}) no-repeat center center fixed;
  108. -webkit-background-size: cover;
  109. -moz-background-size: cover;
  110. -o-background-size: cover;
  111. background-size: cover;
  112. {/block:ifcoverbg}
  113. font-family:'maven pro';
  114. font-size:11px;
  115. color:{color:text};
  116. }
  117.  
  118. a, a:hover {
  119. text-decoration:none;
  120. font-weight:bold;
  121. color:{color:links};
  122. -webkit-transition: all .9s;
  123. -moz-transition: all .9s;
  124. -o-transition: all .9s;
  125. -ms-transition: all .9s;
  126. transition: all .9s;
  127. }
  128.  
  129. #sidebar {
  130. display:block;
  131. color:{color:accent};
  132. text-align:center;
  133. position:absolute;
  134. float:left;
  135. width:120px;
  136. {block:ifLinks}padding:15px 15px 10px 15px;{/block:ifLinks}
  137. {block:ifNotLinks}padding:15px 15px 17.5px 15px;{/block:ifNotLinks}
  138. overflow:hidden;
  139. border:1px solid {color:accent};
  140. font-family:'Maven Pro';
  141. left:50%;
  142. margin-left:-80px;
  143. top:100px;
  144. -webkit-transition: all .9s;
  145. -moz-transition: all .9s;
  146. -o-transition: all .9s;
  147. -ms-transition: all .9s;
  148. transition: all .9s;
  149. }
  150.  
  151. #links {
  152. width:120px;
  153. font-weight:bold;
  154. color:{color:links};
  155. font-size:11px;
  156. word-spacing:10px;
  157. text-align:center;
  158. font-family:'Maven Pro';
  159. margin-top:7.5px;
  160. -webkit-transition: all .9s;
  161. -moz-transition: all .9s;
  162. -o-transition: all .9s;
  163. -ms-transition: all .9s;
  164. transition: all .9s;
  165. opacity: 0;
  166. height: 0px;
  167. }
  168.  
  169. #links a {
  170. color:{color:links};
  171. }
  172.  
  173. #links a:hover {
  174. text-shadow:.5px .5px 2px black;
  175. }
  176.  
  177. #sidebar:hover #links {
  178. opacity: 1;
  179. height: 20px;
  180. -webkit-transition: ease .9s;
  181. -moz-transition: ease .9s;
  182. -o-transition: ease .9s;
  183. -ms-transition: ease .9s;
  184. transition: ease .9s;
  185. }
  186.  
  187. #entries {
  188. margin-top:75px;
  189. margin-left:450px;
  190. position:static;
  191. float:left;
  192. }
  193.  
  194. #onethingy img {
  195. border-radius:50%;
  196. width:120px;
  197. }
  198.  
  199. #onethingy {
  200. margin-top:150px;
  201. margin-left:-150px;
  202. width:120px;
  203. border:1px solid transparent;
  204. padding:10px;
  205. -webkit-transition: all .9s;
  206. -moz-transition: all .9s;
  207. -o-transition: all .9s;
  208. -ms-transition: all .9s;
  209. transition: all .9s;
  210. height:120px;
  211. position:absolute;
  212. overflow-y:hidden;
  213. }
  214.  
  215. #onethingy:hover {
  216. border:1px solid {color:border};
  217. padding:10px;
  218. height:180px;
  219. }
  220.  
  221. .onedesc {
  222. height:35px;
  223. display:block;
  224. margin-top:10px;
  225. border-top:1px solid {color:border};
  226. width:120px;
  227. margin-left:-10px;
  228. padding:10px;
  229. margin-bottom:-10px;
  230. -webkit-transition: all .9s;
  231. -moz-transition: all .9s;
  232. -o-transition: all .9s;
  233. -ms-transition: all .9s;
  234. transition: all .9s;
  235. }
  236.  
  237. </style>
  238.  
  239. <body>
  240.  
  241. <div id="sidebar">
  242. {block:ifAvatar}<a href="/" title="refresh"><img src="{image:avatar}"/></a>{block:ifAvatar}
  243. {description}
  244. {block:ifLinks}
  245. <div id="links">
  246. <a href="/">home</a>
  247. <a href="{text:ask url}">ask</a>
  248. <a href="{text:URL}">{text:Link}</a></a>
  249. </div>
  250. {/block:ifLinks}
  251. </div>
  252.  
  253. <div id="clubs" style="right:25px;bottom:15px;position:fixed;font-size:18px;font-family: 'Playfair Display', serif;";><a href="http://badlland.tumblr.com">C</a></div>
  254.  
  255. <div id="entries">
  256.  
  257. <div id="onethingy">
  258. <a href="{text:blog 1}"><img src="{image:icon 1}"/></a>
  259. <div class="onedesc">
  260. person #1 desc!! make the length small<br>
  261. <a href="#"> feel free to add links!!</a>
  262. </div>
  263. </div>
  264.  
  265. <div id="onethingy" style="margin-left:50px;">
  266. <a href="{text:blog 2}"><img src="{image:icon 2}" style="margin-top:3px;"/></a>
  267. <div class="onedesc">
  268. person #2 desc!! make the length small<br>
  269. <a href="#"> feel free to add links!!</a>
  270. </div>
  271. </div>
  272.  
  273. <div id="onethingy" style="margin-left:250px;">
  274. <a href="{text:blog 3}"><img src="{image:icon 3}" style="margin-top:3px;"/></a>
  275. <div class="onedesc">
  276. person #3 desc!! make the length small<br>
  277. <a href="#"> feel free to add links!!</a>
  278. </div>
  279. </div>
  280.  
  281. <div id="onethingy" style="margin-left:450px;">
  282. <a href="{text:blog 4}"><img src="{image:icon 4}" style="margin-top:3px;"/></a>
  283. <div class="onedesc">
  284. person #4 desc!! make the length small<br>
  285. <a href="#"> feel free to add links!!</a>
  286. </div>
  287. </div>
  288.  
  289. <div id="onethingy" style="margin-top:375px;margin-left:-150px">
  290. <a href="{text:blog 5}"><img src="{image:icon 5}" style="margin-top:3px;"/></a>
  291. <div class="onedesc">
  292. person #5 desc!! make the length small<br>
  293. <a href="#"> feel free to add links!!</a>
  294. </div>
  295. </div>
  296.  
  297. <div id="onethingy" style="margin-left:50px;margin-top:375px;">
  298. <a href="{text:blog 6}"><img src="{image:icon 6}" style="margin-top:3px;"/></a>
  299. <div class="onedesc">
  300. person #6 desc!! make the length small<br>
  301. <a href="#"> feel free to add links!!</a>
  302. </div>
  303. </div>
  304.  
  305. <div id="onethingy" style="margin-left:250px;margin-top:375px;">
  306. <a href="{text:blog 7}"><img src="{image:icon 7}" style="margin-top:3px;"/></a>
  307. <div class="onedesc">
  308. person #7 desc!! make the length small<br>
  309. <a href="#"> feel free to add links!!</a>
  310. </div>
  311. </div>
  312.  
  313. <div id="onethingy" style="margin-left:450px;margin-top:375px;">
  314. <a href="{text:blog 8}"><img src="{image:icon 8}" style="margin-top:3px;"/></a>
  315. <div class="onedesc">
  316. person #8 desc!! make the length small<br>
  317. <a href="#"> feel free to add links!!</a>
  318. </div>
  319. </div>
  320.  
  321. </div>
  322.  
  323. </body>
  324. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement