Advertisement
Annie_Schmitz

Florence Theme

Nov 27th, 2013
2,246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.99 KB | None | 0 0
  1. <!--Florence 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:border" content="" />
  44. <meta name="if:Two 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:Cambria;
  133. font-size:12px;
  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:600px;
  180. {/block:IfTwoColumns}
  181. margin-top:0px;
  182. margin-left:300px;
  183. position:absolute;
  184. {/block:IndexPage}{block:PermalinkPage}
  185. width:500px;
  186. margin-top:10px;
  187. margin-left:400px;
  188. position:absolute;
  189. {/block:PermalinkPage}
  190. }
  191.  
  192. #post{
  193. {block:IndexPage}
  194. margin-top:10px;
  195. margin-left:10px;
  196. padding:10px 10px 8px 10px;
  197. width:250px;
  198. {block:ifborder}
  199. border:1px solid #ddd;
  200. {/block:ifborder}
  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 .r{
  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. {block:IndexPage}
  236. -webkit-transition: 0.3s ease;
  237. transition: 0.3s ease;
  238. -o-transition: 0.3s ease;
  239. -moz-transition: 0.3s ease;
  240. margin-top:15px;
  241. position:absolute;
  242. text-align:center;
  243. padding:4px;
  244. width:250px;
  245. background:#fff;
  246. opacity:0;
  247. font-size:10px;
  248. text-transform:uppercase;
  249. {/block:IndexPage}{block:PermalinkPage}
  250. display:none;
  251. {/block:PermalinkPage}
  252. }
  253.  
  254.  
  255.  
  256. #post:hover .perma{
  257. -webkit-transition: 0.3s ease;
  258. transition: 0.3s ease;
  259. -o-transition: 0.3s ease;
  260. -moz-transition: 0.3s ease;
  261. opacity:.9;
  262. }
  263.  
  264.  
  265. #sidebar{
  266. margin-top:250px;
  267. text-align:center;
  268. background:transparent;
  269. width:200px;
  270. z-index:9999999999;
  271. margin-left:900px;
  272. position:fixed;
  273. background-attachment: fixed;
  274. background-image:url({image:Sidebar Background});
  275. }
  276.  
  277. #sidebar img{
  278. max-width:150px;
  279. }
  280.  
  281. #desc{
  282. font-size:10px;
  283. padding:5px;
  284. }
  285.  
  286. .title{
  287. padding:5px;
  288. font-family:Cambria;
  289. font-size:26px;}
  290.  
  291. .title a{
  292. -webkit-transition: 0.3s ease;
  293. transition: 0.3s ease;
  294. -o-transition: 0.3s ease;
  295. -moz-transition: 0.3s ease;
  296. color:{color:title};
  297. }
  298.  
  299. .title a:hover{
  300. -webkit-transition: 0.3s ease;
  301. transition: 0.3s ease;
  302. -o-transition: 0.3s ease;
  303. -moz-transition: 0.3s ease;
  304. color:{color:title hover};
  305. }
  306.  
  307. .links{
  308. text-transform:lowercase;
  309. font-family:Cambria;
  310. font-size:11px;
  311. padding:5px;
  312. letter-spacing:2px;}
  313.  
  314. .links a{
  315. padding:2px;
  316. }
  317.  
  318. i, em{
  319. color:{color:link};}
  320. b, strong{
  321. font-weight:normal;
  322. text-transform:uppercase;
  323. color:{color:link};}
  324. ul,ol{
  325. margin:0px;
  326. margin-left:-5px;}
  327. p{
  328. padding:0px;
  329. margin:2px;}
  330.  
  331.  
  332.  
  333. #credit {
  334. position:fixed;
  335. font-family:consolas;
  336. font-size:10px;
  337. bottom:10px;
  338. z-index:999999999999;
  339. right:10px;
  340. text-transform:uppercase;
  341. }
  342.  
  343.  
  344. blockquote{
  345. padding:3px;
  346. border-left:1px solid #e1e1e1;
  347. margin-left:10px;
  348. line-height:10px;
  349. }
  350.  
  351. {block:IndexPage}
  352. blockquote img{
  353. width:100px;
  354. overflow:hidden;
  355. }
  356. {/block:IndexPage}
  357. {block:PermalinkPage}
  358. blockquote img{
  359. width:200px;
  360. overflow:hidden;
  361. }
  362. {/block:PermalinkPage}
  363.  
  364. .text{
  365. text-decoration:bold;
  366. font-size:12px;
  367. text-transform:uppercase;
  368. }
  369.  
  370. #questions img{
  371. float:left;
  372. padding:2px;
  373. }
  374.  
  375. #questions a{
  376. font-size:9px;
  377. letter-spacing:1px;
  378. text-transform:uppercase;
  379. }
  380.  
  381. #questions {
  382. padding:4px;
  383. border-radius:6px;
  384. background:#eee;
  385. min-height:28px;
  386. border-bottom:1px solid #ccc;
  387. font-weight: bold;
  388. }
  389.  
  390. #questions img{
  391. border-radius:6px;
  392. }
  393.  
  394. .player{
  395. margin-left:110px;
  396. margin-top:25px;
  397. position:absolute;
  398. padding:2px;
  399. max-width:135px;
  400. padding:2px;
  401. font-size:9px;
  402. text-transform:uppercase;
  403. z-index:999999;
  404. {block:PermalinkPage}
  405. margin-top:0px;
  406. {/block:PermalinkPage}
  407. }
  408.  
  409. .audioplayer{
  410. margin-top:20px;
  411. margin-left:20px;
  412. opacity:.7;
  413. width:27px;
  414. height:27px;
  415. border-radius:30px;
  416. overflow:hidden;
  417. background:#fff;
  418. padding:15px;
  419. }
  420.  
  421. #cover{
  422. width:100px;
  423. background:#eee;
  424. position:absolute;
  425. height:100px;
  426. display:inline-block;
  427. float:left;
  428. {block:PermalinkPage}
  429. margin-top:-20px;
  430. {/block:PermalinkPage}
  431. }
  432.  
  433. #cover img{
  434. width:100px;
  435. height:100px;
  436. {block:PermalinkPage}
  437. margin-top:0px;
  438. {/block:PermalinkPage}
  439. }
  440.  
  441. .playbutton {
  442. width:30px;
  443. height:30px;
  444. overflow:hidden;
  445. position:relative;
  446. z-index:1000;
  447. margin:0px;}
  448.  
  449. </style>
  450.  
  451. </head>
  452. <body>
  453.  
  454. <div id="sidebar">
  455. <img src="{image:Sidebar}">
  456. <div class="title"><a href="/">{Title}</a></div>
  457. <div id="desc">{Description}</div>
  458. <div class="links">
  459. <a href="/">{text:home title}</a>
  460. <a href="/ask">{text:ask title}</a>
  461. {block:IfLinkOne}
  462. <a href="{text:link 1}">{text:link 1 title}</a>
  463. {/block:IfLinkOne}
  464. {block:IfLinkTwo}
  465. <a href="{text:link 2}">{text:link 2 title}</a>
  466. {/block:IfLinkTwo}
  467. {block:IfLinkThree}
  468. <a href="{text:link 3}">{text:link 3 title}</a>
  469. {/block:IfLinkThree}
  470. {block:IfLinkFour}
  471. <a href="{text:link 4}">{text:link 4 title}</a>
  472. {/block:IfLinkFour}
  473. {block:IfLinkFive}
  474. <a href="{text:link 5}">{text:link 5 title}</a>
  475. {/block:IfLinkFive}
  476. {block:IfLinkSix}
  477. <a href="{text:link 6}">{text:link 6 title}</a>
  478. {/block:IfLinkSix}
  479. <!---PLEASE DO NOT REMOVE/CHANGE THIS AT ALL--->
  480. <a href="http://resiliens.tumblr.com/">theme</a>
  481. <!---PLEASE DO NOT REMOVE/CHANGE THIS AT ALL--->
  482. </div>
  483. </div>
  484.  
  485. <div id="entries">
  486.  
  487.  
  488. {block:Posts}
  489.  
  490.  
  491. {block:ContentSource}
  492. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  493. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  494. {/block:SourceLogo}
  495. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  496. {/block:ContentSource}
  497.  
  498. <div id="post">
  499.  
  500.  
  501. {block:Photo}
  502. {block:IndexPage}
  503. <div class="r">
  504. <a href="{Permalink}">{NoteCountWithLabel}</a> //
  505. <a href="{ReblogURL}">reblog</a></div>
  506. <a href="{permalink}"><img src="{PhotoURL-250}"/></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}">{NoteCountWithLabel}</a> //
  519. <a href="{ReblogURL}">reblog</a></div>
  520. {Photoset-250}
  521. {/block:IndexPage}
  522. {block:PermalinkPage}
  523. {Photoset-500}
  524. {/block:PermalinkPage}
  525. {/block:Photoset}
  526.  
  527. {block:Video}
  528. {block:IndexPage}
  529. <div class="r">
  530. <a href="{Permalink}">{NoteCountWithLabel}</a> //
  531. <a href="{ReblogURL}">reblog</a></div>
  532. {Video-250}
  533. {/block:IndexPage}
  534. {block:PermalinkPage}
  535. {Video-500}
  536. {/block:PermalinkPage}
  537. {/block:Video}
  538.  
  539.  
  540. {block:Text}
  541. <div class="text">{Title}</div>{Body}
  542. <div class="perma">
  543. <a href="{Permalink}">{NoteCountWithLabel}</a> //
  544. <a href="{ReblogURL}">reblog</a>
  545. </div>
  546. {/block:Text}
  547.  
  548.  
  549. {block:Link}
  550. <div class="text" style="background:#eee; padding:2px; letter-spacing:1px; text-decoration:underline;"><a href="{URL}">{Name} →</a></div>
  551. {block:Description}{Description}{/block:Description}
  552. <div class="perma">
  553. <a href="{Permalink}">{NoteCountWithLabel}</a> //
  554. <a href="{ReblogURL}">reblog</a>
  555. </div>
  556. {/block:Link}
  557.  
  558.  
  559. {block:Quote}
  560. <div class="text">"{Quote}"</div>
  561. {block:Source}-{Source}{/block:Source}
  562. <div class="perma">
  563. <a href="{Permalink}">{NoteCountWithLabel}</a> //
  564. <a href="{ReblogURL}">reblog</a>
  565. </div>
  566. {/block:Quote}
  567.  
  568.  
  569. {block:Chat}
  570. {block:Lines}
  571. {block:Label}<br>
  572. <div class="text" div style="font-size:9px; padding:2px; background:#eee;">{Label}
  573. {/block:Label}
  574. &nbsp;{Line}</div>
  575. {/block:Lines}
  576. <div class="perma">
  577. <a href="{Permalink}">{NoteCountWithLabel}</a> //
  578. <a href="{ReblogURL}">reblog</a>
  579. </div>
  580. {/block:Chat}
  581.  
  582.  
  583. {block:Audio}
  584. <div class="player">{block:TrackName}{TrackName}{/block:TrackName}<br>
  585. {block:Artist}by {Artist}{/block:Artist}<br>
  586. {block:PlayCount}{PlayCount} plays{/block:PlayCount}
  587. </div>
  588. <div id="cover">
  589. {block:AlbumArt}
  590. <img src="{AlbumArtURL}">
  591. {/block:AlbumArt}</div>
  592. <div class="audioplayer"><div class="playbutton">
  593. {AudioPlayerWhite}</div></div><br><br>
  594. <div class="perma">
  595. <a href="{Permalink}">{NoteCountWithLabel}</a> //
  596. <a href="{ReblogURL}">reblog</a>
  597. </div>
  598. {/block:Audio}
  599.  
  600.  
  601.  
  602. {block:Answer}<div id="questions">
  603. <img src="{AskerPortraitURL-24}">{Asker}: {Question}</div>
  604. {Answer}
  605. <div class="perma">
  606. <a href="{Permalink}">{NoteCountWithLabel}</a> //
  607. <a href="{ReblogURL}">reblog</a>
  608. </div>
  609. {/block:Answer}
  610.  
  611. {block:PermalinkPage}<div id="n">
  612. <br>
  613. {block:Tags}<a href="/tagged/{Tag}"> #{Tag} </a>{/block:Tags}
  614. <br>
  615. {block:Date}{TimeAgo}{/block:Date}
  616. {block:NoteCount}
  617. {NoteCountWithLabel}
  618. {/block:NoteCount}
  619. <br>
  620. {block:Caption}
  621. {Caption}
  622. {/block:Caption}
  623. <br>
  624. {block:PostNotes}{PostNotes}{/block:PostNotes}
  625. </div>
  626. {/block:PermalinkPage}
  627. </div>
  628. {/block:Posts}
  629. </div>
  630.  
  631.  
  632.  
  633.  
  634. {block:IndexPage}
  635. {block:Pagination}
  636. <div id="pagination">
  637. {block:NextPage}
  638. <a id="nextPage" href="{NextPage}"></a>
  639. {/block:NextPage}
  640. {block:PreviousPage}
  641. <a href="{PreviousPage}"></a>
  642. {/block:PreviousPage}
  643. </div>
  644. {/block:Pagination}
  645. {/block:IndexPage}
  646.  
  647. </div>
  648. <!---PLEASE DO NOT REMOVE/CHANGE THIS AT ALL--->
  649. <div id="credit"><a href="http://resiliens.tumblr.com">credit</a></div>
  650. <!---PLEASE DO NOT REMOVE/CHANGE THIS AT ALL--->
  651. </div>
  652. </body>
  653. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement