Advertisement
Amanduhh7

Island of Discovery

Feb 12th, 2014
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.58 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <head>
  4.  
  5.  
  6.  
  7.  
  8.  
  9. <!--Do not remove the credit-->
  10. <!--Do not remove the credit-->
  11. <!--Do not remove the credit-->
  12. <!--Do not remove the credit-->
  13.  
  14.  
  15.  
  16.  
  17.  
  18. <meta name="image:sidebar" content="">
  19.  
  20. <meta name="color:title" content="#000000">
  21. <meta name="color:nav" content="#000000">
  22. <meta name="color:links" content="#ffffff">
  23. <meta name="color:linksback" content="#000000">
  24. <meta name="color:linkshover" content="#b3aeaf">
  25. <meta name="color:sidebar" content="#c4f8f6">
  26.  
  27. <meta name="text:Quote" content="">
  28. <meta name="text:Link1URL" content="">
  29. <meta name="text:Link1" content="">
  30. <meta name="text:Link2URL" content="">
  31. <meta name="text:Link2" content="">
  32. <meta name="text:Link3URL" content="">
  33. <meta name="text:Link3" content="">
  34. <meta name="text:Link4URL" content="">
  35. <meta name="text:Link4" content="">
  36.  
  37.  
  38.  
  39.  
  40. <script type="text/javascript"
  41. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  42.  
  43. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  44.  
  45. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  46. <script type="text/javascript">
  47. $(window).load(function () {
  48. var $content = $('#content');
  49. $content.masonry({itemSelector: '.posts'}),
  50. $content.infinitescroll({
  51. navSelector : 'div#pagination',
  52. nextSelector : 'div#pagination a#nextPage',
  53. itemSelector : '.posts',
  54. loading: {
  55. finishedMsg: '',
  56. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  57. },
  58. bufferPx : 600,
  59. debug : false,
  60. },
  61. // call masonry as a callback.
  62. function( newElements ) {
  63. var $newElems = $( newElements );
  64. $newElems.hide();
  65. // ensure that images load before adding to masonry layout
  66. $newElems.imagesLoaded(function(){
  67. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});</script>
  68.  
  69.  
  70.  
  71.  
  72.  
  73. <style type="text/css">
  74.  
  75.  
  76. @font-face {font-family:silent reaction; src: url(http://static.tumblr.com/knytmqx/DCPmz4ita/silent_reaction.ttf) format(“truetype”); }
  77.  
  78. @font-face {font-family:delicious curls; src: urlhttp://static.tumblr.com/bfas1zi/hChn0t595/delicious_curls_1_.ttf) format(“truetype”); }
  79.  
  80. #sidebar{
  81. position:fixed;
  82. left:-5px;
  83. top:-5px;
  84. width:200px;
  85. height:1000px;
  86. background-color:{color:sidebar};
  87. }
  88.  
  89. #sidebar .title{
  90. position:fixed;
  91. font-size:20px;
  92. font-family:silent reaction;
  93. color:{color:title};
  94. top:230px;
  95. left:10px;
  96. }
  97.  
  98. #sidebar img{
  99. width:100px;
  100. height:100px;
  101. }
  102.  
  103. #sidebar .description{
  104. position:fixed;
  105. top:400px;
  106. left:20px;
  107. width:150px;
  108. height:150px;
  109. overflow:auto;
  110. font-size:12px;
  111. text-align:justify;
  112. }
  113.  
  114. #sidebar .nav{
  115. position:fixed;
  116. top:560px;
  117. left:12px;
  118. }
  119.  
  120. .nav a{
  121. font-size:14px;
  122. color:{color:nav};
  123. text-decoration:none;
  124. padding-left:20px;
  125. text-align:center;
  126. width:50px;
  127. display:inline-block;
  128. }
  129.  
  130. .link1 a{
  131. position:fixed;
  132. top:680px;
  133. left:-150px;
  134. width:150px;
  135. text-align:center;
  136. -webkit-transition:all 1s ease-in-out;
  137. -moz-transition:all 1s ease-in-out;
  138. -o-transition:all 1s ease-in-out;
  139. transition:all 1s ease-in-out;
  140. }
  141.  
  142. .link1 a{color:{color:links}; text-decoration:none; background-color:{color:linksback}; padding-left:10px; padding-right:10px;}
  143.  
  144. .link1 a:hover{
  145. left:10px;
  146. background-color:{color:linkshover};
  147. }
  148.  
  149. .link2 a{
  150. position:fixed;
  151. top:710px;
  152. left:-150px;
  153. width:150px;
  154. text-align:center;
  155. -webkit-transition:all 1s ease-in-out;
  156. -moz-transition:all 1s ease-in-out;
  157. -o-transition:all 1s ease-in-out;
  158. transition:all 1s ease-in-out;
  159. }
  160.  
  161. .link2 a{color:{color:links}; text-decoration:none; background-color:{color:linksback}; padding-left:10px; padding-right:10px;}
  162.  
  163. .link2 a:hover{
  164. left:10px;
  165. background-color:{color:linkshover};
  166. }
  167.  
  168. .link3 a{
  169. position:fixed;
  170. top:740px;
  171. left:-150px;
  172. width:150px;
  173. text-align:center;
  174. -webkit-transition:all 1s ease-in-out;
  175. -moz-transition:all 1s ease-in-out;
  176. -o-transition:all 1s ease-in-out;
  177. transition:all 1s ease-in-out;
  178. }
  179.  
  180. .link3 a{color:{color:links}; text-decoration:none; background-color:{color:linksback}; padding-left:10px; padding-right:10px;}
  181.  
  182. .link3 a:hover{
  183. left:10px;
  184. background-color:{color:linkshover};
  185. }
  186.  
  187. .link4 a{
  188. position:fixed;
  189. top:770px;
  190. left:-150px;
  191. width:150px;
  192. text-align:center;
  193. -webkit-transition:all 1s ease-in-out;
  194. -moz-transition:all 1s ease-in-out;
  195. -o-transition:all 1s ease-in-out;
  196. transition:all 1s ease-in-out;
  197. }
  198.  
  199. .link4 a{color:{color:links}; text-decoration:none; background-color:{color:linksback}; padding-left:10px; padding-right:10px;}
  200.  
  201. .link4 a:hover{
  202. left:10px;
  203. background-color:{color:linkshover};
  204. }
  205.  
  206.  
  207.  
  208. /*content start*/
  209. #content{
  210. position:absolute;
  211. width:1500px;
  212. margin-top:100px;
  213. margin-left:300px;
  214.  
  215. }
  216.  
  217. #content .posts{
  218. width:250px;
  219. padding: 20px;
  220. margin: 5px;
  221. float:left;
  222.  
  223. }
  224.  
  225. .posttitle{
  226. color:{color:posttitle};
  227. font-size:30px;
  228. text-align:center;
  229. font-family:delicious curls;
  230. }
  231.  
  232. .posttext{
  233. color:black;
  234. font-size:15px;
  235. text-align:center;
  236. }
  237.  
  238. .postdescription{
  239. font-size:12px;
  240. text-align:center;
  241. }
  242.  
  243. .postcaption{
  244. font-size:12px;
  245. text-align:center;
  246. }
  247.  
  248. .link{color:{color:postlink};}
  249.  
  250. .quote{
  251. font-style:italic;
  252. }
  253.  
  254. .quotesource{
  255. font-size:12px;
  256. }
  257.  
  258. #info{
  259. opacity:.7;
  260. width:250px;
  261. padding-top:5px;
  262. padding:bottom:5px;
  263. text-align:center;
  264. border-bottom:2px solid black;
  265. visibility:hidden;
  266. }
  267.  
  268. #date a{
  269. color:#000000;
  270. font-weight:bold;
  271. font-size:12px;
  272. text-decoration:none;
  273. visibility:hidden;
  274. }
  275.  
  276. #notecontainer {
  277. float:right;
  278. margin-right:600px;
  279. font-size: 11px;
  280. background-color:white;
  281. }
  282.  
  283.  
  284. #notecontainer a{text-decoration:none; color:black;}
  285.  
  286. #notecontainer ol.notes {
  287. list-style-type: none;
  288. margin: 0;
  289. padding: 0;
  290. }
  291.  
  292. .chat{list-style:none;}
  293.  
  294. .pagination {
  295. display: none;
  296. }
  297.  
  298. /*Change the background color and solid color to change the colors of the scrollbars*/
  299. ::-webkit-scrollbar-thumb {background-color:#c4f8f6; border: 3px solid #fff; height:auto; border-bottom:none;}
  300.  
  301. ::-webkit-scrollbar {height:9px;width:12px;background-color:#c4f8f6;
  302. border:4px solid #fff;}
  303. /*Change the background color and solid color to change the colors of the scrollbars*/
  304.  
  305.  
  306. #title2{
  307. position:absolute;
  308. font-size:50px;
  309. font-family:silent reaction;
  310. left:800px;
  311. top:20px;
  312. }
  313.  
  314. /* Custom CSS */
  315. {CustomCSS}
  316. </style>
  317. </head>
  318. <body>
  319. <div class=”navigation”>
  320. {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}
  321. </div>
  322.  
  323. <div id="title2">
  324. {Title}
  325. </div>
  326.  
  327.  
  328. <div id="sidebar">
  329. <div class="title">
  330. {text:Quote}
  331. </div>
  332.  
  333. <img src="{image:sidebar}" style="position:fixed; top:280px; left:45px;">
  334.  
  335. <div class="description">
  336. {block:Description}{Description}{/block:Description}
  337. </div>
  338.  
  339. <div class="nav">
  340. <a href="/">Home</a>
  341. <a href="/archive">Archive</a>
  342. <br>
  343. <a href="/submit">Submit</a>
  344. <a href="/ask">Message</a>
  345. </div>
  346. </div>
  347.  
  348. <div id="extralinks">
  349. <div class="link1"><a href="{text:Link1URL}">{text:Link1}</a></div>
  350. <br>
  351. <div class="link2"><a href="{text:Link2URL}">{text:Link2}</a></div>
  352. <br>
  353. <div class="link3"><a href="{text:Link3URL}">{text:Link3}</a></div>
  354. <br>
  355. <div class="link4"><a href="{text:Link4URL}">{text:Link4}</a></div>
  356. </div>
  357.  
  358.  
  359. <!--start content-->
  360. <div id="content">
  361. {block:Posts}
  362.  
  363. <div class="posts">
  364.  
  365. {block:Text}
  366. <a href="{Permalink}" style="text-decoration:none; color:gray;"><div class="posttitle">{Title}</div></a>
  367. <a href="{Permalink}"style="text-decoration:none;"><div class="posttext">{Body}</div></a>
  368. {/block:Text}
  369.  
  370. {block:Photo}
  371. <a href="{Permalink}"><img src="{PhotoURL-500}" width="250" ALT=""></a>
  372. {block:Caption}<div class="postcaption">{Caption}</div>{/block:Caption}
  373. {/block:Photo}
  374.  
  375. {block:Photoset}
  376. {block:Photos}
  377. <a href="{Permalink}"><img src="{PhotoURL-500}" width="{PhotoWidth-250}"></a>
  378. {block:Caption}<div class="postcaption">{Caption}</div>{/block:Caption}
  379. {/block:Photos}
  380. {block:Caption}<div class="postcaption">{Caption}</div>{/block:Caption}
  381. {/block:Photoset}
  382.  
  383. {block:Quote}
  384. <div class="quote"><b>"{Quote}"</b></div>
  385. <br>
  386. <div class="quotesource">~{Source}</div>
  387. {/block:Quote}
  388.  
  389. {block:Chat}
  390. {block:Title}<div class="posttitle">{Title}</div>{/block:Title}
  391. <ul>
  392. <div class="chat">{block:Lines}<li>{block:Label}<strong>{Label}</strong>{/block:Label}{Line}</li>{/block:Lines}</div>
  393. </ul>
  394. {/block:Chat}
  395.  
  396. {block:Link}
  397. <a href="{URL}"style="text-decoration:none; color:gray;"><div class="posttitle link">{Name}</div></a>
  398. {block:Description}<div class="postdescription">{Description}</div>{/block:Description}
  399. {/block:Link}
  400.  
  401. {block:Answer}
  402. <div class="answer"><img src="{AskerPortraitURL-30}" alt=""><div class="ask">{Asker}</div>
  403. <br><br> <b>{Question}</b>
  404. <br><br>
  405. {block:Answerer}
  406. <img src="{AnswererPortraitURL-16}" alt="">
  407. <div class="ask">{Answerer}</div>
  408. <div class="answerer">{Answer}</div>
  409. {/block:Answerer}
  410. <br><br>
  411. {Replies}
  412. </div>
  413. {/block:Answer}
  414.  
  415. {block:Video}
  416. {VideoEmbed-250}
  417. {PlayCountWithLabel}
  418. {block:Caption}<div class="postcaption">{Caption}</div>{/block:Caption}
  419. {/block:Video}
  420.  
  421. {block:Audio}
  422. {block:AudioEmbed}{AudioEmbed-250}{/block:AudioEmbed}
  423. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  424. {block:PlayCount}{PlayCount}{/block:PlayCount}
  425. {block:Caption}<div class="postcaption">{Caption}</div>{/block:Caption}
  426. {/block:Audio}
  427.  
  428.  
  429.  
  430. <div id="info"> <div id="date">
  431. {block:Date}<a href="{Permalink}">{DayOfMonth} {Month} {Year}</a>{/block:Date}
  432. </div>
  433. </div>
  434.  
  435.  
  436. </div>
  437. {/block:Posts}
  438.  
  439. {block:PermalinkPage}
  440. {block:PostNotes}
  441. <div id="notecontainer">{PostNotes}</div>
  442. {/block:PostNotes}
  443.  
  444. {/block:PermalinkPage}
  445.  
  446.  
  447. {block:IndexPage}
  448. {block:Pagination}
  449. <div id="pagination">
  450. {block:NextPage}
  451. <a id="nextPage" href="{NextPage}"></a>
  452. {/block:NextPage}
  453. {block:PreviousPage}
  454. <a href="{PreviousPage}"></a>
  455. {/block:PreviousPage}
  456. </div>
  457. {/block:Pagination}
  458. {/block:IndexPage}
  459.  
  460.  
  461. </div>
  462.  
  463. <!--End Content-->
  464.  
  465.  
  466. <div style="position:fixed; bottom:-2px; left:30px;">
  467. <a href="http://www.slapdashthemes.tumblr.com"><img src="http://static.tumblr.com/knytmqx/ZJImzckar/credit.png"</a>
  468. </div>
  469. </body>
  470. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement