Advertisement
florels

theme #31 - RUN AWAY

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