Advertisement
Guest User

Untitled

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