Advertisement
Annie_Schmitz

Santeria Theme

Jan 18th, 2014
1,309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.99 KB | None | 0 0
  1. <!--Santeria Theme by resiliens
  2. http://fluorescent-themes.tumblr.com/
  3. Please do not remove the credit---->
  4.  
  5. <html lang="en">
  6.  
  7. <head>
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}"/>
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}
  12. <meta name="description" content="{MetaDescription}"/>
  13. {/block:Description}
  14. <meta name="color:background" content="#ffffff" />
  15. <meta name="color:text" content="#000000" />
  16. <meta name="color:title" content="#000000" />
  17. <meta name="color:title hover" content="#000000" />
  18. <meta name="color:link" content="#000000" />
  19. <meta name="color:link hover" content="#000000" />
  20. <meta name="color:scrollbar" content="#000000" />
  21. <meta name="color:highlight text" content="#ffffff" />
  22. <meta name="color:highlight background" content="#cccccc" />
  23.  
  24. <meta name="text:home title" content="home" />
  25. <meta name="text:ask title" content="ask" />
  26. <meta name="text:link 1 title" content="" />
  27. <meta name="text:link 1" content="" />
  28. <meta name="text:link 2 title" content="" />
  29. <meta name="text:link 2" content="" />
  30. <meta name="text:link 3 title" content="" />
  31. <meta name="text:link 3" content="" />
  32. <meta name="text:link 4 title" content="" />
  33. <meta name="text:link 4" content="" />
  34. <meta name="text:link 5 title" content="" />
  35. <meta name="text:link 5" content="" />
  36. <meta name="text:link 6 title" content="" />
  37. <meta name="text:link 6" content="" />
  38.  
  39. <meta name="image:Left Background" content""/>
  40. <meta name="image:Right Background" content""/>
  41. <meta name="image:Cover Background" content""/>
  42. <meta name="image:Sidebar Background" content""/>
  43. <meta name="image:Sidebar" content""/>
  44.  
  45. <meta name="if:Sidebar Image" content""/>
  46. <meta name="if:Link One" content""/>
  47. <meta name="if:Link Two" content""/>
  48. <meta name="if:Link Three" content""/>
  49. <meta name="if:Link Four" content""/>
  50. <meta name="if:Link Five" content""/>
  51. <meta name="if:Link Six" content""/>
  52.  
  53.  
  54. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  55.  
  56. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  57. <script>
  58. (function($){
  59. $(document).ready(function(){
  60. $("[title]").style_my_tooltips({
  61. tip_follows_cursor:true,
  62. tip_delay_time:200,
  63. tip_fade_speed:300
  64. }
  65. );
  66. });
  67. })(jQuery);
  68. </script>
  69.  
  70. {block:IndexPage}
  71.  
  72. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  73. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  74.  
  75. <script type="text/javascript">
  76. $(window).load(function(){
  77. var $wall = $('#entries');
  78. $wall.imagesLoaded(function(){
  79. $wall.masonry({
  80. itemSelector: '#post, #post_photo',
  81. isAnimated : false
  82. });
  83. });
  84.  
  85. $wall.infinitescroll({
  86. navSelector : '#pagination',
  87. nextSelector : '#pagination a',
  88. itemSelector : '#post, #post_photo',
  89. bufferPx : 2000,
  90. debug : false,
  91. errorCallback: function() {
  92. $('#scroll').fadeOut('normal');
  93. }},
  94. function( newElements ) {
  95. var $newElems = $( newElements );
  96. $newElems.hide();
  97. $newElems.imagesLoaded(function(){
  98. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  99. });
  100. }); $('#entries').show(500);
  101. });
  102. </script>
  103. {/block:IndexPage}
  104. <style type="text/css">
  105.  
  106. #s-m-t-tooltip{
  107. max-width:300px;
  108. margin:15px;
  109. padding:2px 8px;
  110. border:1px solid #ccc;
  111. border-radius:4px;
  112. background:#FFF;
  113. z-index:999999;
  114. letter-spacing:1px;
  115. font-size:9px;
  116. text-transform:uppercase;
  117. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  118.  
  119. body{
  120. background-color:{color:background};
  121. background-image: url({image:Left Background}), url({image:Right Background}), url({image:Cover Background});
  122. background-attachment: fixed;
  123. background-position: bottom 0px left 0px, bottom 0px right 0px;
  124. background-repeat: no-repeat, no-repeat, no-repeat;
  125. -webkit-background-size: auto, auto, auto;
  126. -moz-background-size: auto, auto, auto;
  127. -o-background-size: auto, auto, auto;
  128. background-size: auto, auto, cover;
  129. color:{color:text};
  130. font-family:cambria;
  131. font-size:10px;
  132. }
  133.  
  134. ::selection {
  135. background:{color:highlight background};
  136. color:{color:highlight text};
  137. }
  138. ::-moz-selection {
  139. background:{color:highlight background};
  140. color:{color:highlight text};
  141. }
  142.  
  143.  
  144. ::-webkit-scrollbar{
  145. width:8px;
  146. height:8px;
  147. background:{color:background};}
  148.  
  149. ::-webkit-scrollbar-thumb{
  150. background:{color:scrollbar};
  151. height:5px;
  152. border:{color:background} solid 3px;}
  153.  
  154. a:link, a:active, a:visited{
  155. -webkit-transition: 0.3s ease;
  156. transition: 0.3s ease;
  157. -o-transition: 0.3s ease;
  158. -moz-transition: 0.3s ease;
  159. color:{color:link};
  160. text-decoration:none;
  161. }
  162.  
  163. a:hover{
  164. -webkit-transition: 0.3s ease;
  165. transition: 0.3s ease;
  166. -o-transition: 0.3s ease;
  167. -moz-transition: 0.3s ease;
  168. color:{color:link hover};
  169. }
  170.  
  171. #n{
  172.  
  173. }
  174.  
  175. #entries{{block:IndexPage}
  176. width:400px;
  177. margin-top:0px;
  178. margin-left:0px;
  179. position:absolute;
  180. {/block:IndexPage}{block:PermalinkPage}
  181. width:500px;
  182. margin-top:10px;
  183. margin-left:0px;
  184. position:absolute;
  185. {/block:PermalinkPage}
  186. }
  187.  
  188. #post{
  189. {block:IndexPage}
  190. margin-top:10px;
  191. margin-left:10px;
  192. padding:10px 10px 8px 10px;
  193. width:400px;
  194. {/block:IndexPage}
  195. {block:PermalinkPage}
  196. width:500px;
  197. {/block:PermalinkPage}
  198. }
  199.  
  200. #post .perma{
  201. {block:IndexPage}
  202. -webkit-transition: 0.3s ease;
  203. transition: 0.3s ease;
  204. -o-transition: 0.3s ease;
  205. -moz-transition: 0.3s ease;
  206. margin-top:2px;
  207. text-align:center;
  208. width:400px;
  209. opacity:0;
  210. font-size:9px;
  211. text-transform:uppercase;
  212. {/block:IndexPage}{block:PermalinkPage}
  213. display:none;
  214. {/block:PermalinkPage}
  215. }
  216.  
  217.  
  218.  
  219. #post:hover .perma{
  220. -webkit-transition: 0.3s ease;
  221. transition: 0.3s ease;
  222. -o-transition: 0.3s ease;
  223. -moz-transition: 0.3s ease;
  224. opacity:1;
  225. }
  226. #post .r{
  227. {block:IndexPage}
  228. -webkit-transition: 0.3s ease;
  229. transition: 0.3s ease;
  230. -o-transition: 0.3s ease;
  231. -moz-transition: 0.3s ease;
  232. margin-top:0px;
  233. margin-left:-5px;
  234. position:absolute;
  235. text-align:right;
  236. width:400px;
  237. opacity:0;
  238. text-transform:uppercase
  239. {/block:IndexPage}{block:PermalinkPage}
  240. display:none;
  241. {/block:PermalinkPage}
  242. }
  243.  
  244.  
  245. #post:hover .r{
  246. -webkit-transition: 0.3s ease;
  247. transition: 0.3s ease;
  248. -o-transition: 0.3s ease;
  249. -moz-transition: 0.3s ease;
  250. margin-top:10px;
  251. margin-left:-5px;
  252. opacity:.8;
  253. text-transform:uppercase
  254. color:#fff;
  255. }
  256. #post .r a{
  257. -webkit-transition: 0.3s ease;
  258. transition: 0.3s ease;
  259. -o-transition: 0.3s ease;
  260. -moz-transition: 0.3s ease;
  261. border:1px solid;
  262. border-radius:10px;
  263. padding:5px;
  264. background:#fff;}
  265.  
  266.  
  267. #sidebar{
  268. text-align:center;
  269. background:transparent;
  270. width:200px;
  271. margin-left:500px;
  272. margin-top:310px;
  273. position:fixed;
  274. background-attachment: fixed;
  275. background-image:url({image:Sidebar Background});
  276. }
  277.  
  278. #sidebar img{
  279. max-width:150px;
  280. }
  281.  
  282. #desc{
  283. }
  284.  
  285. .title{
  286. font-family:cambria;
  287. font-size:29px;}
  288.  
  289. .title a{
  290. -webkit-transition: 0.3s ease;
  291. transition: 0.3s ease;
  292. -o-transition: 0.3s ease;
  293. -moz-transition: 0.3s ease;
  294. color:{color:title};
  295. }
  296.  
  297. .title a:hover{
  298. -webkit-transition: 0.3s ease;
  299. transition: 0.3s ease;
  300. -o-transition: 0.3s ease;
  301. -moz-transition: 0.3s ease;
  302. color:{color:title hover};
  303. }
  304.  
  305. .links{
  306. text-transform:lowercase;
  307. font-family:times roman numeral;
  308. font-size:11px;
  309. letter-spacing:2px;}
  310.  
  311. .links a{
  312. }
  313.  
  314. i, em{
  315. color:{color:link};}
  316. b, strong{
  317. font-weight:normal;
  318. text-transform:uppercase;
  319. color:{color:link};}
  320. ul,ol{
  321. margin:0px;
  322. margin-left:-5px;}
  323. p{
  324. padding:0px;
  325. margin:2px;}
  326.  
  327.  
  328.  
  329. #credit {
  330. position:fixed;
  331. font-family:consolas;
  332. font-size:10px;
  333. bottom:10px;
  334. z-index:999999999999;
  335. right:10px;
  336. text-transform:uppercase;
  337. }
  338.  
  339.  
  340. blockquote{
  341. padding:3px;
  342. border-left:1px solid #e1e1e1;
  343. margin-left:10px;
  344. line-height:10px;
  345. }
  346.  
  347. {block:IndexPage}
  348. blockquote img{
  349. width:100px;
  350. overflow:hidden;
  351. }
  352. {/block:IndexPage}
  353. {block:PermalinkPage}
  354. blockquote img{
  355. width:200px;
  356. overflow:hidden;
  357. }
  358. {/block:PermalinkPage}
  359.  
  360. .text{
  361. text-decoration:bold;
  362. font-size:12px;
  363. text-transform:uppercase;
  364. }
  365.  
  366. #questions img{
  367. float:left;
  368. padding:2px;
  369. }
  370.  
  371. #questions a{
  372. font-size:9px;
  373. letter-spacing:1px;
  374. text-transform:uppercase;
  375. }
  376.  
  377. #questions {
  378. padding:4px;
  379. border-radius:6px;
  380. background:#eee;
  381. min-height:28px;
  382. border-bottom:1px solid #ccc;
  383. font-weight: bold;
  384. }
  385.  
  386. #questions img{
  387. border-radius:6px;
  388. }
  389.  
  390. .player{
  391. margin-left:110px;
  392. margin-top:25px;
  393. position:absolute;
  394. padding:2px;
  395. max-width:135px;
  396. padding:2px;
  397. font-size:9px;
  398. text-transform:uppercase;
  399. z-index:999999;
  400. {block:PermalinkPage}
  401. margin-top:0px;
  402. {/block:PermalinkPage}
  403. }
  404.  
  405. .audioplayer{
  406. margin-top:20px;
  407. margin-left:20px;
  408. opacity:.7;
  409. width:27px;
  410. height:27px;
  411. border-radius:30px;
  412. overflow:hidden;
  413. z-index:99999999;
  414. background:#fff;
  415. padding:15px;
  416. }
  417.  
  418. #cover{
  419. width:100px;
  420. background:#eee;
  421. position:absolute;
  422. height:100px;
  423. display:inline-block;
  424. float:left;
  425. {block:PermalinkPage}
  426. margin-top:-20px;
  427. {/block:PermalinkPage}
  428. }
  429.  
  430. #cover img{
  431. width:100px;
  432. height:100px;
  433. {block:PermalinkPage}
  434. margin-top:0px;
  435. {/block:PermalinkPage}
  436. }
  437.  
  438. .playbutton {
  439. width:30px;
  440. height:20px;
  441. overflow:hidden;
  442. position:relative;
  443. z-index:1000;
  444. margin:0px;}
  445.  
  446. </style>
  447.  
  448. </head>
  449. <body>
  450.  
  451. <div id="sidebar">
  452. {block:IfSidebarImage}
  453. <img src="{image:Sidebar}">
  454. {/block:IfSidebarImage}
  455. <div class="title"><a href="/">{Title}</a></div>
  456. <div id="desc">{Description}</div>
  457. <div class="links">
  458. <a href="/">{text:home title}</a>
  459. <a href="/ask">{text:ask title}</a>
  460. {block:IfLinkOne}
  461. <a href="{text:link 1}">{text:link 1 title}</a>
  462. {/block:IfLinkOne}
  463. {block:IfLinkTwo}
  464. <a href="{text:link 2}">{text:link 2 title}</a>
  465. {/block:IfLinkTwo}
  466. {block:IfLinkThree}
  467. <a href="{text:link 3}">{text:link 3 title}</a>
  468. {/block:IfLinkThree}
  469. {block:IfLinkFour}
  470. <a href="{text:link 4}">{text:link 4 title}</a>
  471. {/block:IfLinkFour}
  472. {block:IfLinkFive}
  473. <a href="{text:link 5}">{text:link 5 title}</a>
  474. {/block:IfLinkFive}
  475. {block:IfLinkSix}
  476. <a href="{text:link 6}">{text:link 6 title}</a>
  477. {/block:IfLinkSix}
  478. <!---PLEASE DO NOT REMOVE/CHANGE THIS AT ALL--->
  479. <a href="http://fluorescent-themes.tumblr.com/">theme</a>
  480. <!---PLEASE DO NOT REMOVE/CHANGE THIS AT ALL--->
  481. </div>
  482. </div>
  483.  
  484. <div id="entries">
  485.  
  486.  
  487. {block:Posts}
  488.  
  489.  
  490. {block:ContentSource}
  491. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  492. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  493. {/block:SourceLogo}
  494. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  495. {/block:ContentSource}
  496.  
  497. <div id="post">
  498.  
  499.  
  500. {block:Photo}
  501. {block:IndexPage}
  502. <div class="r">
  503. <a href="{Permalink}">{NoteCount}</a><br><br><br>
  504. <a href="{ReblogURL}">reblog</a>
  505. </div>
  506. <a href="{permalink}"><img src="{PhotoURL-400}"/></a>
  507. {/block:IndexPage}
  508. {block:PermalinkPage}
  509. <a href="{permalink}"><img src="{PhotoURL-500}"/></a>
  510. {/block:PermalinkPage}
  511. {/block:Photo}
  512.  
  513.  
  514.  
  515. {block:Photoset}
  516. {block:IndexPage}
  517. <div class="r">
  518. <a href="{Permalink}">{NoteCount}</a><br><br><br>
  519. <a href="{ReblogURL}">reblog</a>
  520. </div>
  521. {Photoset-400}
  522. {/block:IndexPage}
  523. {block:PermalinkPage}
  524. {Photoset-500}
  525. {/block:PermalinkPage}
  526. {/block:Photoset}
  527.  
  528. {block:Video}
  529. {block:IndexPage}
  530. <div class="r">
  531. <a href="{Permalink}">{NoteCount}</a><br><br><br>
  532. <a href="{ReblogURL}">reblog</a>
  533. </div>
  534. {Video-400}
  535. {/block:IndexPage}
  536. {block:PermalinkPage}
  537. {Video-500}
  538. {/block:PermalinkPage}
  539. {/block:Video}
  540.  
  541.  
  542. {block:Text}
  543. <div class="text">{Title}</div>{Body}
  544. <div class="perma">
  545. <a href="{Permalink}">{NoteCount}</a> //
  546. <a href="{ReblogURL}">reblog</a>
  547. </div>
  548. {/block:Text}
  549.  
  550.  
  551. {block:Link}
  552. <div class="text" style="background:#eee; padding:2px; letter-spacing:1px; text-decoration:underline;"><a href="{URL}">{Name} →</a></div>
  553. {block:Description}{Description}{/block:Description}
  554. <div class="perma">
  555. <a href="{Permalink}">{NoteCountWithLabel}</a> +
  556. <a href="{ReblogURL}">reblog</a>
  557. </div>
  558. {/block:Link}
  559.  
  560.  
  561. {block:Quote}
  562. <div class="text">"{Quote}"</div>
  563. {block:Source}-{Source}{/block:Source}
  564. <div class="perma">
  565. <a href="{Permalink}">{NoteCount}</a> //
  566. <a href="{ReblogURL}">reblog</a>
  567. </div>
  568. {/block:Quote}
  569.  
  570.  
  571. {block:Chat}
  572. {block:Lines}
  573. {block:Label}<br>
  574. <div class="text" div style="font-size:9px; padding:2px; background:#eee;">{Label}
  575. {/block:Label}
  576. &nbsp;{Line}</div>
  577. {/block:Lines}
  578. <div class="perma">
  579. <a href="{Permalink}">{NoteCount}</a> //
  580. <a href="{ReblogURL}">reblog</a>
  581. </div>
  582. {/block:Chat}
  583.  
  584.  
  585. {block:Audio}
  586. <div class="player">{block:TrackName}{TrackName}{/block:TrackName}<br>
  587. {block:Artist}by {Artist}{/block:Artist}<br>
  588. {block:PlayCount}{PlayCount} plays{/block:PlayCount}
  589. </div>
  590. <div id="cover">
  591. {block:AlbumArt}
  592. <img src="{AlbumArtURL}">
  593. {/block:AlbumArt}</div>
  594. <div class="audioplayer"><div class="playbutton">
  595. {AudioPlayerWhite}</div></div><br><br>
  596. <div class="perma">
  597. <a href="{Permalink}">{NoteCount}</a> //
  598. <a href="{ReblogURL}">reblog</a>
  599. </div>
  600. {/block:Audio}
  601.  
  602.  
  603.  
  604. {block:Answer}<div id="questions">
  605. <img src="{AskerPortraitURL-24}">{Asker}: {Question}</div>
  606. {Answer}
  607. <div class="perma">
  608. <a href="{Permalink}">{NoteCount}</a> //
  609. <a href="{ReblogURL}">reblog</a>
  610. </div>
  611. {/block:Answer}
  612.  
  613. {block:PermalinkPage}<div id="n">
  614. <br>
  615. {block:Tags}<a href="/tagged/{Tag}"> #{Tag} </a>{/block:Tags}
  616. <br>
  617. {block:Date}{TimeAgo}{/block:Date}
  618. {block:NoteCount}
  619. {NoteCountWithLabel}
  620. {/block:NoteCount}
  621. <br>
  622. {block:Caption}
  623. {Caption}
  624. {/block:Caption}
  625. <br>
  626. {block:PostNotes}{PostNotes}{/block:PostNotes}
  627. </div>
  628. {/block:PermalinkPage}
  629. </div>
  630. {/block:Posts}
  631. </div>
  632.  
  633.  
  634.  
  635.  
  636. {block:IndexPage}
  637. {block:Pagination}
  638. <div id="pagination">
  639. {block:NextPage}
  640. <a id="nextPage" href="{NextPage}"></a>
  641. {/block:NextPage}
  642. {block:PreviousPage}
  643. <a href="{PreviousPage}"></a>
  644. {/block:PreviousPage}
  645. </div>
  646. {/block:Pagination}
  647. {/block:IndexPage}
  648.  
  649. </div>
  650. <!---PLEASE DO NOT REMOVE/CHANGE THIS AT ALL--->
  651. <div id="credit"><a href="http://resiliens.tumblr.com">credit</a></div>
  652. <!---PLEASE DO NOT REMOVE/CHANGE THIS AT ALL--->
  653. </div>
  654. </body>
  655. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement