Advertisement
Annie_Schmitz

Suzanne Theme

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