Advertisement
mrsmilicevic

epoch

Aug 14th, 2015
6,373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.14 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head><title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  6.  
  7. <!---epoch by mrsthemes@tumblr
  8. edit if you want but don't steal
  9. or remove credit--->
  10.  
  11. <!---default variables--->
  12. <meta name="color:background" content="#fafafa"/>
  13. <meta name="color:posts" content="#ffffff">
  14. <meta name="color:text" content="#8f8f8f"/>
  15. <meta name="color:links" content="#5b5b5b"/>
  16. <meta name="color:links hover" content="#c9c9c9"/>
  17. <meta name="color:borders" content="#e8e8e8">
  18. <meta name="color:scrollbar" content="#eeeeee">
  19.  
  20. <meta name="select:post width" content="250" title="250px">
  21. <meta name="select:post width" content="300" title="300px">
  22. <meta name="select:post width" content="350" title="350px">
  23. <meta name="select:post width" content="400" title="400px">
  24. <meta name="select:post width" content="500" title="500px">
  25.  
  26. <meta name="select:photoset space" content="1" title="1px">
  27. <meta name="select:photoset space" content="2" title="2px">
  28. <meta name="select:photoset space" content="3" title="3px">
  29. <meta name="select:photoset space" content="4" title="4px">
  30. <meta name="select:photoset space" content="5" title="5px">
  31. <meta name="select:photoset space" content="6" title="6px">
  32. <meta name="select:photoset space" content="7" title="7px">
  33. <meta name="select:photoset space" content="8" title="8px">
  34. <meta name="select:photoset space" content="9" title="9px">
  35. <meta name="select:photoset space" content="10" title="10px">
  36.  
  37. <meta name="image:sidebar image" content=""/>
  38. <meta name="image:background image" content=""/>
  39.  
  40. <meta name="text:link 1 title" content="link">
  41. <meta name="text:link 1 url" content=" ">
  42. <meta name="text:link 2 title" content="link">
  43. <meta name="text:link 2 url" content=" ">
  44. <meta name="text:link 3 title" content="link">
  45. <meta name="text:link 3 url" content=" ">
  46.  
  47.  
  48. <meta name="if:show sidebar image" content="1" />
  49. <meta name="if:show title" content="1" />
  50. <meta name="if:hover post info" content="1" />
  51. <meta name="if:hover tags" content="1" />
  52. <meta name="if:lazy load" content="0" />
  53. <meta name="if:show link 1" content="1" />
  54. <meta name="if:show link 2" content="1" />
  55. <meta name="if:show link 3" content="1" />
  56.  
  57.  
  58.  
  59. <!---tooltips script--->
  60. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  61. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  62. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  63.  
  64. <script>
  65. (function($){
  66. $(document).ready(function(){
  67. $("[title]").style_my_tooltips({
  68. tip_follows_cursor:true,
  69. tip_delay_time:200,
  70. tip_fade_speed:500
  71. });
  72. });
  73. })(jQuery);
  74. </script>
  75.  
  76. <!---------->
  77.  
  78.  
  79. {block:IfLazyLoad}
  80. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  81. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  82.  
  83. <script type="text/javascript" charset="utf-8">
  84. var $j = jQuery.noConflict();
  85. $j(function() {
  86. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  87. $j("img").lazyload({
  88. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  89. effect: "fadeIn",
  90. });
  91. });
  92. </script>
  93. {/block:IfLazyLoad}
  94.  
  95. <link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  96. <link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600' rel='stylesheet' type='text/css'>
  97.  
  98. <style type="text/css">
  99.  
  100.  
  101. /*---tumblr controls (follow etc buttons)---*/
  102.  
  103. #tumblr_controls, .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop {
  104. top:5px;
  105. right:10px!important;
  106. position:fixed !important;
  107. -webkit-filter: invert(1);
  108. opacity:.6;
  109. filter:alpha(opacity=60);
  110. -moz-opacity:.6;
  111. -webkit-transform:scale(.9);
  112. z-index:999999999!important;
  113. }
  114.  
  115.  
  116. /*----------scrollbar---------*/
  117.  
  118. ::-webkit-scrollbar {
  119. background-color: {color:background};
  120. height:10px;
  121. width:3px;
  122. }
  123.  
  124. ::-webkit-scrollbar-thumb:vertical {
  125. background-color:{color:scrollbar};
  126. height:50px;
  127. }
  128.  
  129. ::-webkit-scrollbar-thumb:horizontal {
  130. background-color:{color:scrollbar};
  131. height:10px!important;
  132. }
  133.  
  134.  
  135.  
  136.  
  137. /*----------tooltips---------*/
  138.  
  139. #s-m-t-tooltip {
  140. max-width:300px;
  141. margin:10px;
  142. padding:3px;
  143. border-radius:0px;
  144. background:{color:posts};
  145. color:{color:text};
  146. z-index:999999;
  147. font-size:7px;
  148. font-style:none;
  149. letter-spacing:1px;
  150. font-family: 'Open Sans', sans-serif;
  151. text-transform:uppercase;
  152. box-shadow:0px 0px 0px rgba(0,0,0,.0);
  153. }
  154.  
  155.  
  156.  
  157. /*----------basics---------*/
  158.  
  159. body {
  160. background:{color:background} url({image:background image}) repeat right top fixed;
  161. color:{color:text};
  162. font-family: 'Open Sans', sans-serif;
  163. position:relative;
  164. line-height:18px;
  165. font-size:8.5px;
  166. margin:0;
  167. font-weight:300;
  168. animation: fadein 1.5s;
  169. -moz-animation: fadein 1.5s;
  170. -webkit-animation: fadein 1.5s;
  171. -o-animation: fadein 1.5s;
  172. }
  173.  
  174.  
  175. @keyframes fadein {
  176. from { opacity: 0; }
  177. to { opacity: 1; }
  178. }
  179.  
  180. @-moz-keyframes fadein {
  181. from { opacity: 0; }
  182. to { opacity: 1; }
  183. }
  184.  
  185. @-webkit-keyframes fadein {
  186. from { opacity: 0; }
  187. to { opacity: 1; }
  188. }
  189.  
  190. @-ms-keyframes fadein {
  191. from { opacity: 0; }
  192. to { opacity: 1; }
  193. }
  194.  
  195. @-o-keyframes fadein {
  196. from { opacity: 0; }
  197. to { opacity: 1; }
  198. }
  199.  
  200.  
  201.  
  202. blockquote {
  203. padding:0px 15px 0px 20px;
  204. margin:10px;
  205. border-left:1px solid {color:borders};
  206. }
  207.  
  208.  
  209. #vignette {
  210. visibility: hidden;
  211. }
  212.  
  213. #tumblr_lightbox img {
  214. box-shadow:none!important;
  215. border-radius:0!important;
  216. }
  217.  
  218. #tumblr_lightbox {
  219. background-color:transparent!important;
  220. }
  221.  
  222. #tumblr_lightbox div:nth-child(2) {
  223. background-color:#fff;
  224. opacity:0.8;
  225. }
  226.  
  227. #tumblr_lightbox_left_link, #tumblr_lightbox_right_link {
  228. visibility: hidden;
  229. }
  230.  
  231.  
  232. pre {
  233. white-space: pre-wrap;
  234. white-space: -moz-pre-wrap;
  235. white-space: -pre-wrap;
  236. white-space: -o-pre-wrap;
  237. word-wrap: break-word;
  238. }
  239.  
  240.  
  241. small {
  242. font-size:8px;
  243. }
  244.  
  245. big {
  246. font-size:12px;
  247. }
  248.  
  249.  
  250. a {
  251. cursor:help;
  252. color:{color:links};
  253. text-decoration:none;
  254. -webkit-transition:all 0.5s;
  255. -moz-transition:all 0.5s;
  256. -ms-transition:all 0.5s;
  257. -o-transition:all 0.5s;
  258. transition:all 0.5s;
  259. }
  260.  
  261. a:hover {
  262. text-decoration:none;
  263. color:{color:links hover};
  264. -webkit-transition:all 0.5s;
  265. -moz-transition:all 0.5s;
  266. -ms-transition:all 0.5s;
  267. -o-transition:all 0.5s;
  268. transition:all 0.5s;
  269. }
  270.  
  271.  
  272. img {
  273. opacity:1;
  274. text-decoration:none;
  275. }
  276.  
  277.  
  278. h1 {
  279. font-size:12px;
  280. font-weight:bold;
  281. text-transform:uppercase;
  282. letter-spacing:0.5px;
  283. }
  284.  
  285.  
  286. h2, h3, h4 {
  287. font-weight:bold;
  288. text-decoration:none;
  289. }
  290.  
  291.  
  292.  
  293. /*----------posts---------*/
  294.  
  295. .container {
  296. margin:0 auto;
  297. position:relative;
  298. }
  299.  
  300.  
  301. .posts {
  302. width:{select:post width}px;
  303. position:relative;
  304. {block:IndexPage}
  305. margin-bottom:180px;
  306. {/block:IndexPage}
  307. {block:PermalinkPage}
  308. margin-bottom:150px;
  309. {/block:PermalinkPage}
  310. padding:5px;
  311. background:{color:posts};
  312. border:solid 1px {color:borders};
  313. }
  314.  
  315.  
  316.  
  317. .entries {
  318. width:{select:post width}px;
  319. margin:0 auto 10px auto;
  320. position:relative;
  321. padding-top:80px;
  322. padding-bottom:80px;
  323. }
  324.  
  325. .caption {
  326. padding:10px;
  327. margin-bottom:-10px;
  328. }
  329.  
  330.  
  331. ol, ul {
  332. padding-left:20px;
  333. }
  334.  
  335.  
  336. .posts img, .posts li, .posts blockquote {
  337. max-width:100%;
  338. height:auto;
  339. }
  340.  
  341. .posts li {
  342. list-style: circle;
  343. }
  344.  
  345.  
  346. blockquote img {
  347. max-width:180px!important;
  348. height:auto;
  349. }
  350.  
  351.  
  352. .textp {
  353. padding:20px;
  354. }
  355.  
  356.  
  357.  
  358. /*----------post info---------*/
  359.  
  360. .info {
  361. position:absolute;
  362. margin-left:calc({select:post width}px - 20px);
  363. margin-top:35px;
  364. background:{color:background};
  365. padding:10px;
  366. text-transform:uppercase;
  367. font-size:8px;
  368. text-align:left;
  369. letter-spacing:0.5px;
  370. font-family:'Inconsolata';
  371. {block:IfNotHoverPostInfo}
  372. opacity:1;
  373. {/block:IfNotHoverPostInfo}
  374. {block:IfHoverPostInfo}
  375. opacity:0;
  376. {/block:IfHoverPostInfo}
  377. line-height:15px;
  378. width:90px;
  379. -ms-transform: rotate(90deg);
  380. -webkit-transform: rotate(90deg);
  381. transform: rotate(90deg);
  382. -webkit-transition:all 0.4s;
  383. -moz-transition:all 0.4s;
  384. -ms-transition:all 0.4s;
  385. -o-transition:all 0.4s;
  386. transition:all 0.4s;
  387.  
  388. }
  389.  
  390.  
  391. .info a {
  392. z-index:1;
  393. display:block;
  394. padding:3px;
  395. margin-top:-10px;
  396. margin-left:-10px;
  397. }
  398.  
  399.  
  400. .posts:hover .info {
  401. opacity:1;
  402. -webkit-transition:all 0.4s;
  403. -moz-transition:all 0.4s;
  404. -ms-transition:all 0.4s;
  405. -o-transition:all 0.4s;
  406. transition:all 0.4s;
  407. }
  408.  
  409.  
  410. .tags {
  411. background:{color:posts};
  412. width:calc({select:post width}px - 20px);
  413. position:absolute;
  414. margin-top:5px;
  415. margin-left:-6px;
  416. padding:15px;
  417. font-family:'Inconsolata';
  418. text-transform:lowercase;
  419. border: solid 1px {color:borders};
  420. {block:IndexPage}
  421. {block:IfNotHoverTags}
  422. opacity:1;
  423. {/block:IfNotHoverTags}
  424. {block:IfHoverTags}
  425. opacity:0;
  426. {/block:IfHoverTags}
  427. {/block:IndexPage}
  428. {block:PermalinkPage}
  429. opacity:1;
  430. {/block:PermalinkPage}
  431. -webkit-transition:all 0.4s;
  432. -moz-transition:all 0.4s;
  433. -ms-transition:all 0.4s;
  434. -o-transition:all 0.4s;
  435. transition:all 0.4s;
  436. }
  437.  
  438. .posts:hover .tags {
  439. opacity:1;
  440. -webkit-transition:all 0.4s;
  441. -moz-transition:all 0.4s;
  442. -ms-transition:all 0.4s;
  443. -o-transition:all 0.4s;
  444. transition:all 0.4s;
  445. }
  446.  
  447.  
  448.  
  449. .tags a {
  450. margin-right:10px;
  451. }
  452.  
  453. .perma {
  454. position:absolute;
  455. margin-top:20px;
  456. text-align:center;
  457. width:{select:post width}px;
  458. text-transform:uppercase;
  459. font-family:'Inconsolata';
  460. }
  461.  
  462.  
  463.  
  464. /*----------perma notes---------*/
  465.  
  466.  
  467. ol.notes, .pnotes {
  468. margin:auto;
  469. list-style-type:decimal;
  470. width:calc({select:post width}px - 10px);
  471. text-transform:lowercase;
  472. background:{color:posts};
  473. padding:20px 10px 10px 10px;
  474. font-size:8px;
  475. margin-bottom:100px;
  476. }
  477.  
  478. ol.notes li.note {
  479. border-top:solid 1px {color:borders};
  480. padding:10px;
  481. margin-right:10px;
  482. margin-left:20px;
  483. }
  484.  
  485. ol.notes li.note img.avatar {
  486. display:none;
  487. }
  488.  
  489. ol.notes li.note span.action {
  490. font-weight: none;
  491. }
  492.  
  493. ol.notes li.note .answer_content {
  494. font-weight: normal;
  495. padding:10px;
  496. }
  497.  
  498. ol.notes li.note blockquote {
  499. border-color: {color:borders};
  500. padding:5px 5px 5px 15px;
  501. margin:10px;
  502. }
  503.  
  504. ol.notes li.note blockquote a {
  505. text-decoration: none;
  506. }
  507.  
  508. ol.notes .more_notes_link {
  509. float:left;
  510. }
  511.  
  512.  
  513. /*----------sidebar---------*/
  514.  
  515. .sidebar {
  516. position:fixed;
  517. width:180px;
  518. background:{color:posts};
  519. padding:10px;
  520. left:50%;
  521. margin-left:-520px;
  522. top:200px;
  523. border:1px solid {color:borders};
  524. }
  525.  
  526.  
  527. .sidebarimage {
  528. width:180px;
  529. }
  530.  
  531.  
  532. .sidebarimage img {
  533. width:180px;
  534. }
  535.  
  536.  
  537. .stitle {
  538. font-size:10px;
  539. font-family:'Inconsolata';
  540. text-transform:lowercase;
  541. background:{color:posts};
  542. padding:5px 5px 15px 5px;
  543. margin-left:-10px;
  544. border-bottom:1px solid {color:borders};
  545. width:190px;
  546. text-align:center;
  547. font-style:italic;
  548. letter-spacing:1px;
  549. }
  550.  
  551.  
  552. .desc {
  553. width:110px;
  554. float:left;
  555. padding:10px 20px 10px 5px;
  556. text-align:right;
  557. font-size:8px;
  558. margin-top:10px;
  559. min-height:65px;
  560. border-right:1px solid {color:borders};
  561. }
  562.  
  563. .links {
  564. width:15px;
  565. font-size:9px;
  566. display:block;
  567. margin-left:140px;
  568. line-height:18px;
  569. text-align:center;
  570. font-family:'Inconsolata';
  571. padding:15px 10px 15px 15px;
  572. position:absolute;
  573. }
  574.  
  575.  
  576.  
  577.  
  578. /*----------chat---------*/
  579.  
  580. .chat {
  581. line-height:20px;
  582. list-style:none;
  583. }
  584.  
  585. .line.odd {
  586. background:{color:background};
  587. margin-bottom:2px;
  588. padding:10px;
  589. list-style:none;
  590. font-size:10px;
  591. }
  592.  
  593. .line.even {
  594. background:{color:posts};
  595. margin-bottom:2px;
  596. padding:10px;
  597. list-style:none;
  598. }
  599.  
  600. .label {
  601. padding-right:1px;
  602. text-transform:normal;
  603. font-weight:bold;
  604. color:{color:links};
  605. }
  606.  
  607.  
  608.  
  609. /*----------quotes---------*/
  610.  
  611. .quote {
  612. text-transform:uppercase;
  613. font-size:10px;
  614. font-weight:300;
  615. text-align:center;
  616. padding:15px;
  617. }
  618.  
  619. .quotesource {
  620. text-align:center;
  621. margin-top:10px;
  622. padding:15px 10px 10px 10px;
  623. border-top:1px solid {color:borders};
  624. font-style:italic;
  625. }
  626.  
  627.  
  628. /*----------questions---------*/
  629.  
  630. .question {
  631. background:{color:posts};
  632. padding:10px;
  633. border-bottom:1px solid {color:borders};
  634. vertical-align:top;
  635. }
  636.  
  637. .asker {
  638. text-transform:uppercase;
  639. font-style:italic;
  640. letter-spacing:1px;
  641. }
  642.  
  643.  
  644. .answer {
  645. padding:10px;
  646. margin-top:-15px;
  647. }
  648.  
  649.  
  650. .question img {
  651. width:30px;
  652. float:left;
  653. border-radius:50%;
  654. margin-right:12px;
  655. margin-bottom:-5px;
  656. padding-bottom:3px;
  657. }
  658.  
  659.  
  660. /*----------audio---------*/
  661.  
  662.  
  663. .tumblr_audio_player {
  664. width:30px;
  665. top:25px;
  666. left:25px;
  667. position:absolute;
  668. }
  669.  
  670. .playerbg {
  671. position:absolute;
  672. width:60px;
  673. height:60px;
  674. background-color:{color:posts};
  675. border:1px solid {color:borders};
  676. padding:10px;
  677. top:10px;
  678. right:10px;
  679. }
  680.  
  681.  
  682. .trackd {
  683. height:60px;
  684. padding:10px;
  685. line-height:18px;
  686. border:1px solid {color:borders};
  687. width:calc({select:post width}px - 120px);
  688. margin-left:5px;
  689. margin-top:5px;
  690. margin-bottom:5px;
  691. }
  692.  
  693.  
  694.  
  695. /*----------video---------*/
  696.  
  697. .video {
  698. position: relative;
  699. padding-bottom: 56.25%;
  700. padding-top: 30px;
  701. height: 0;
  702. overflow: hidden;
  703. }
  704.  
  705. .video iframe,
  706. .video object,
  707. .video embed {
  708. position: absolute;
  709. top: 0;
  710. left: 0;
  711. width: 100%;
  712. height: 100%;
  713. }
  714.  
  715.  
  716. /*---credit---*/
  717.  
  718. .credit {
  719. font-size:7px;
  720. position:fixed;
  721. font-weight:300;
  722. bottom:10px;
  723. right:10px;
  724. z-index:10;
  725. text-align:right;
  726. letter-spacing:1px;
  727. text-transform:uppercase;
  728. }
  729.  
  730. .credit a {
  731. color:{color:links};
  732. text-decoration:none;
  733. }
  734.  
  735. .credit a:hover {
  736. color:{color:links hover};
  737. text-decoration:none;
  738. }
  739.  
  740.  
  741.  
  742. /*---pagination---*/
  743.  
  744. .pagi {
  745. width:{select:post width}px;
  746. margin-top:-50px;
  747. padding-top:20px;
  748. padding-right:10px;
  749. text-align:center;
  750. text-transform:lowercase;
  751. font-size:9px;
  752. word-spacing:10px;
  753. margin-bottom:30px;
  754. z-index:999999;
  755. font-family:'Inconsolata';
  756. }
  757.  
  758.  
  759. </style>
  760. </head>
  761.  
  762. <body>
  763.  
  764. <div class="container">
  765.  
  766. <div class="credit">
  767. <a title="theme" href="http://mrsthemes.tumblr.com/" target="_blank">M</a></div>
  768.  
  769. <div class="sidebar">
  770.  
  771. {block:IfShowSidebarImage}<div class="sidebarimage">
  772. <a href="/"><img src="{image:sidebar image}">
  773. </a></div>{/block:IfShowSidebarImage}
  774.  
  775. {block:IfShowTitle}<div class="stitle"><a href="/">{title}</a></div>{/block:IfShowTitle}
  776.  
  777. <div class="desc">{description}</div>
  778.  
  779. <div class="links">
  780. <a href="/ask" title="message">01.</a>
  781. {block:IfShowLink1}<a href="{text:link 1 url}" title="{text:link 1 title}">02.</a>{/block:IfShowLink1}
  782. {block:IfShowLink2}<a href="{text:link 2 url}" title="{text:link 2 title}">03.</a>{/block:IfShowLink2}
  783. {block:IfShowLink3}<a href="{text:link 3 url}" title="{text:link 3 title}">04.</a>{/block:IfShowLink3}
  784. </div>
  785. </div>
  786.  
  787. <div class="entries">
  788. {block:Posts}
  789. <div class="posts">
  790. {block:IndexPage}
  791. {block:Date}
  792. <div class="info">
  793. <b><a href="{Permalink}" title="{TimeAgo}">{DayOfMonthWithZero} {ShortMonth}</b></a>
  794. {/block:Date}
  795.  
  796. <a href="{Permalink}" title="{NoteCountWithLabel}">{NoteCountWithLabel}</a></div>
  797. {/block:IndexPage}
  798.  
  799. {block:Photo}
  800. {LinkOpenTag}<img src="{PhotoURL-500}" style="margin-bottom:-5px;">{LinkCloseTag}
  801. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  802. {/block:Photo}
  803.  
  804. {block:Photoset}
  805. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">
  806. {block:Photos}
  807. <div class="photo-data">
  808. <div class="pxu-photo">
  809. <img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div>
  810. <a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>
  811. {/block:Photos}</div>
  812. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  813. {/block:Photoset}
  814.  
  815. {block:Text}
  816. <div class="textp">
  817. <h1>{block:Title}{Title}{/block:Title}</h1>
  818. {Body}
  819. </div>{/block:Text}
  820.  
  821. {block:Quote}
  822. <div class="quote">"{Quote}"</div>
  823. {block:Source}<div class="quotesource"> — {Source}</div>
  824. {/block:Source}{/block:Quote}
  825.  
  826. {block:Link}
  827. <div class="textp">
  828. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  829. {block:Description}{Description}{/block:Description}
  830. </div>
  831. {/block:Link}
  832.  
  833. {block:Chat}
  834. {block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
  835. {/block:Chat}
  836.  
  837. {block:Audio}
  838. <div class="playerbg">{AudioPlayerWhite}</div>
  839. <div class="trackd">{block:TrackName}<div style="margin-top:10px; margin-left:10px;"><b>{TrackName}</b>{/block:TrackName}
  840. <br>{block:Artist}{Artist}{/block:Artist}
  841. </div></div>
  842. {/block:Audio}
  843.  
  844. {block:Video}
  845. <div class="video">
  846. {Video-500}</div>
  847. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  848. {/block:Video}
  849.  
  850. {block:Answer}
  851. <div class="question">
  852. <img src="{AskerPortraitURL-30}">
  853. <div class="asker"><span>{Asker} asked:</span></div>
  854. {Question}</div>
  855. <br>
  856. <div class="answer">
  857. {Answer}</div>
  858. {/block:Answer}
  859.  
  860. {block:IndexPage}
  861. {block:HasTags}
  862. <div class="tags">
  863. {block:Tags}
  864. <a href="{TagURL}">#{Tag}</a>
  865. {/block:Tags}
  866. </div>
  867. {/block:HasTags}
  868. {/block:IndexPage}
  869.  
  870. {block:PermalinkPage}
  871. {block:Date}
  872. <div class="perma">
  873. <b><a href="{Permalink}" title="{TimeAgo}">{DayOfMonthWithZero} {Month} {Year}</b></a>
  874. {/block:Date}
  875.  
  876. <br>{block:RebloggedFrom}
  877. <a href="{ReblogParentURL}" title="{ReblogParenttitle}">via </a>
  878. {block:ContentSource}
  879. <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}"> - source</a>
  880. {/block:ContentSource}
  881. {/block:RebloggedFrom}
  882.  
  883. {block:HasTags}
  884. <div class="tags" style="text-align:center; background:{color:background}; border:none; margin-left:-5px; margin-top:-5px">
  885. {block:Tags}
  886. <a href="{TagURL}">#{Tag}</a>
  887. {/block:Tags}
  888. </div>
  889. {/block:HasTags}
  890. </div>
  891. {/block:PermalinkPage}
  892.  
  893. </div>
  894.  
  895. {block:PostNotes}
  896. <div class="pnotes" style="font-size:12px; text-transform:uppercase; margin-bottom:-10px; font-family:'Inconsolata';">&nbsp;&nbsp;&nbsp;{NoteCountWithLabel}</div>
  897. <div class"notes">
  898. {PostNotes}</div>
  899. {/block:PostNotes}
  900. {/block:Posts}
  901.  
  902. {block:IndexPage}
  903. {block:Pagination}
  904. <div class="pagi">
  905. {block:PreviousPage}
  906. <a href="{PreviousPage}"><b><i>&lsaquo; back </b></i></a>
  907. {/block:PreviousPage}{block:JumpPagination length="5"}{block:CurrentPage}
  908. <span class="current_page"><u>{PageNumber}</u></span>
  909. {/block:CurrentPage}{block:JumpPage}
  910. <a class="jump_page" href="{URL}">{PageNumber}</a>
  911. {/block:JumpPage}{/block:JumpPagination}{block:NextPage}
  912. <a href="{NextPage}"> <b><i>forth &rsaquo;</i></b></a>
  913. {/block:NextPage}</div>{/block:Pagination}
  914. {/block:IndexPage}
  915.  
  916. {block:ContentSource}
  917. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  918. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  919. {/block:SourceLogo}
  920. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  921. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  922.  
  923.  
  924. <!--pixel union set, tutorial by @shythemes-->
  925. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  926. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  927. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  928. <script>
  929. $(document).ready(function(){
  930. $('.photo-slideshow').pxuPhotoset({
  931. lightbox: true,
  932. rounded: false,
  933. gutter: '{select:photoset space}px',
  934. borderRadius: '0px',
  935. photoset: '.photo-slideshow',
  936. photoWrap: '.photo-data',
  937. photo: '.pxu-photo'
  938. });
  939. });
  940. </script>
  941.  
  942. <script type="text/javascript">
  943. /* Photoset Resize Code by Kevin - EXCOLO.TUMBLR.COM */
  944. $(document).ready(function() {
  945. function photosetResize() {
  946. $('iframe.photoset').each(function(){
  947. var newSize = {select:post width};
  948. var newSrc = $(this).attr('src').replace('500',newSize);
  949. $(this).attr('src', newSrc).width(newSize);
  950. var high = $(this).css('height');
  951. var calculate = parseInt(high, 10)* newSize/500;
  952. $(this).css('height', calculate);
  953. });
  954. }
  955. photosetResize();
  956. });
  957. </script>
  958.  
  959. </body>
  960. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement