Advertisement
ogaraster

Osiris Tumblr Theme by Atlas Designs

Feb 28th, 2013
84,674
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.99 KB | None | 0 0
  1. <!--
  2.  
  3. Osiris Theme brought to you by Atlas Designs
  4. http://atlasdesigns.co/
  5.  
  6. Updated in 2017 by Neon Bike Themes
  7. http://nbthm.tk/
  8.  
  9. Do not remove credit unless given permission to do so.
  10.  
  11. -->
  12.  
  13. <head>
  14.  
  15. <link rel="shortcut icon" href="{Favicon}">
  16.  
  17. <meta name="color:Background" content="#ffffff" />
  18. <meta name="color:Post Background" content="#f0f0f0" />
  19. <meta name="color:Text" content="#000000" />
  20. <meta name="color:Title" content="#ebebeb" />
  21. <meta name="color:Header Text" content="#a0a0a0" />
  22. <meta name="color:Header" content="#ffffff" />
  23. <meta name="color:Link" content="#828282" />
  24. <meta name="color:Link Hover" content="#ebebeb" />
  25. <meta name="color:Scrollbar" content="#ebebeb" />
  26.  
  27. <meta name="text:Home" content="Home">
  28. <meta name="text:Message" content="Message">
  29. <meta name="text:Archive" content="Archive">
  30.  
  31. <meta name="select:Title Font" content="Abel" title="Abel">
  32. <meta name="select:Title Font" content="Montserrat" title="Montserrat">
  33. <meta name="select:Title Font" content="Raleway" title="Raleway">
  34. <meta name="select:Title Font" content="Ubuntu Condensed" title="Ubuntu Condensed">
  35.  
  36. <meta name="select:Body Font" content="ABeeZee" title="ABeeZee">
  37. <meta name="select:Body Font" content="Karla" title="Karla">
  38. <meta name="select:Body Font" content="Open Sans" title="Open Sans">
  39. <meta name="select:Body Font" content="Roboto" title="Roboto">
  40. <meta name="select:Body Font" content="Rubik" title="Rubik">
  41. <meta name="select:Body Font" content="PT Sans" title="PT Sans">
  42. <meta name="select:Body Font" content="Roboto Slab" title="Roboto Slab">
  43. <meta name="select:Body Font" content="Source Sans Pro" title="Source Sans Pro">
  44. <meta name="select:Body Font" content="Helvetica" title="Helvetica">
  45.  
  46. <meta name="select:Body Font Size" content="10px" title="10px">
  47. <meta name="select:Body Font Size" content="11px" title="11px">
  48. <meta name="select:Body Font Size" content="12px" title="12px">
  49. <meta name="select:Body Font Size" content="13px" title="13px">
  50.  
  51. <meta name="if:Show Banner" content="1">
  52. <meta name="if:Show Submit Link" content="0">
  53. <meta name="if:Centered Header" content="0">
  54. <meta name="if:Fixed Header" content="1">
  55. <meta name="if:Header Shadow" content="1">
  56. <meta name="if:Show Captions" content="1">
  57. <meta name="if:Three Columns" content="1">
  58. <meta name="if:Four Columns" content="0">
  59.  
  60. <meta name="image:Background" content="" />
  61. <meta name="image:Banner" content="">
  62. <meta name="image:Header" content="">
  63.  
  64.  
  65. <!-- FONTS -->
  66. <link href="https://fonts.googleapis.com/css?family=Open+Sans|PT+Sans|Roboto|Roboto+Slab|Rubik|Source+Sans+Pro" rel="stylesheet">
  67. <link href="https://fonts.googleapis.com/css?family=ABeeZee|Karla" rel="stylesheet">
  68. <link href="https://fonts.googleapis.com/css?family=Abel|Montserrat|Raleway|Ubuntu+Condensed" rel="stylesheet">
  69.  
  70. <script type="text/javascript"
  71. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  72.  
  73. <style type="text/css">
  74.  
  75. ::-webkit-scrollbar {width: 6px; height: 0px; background:transparent;}
  76. ::-webkit-scrollbar-thumb {background:{color:scrollbar}; border-radius:10px;}
  77.  
  78. iframe#tumblr_controls {position:fixed; z-index:9999999999; top: 3px; margin: 0 0 0 0; right:4px; -webkit-filter: invert(100%);}
  79.  
  80. .tmblr-iframe, #tumblr_controls, tmblr-iframe tmblr-iframe--desktop-logged-in-controls, .iframe-controls--desktop{ position:fixed; z-index:9999999999; top: 3px; margin: 0 0 0 0; right:4px; -webkit-filter: invert(100%);
  81. }
  82.  
  83.  
  84. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  85. #infscr-loading {display:none;}
  86. .navigation {display:none!important;}
  87.  
  88. body {
  89. background-color: {color:background};
  90. background-image:url('{image:Background}');
  91. background-attachment: fixed;
  92. background-repeat: repeat;
  93. font-size:{select:Body Font size};
  94. font-family:{select:Body Font}, sans serif;
  95. line-height:130%;
  96. text-transform:none;
  97. color: {color:text};
  98. margin:0px;
  99. }
  100.  
  101. #top{
  102. color:{color:header text};
  103. {block:iffixedheader}
  104. position:relative;
  105. {/block:iffixedheader}
  106. {block:ifnotfixedheader}
  107. position:relative;
  108. {/block:ifnotfixedheader}
  109. top:0px;
  110. left:0px;
  111. width:100%;
  112. padding:10px 0 0 0;
  113. vertical-align:top;
  114. background-color:{color:header};
  115. background-image:urL('{image:header}');
  116. background-size: 100% auto;
  117. {block:ifheadershadow}
  118. box-shadow:0px -1px 7px gray;
  119. {/block:ifheadershadow}
  120. {block:ifcenteredheader}
  121. text-align:center;
  122. {/block:ifcenteredheader}
  123. z-index:9;
  124. -webkit-transition: all .3s ease;
  125. -moz-transition: all .3s ease;
  126. -o-transition: all .3s ease;
  127. transition: all .3s ease;
  128. }
  129. #top a{
  130. color:{color:header text};
  131. -webkit-transition: all .3s ease;
  132. -moz-transition: all .3s ease;
  133. -o-transition: all .3s ease;
  134. transition: all .3s ease;
  135. }
  136. #top a:hover{
  137. color:{color:link hover};
  138. -webkit-transition: all .3s ease;
  139. -moz-transition: all .3s ease;
  140. -o-transition: all .3s ease;
  141. transition: all .3s ease;
  142. }
  143. #top.sticky{
  144. position:fixed;
  145. }
  146.  
  147. .banner{
  148. height:60px;
  149. width:auto;
  150. padding:20px 0 10px 0;
  151. {block:ifnotcenteredheader}
  152. margin: -10px 0 -5px 20px;
  153. position:relative;
  154. float:left;
  155. height:40px;
  156. {/block:ifnotcenteredheader}
  157. }
  158. .banner img{
  159. {block:ifnotcenteredheader}
  160. height:40px;
  161. {/block:ifnotcenteredheader}
  162. {block:ifcenteredheader}
  163. height:60px;
  164. {/block:ifcenteredheader}
  165. }
  166. .blogtitle{
  167. line-height:140%;
  168. font-family:{select:title font}, sans serif;
  169. font-size:calc({select:Body Font size} + 32px);
  170. color:{color:title};
  171. {block:ifcenteredheader}
  172. width:100%;
  173. left:0px;
  174. margin:0;
  175. {/block:ifcenteredheader}
  176. {block:ifnotcenteredheader}
  177. margin: 0px 0 0 20px;
  178. display:inline-block;
  179. vertical-align:top;
  180. {/block:ifnotcenteredheader}
  181. }
  182.  
  183. #plus{
  184. font-size:25px;
  185. margin-left:12px;
  186. cursor:pointer;
  187. position:relative;
  188. display:inline-block;
  189. margin:6px 0 10px 0;
  190. vertical-align:top;
  191. }
  192.  
  193. #description{
  194. z-index:9999;
  195. {block:ifnotcenteredheader}
  196. position:relative;
  197. padding:0px 20px 20px 20px;
  198. margin-top:-10px;
  199. {/block:ifnotcenteredheader}
  200. {block:ifcenteredheader}
  201. padding:5px 20px 20px 20px;
  202. display:inline-block;
  203. width:500px;
  204. left:50%;
  205. {/block:ifcenteredheader}
  206. }
  207.  
  208. #nav{
  209. text-transform:uppercase;
  210. color:{color:title};
  211. {block:ifnotcenteredheader}
  212. margin:0px 0 25px 20px;
  213. display:inline-block;
  214. vertical-align:top;
  215. padding:15px 0 0px 0;
  216. {/block:ifnotcenteredheader}
  217. {block:ifcenteredheader}
  218. margin:0;
  219. {/block:ifcenteredheader}
  220. -webkit-transition: all .3s ease;
  221. -moz-transition: all .3s ease;
  222. -o-transition: all .3s ease;
  223. transition: all .3s ease;
  224. }
  225. #nav a:hover{
  226. color:{color:link hover};
  227. -webkit-transition: all .3s ease;
  228. -moz-transition: all .3s ease;
  229. -o-transition: all .3s ease;
  230. transition: all .3s ease;
  231. }
  232. .tlink{
  233. padding:5px 0 5px 0;
  234. display:inline-block;
  235. margin:2px 10px 0px 10px;
  236. }
  237.  
  238. .answer{
  239. width:90%;
  240. padding:5%;
  241. background-color:{color:post background};
  242. }
  243. .answer img {
  244. width:250px;
  245. height:auto;
  246. {block:permalinkpage}
  247. width:auto;
  248. height:auto;
  249. {/block:permalinkpage}
  250. }
  251.  
  252. a{
  253. text-decoration:none;
  254. color:{color:link};
  255. -webkit-transition: all 0.4s linear;
  256. -moz-transition: all 0.4s linear;
  257. transition: all 0.4s linear;
  258. }
  259.  
  260. a:link, a:active, a:visited{
  261. color:{color:link};
  262. }
  263.  
  264. a:hover{
  265. color:{color:link hover};
  266. }
  267.  
  268. #content {
  269. position: absolute;
  270. width:100%;
  271. margin-left:30px;
  272. {block:ifthreecolumns}
  273. margin-left:10px;
  274. {/block:ifthreecolumns}
  275. {block:iffourcolumns}
  276. margin-left:0px;
  277. {/block:iffourcolumns}
  278. margin-top:30px;
  279. {block:ifnotcenteredheader}
  280. margin-top:30px;
  281. {/block:ifnotcenteredheader}
  282. margin-left:30px;
  283. {block:ifcenteredheader}
  284. margin-top:30px;
  285. {/block:ifcenteredheader}
  286. }
  287.  
  288. {block:IndexPage}
  289. #over{
  290. height:900px!important;
  291. position:absolute;
  292. top:0px;
  293. left:0px;
  294. width: 100%;
  295. }
  296. {/block:IndexPage}
  297.  
  298. .entry{
  299. margin:1vw;
  300. float:left;
  301. height:auto;
  302. {block:IndexPage}
  303. width:17vw;
  304. {block:iffourcolumns}
  305. width:22vw;
  306. {/block:iffourcolumns}
  307. {block:ifthreecolumns}
  308. width:29vw;
  309. {/block:ifthreecolumns}
  310. overflow:hidden;
  311. {/block:IndexPage}
  312. {block:PermalinkPage}
  313. top:20px;
  314. left:50%;
  315. {block:ifnotcenteredheader}
  316. top:90px;
  317. {/block:ifnotcenteredheader}
  318. margin-left:-510px;
  319. position:absolute;
  320. width:500px;
  321. height:auto;
  322. {/block:PermalinkPage}
  323. }
  324.  
  325. .entry:hover{
  326. -moz-transition: all 0.4s ease-in-out;
  327. -webkit-transition: all 0.4s ease-in-out;
  328. -o-transition: all 0.4s ease-in-out;
  329. -ms-transition: all 0.4s ease-in-out;
  330. transition: all 0.4s ease-in-out;
  331. }
  332.  
  333. .title{
  334. font-size:17px;
  335. text-transform:none;
  336. font-weight:600;
  337. letter-spacing:0px;
  338. color: {color:text};
  339. }
  340.  
  341. blockquote{
  342. padding:0px 0px 0px 8px;
  343. margin:0px 0px 0px 2px;
  344. border-left: 2px solid #ddd;
  345. }
  346.  
  347. .entry .permalink{
  348. line-height:0px;
  349. opacity:0;
  350. -webkit-transition: all 0.4s linear;
  351. -webkit-transition: all 0.4s linear;
  352. -moz-transition: all 0.4s linear;
  353. transition: all 0.4s linear;
  354. }
  355.  
  356. .entry:hover .permalink{
  357. line-height:10px;
  358. opacity:1;
  359. -webkit-transition: all 0.4s linear;
  360. -webkit-transition: all 0.4s linear;
  361. -moz-transition: all 0.4s linear;
  362. transition: all 0.4s linear;
  363. }
  364.  
  365. .permalink{
  366. font-size:10px;
  367. text-transform:uppercase;
  368. text-align:center;
  369. }
  370.  
  371. .permalink{
  372. text-align:left;
  373. opacity:0;
  374. -webkit-transition: all 0.4s linear;
  375. -webkit-transition: all 0.4s linear;
  376. -moz-transition: all 0.4s linear;
  377. transition: all 0.4s linear;
  378. }
  379.  
  380. .entry:hover .permalink{
  381. opacity:1;
  382. -webkit-transition: all 0.4s linear;
  383. -webkit-transition: all 0.4s linear;
  384. -moz-transition: all 0.4s linear;
  385. transition: all 0.4s linear;
  386. }
  387.  
  388. .chat li {
  389. list-style-type:none;
  390. margin-left:-40px;
  391. padding:5px;
  392. border-bottom:2px solid #dddddd;
  393. }
  394. .label{
  395. font-weight:700;
  396. font-size:11px;
  397. }
  398.  
  399. .like_and_reblog_buttons {
  400. position:absolute;
  401. top:-3px;
  402. left:-23px;
  403. list-style: none;
  404. opacity:0;
  405. -webkit-transition: all 0.2s linear;
  406. -webkit-transition: all 0.2s linear;
  407. -moz-transition: all 0.2s linear;
  408. transition: all 0.2s linear;
  409. }
  410. .entry:hover .like_and_reblog_buttons{
  411. opacity:1;
  412. -webkit-transition: all 0.2s linear;
  413. -webkit-transition: all 0.2s linear;
  414. -moz-transition: all 0.2s linear;
  415. transition: all 0.2s linear;
  416. }
  417.  
  418. .like_and_reblog_buttons li {
  419. float: left;
  420. height:20px;
  421. width:20px;
  422. }
  423.  
  424. .like_and_reblog_buttons li:first-child {
  425. margin-right:12px;
  426. }
  427.  
  428. {block:IndexPage}
  429. .entry .gradient{
  430. position: absolute;
  431. left:0px;
  432. top:0px;
  433. width:100%;
  434. height:37px;
  435. background:rgba(0,0,0,.2);
  436. opacity:0;
  437. -webkit-transition: all 0.2s linear;
  438. -webkit-transition: all 0.2s linear;
  439. -moz-transition: all 0.2s linear;
  440. transition: all 0.2s linear;
  441. }
  442. .entry:hover .gradient{
  443. opacity:1;
  444. -webkit-transition: all 0.2s linear;
  445. -webkit-transition: all 0.2s linear;
  446. -moz-transition: all 0.2s linear;
  447. transition: all 0.2s linear;
  448. }
  449. .permanote{
  450. position:absolute;
  451. top:12px;
  452. right:15px;
  453. font-size:11px;
  454. opacity:0;
  455. }
  456. .permanote a{
  457. color:white;
  458. font-style:bold;
  459. }
  460. .entry:hover .permanote{
  461. opacity:1;
  462. -webkit-transition: all 0.2s linear;
  463. -webkit-transition: all 0.2s linear;
  464. -moz-transition: all 0.2s linear;
  465. transition: all 0.2s linear;
  466. }
  467. {/block:IndexPage}
  468.  
  469. .nnote{
  470. margin-left:5px;
  471. float: left;
  472. border-radius: 3px;
  473. padding:4px;
  474. height:13px;
  475. background-color:rgba(0,0,0,.4);
  476. }
  477. .nnote a{
  478. color:white;
  479. }
  480.  
  481. .play{
  482. position:absolute;
  483. left:50%;
  484. margin-left:-24px;
  485. top:50%;
  486. margin-top:-42px;
  487. border:10px solid white;
  488. height:27px;
  489. width:27px;
  490. border-radius:100%;
  491. overflow:hidden;
  492. line-height:140%;
  493. }
  494.  
  495. .notess{
  496. position:absolute;
  497. top:-30px;
  498. left:500px;
  499. width:450px;
  500. padding:20px;
  501. margin:20px;
  502. background-color:rgba(255,255,255,.1);
  503. max-height:400px;
  504. overflow-y:auto;
  505. }
  506. .notess li{
  507. list-style-type:none;
  508. margin:0 0 8px -40px;
  509. }
  510. .notess img{
  511. margin: 0px 10px -3px 0px;
  512. }
  513.  
  514. .textbuttons ul{
  515. list-style:none;
  516. position:relative;
  517. }
  518. .textbuttons li {
  519. list-style:None;
  520. float: right;
  521. }
  522. .textbuttons li:first-child {
  523. margin-left:12px;
  524. }
  525.  
  526. .textnote{
  527. position:absolute;
  528. left:5%;
  529. bottom:10px;
  530. font-weight:700;
  531. font-size:12px;
  532. }
  533. .textnote a{
  534. font-size:11px;
  535. color:gray;
  536. }
  537.  
  538. .caption{
  539. width:90%;
  540. padding:5%;
  541. background:{color:post background};
  542. margin-top:-3px;
  543. }
  544. .caption img{
  545. max-width:100%;
  546. height:auto;
  547. }
  548.  
  549. {CustomCSS}
  550. </style>
  551.  
  552. <title>{title}</title>
  553.  
  554. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  555.  
  556. </head>
  557. <body>
  558. {block:ifnotcenteredheader}
  559. <script type="text/javascript">
  560. $(document).ready(function(){
  561. $("#description").hide(0);
  562. $("#plus").click(function(){
  563. $("#description").slideToggle(300);
  564. });
  565. });
  566. </script>
  567. {/block:ifnotcenteredheader}
  568.  
  569. {block:Iffixedheader}
  570. <script>
  571. $(window).scroll(function() {
  572. if ($(this).scrollTop() > 0){
  573. $('#top').addClass("sticky");
  574. }
  575. else{
  576. $('#top').removeClass("sticky");
  577. }
  578. });
  579. </script>
  580. {/block:Iffixedheader}
  581.  
  582. <div id="fb-root"></div>
  583. <script>(function(d, s, id) {
  584. var js, fjs = d.getElementsByTagName(s)[0];
  585. if (d.getElementById(id)) return;
  586. js = d.createElement(s); js.id = id;
  587. js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
  588. fjs.parentNode.insertBefore(js, fjs);
  589. }(document, 'script', 'facebook-jssdk'));</script>
  590.  
  591. <div id="top">
  592.  
  593. {block:ifnotshowbanner}
  594. <div class="blogtitle">{title}</div>
  595. {/block:ifnotshowbanner}
  596. {block:ifshowbanner}
  597. <div class="banner"><img src="{image:banner}"></div>
  598. {/block:ifshowbanner}
  599.  
  600. <div id="nav">
  601. {block:ifnotcenteredheader}
  602. <div id="plus">+</div>
  603. {/block:ifnotcenteredheader}
  604. <a href="/"><div class="tlink">{text:home}</div></a>
  605. <a href="/ask"><div class="tlink">{text:message}</div></a>
  606. {block:ifshowsubmitlink}
  607. <a href="/submit"><div class="tlink">submit</div></a>
  608. {/block:ifshowsubmitlink}
  609. <a href="/archive"><div class="tlink">{text:archive}</div></a>
  610. {block:HasPages}{block:Pages}<a href="{URL}"><div class="tlink">{Label}</div></a> {/block:Pages}{/block:HasPages}
  611. <a href="http://atlasdesigns.tumblr.com"><div class="tlink">theme</div></a>
  612. </div>
  613.  
  614. <div id="description">{description}</div>
  615.  
  616. </div>
  617.  
  618.  
  619. <div id="content">
  620. <div id="over">
  621.  
  622. {block:Posts}
  623.  
  624. <div class="entry">
  625. {block:IndexPage}
  626. {/block:IndexPage}
  627.  
  628. {block:Text}
  629. <div class="answer">{block:Title}<span class="title">{Title}</span>{/block:Title}
  630. {Body}
  631. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  632. <ul class="textbuttons">
  633. <li>{ReblogButton color="gray" size=15}</li>
  634. <li>{LikeButton color="gray" size=15}</li>
  635. </ul><br>
  636. {/block:IndexPage}
  637. </div>
  638. {/block:Text}
  639.  
  640. {block:Link}
  641. <div class="answer"><a href="{URL}"><span class="title">{Name}</span></a>
  642. {block:Description}{Description}{/block:Description}
  643. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  644. <ul class="textbuttons">
  645. <li>{ReblogButton color="gray" size=15}</li>
  646. <li>{LikeButton color="gray" size=15}</li>
  647. </ul><br>
  648. {/block:IndexPage}
  649. </div>
  650. {block:Link}
  651.  
  652. {block:Photo}
  653. {block:IndexPage}
  654. <div class="gradient"></div>
  655. <div class="permanote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  656. <ul class="like_and_reblog_buttons">
  657. <li>{ReblogButton color="white" size=17}</li>
  658. <li>{LikeButton color="white" size=17}</li>
  659. </ul>
  660. {/block:IndexPage}
  661. {block:IndexPage}
  662. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width=100%/></a></div>{LinkCloseTag}
  663. {/block:IndexPage}
  664. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width=500px/>{LinkCloseTag}{/block:PermalinkPage}
  665. {block:ifshowcaptions}
  666. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  667. {/block:ifshowcaptions}
  668. {block:Ifnotshowcaptions}
  669. {block:IndexPage}{/block:IndexPage}
  670. {block:PermalinkPage}
  671. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  672. {/block:PermalinkPage}
  673. {block:Ifnotshowcaptions}
  674. {block:PermalinkPage}{/block:PermalinkPage}
  675. {/block:Ifnotshowcaptions}
  676. {/block:Photo}
  677.  
  678. {block:Photoset}
  679. <center>
  680. {block:IndexPage}
  681. {block:ifnotthreecolumns}{Photoset-250}{/block:ifnotthreecolumns}
  682. {block:ifthreecolumns}{Photoset-400}{/block:ifthreecolumns}
  683. {/block:IndexPage}
  684. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  685. </center>
  686. {block:ifshowcaptions}
  687. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  688. {/block:ifshowcaptions}
  689. {block:Ifnotshowcaptions}
  690. {block:IndexPage}{/block:IndexPage}
  691. {block:PermalinkPage}
  692. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  693. {/block:PermalinkPage}
  694. {block:Ifnotshowcaptions}
  695. {block:PermalinkPage}{/block:PermalinkPage}
  696. {/block:Ifnotshowcaptions}
  697. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  698. <ul class="textbuttons">
  699. <li>{ReblogButton color="gray" size=15}</li>
  700. <li>{LikeButton color="gray" size=15}</li>
  701. </ul><br>
  702. {/block:IndexPage}
  703. {/block:Photoset}
  704.  
  705. {block:Quote}
  706. <div class="answer"><div class="title">{Quote}</div>- {Source}
  707. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  708. <ul class="textbuttons">
  709. <li>{ReblogButton color="gray" size=15}</li>
  710. <li>{LikeButton color="gray" size=15}</li>
  711. </ul><br>
  712. {/block:IndexPage}
  713. </div>
  714. {/block:Quote}
  715.  
  716. {block:Chat}
  717. <div class="answer">
  718. <div style="margin-left:3px;">
  719. {block:Title}<span class="title">{Title}</span>{/block:Title}
  720. <ul class="chat">
  721. {block:Lines}
  722. <li class="user_{UserNumber}">
  723. {block:Label}
  724. <span class="label">{Label}</span>
  725. {/block:Label}
  726. {Line}
  727. </li>
  728. {/block:Lines}
  729. </ul>
  730. </div>
  731. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  732. <ul class="textbuttons">
  733. <li>{ReblogButton color="gray" size=15}</li>
  734. <li>{LikeButton color="gray" size=15}</li>
  735. </ul><br>
  736. {/block:IndexPage}
  737. </div>
  738. {/block:Chat}
  739.  
  740. {block:Audio}
  741. {block:AlbumArt}
  742. <center><a href="{Permalink}"><img src="{AlbumArtURL}" width="100%"></a></center>
  743. {/block:AlbumArt}
  744. <div class="play">{AudioPlayerWhite}</div>
  745. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  746. <div class="gradient"></div>
  747. <div class="permanote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  748. <ul class="like_and_reblog_buttons">
  749. <li>{ReblogButton color="white" size=17}</li>
  750. <li>{LikeButton color="white" size=17}</li>
  751. </ul>
  752. {/block:IndexPage}
  753. {/block:Audio}
  754.  
  755. {block:Answer}
  756. <div class="answer"><div style="font-size:11px;font-style:italic;color:{color:links}"><i>{Asker} asked:</i></div><br><span class="title">{Question}</span><hr color={color:title}>{Answer}
  757. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  758. <ul class="textbuttons">
  759. <li>{ReblogButton color="gray" size=15}</li>
  760. <li>{LikeButton color="gray" size=15}</li>
  761. </ul><br>
  762. {/block:IndexPage}
  763. </div>
  764. {/block:Answer}
  765.  
  766. {block:Video}
  767. {block:IndexPage}
  768. <center>
  769. {Video-250}</center>
  770. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  771. <ul class="textbuttons">
  772. <li>{ReblogButton color="gray" size=15}</li>
  773. <li>{LikeButton color="gray" size=15}</li>
  774. </ul><br>
  775. {/block:IndexPage}
  776. {/block:IndexPage}
  777. {block:PermalinkPage}
  778. <center>
  779. {Video-500}</center>
  780. {/block:PermalinkPage}
  781. {block:Video}
  782.  
  783. {block:PermalinkPage}
  784. {block:HasTags}{block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}
  785. {/block:PermalinkPage}
  786.  
  787. {block:PostNotes}
  788. <div class="notess"><span class="title">{NoteCount} Notes:</span><br>{PostNotes}</div>
  789. {/block:PostNotes}
  790. </div>
  791.  
  792. {block:ContentSource}
  793. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  794. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  795. {/block:SourceLogo}
  796. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  797. {/block:ContentSource}
  798.  
  799.  
  800. {/block:Posts}
  801. </div>
  802.  
  803. {block:IndexPage}
  804. {block:Pagination}
  805. <div id="pagination">
  806. {block:NextPage}
  807. <a id="nextPage" href="{NextPage}"></a>
  808. {/block:NextPage}
  809. {block:PreviousPage}
  810. <a href="{PreviousPage}"></a>
  811. {/block:PreviousPage}
  812. </div>
  813. {/block:Pagination}
  814. {/block:IndexPage}
  815. </div>
  816.  
  817. </div>
  818.  
  819. <div style="position:absolute;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>
  820.  
  821. {block:IndexPage}
  822. <script type="text/javascript"
  823. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  824.  
  825. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  826.  
  827. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  828. <script type="text/javascript">
  829. $(window).load(function () {
  830. var $content = $('#content');
  831. $content.masonry({itemSelector: '.entry'}),
  832. $content.infinitescroll({
  833. navSelector : 'div#pagination',
  834. nextSelector : 'div#pagination a#nextPage',
  835. itemSelector : '.entry',
  836. loading: {
  837. finishedMsg: '',
  838. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  839. },
  840. bufferPx : 600,
  841. debug : false,
  842. },
  843. // call masonry as a callback.
  844. function( newElements ) {
  845. var $newElems = $( newElements );
  846. $newElems.hide();
  847. // ensure that images load before adding to masonry layout
  848. $newElems.imagesLoaded(function(){
  849. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});</script>
  850. {/block:IndexPage}
  851.  
  852.  
  853. </body>
  854. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement