Advertisement
mrsmilicevic

margot 2.0

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