bitcoin html game code


SUBMITTED BY: Guest

DATE: Oct. 19, 2013, 5:40 p.m.

FORMAT: HTML

SIZE: 6.7 kB

HITS: 1232

  1. <head>
  2. <title>{title}</title>
  3. <link rel="shortcut icon" href="{Favicon}"/>
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  6. <!--Default Variables-->
  7. <meta name="color:Background" content="#ffffff"/>
  8. <meta name="color:Text" content="#000000"/>
  9. <meta name="color:Link" content="#555555"/>
  10. <meta name="color:Link Hover" content="#cccccc"/>
  11. <meta name="if:2 Column" content="1"/>
  12. <meta name="image:Sidebar" content=""/>
  13. <!--Styling,css-->
  14. <style type="text/css">
  15. body{
  16. color:{color:Text};
  17. font-family:calibri;/* The main font, you can change this anytime*/
  18. font-size:10px;/* Font size */
  19. background-color:{color:Background};/* Background color */
  20. }
  21. /* What your entries are on*/
  22. #post{
  23. {block:If2Column}
  24. width:600px;{/block:If2Column}
  25. {block:IfNot2Column}width:508px;{block:IfNot2Column}
  26. margin-left:300px;
  27. margin-right:300px;
  28. background-color:transparent;/* Background color for posts*/
  29. padding:20px;
  30. }
  31. /* Links */
  32. a{color:{color:Link};text-decoration:none;} a:hover{color:{color:Link Hover};}
  33. /* Entries */
  34. .entry{
  35. padding:2px;
  36. background-color:#fff;
  37. {block:If2Column}width:250px;{block:If2Column}
  38. {block:IfNot2Column}width:250px;{block:IfNot2Column}
  39. float:right;
  40. margin:2px;/* Spacing of entries*/
  41. }
  42. .entry img{
  43. {block:IfNot2Column}width:250px;{block:IfNot2Column}
  44. float:right;
  45. margin:2px;
  46. }
  47. /* Permalinks on hover*/
  48. .entry .perm{
  49. background:#fff;
  50. padding:5px;
  51. text-align:center;
  52. margin-top:3px;
  53. margin-left:-20px;
  54. position:absolute;
  55. opacity:0.0;
  56. }
  57. .entry:hover .perm{opacity:.7;margin-left:0px; }
  58. /* Sidebar*/
  59. #sidebar{
  60. background-color:#fff;
  61. width:220px;
  62. margin-top:250px;
  63. margin-left:1000px;
  64. position:fixed;
  65. padding:3px;
  66. border:1px solid #555454;
  67. text-align:center;
  68. float:center;
  69. <div id="description">
  70. <center>}
  71. /* Sidebar image*/
  72. #sidebar img{border:1px solid #555454;width:180px;height:auto;padding:5px;}
  73. .pagination {
  74. display: none;
  75. }
  76. {CustomCSS]</style>
  77. <!--I reccommend not touching any ofthis unless you don't want infinite scroll!-->
  78. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  79. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  80. <script>
  81. $(function(){
  82. var $container = $('#post');
  83. $container.imagesLoaded(function(){
  84. $container.masonry({
  85. itemSelector: '.entry',
  86. });
  87. });
  88. $container.infinitescroll({
  89. itemSelector : ".entry",
  90. navSelector : "div.pagination",
  91. nextSelector : ".pagination a#next",
  92. loadingImg : "",
  93. loadingText : "<em></em>",
  94. bufferPx : 10000,
  95. extraScrollPx: 12000,
  96. },
  97. // trigger Masonry as a callback
  98. function( newElements ) {
  99. var $newElems = $( newElements ).css({ opacity: 0 });
  100. // ensure that images load before adding to masonry layout
  101. $newElems.imagesLoaded(function(){
  102. $newElems.animate({ opacity: 1 });
  103. $container.masonry( 'appended', $newElems, true );
  104. });
  105. }
  106. );
  107. });
  108. </script>
  109. </head>
  110. <body>
  111. <!--Sidebar-->
  112. <div id="sidebar">
  113. <img src="{image:Sidebar}">
  114. <br>
  115. <a href="/">home</a>
  116. -
  117. <a href="/ask">message</a>
  118. {block:ifshowlinkone}
  119. -
  120. <a href="{text:link one}" class="nave">{text:link one title}</a>
  121. {block:ifshowlinkone}
  122. {block:ifshowlinktwo}
  123. -
  124. <a href="{text:link two}" class="nave">{text:link two title}</a>
  125. {block:ifshowlinktwo}
  126. {block:ifshowlinkthree}
  127. -
  128. <a href="{text:link three}" class="nave">{text:link three title}</a>
  129. {/block:ifshowlinkthree}
  130. </center> <br> {Description}</div>
  131. </div>
  132. <!--Posts and entries-->
  133. <div id="post">
  134. {block:Posts}
  135. <div class="entry">
  136. <div class="perm"><a href="{Permalink}">{TimeAgo}</a> <a href="{ReblogURL}">Reblog</a><br><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  137. {block:Title}<h1>{Title}</h1>{/block:Title}
  138. {block:Text}{Body}{/block:Text}
  139. {block:Photo}
  140. {block:If2Column}
  141. <a href="{permalink}"><img src="{PhotoURL-500}" width="250"/></a>{/block:If2Column}
  142. {block:IfNot2Column}
  143. <a href="{permalink}"><img src="{PhotoURL-500}" width="500"/></a>{/block:IfNot2Column}
  144. {/block:Photo}
  145. {block:Photoset}
  146. {block:If2Column}
  147. {Photoset-250}
  148. {/block:If2Column}
  149. {block:IfNot2Column}
  150. {Photoset-500}
  151. {/block:IfNot2Column}
  152. {/block:Photoset}
  153. {block:Quote}
  154. {Quote}
  155. <div align="right">
  156. {block:Source}-{Source}{/block:Source}
  157. </div>
  158. {/block:Quote}
  159. {block:Video}
  160. {block:If2Column}
  161. {Video-250}
  162. {/block:If2Column}
  163. {block:IfNot2Column}
  164. {Video-500}
  165. {/block:IfNot2Column}<br>
  166. {PlayCountWithLabel}
  167. {/block:Video}
  168. {block:Link}
  169. <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
  170. {block:Description}{Description}{/block:Description}
  171. {/block:Link}
  172. {block:Chat}
  173. {block:Lines}
  174. {block:Label}
  175. <br>{Label}
  176. {/block:Label}
  177. &nbsp;{Line}
  178. {/block:Lines}
  179. {/block:Chat}
  180. {block:Audio}
  181. {AudioPlayerGrey}
  182. <br><div align="right">{block:Artist}
  183. Artist: {Artist}</div>
  184. {/block:Artist}<br>
  185. {block:Caption}{Caption}{/block:Caption}
  186. {/block:Audio}
  187. {block:Answer}
  188. {Asker} asked <b>{Question}</b><Br>
  189. {Answer}
  190. {/block:Answer}
  191. {block:PermalinkPage}
  192. {block:Caption}
  193. {Caption}
  194. {/block:Caption}
  195. <br>
  196. {block:NoteCount}
  197. {NoteCount} notes
  198. {/block:NoteCount}
  199. <Br>
  200. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  201. {/block:PermalinkPage}
  202. </div>
  203. {/block:Posts}
  204. </div>
  205. <!--Pagination-->
  206. <div class="pagination">
  207. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  208. </div>
  209. <!--You can delete this because this is a base code or replace it with yours x-->
  210. <div style="bottom:5px;left:10px;position:fixed;font-size:8px;"><a href="http://i-nspirador-a.tumblr.com/" title="theme por i-nspirador-a, base por repealinq">CREDIT</a></div>
  211. </body>
  212. </html>

comments powered by Disqus