Advertisement
ogaraster

Adventure Theme

Jun 22nd, 2013
29,525
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.59 KB | None | 0 0
  1. <!--
  2.  
  3. Adventure Theme brought to you by Atlas Designs
  4. http://atlasdesigns.co/
  5.  
  6. Do not remove credit unless given permission to do so.
  7.  
  8. -->
  9.  
  10. <head>
  11.  
  12. <link rel="shortcut icon" href="{PortraitURL-24}">
  13. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  14. <meta name="viewport" content="width=820" />
  15.  
  16. <link href='http://fonts.googleapis.com/css?family=Lobster+Two|Handlee|Satisfy' rel='stylesheet' type='text/css'></script>
  17. <link href='http://fonts.googleapis.com/css?family=Convergence' rel='stylesheet' type='text/css'>
  18.  
  19. <script type="text/javascript"
  20. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  21.  
  22. {block:IndexPage}
  23. <script type="text/javascript"
  24. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  25. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  26.  
  27. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  28. <script type="text/javascript">
  29. $(window).load(function () {
  30. var $content = $('#content');
  31. $content.masonry({itemSelector: '.entry'}),
  32. $content.infinitescroll({
  33. navSelector : 'div#pagination',
  34. nextSelector : 'div#pagination a#nextPage',
  35. itemSelector : '.entry',
  36. loading: {
  37. finishedMsg: '',
  38. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  39. },
  40. bufferPx : 600,
  41. debug : false,
  42. },
  43. // call masonry as a callback.
  44. function( newElements ) {
  45. var $newElems = $( newElements );
  46. $newElems.hide();
  47. // ensure that images load before adding to masonry layout
  48. $newElems.imagesLoaded(function(){
  49. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});</script>
  50. {/block:IndexPage}
  51.  
  52. <meta name="color:background" content="#ffffff" />
  53. <meta name="color:post background" content="#f0f0f0" />
  54. <meta name="color:header" content="#ebebeb" />
  55. <meta name="color:text" content="#000000" />
  56. <meta name="color:title" content="#ffffff" />
  57. <meta name="color:link" content="#828282" />
  58. <meta name="color:link hover" content="#ebebeb" />
  59. <meta name="color:scrollbar" content="#ebebeb" />
  60.  
  61. <meta name="if:title font one" content="0">
  62. <meta name="if:title font two" content="0">
  63. <meta name="if:title font three" content="0">
  64. <meta name="if:show post captions" content="0">
  65. <meta name="if:four columns" content="0">
  66. <meta name="if:navigation hover" content="0">
  67.  
  68. <meta name="text:home" content="refresh">
  69. <meta name="text:message" content="mailbox">
  70. <meta name="text:reblog" content="reblog">
  71. <meta name="text:archive" content="index">
  72.  
  73. <meta name="image:background" content="" />
  74. <meta name="image:title background" content="">
  75.  
  76. <style type="text/css">
  77.  
  78.  
  79. ::-webkit-scrollbar {width: 7px; height: 0px; background:{color:background};}
  80. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-radius:10px;}
  81.  
  82. iframe#tumblr_controls {position:fixed; z-index:9999999999; top: 3px; margin: 0 0 0 0; right:4px; -webkit-filter: invert(100%);}
  83.  
  84. body {
  85. background-color: {color:background};
  86. background-image:url('{image:Background}');
  87. background-attachment: fixed;
  88. background-repeat: repeat;
  89. font-size:12px;
  90. font-family:convergence;
  91. line-height:14px;
  92. text-transform:none;
  93. color: {color:text};
  94. }
  95.  
  96. #title{
  97. position:absolute;
  98. font-family:helvetica neue, helvetica;
  99. top:20px;
  100. left:0px;
  101. text-align:right;
  102. padding:10px;
  103. padding-right:20px;
  104. padding-left:100px;
  105. background-color:{color:header};
  106. background-image:url('{image:title background}');
  107. background-size:300px auto;
  108. z-index:999;
  109. }
  110.  
  111. .blogtitle{
  112. font-size:30px;
  113. line-height:50px;
  114. font-weight:700;
  115. color:{color:title};
  116. text-transform:none;
  117. letter-spacing:-.09em;
  118. cursor:default;
  119.  
  120. {block:iftitlefontone}
  121. font-family: Lobster Two;
  122. font-size:37px
  123. {/block:iftitlefontone}
  124. {block:iftitlefonttwo}
  125. font-family: satisfy;
  126. font-size:37px;
  127. {/block:iftitlefonttwo}
  128. {block:iftitlefontthree}
  129. font-family: handlee;
  130. font-size:33px;
  131. {/block:iftitlefontthree}
  132. }
  133.  
  134. .nav{
  135. font-family:convergence;
  136. font-size:12px;
  137. position:absolute;
  138. right:-820px;
  139. top:26px;
  140. text-transform:uppercase;
  141. word-spacing:18px;
  142. width:800px;
  143. text-align:left;
  144. }
  145. .nav a{
  146. padding:3px;
  147. }
  148. .nav a:hover{
  149. {block:ifnavigationhover}
  150. background-color:{color:header};
  151. {/block:ifnavigationhover}
  152. }
  153.  
  154. .plus{
  155. font-family:helvetica;
  156. font-size:22px;
  157. line-height:15px;
  158. font-weight:700;
  159. color:{color:header};
  160. cursor:pointer;
  161. }
  162.  
  163. .description{
  164. font-family:convergence;
  165. color:{color:text};
  166. font-size:12px;
  167. font-weight:400;
  168. line-height:13px;
  169. letter-spacing:0px;
  170. position:absolute;
  171. top:65px;
  172. right:0px;
  173. padding:10px;
  174. padding-top:0px;
  175. padding-right:20px;
  176. background-color:{color:header};
  177. background-image:url('{image:title background}');
  178. background-size:300px auto;
  179. width:100%;
  180. }
  181.  
  182. .answer{
  183. width:90%;
  184. padding:5%;
  185. background:{color:post background};
  186. }
  187. .answer img {
  188. width:100%;
  189. height:auto;
  190. }
  191.  
  192. a, a:link, a:active, a:visited{
  193. color:{color:link};
  194. text-decoration:none;
  195. }
  196.  
  197. a:hover{
  198. color:{color:link hover};
  199. }
  200.  
  201. #content {
  202. width: 100%;
  203. margin-left:30px;
  204. {block:iffourcolumns}
  205. margin-left:50px;
  206. {/block:iffourcolumns}
  207. margin-top:120px;
  208. float:left;
  209. position: absolute;
  210. {block:PermalinkPage}
  211. margin-top:120px;
  212. left:50%;
  213. margin-left:-540px;
  214. {/block:PermalinkPage}
  215. }
  216.  
  217. .entry{
  218. margin:2%;
  219. float:left;
  220. height:auto;
  221. background-color: #trans;
  222. {block:IndexPage}
  223. width:15%;
  224. {block:iffourcolumns}
  225. width:19%;
  226. {/block:iffourcolumns}
  227. {/block:IndexPage}
  228. {block:PermalinkPage}
  229. width:500px;
  230. height:auto;
  231. {/block:PermalinkPage}
  232. }
  233.  
  234. .entry img{
  235. -moz-transition: all 0.2s ease-in-out;
  236. -webkit-transition: all 0.2s ease-in-out;
  237. -o-transition: all 0.2s ease-in-out;
  238. -ms-transition: all 0.2s ease-in-out;
  239. transition: all 0.2s ease-in-out;
  240. }
  241.  
  242. .entry img:hover{
  243. opacity:.8;
  244. -moz-transition: all 0.2s ease-in-out;
  245. -webkit-transition: all 0.2s ease-in-out;
  246. -o-transition: all 0.2s ease-in-out;
  247. -ms-transition: all 0.2s ease-in-out;
  248. transition: all 0.2s ease-in-out;
  249. }
  250.  
  251. .title{
  252. font-family:helvetica neue, helvetica;
  253. font-size:20px;
  254. line-height:24px;
  255. text-transform:lowercase;
  256. letter-spacing:-.09em;
  257. font-weight:500;
  258. text-align:left;
  259. }
  260.  
  261. blockquote{
  262. padding:0px 0px 0px 3px;
  263. margin:0px 0px 0px 2px;
  264. border-left: 2px solid {color:header};
  265. }
  266.  
  267. .perma{
  268. position:absolute;
  269. bottom:10px;
  270. left:-30px;
  271. opacity: 0;
  272. -webkit-transition: all 0.2s linear;
  273. -webkit-transition: all 0.2s linear;
  274. -moz-transition: all 0.2s linear;
  275. transition: all 0.2s linear;
  276. }
  277.  
  278. .entry:hover .perma{
  279. opacity:1;
  280. -webkit-transition: all 0.2s linear;
  281. -webkit-transition: all 0.2s linear;
  282. -moz-transition: all 0.2s linear;
  283. transition: all 0.2s linear;
  284. }
  285.  
  286. .speclink{
  287. word-spacing:1px;
  288. }
  289.  
  290. .chat li {
  291. list-style-type:none;
  292. margin-left:-40px;
  293. padding:5px;
  294. border-bottom:2px solid {color:header};
  295. }
  296. .label{
  297. font-family:helvetica neue, helvetica;
  298. font-weight:700;
  299. }
  300.  
  301. .like_and_reblog_buttons {
  302. list-style: none;
  303. }
  304.  
  305. .like_and_reblog_buttons li {
  306. float: left;
  307. border-radius: 3px;
  308. padding:7px;
  309. height:13px;
  310. width:13px;
  311. background-color:rgba(255,255,255,.9);
  312. }
  313.  
  314. .like_and_reblog_buttons li:first-child{
  315. margin-right:5px;
  316. }
  317.  
  318. .nnote{
  319. margin-left:5px;
  320. float: left;
  321. border-radius: 3px;
  322. padding:7px;
  323. height:13px;
  324. background-color:rgba(255,255,255,.9);
  325. }
  326. .nnote a{
  327. color:#a3a3a3;
  328. }
  329.  
  330. .play{
  331. position:absolute;
  332. left:50%;
  333. margin-left:-24px;
  334. top:50%;
  335. margin-top:-52px;
  336. border:10px solid white;
  337. height:27px;
  338. width:27px;
  339. border-radius:100%;
  340. overflow:hidden;
  341. }
  342.  
  343. .textbuttons ul{
  344. list-style:none;
  345. position:relative
  346. }
  347. .textbuttons li {
  348. list-style:None;
  349. float: right;
  350. }
  351. .textbuttons li:first-child {
  352. margin-left:12px;
  353. }
  354.  
  355. .textnote{
  356. position:absolute;
  357. left:5%;
  358. bottom:5px;
  359. font-weight:700;
  360. }
  361. .textnote a{
  362. font-family:helvetica;
  363. font-size:11px;
  364. color:#c9c9c9;
  365. }
  366. .textnoteaudio{
  367. position:absolute;
  368. left:0px;
  369. bottom:5px;
  370. font-weight:700;
  371. }
  372. .textnoteaudio a{
  373. font-family:helvetica;
  374. font-size:11px;
  375. color:#c9c9c9;
  376. }
  377.  
  378. .permaside{
  379. position:absolute;
  380. left:520px;
  381. top:10px;
  382. }
  383. .notess,.permacap,.permatime{
  384. width:450px;
  385. padding:20px;
  386. margin:20px;
  387. background-color:{color:header};
  388. }
  389. .permatitle{
  390. font-size:20px;
  391. line-height:22px;
  392. font-weight:700;
  393. color:{color:title};
  394. letter-spacing:-.09em;
  395. }
  396. .notess{
  397. height:200px;
  398. overflow-y:auto;
  399. }
  400. .notess li{
  401. list-style-type:none;
  402. margin-left:-37px;
  403. line-height:30px;
  404. }
  405. .notess img{
  406. display:none;
  407. }
  408.  
  409. {CustomCSS}
  410. </style>
  411.  
  412. <title>{title}</title>
  413.  
  414. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  415.  
  416. </head>
  417. <body>
  418.  
  419. <div id="fb-root"></div>
  420. <script>(function(d, s, id) {
  421. var js, fjs = d.getElementsByTagName(s)[0];
  422. if (d.getElementById(id)) return;
  423. js = d.createElement(s); js.id = id;
  424. js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
  425. fjs.parentNode.insertBefore(js, fjs);
  426. }(document, 'script', 'facebook-jssdk'));</script>
  427.  
  428. <script type="text/javascript">
  429. $(document).ready(function(){
  430. $(".description").hide(0);
  431. $(".plus").click(function(){
  432. $(".description").slideToggle(300);
  433. });
  434. });
  435. </script>
  436.  
  437. <div id="title">
  438. <div class="blogtitle">{title}
  439. <div class="description">{description}</div>
  440. </div>
  441. <span class="nav">
  442. <span class="plus">+</span>
  443. <a href="/">{text:home}</a>
  444. <a href="/ask">{text:message}</a>
  445. <a href="/archive">{text:archive}</a>
  446. {block:HasPages}{block:Pages}<span class="speclink"><a href="{URL}">{Label}</a></span> {/block:Pages}{/block:HasPages}
  447. <a href="http://atlasdesigns.co/">theme</a>
  448. </span>
  449. </div>
  450.  
  451. <div id="content">
  452. {block:Posts}
  453. <div class="entry">
  454.  
  455. {block:Text}
  456. <div class="answer">{block:Title}<span class="title">{Title}</span>{/block:Title}
  457. {Body}
  458. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  459. <ul class="textbuttons">
  460. <li>{ReblogButton color="gray" size=13}</li>
  461. <li>{LikeButton color="gray" size=13}</li>
  462. </ul><br>
  463. {/block:IndexPage}
  464. </div>
  465. {/block:Text}
  466.  
  467. {block:Link}
  468. <div class="answer"><a href="{URL}"><span class="title">{Name}</span></a>
  469. {block:Description}{Description}{/block:Description}
  470. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  471. <ul class="textbuttons">
  472. <li>{ReblogButton color="gray" size=13}</li>
  473. <li>{LikeButton color="gray" size=13}</li>
  474. </ul><br>
  475. {/block:IndexPage}
  476. </div>
  477. {block:Link}
  478.  
  479. {block:Photo}
  480. {block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=100%/></a></div>{LinkCloseTag}
  481. <div class="perma">
  482. <ul class="like_and_reblog_buttons">
  483. <li>{ReblogButton color="gray" size="14"}</li>
  484. <li>{LikeButton color="gray" size="14"}</li>
  485. <div class="nnote"><a href="{Permalink}">{NoteCount}</a></div>
  486. </ul>
  487. </div>
  488. {/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=500px/>{LinkCloseTag}{/block:PermalinkPage}
  489. {/block:Photo}
  490.  
  491. {block:Photoset}
  492. <center>
  493. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  494. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  495. </center>
  496. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  497. <ul class="textbuttons">
  498. <li>{ReblogButton color="gray" size=13}</li>
  499. <li>{LikeButton color="gray" size=13}</li>
  500. </ul><br>
  501. {/block:IndexPage}
  502. {/block:Photoset}
  503.  
  504. {block:Quote}
  505. <div class="answer"><div class="title">{Quote}</div>- {Source}
  506. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  507. <ul class="textbuttons">
  508. <li>{ReblogButton color="gray" size=13}</li>
  509. <li>{LikeButton color="gray" size=13}</li>
  510. </ul><br>
  511. {/block:IndexPage}
  512. </div>
  513. {/block:Quote}
  514.  
  515. {block:Chat}
  516. <div class="answer">
  517. <div style="margin-left:3px;">
  518. {block:Title}<span class="title">{Title}</span>{/block:Title}
  519. <ul class="chat">
  520. {block:Lines}
  521. <li class="user_{UserNumber}">
  522. {block:Label}
  523. <span class="label">{Label}</span>
  524. {/block:Label}
  525. {Line}
  526. </li>
  527. {/block:Lines}
  528. </ul>
  529. </div>
  530. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  531. <ul class="textbuttons">
  532. <li>{ReblogButton color="gray" size=13}</li>
  533. <li>{LikeButton color="gray" size=13}</li>
  534. </ul><br>
  535. {/block:IndexPage}
  536. </div>
  537. {/block:Chat}
  538.  
  539. {block:Audio}
  540. {block:AlbumArt}
  541. <center><a href="{Permalink}"><img src="{AlbumArtURL}" width="100%"></a></center>
  542. {/block:AlbumArt}
  543. <div class="play">{AudioPlayerWhite}</div>
  544. {block:Caption}<div class="answer">{Caption}</div>{/block:Caption}
  545. {block:IndexPage}<div class="textnoteaudio"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  546. <ul class="textbuttons">
  547. <li>{ReblogButton color="gray" size=13}</li>
  548. <li>{LikeButton color="gray" size=13}</li>
  549. </ul><br>
  550. {/block:IndexPage}
  551. {/block:IndexPage}
  552. {/block:Audio}
  553.  
  554. {block:Answer}
  555. <div class="answer"><div style="font-size:11px;line-height:11px;font-style:italic;color:{color:links}"><i>{Asker} asked:</i></div><br><span class="title">{Question}</span><hr color={color:title}>{Answer}
  556. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  557. <ul class="textbuttons">
  558. <li>{ReblogButton color="gray" size=13}</li>
  559. <li>{LikeButton color="gray" size=13}</li>
  560. </ul><br>
  561. {/block:IndexPage}
  562. </div>
  563. {/block:Answer}
  564.  
  565. {block:Video}
  566. {block:IndexPage}
  567. <center>
  568. {Video-250}</center>
  569. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  570. <ul class="textbuttons">
  571. <li>{ReblogButton color="gray" size=13}</li>
  572. <li>{LikeButton color="gray" size=13}</li>
  573. </ul><br>
  574. {/block:IndexPage}
  575. {/block:IndexPage}
  576. {block:PermalinkPage}
  577. <center>
  578. {Video-500}</center>
  579. {/block:PermalinkPage}
  580. {block:Video}
  581.  
  582. {block:PostNotes}
  583. <div class="permaside">
  584. {block:Caption}<div class="permacap"><span class="permatitle">Caption:</span><br>{Caption}</div>{/block:Caption}
  585. <div class="permatime"><span class="permatitle">Tags:</span><br><br>{block:HasTags}{block:Tags}<a href="tagged/{Tag}">#{Tag}</a> {/block:Tags}{/block:hasTags}</div>
  586. <div class="notess"><span class="permatitle">{NoteCount} Notes:</span><br>{PostNotes}</div></div>
  587. {/block:PostNotes}
  588. </div>
  589.  
  590. {/block:Posts}
  591.  
  592. {block:IndexPage}
  593. {block:Pagination}
  594. <div id="pagination">
  595. {block:NextPage}
  596. <a id="nextPage" href="{NextPage}"></a>
  597. {/block:NextPage}
  598. {block:PreviousPage}
  599. <a href="{PreviousPage}"></a>
  600. {/block:PreviousPage}
  601. </div>
  602. {/block:Pagination}
  603. {/block:IndexPage}
  604. </div>
  605.  
  606. <div style="position:fixed;z-index:99999999999999999999999999999999999; !important;top:24px;right:3px;-webkit-filter:invert(100%);"><a href="http://atlasdesigns.tumblr.com/"><img src="http://static.tumblr.com/2w7y46r/wuvmba8c2/installtheme.png"></a></div>
  607.  
  608. </body>
  609. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement