Advertisement
quarentary

Behind the sea

Dec 27th, 2013
1,930
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.59 KB | None | 0 0
  1. <html lang="en">
  2.  
  3. <head>
  4. <!--
  5. behind the sea theme by astraliesthemes (paupiere and terrabithia)
  6.  
  7.  
  8. _..--""-. .-""--.._
  9. _.-' \ __...----...__ / '-._
  10. .' .:::...,' ',...:::. '.
  11. ( .'``'''::; ;::'''``'. )
  12. \ '-) (-' /
  13. \ / \ /
  14. \ .'.-. .-.'. /
  15. \ | \0| |0/ | /
  16. | \ | .-==-. | / |
  17. \ `/`; ;`\` /
  18. '.._ (_ | .-==-. | _) _..'
  19. `"`"-`/ `/' '\` \`-"`"`
  20. / /`; .==. ;`\ \
  21. .---./_/ \ .==. / \ \
  22. / '. `-.__) | `"
  23. | =(`-. '==. ;
  24. \ '. `-. /
  25. \_:_) `"--.....-'
  26.  
  27. please don't remove credit
  28. edit however you may like, but as stated above, don't remove credit ok
  29. don't use as a basecode, either
  30. -->
  31. <title>{title}</title>
  32. <meta name="color:bg" content="#fff">
  33. <meta name="color:scrollbar" content="#000000" />
  34. <meta name="color:scrollbar background" content="#ffffff" />
  35. <meta name="color:link" content="#aaa"/>
  36. <meta name="color:hover" content="#fff"/>
  37. <meta name="text:link 1" content="/">
  38. <meta name="text:link 1 title" content="link 1">
  39. <meta name="text:link 2" content="/">
  40. <meta name="text:link 2 title" content="link 2">
  41. <meta name="text:link 3" content="/">
  42. <meta name="text:link 3 title" content="link 3">
  43. <meta name="color:desc" content=" #000"/>
  44. <meta name="font:desc" content="calibri"/>
  45. <meta name="image:bg" content=""/>
  46. <meta name="text:desc font size" content="12"/>
  47. <meta name="text:title size" content=" 14"/>
  48. <meta name="font:body" content="calibri"/>
  49. <meta name="color:link bg" content="#FFFF66"/>
  50. <link rel=”shortcut icon” href=”{Favicon}”/>
  51. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  52. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  53.  
  54. <style type="text/css">
  55. @font-face {font-family:Silkscreen; src: url(http://static.tumblr.com/qbwrk8v/zmWlpdkl0/slkscr.ttf);}
  56.  
  57. ::-webkit-scrollbar {
  58. height: 5px;
  59. width: 8px;}
  60.  
  61. ::-webkit-scrollbar-thumb {
  62. background-color:{color:scrollbar};}
  63.  
  64. ::-webkit-scrollbar-track{
  65. background-color:{color:scrollbar background};}
  66.  
  67. ::-webkit-scrollbar-buttom{
  68. background-color:{color:scrollbar background};}
  69.  
  70. a:visited, a:active, a:link{
  71. color:{color:link};
  72.  
  73. text-decoration:none;
  74. -webkit-transition: 1s ease;
  75. transition: 1s ease;
  76. -o-transition: 1s ease;
  77. -moz-transition: 1s ease;
  78. }
  79.  
  80. a:hover {
  81. color: {color:hover};
  82. background-color: {color:link bg};
  83. text-decoration:none;
  84. -webkit-transition:all 0.3s ease-in-out;
  85. -moz-transition:all 0.3s ease-in-out;
  86. -o-transition:all 0.3s ease-in-out;
  87. transition:all 0.3s ease-in-out;
  88. }
  89.  
  90. body{
  91. color:black;
  92. font-family:{font:body};
  93. font-size:10px;
  94. background-color:{color:bg};
  95. background-image: url({image:bg});
  96. background-repeat:no-repeat;
  97. background-position: bottom right;
  98. background-attachment: fixed;
  99.  
  100. }
  101.  
  102.  
  103. #cent{
  104. width:660px;
  105. margin-left:400px;
  106. background-color:transparent;
  107. position:absolute;
  108. padding:5px;
  109. }
  110.  
  111. #post{
  112. padding:19px;
  113.  
  114. background-color:transparent;
  115. width:250px;
  116. float:left;
  117. margin:2px;
  118. -webkit-transition: 1s ease;
  119. transition: 1s ease;
  120. -o-transition: 1s ease;
  121. -moz-transition: 1s ease;
  122. }
  123.  
  124.  
  125. #post .reblogperma{
  126.  
  127. -webkit-transition: 0.5s ease;
  128. transition: 0.5s ease;
  129. -o-transition: 0.5s ease;
  130. -moz-transition: 0.5s ease;
  131. margin-top:-32px;
  132. background: {color:bg};
  133. text-align:center;
  134. width:240px;
  135. opacity:0;
  136. padding: 10px;
  137. text-transform: normal;
  138.  
  139. }
  140. #post:hover .reblogperma{
  141. -webkit-transition: 1s ease-out;
  142. transition: 1s ease-out;
  143. -o-transition: 1s ease-out;
  144. -moz-transition:1s ease-out;
  145. opacity:.7;
  146. padding: 10px;
  147.  
  148. }
  149.  
  150. #description{
  151. background-color:#fff;
  152. width:120px;
  153. margin-top:150px;
  154. margin-left:150px;
  155. position:fixed;
  156. padding:13px;
  157. color: {color:desc};
  158. font-family: {font:desc};
  159. text-align: center;
  160. font-size: {text:desc font size}px;
  161. border: 1px solid #000;
  162. -moz-border-radius: 5px 30px;
  163. border-radius: 5px 30px / 10px 25px;
  164. }
  165. .title {
  166. font-size: {text:title size}px;
  167. font-family: silkscreen;
  168. }
  169. .pagination {
  170. display: none;
  171. }
  172. #cred {
  173. position:fixed;
  174. font-size:8px;
  175. font-weight:normal;
  176. line-height:150%;
  177. letter-spacing:2px;
  178. right:10px;
  179. bottom:10px;
  180. text-transform:uppercase;
  181. text-align:center;
  182. }
  183. {CustomCSS}</style>
  184.  
  185. </head>
  186. <body>
  187. <div id="cred">
  188. <a href="http://astraliesthemes.tumblr.com/">
  189. <fixed><img src="http://media.tumblr.com/8326278719b1644038e8e28b5fc2be10/tumblr_inline_mhielcSZN21qz4rgp.gif" alt="credit" width="32" height="32"></a></p></div></fixed>
  190. <div id="description">
  191. <div class="title"><a href="/">{title}</a></div><br>
  192. {description}<br> <br>
  193. <a href="/ask">ask</a>
  194. {block:iflink1}<a href="{text:link 1}">{text:link 1 title}</a>{/block:iflink1}
  195. {block:iflink2}<a href="{text:link 2}">{text:link 2 title}</a>{/block:iflink2}
  196. {block:iflink3}<a href="{text:link 3}">{text:link 3 title}</a>{/block:iflink3}
  197. </div>
  198.  
  199. <div id="cent">
  200.  
  201. {block:Posts}
  202.  
  203. <div id="post">
  204.  
  205. {block:Title}{Title}{/block:Title}
  206.  
  207. {block:Text}{Body}<center><a href="{Permalink}">{NoteCountWithLabel}</a> ✩
  208. <a href="{ReblogURL}">reblog</a></center>{/block:Text}
  209.  
  210. {block:Photo}
  211. <a href="{permalink}"><img src="{PhotoURL-250}" width="250"/></a>
  212. {block:indexpage}<div class="reblogperma">
  213. <a href="{Permalink}">{NoteCountWithLabel}</a> ✩
  214. <a href="{ReblogURL}">reblog</a>
  215. </div>{/block:indexpage}
  216. {/block:Photo}
  217.  
  218. {block:Photoset}
  219. {Photoset-250}
  220. {block:indexpage}<center><a href="{Permalink}">{NoteCountWithLabel}</a> ✩
  221. <a href="{ReblogURL}">reblog</a></center>{/block:indexpage}
  222. {/block:Photoset}
  223.  
  224.  
  225. {block:Quote}
  226. ❝{Quote}❞
  227. <div align="right">
  228. {block:Source}-{Source}{/block:Source}
  229. </div>
  230. {block:indexpage}<center><a href="{Permalink}">{NoteCountWithLabel}</a> ✩
  231. <a href="{ReblogURL}">reblog</a></center>{/block:indexpage}
  232. {/block:Quote}
  233.  
  234.  
  235. {block:Video}
  236. {Video-250}<br>
  237. {PlayCountWithLabel}
  238. {block:indexpage}<center><a href="{Permalink}">{NoteCountWithLabel}</a> ✩
  239. <a href="{ReblogURL}">reblog</a></center>{/block:indexpage}
  240. {/block:Video}
  241.  
  242.  
  243. {block:Link}
  244. <a href="{URL}" class="link" {Target}>{Name}</a><BR>
  245. {block:Description}{Description}{/block:Description}
  246. {block:indexpage}<center><a href="{Permalink}">{NoteCountWithLabel}</a> ✩
  247. <a href="{ReblogURL}">reblog</a></center>{/block:indexpage}
  248. {/block:Link}
  249.  
  250. {block:Chat}
  251. {block:Lines}
  252. {block:Label}
  253. <br>{Label}
  254. {/block:Label}
  255. &nbsp;{Line}
  256. {/block:Lines}
  257. {block:indexpage}<center><a href="{Permalink}">{NoteCountWithLabel}</a> ✩
  258. <a href="{ReblogURL}">reblog</a></center>{/block:indexpage}
  259. {/block:Chat}
  260.  
  261. {block:Audio}
  262. {AudioPlayerWhite}
  263. <br><div align="right">{block:TrackName}
  264. Song: {TrackName}</div>
  265. {/block:TrackName}<br>
  266. {block:Caption}{Caption}{/block:Caption}
  267. {block:indexpage}<center><a href="{Permalink}">{NoteCountWithLabel}</a> ✩
  268. <a href="{ReblogURL}">reblog</a></center>{/block:indexpage}
  269. {/block:Audio}
  270.  
  271.  
  272. {block:Answer}
  273. {Asker} asked: {Question}<Br>
  274. {Answer}
  275. {block:indexpage}<center><a href="{Permalink}">{NoteCountWithLabel}</a> ✩
  276. <a href="{ReblogURL}">reblog</a></center>{/block:indexpage}
  277. {/block:Answer}
  278.  
  279. {block:PermalinkPage}
  280. {block:Caption}
  281. {Caption}
  282. {/block:Caption}
  283. <br>
  284. {block:NoteCount}
  285. {NoteCount} notes
  286. {/block:NoteCount}
  287. <Br>
  288. {block:PostNotes}<div style="overflow:auto; width: 250px; height:200px; border: none; background-color: transparent; text-align: center;">{PostNotes}</div>{/block:PostNotes}</div>
  289. {/block:PermalinkPage}
  290. </div>
  291.  
  292. {/block:Posts}
  293.  
  294. </div>
  295.  
  296. </body>
  297. </html>
  298. </div>
  299.  
  300. {block:Pagination}
  301. <div class="pagination">
  302. {block:PreviousPage}<a href="{PreviousPage}">Previous page</a>{/block:PreviousPage}
  303. {block:NextPage}<a href="{NextPage}">Next page</a>{/block:NextPage}
  304. </div>
  305. {/block:Pagination}
  306.  
  307.  
  308. <!--Links to jQuery library, Masonry, infinite scroll and imagesLoaded-->
  309. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  310. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  311.  
  312.  
  313. <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
  314. <script src="http://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
  315.  
  316. <!--Code for infinite scroll and grid layout-->
  317. <script>
  318. (function() {
  319. var $tumblelog = $('#cent');
  320.  
  321. $tumblelog.infinitescroll({
  322. navSelector : ".pagination",
  323. nextSelector : ".pagination a:first",
  324. itemSelector : "#post",
  325. bufferPx : 5,
  326. done : "",
  327. loading: {
  328. img : "",
  329. msgText: ""
  330. },
  331. },
  332. function( newElements ) {
  333. var $newElems = $( newElements ).css({ opacity: 0 });
  334. $newElems.imagesLoaded(function(){
  335. $newElems.animate({ opacity: 1 });
  336. $tumblelog.masonry( 'appended', $newElems);
  337. });
  338. }
  339. );
  340.  
  341. $tumblelog.imagesLoaded( function(){
  342. $tumblelog.masonry({
  343. columnWidth: function( containerWidth ) {
  344. return containerWidth / 500;
  345. }
  346. });
  347. });
  348. })();
  349. </script>
  350. </div>
  351.  
  352. </body>
  353. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement