Advertisement
florels

theme #27 - FOXES

Jun 20th, 2014
12,455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.10 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <!--
  4.  
  5. FOXES theme by
  6. F L O R E L S (✿◠‿◠) ////
  7.  
  8. published jun 20, 2014
  9. edited feb 13, 2015
  10.  
  11. -->
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13. <head>
  14.  
  15.  
  16. <link rel="icon" href="{Favicon}"/>
  17. <title>{Title}</title>
  18. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  19.  
  20.  
  21. <meta name="color:background" content="#fff" />
  22. <meta name="color:blogtitle" content="#000" />
  23. <meta name="color:blogtitle border" content="#000" />
  24. <meta name="color:buttons bg" content="#fff" />
  25. <meta name="color:buttons text" content="#000" />
  26. <meta name="color:buttons text hover" content="#000" />
  27. <meta name="color:link" content="#000" />
  28. <meta name="color:link hover" content="#000" />
  29. <meta name="color:nav links" content="#000" />
  30. <meta name="color:nav links hover" content="#000" />
  31. <meta name="color:nav links border" content="#000" />
  32. <meta name="color:permalink" content="#000" />
  33. <meta name="color:permalink hover" content="#000" />
  34. <meta name="color:scrollbar" content="#000" />
  35. <meta name="color:text" content="#000" />
  36.  
  37. <meta name="image:background" content="" />
  38.  
  39. <meta name="if:1 column" content="0"/>
  40. <meta name="if:2 columns" content="1"/>
  41. <meta name="if:3 columns" content="0"/>
  42. <meta name="if:show custom link a" content="0" />
  43. <meta name="if:show custom link b" content="0" />
  44. <meta name="if:show custom link c" content="0" />
  45.  
  46. <meta name="text:ask link" content="/ask" />
  47. <meta name="text:linka url" content="/" />
  48. <meta name="text:linka title" content="linka" />
  49. <meta name="text:linkb url" content="/" />
  50. <meta name="text:linkb title" content="linkb" />
  51. <meta name="text:linkc url" content="/" />
  52. <meta name="text:linkc title" content="linkc" />
  53.  
  54.  
  55. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  56.  
  57.  
  58. {block:indexpage}
  59. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  60. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  61.  
  62. <script type="text/javascript">
  63. $(window).load(function () {
  64. $('#posts').masonry(),
  65. $('.masonryWrap').infinitescroll({
  66. navSelector : "div.navigation",
  67. // selector for the paged navigation (it will be hidden)
  68. nextSelector : ".navigation a#next",
  69. // selector for the NEXT link (to page 2)
  70. itemSelector : ".post",
  71. // selector for all items you'll retrieve
  72. bufferPx : 10000,
  73. extraScrollPx: 10000,
  74. loadingImg : "http://static.tumblr.com/bcpenwm/o5Nmy3k0o/florels.gif",
  75. loadingText : "<em></em>",
  76. },
  77. // call masonry as a callback.
  78. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  79. );
  80. });
  81. </script>
  82. {/block:indexpage}
  83.  
  84.  
  85. <div class="navigation">{block:Pagination}{block:NextPage}<span id="page_nav"><span onclick='return false;'><a style="float:right;opacity:0;" href="{NextPage}" id="next"></a>{/block:NextPage}{block:PreviousPage}<a style="float:right;opacity:0;" href="{PreviousPage}"></a></span></span>{/block:PreviousPage}{/block:Pagination}</div>
  86.  
  87.  
  88.  
  89. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  90. <script>
  91. (function($){
  92. $(document).ready(function(){
  93. $("[title]").style_my_tooltips({
  94. tip_follows_cursor:true,
  95. tip_delay_time:0,
  96. tip_fade_speed:0
  97. }
  98. );
  99. });
  100. })(jQuery);
  101. </script>
  102.  
  103.  
  104.  
  105.  
  106. <style type="text/css">
  107.  
  108.  
  109. iframe#tumblr_controls {
  110. top: 0% !important;
  111. right:0% !important;
  112. position: fixed !important;}
  113.  
  114.  
  115. body{
  116. margin:0px;
  117. padding:0px;
  118. margin-top:0px;
  119. margin-bottom:0px;
  120. font-family:'times';
  121. font-size:10px;
  122. color:{color:text};
  123. background-color:{color:background};
  124. background-image:url('{image:background}');
  125. background-attachment: fixed; }
  126.  
  127. #s-m-t-tooltip{
  128. font-family:'calibri'; /* font family */
  129. font-size: 8px; /* font size */
  130. color:#000; /* text colour */
  131. background-color:#fff; /* background colour */
  132. text-align: center;
  133. letter-spacing:1px; /* letter spacing */
  134. min-width:50px;
  135. max-width:120px;
  136. border: 1px solid #000; /* border colour */
  137. overflow:auto;
  138. text-transform:uppercase;
  139. display: none;
  140. position: absolute;
  141. z-index: 999999999999;
  142. padding: 3px; /* padding */
  143. margin:20px 20px 15px 0px;}
  144.  
  145. a {
  146. color:{color:link};
  147. text-decoration:none;
  148. -webkit-transition: all 0.2s ease-in-out;
  149. -moz-transition: all 0.2s ease-in-out;
  150. -o-transition: all 0.2s ease-in-out;}
  151.  
  152. a:hover {
  153. ;-webkit-transition-duration: 0.4s;
  154. color:{color:link hover};
  155. text-decoration:underline;}
  156.  
  157. a:active,a:focus {outline:0;}
  158.  
  159. ::-webkit-scrollbar-thumb{
  160. background-color:{color:scrollbar};
  161. border:1px solid {color:background};
  162. height:6px;}
  163.  
  164. ::-webkit-scrollbar {
  165. height:6px;
  166. width:6px;
  167. background-color:{color:background};}
  168.  
  169. #header {
  170. left:50%;
  171. width:550px;
  172. height:auto;
  173. top:25px;
  174. margin-left:-275px;
  175. position:relative;
  176. background-color:{color:background};
  177. background-image:url('{image:background}');
  178. background-attachment:fixed;}
  179.  
  180. .blogtitle{
  181. left:50%;
  182. text-align:center;
  183. margin-left:-100px;
  184. position:relative;
  185. height:auto;
  186. margin-bottom:5px;
  187. z-index:5;
  188. color:{color:blogtitle};
  189. font-size:20px;
  190. font-family:'times';
  191. width:200px;
  192. border-bottom:1px solid {color:blogtitle border};}
  193.  
  194. .description {
  195. text-align:center;
  196. color:{color:text};
  197. font-family:'times';
  198. font-size:10px;
  199. left:50%;
  200. position:relative;
  201. z-index:6;
  202. width:300px;
  203. margin-left:-150px;}
  204.  
  205. .description a{
  206. z-index:7;
  207. position:relative;
  208. text-decoration:underline;}
  209.  
  210. .description a:hover{
  211. text-decoration:none;}
  212.  
  213. .navlinks{
  214. text-align:center;
  215. width:200px;
  216. line-height:170%;
  217. padding:10px;
  218. left:50%;
  219. margin-left:-110px;
  220. margin-top:5px;
  221. position:relative;}
  222.  
  223. .navlinks a{
  224. padding:1px 7px 3px 7px;
  225. font-family:'times';
  226. white-space:nowrap;
  227. font-size:10px;
  228. text-decoration:none;
  229. color:{color:nav links};}
  230.  
  231. .navlinks a:hover{
  232. color:{color:nav links hover};
  233. text-decoration:underline;}
  234.  
  235. .notes {
  236. padding-left:20px;
  237. font-size:10px;
  238. padding-bottom:15px;}
  239.  
  240. li.notes {
  241. float:left;
  242. width:500px;
  243. padding-left:5px;
  244. margin-top:10px;
  245. overflow-x:hidden;
  246. over-flow-y:scroll;
  247. list-style-type:none;
  248. font-weight:normal;
  249. font-size:10px;
  250. text-transform:none;}
  251.  
  252. li.note {
  253. padding-top:2px;
  254. opacity:1;}
  255.  
  256. li.note img.avatar {
  257. width:14px;
  258. height:14px;}
  259.  
  260. .permalink {
  261. color:{color:permalink};
  262. margin-top:2px;
  263. padding:2px;
  264. text-align:right;
  265. word-spacing:5px;
  266. {block:permalinkpage}
  267. opacity:0;
  268. {/block:permalinkpage}}
  269.  
  270. .permalink a{
  271. color:{color:permalink};
  272. text-decoration:none;}
  273.  
  274. .permalink a:hover{
  275. text-decoration:underline;
  276. color:{color:permalink hover};}
  277.  
  278. .buttons {
  279. position:absolute;
  280. margin-top:4px;
  281. margin-left:5px;
  282. opacity:0;
  283. padding:4px 0px;
  284. background:{color:buttons bg};
  285. font-size:10px;
  286. width:190px;
  287. {block:if1column}
  288. width:390px;
  289. {/block:if1column}
  290. display:block;
  291. text-align:center;
  292. font-family:times;
  293. -webkit-transition: all 0.3s ease-in-out;
  294. -moz-transition: all 0.3s ease-in-out;
  295. -o-transition: all 0.3s ease-in-out;}
  296.  
  297. .buttons a{
  298. color:{color:buttons text};
  299. text-decoration:none;
  300. padding:2px 5px 3px 5px;
  301. font-size:10px;}
  302.  
  303. .buttons a:hover{
  304. text-decoration:underline;
  305. color:{color:buttons text hover};}
  306.  
  307. .post:hover .buttons{
  308. opacity:1;}
  309.  
  310. .buttons a:hover{
  311. background-color:rgba(0, 0, 0, 0);}
  312.  
  313. .headings{
  314. font-size:16px;
  315. text-align:left;
  316. font-style:italic;}
  317.  
  318. .audiopost {
  319. {block:IndexPage}
  320. {block:ifnot1column}
  321. width:200px;
  322. padding-bottom:10px;
  323. {block:ifnot1column}
  324. {block:if1column}
  325. width:400px;
  326. padding-bottom:60px;
  327. {/block:if1column}
  328. {/block:IndexPage}
  329. {block:PermalinkPage}
  330. width:500px;
  331. padding-bottom:110px;
  332. {/block:PermalinkPage}}
  333.  
  334. .albumart {
  335. position:absolute;
  336. {block:IndexPage}
  337. {block:ifnot1column}
  338. width:50px;
  339. height:50px;
  340. {/block:ifnot1column}
  341. {block:if1column}
  342. width:100px;
  343. height:100px;
  344. {/block:if1column}
  345. {/block:IndexPage}
  346. {block:PermalinkPage}
  347. width:150px;
  348. height:150px;
  349. {/block:PermalinkPage}}
  350.  
  351. .albumart img {
  352. float:left;
  353. {block:IndexPage}
  354. {block:ifnot1column}
  355. width:50px;
  356. height:50px;
  357. {/block:ifnot1column}
  358. {block:if1column}
  359. width:100px;
  360. height:100px;
  361. {/block:if1column}
  362. {/block:IndexPage}
  363. {block:PermalinkPage}
  364. width:150px;
  365. height:150px;
  366. {/block:PermalinkPage}}
  367.  
  368. .playbox {
  369. opacity:0.6;
  370. width:27px;
  371. height:30px;
  372. overflow:hidden;
  373. position:absolute;
  374. z-index:2;
  375. {block:IndexPage}
  376. {block:ifnot1column}
  377. margin-left:11px;
  378. margin-top:12px;
  379. {/block:ifnot1column}
  380. {block:if1column}
  381. margin-left:37px;
  382. margin-top:36px;
  383. {/block:if1column}
  384. {block:IndexPage}
  385. {block:PermalinkPage}
  386. margin-left:60px;
  387. margin-top:61px;
  388. {/block:PermalinkPage}}
  389.  
  390. .info {
  391. margin-top:2px;
  392. line-height:12px;
  393. font-size:8px;
  394. text-transform:uppercase;
  395. {block:IndexPage}
  396. {block:ifnot1column}
  397. margin-left:58px;
  398. {/block:ifnot1column}
  399. {block:if1column}
  400. margin-left:108px;
  401. {/block:if1column}
  402. {block:IndexPage}
  403. {block:PermalinkPage}
  404. margin-left:158px;
  405. {/block:PermalinkPage}}
  406.  
  407. #posts {
  408. position:absolute;
  409. float:left;
  410. margin-top:40px;
  411. left:50%;
  412. {block:IndexPage}
  413. {block:if1column}
  414. width:464px;
  415. margin-left:-232px;
  416. {/block:if1column}
  417. {block:if2columns}
  418. width:528px;
  419. margin-left:-264px;
  420. {/block:if2columns}
  421. {block:if3columns}
  422. width:792px;
  423. margin-left:-396px;
  424. {/block:if3columns}
  425. {/block:IndexPage}
  426. {block:PermalinkPage}
  427. margin-left:-250px;
  428. width:500px;
  429. {/block:PermalinkPage}}
  430.  
  431. .post {
  432. {block:indexpage}
  433. width:200px;
  434. margin:20px;
  435. padding:12px;
  436. {block:if1column}
  437. width:400px;
  438. {/block:if1column}
  439. {/block:indexpage}
  440. {block:permalinkpage}
  441. width:500px;
  442. margin-top:15px;
  443. {/block:permalinkpage}
  444. float:left;
  445. position:relative;
  446. text-align:justify;
  447. font-family:'times';
  448. font-size:10px;
  449. color:{color:text};}
  450.  
  451. .post img{
  452. max-width:100%;}
  453.  
  454. .quote {
  455. text-align:center;
  456. font-size:12px;}
  457.  
  458. .quotesource {
  459. text-align:right;}
  460.  
  461. .chat {
  462. text-align:right;
  463. line-height:11px;}
  464.  
  465. .captions {
  466. margin-top:-8px;}
  467.  
  468. .video embed, .video object, .video iframe {
  469. {block:IndexPage}
  470. {block:ifnot1column}
  471. width:200px;
  472. {/block:ifnot1column}
  473. {block:if1column}
  474. width:400px;
  475. {/block:if1column}
  476. {/block:IndexPage}
  477. {block:PermalinkPage}
  478. width:500px;
  479. {/block:PermalinkPage}}
  480.  
  481. #pleasedontremove{
  482. position:fixed;
  483. right:5px;
  484. z-index:6;
  485. top:27px;}
  486.  
  487. </style>
  488. </head>
  489.  
  490. <body>
  491.  
  492. <div id="pleasedontremove"><a href="http://emmalucys.com/" target="_blank" title="theme by florels"><img src="http://static.tumblr.com/bcpenwm/j7zmzdu17/florels.png"></a></div>
  493.  
  494. <div id="header">
  495.  
  496.  
  497. <div class="blogtitle">{title}</div>
  498.  
  499.  
  500. <div class="description"> {description} </div>
  501.  
  502.  
  503.  
  504. <div class="navlinks">
  505. <a href="/">home</a>
  506. <a href="{text:ask link}">message</a>
  507. <a href="/archive">archive</a>
  508. {block:ifshowcustomlinka}<a href="{text:linka url}">{text:linka title}</a>{/block:ifshowcustomlinka}
  509. {block:ifshowcustomlinkb}<a href="{text:linkb url}">{text:linkb title}</a>{/block:ifshowcustomlinkb}
  510. {block:ifshowcustomlinkc}<a href="{text:linkc url}">{text:linkc title}</a>{/block:ifshowcustomlinkc}
  511. <a href="http://emmalucys.com">theme</a>
  512. </div></div>
  513.  
  514.  
  515.  
  516.  
  517. <div id="posts">
  518.  
  519. {block:Posts}
  520.  
  521. {block:Text}
  522. <div class="post">
  523. <div class="headings">{block:Title}{Title}{/block:Title}</div> {Body}
  524. <div class="permalink">
  525. <a href="{Permalink}">{NoteCount}</a> – <a href="{ReblogURL}" target="_blank">reblog</a></div>
  526. </div>
  527. {/block:Text}
  528.  
  529.  
  530. {block:Photo}
  531. <div class="post">
  532. {block:IndexPage}<div class="buttons">
  533. <a href="{Permalink}">{ShortDayOfWeek}</a> –
  534. <a href="{Permalink}">{NoteCount}</a> –
  535. <a href="{ReblogURL}" target="_blank">reblog</a></div>
  536. {block:ifnot1column}<a href="{permalink}"><img src="{PhotoURL-500}" width="200" alt="{PhotoAlt}"/></a>{/block:ifnot1column}
  537. {block:if1column}<a href="{permalink}"><img src="{PhotoURL-500}" width="400" alt="{PhotoAlt}"/></a>{/block:if1column}
  538. {/block:IndexPage}
  539.  
  540. {block:PermalinkPage}
  541. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/> <br><br> {/block:PermalinkPage}
  542. {block:IndexPage}</a>{/block:IndexPage}{block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}</div>
  543. {/block:Photo}
  544.  
  545.  
  546. {block:Photoset}
  547. <div class="post">
  548. {block:IndexPage}
  549. {Photoset}
  550. <div class="permalink">
  551. <a href="{Permalink}">{NoteCount}</a> – <a href="{ReblogURL}" target="_blank">reblog</a></div>
  552. {/block:IndexPage}
  553. {block:PermalinkPage}
  554. {Photoset}
  555. {/block:permalinkpage}
  556. </div>
  557. {/block:Photoset}
  558.  
  559.  
  560. {block:Quote}
  561. <div class="post">
  562. <div class="quote">'<i>{Quote}</i>'</div>
  563. <div class="quotesource">— {Source}</div>
  564. <div class="permalink">
  565. <a href="{Permalink}">{NoteCount}</a> – <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  566. {/block:Quote}
  567.  
  568.  
  569. {block:Link}
  570. <div class="post">
  571. <div class="headings"><a href="{URL}">{Name}</a></div>
  572. {block:Description}{Description}{/block:Description}
  573. <div class="permalink">
  574. <a href="{Permalink}">{NoteCount}</a> – <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  575. {/block:Link}
  576.  
  577.  
  578. {block:Chat}
  579. <div class="post">
  580. <div class="chat">{block:Title}{Title}{/block:Title}<br>
  581. {block:Lines}{block:Label}<i>{Label}</i><br> {Line} <br><br>
  582. {/block:Label}{/block:Lines}</div>
  583. <div class="permalink">
  584. <a href="{Permalink}">{NoteCount}</a> – <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  585. {/block:Chat}
  586.  
  587.  
  588. {block:Video}
  589. <div class="post">
  590. {block:IndexPage}
  591. <div class="video">{Video-500}</div><div class="permalink">
  592. <a href="{Permalink}">{NoteCount}</a> – <a href="{ReblogURL}" target="_blank">reblog</a></div>
  593. {/block:IndexPage}
  594. {block:PermalinkPage}
  595. {Video-500}
  596. {/block:PermalinkPage}</div>
  597. {/block:Video}
  598.  
  599.  
  600. {block:Audio}
  601. <div class="post"><div class="audiopost">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  602. {block:IndexPage}<div class="permalink">
  603. <a href="{Permalink}">{NoteCount}</a> – <a href="{ReblogURL}" target="_blank">reblog</a></div>{/block:IndexPage}</div>
  604. {/block:Audio}
  605.  
  606.  
  607. {block:Answer}
  608. <div class="post">
  609. {Question}<br>– asked by {Asker} <br><i> {Answer} </i>
  610. <div class="permalink">
  611. <a href="{Permalink}">{NoteCount}</a> – <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  612. {/block:Answer}
  613.  
  614.  
  615. {block:PermalinkPage}
  616. <div class="notes">
  617. {block:Date}{Caption} posted {TimeAgo}{/block:Date}
  618. {block:NoteCount} with {NoteCount} notes {/block:NoteCount}
  619. {block:RebloggedFrom}
  620. via <a href="{ReblogParentURL}">{ReblogParentName}</a>,
  621. {/block:RebloggedFrom}
  622. {block:ContentSource}originally from <a href="{SourceURL}">{SourceTitle} </a>{/block:ContentSource}
  623. <br>{block:hastags}{block:tags}#<a href="/tagged/{Tag}">{Tag}</a> &nbsp;&nbsp; {/block:tags}{/block:hastags}
  624. <br><br>{PostNotes}</div>
  625. {/block:PermalinkPage}
  626.  
  627.  
  628. {/block:posts}
  629.  
  630.  
  631. </div></div>
  632.  
  633. </body>
  634.  
  635. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement